Task scheduling on Linux: CRONTAB
CRON is a task scheduler (a daemon) which runs commands at predetermined times and intervals. You can choose the exact time at which the command will run by setting the minute, the (more…)
CRON is a task scheduler (a daemon) which runs commands at predetermined times and intervals. You can choose the exact time at which the command will run by setting the minute, the (more…)
After upgrading to Ubuntu 14.04 (or older) you might have experienced this annoying problem. In this article, you will learn how to fix this issue once and for all. Let’s get started ! (more…)
The Linux file system comes originally from UNIX and thus follows UNIX traditions. This is why for instance it uses the forward slash instead of the back slash as in Windows. Linux also differentiates between uppercase (more…)
We provide below some simple steps to help you install a printer on Ubuntu. (more…)
OpenSSH is a cryptographic freely available version of the Secure Shell (SSH) protocol set of tools used for secure remote network access or file transfer between computers. Traditional tools such as telnet or rcp that (more…)
In this article you will learn how to fix some common update errors that occur frequently when you try to update your Ubuntu version. Fortunately the solutions are easy to implement. So let’s get started. (more…)
Updated. :July the 1st 2020
You have tried to install GParted from the Ubuntu software center but you received the error below :Could not get lock /var/lib/dpkg/lock’ Error in Ubuntu (more…)
Virtual Private Network or VPN is a private network of securely interconnected computers over the insecure public internet. A user who wants to access this private network as if he is (more…)
By default Ubuntu has a built-in firewall known as UFW(uncomplicated firewall). For inexperienced users, It it difficult to use iptables in order to properly configure a firewall. (more…)
Most of us have installed tens of applications in our machines. As time goes on, many files will get bigger and bigger and your disk space will start to shrink. It is therefore important to know the files or directories that are (more…)