How to change owner of directory in Ubuntu 15.04

Change ownership of directory in ubuntu For changing ownership of any folder or directory and its sub-directories in ubuntu 15.04/14.04 etc use this command. sudo chown -R username:username /directory_name/ You need to enter your password. Change permission of directory recursively in ubuntu For changing permission of any folder or directory and its sub-directories in ubuntu 

Continue Reading…

How To Install LEMP (Linux, nginx, MySQL, PHP) on Ubuntu 15.04

Introduction The LEMP (Linux, nginx, MySQL, PHP) stack is a group of software that can be used to serve dynamic web pages and web applications. This is an acronym that describes a Linux operating system, with an Nginx web server. The backend data is stored in MySQL and the dynamic processing is handled by PHP. 

Continue Reading…