Schedule tasks with cron in Ubuntu
Sometimes, we have a task which needs to be run frequently at a specific time and day. If we don’t…
Sometimes, we have a task which needs to be run frequently at a specific time and day. If we don’t…
In this article, we would cover how to change sudo password timeout in Ubuntu. With the help of sudo command-line…
In this article, we would cover how to install Cockpit in Ubuntu 22.04 release. If you were looking for a…
In this article, we would cover the difference between su and sudo command in Ubuntu. Every user in a Linux…
In this article, we would cover while loop in Python. When we want to execute a specific instruction set repeatedly,…
In this article, we would cover for loop in Python. We use loops to execute a particular instruction set repeatedly…
In this article, we would cover Dictionary clear() method in Python. We already know from here (Dictionaries in Python), that…
In this article, we would cover Dictionaries in Python. We use Dictionaries to store data as a set of key:value…
In this article, we would cover if..then statement in BASH. These are mainly conditional statements, which are used to handle…
In this article, we would cover swapcase() method in Python. The swapcase() method basically converts all the uppercase characters to…