How To Save Disk Space In Linux Mint In 3 Easy Steps
Whenever new programs are installed in Linux Mint via apt-get (this includes Linux Mint updates), the installation packages (*.deb files) are downloaded and cached in...
Linux Command Line Basics: Part 6
In today’s post we’ll learn a few more Linux system information commands. Those who are new to this site can read part 1, 2, 3,...
Linux Command Line Basics: Part 5
In today’s post we’ll learn a few Linux system information commands: 1. df – disk free. This commands displays filesystem and disk space usage for...
Linux Command Line Basics: Part 4
Today we’ll start from where we left in the third part of this series. For those of you who are new to this site, you...
How To Install Zero Configuration Firewall In Linux Mint
1. In the terminal issue the following command: sudo apt-get install firestarter Enter user password when prompted. 2. After the installation is complete, click on...
How To Download Files Using Command Line In Linux
‘wget’ command can be used in Linux in order to download files from the command line. 1. Change to the directory of your choice and...