How to show file size in Linux terminal
To list the file size of all the files in the current directory, use the
du
command How to set up Debian server with nginx, php5 and MySQL in VM VirtualBox
By:
David
On:
Fri 31 July 2015
Set up a Server in your VirtualBox in a few simple steps so you can fire it up whenever you need it,
or simply use it as a playground for your VPS. A Nginx server is small, efficient, and easy to use.
What Debian standard system utilities include
When installing Debian 8, there is a software selection page where "standard system utilities" is preselected for you. Ever wondered what that package includes? Use tasksel to find out.
How to create a symbolic link in Linux
Symbolic link or Symlink is a file that contains a link to another actual file path. It acts as a pointer and will always point to the "actualFilepath".