Must-do Things After Installing Ubuntu 18.04

  • Post author:

So you installed the latest version of Ubuntu in your PC. Now, the first thing that comes to your mind is what to do next. This article will help you in getting set up with Ubuntu after a fresh Install. These are the top five (more…)

Continue Reading Must-do Things After Installing Ubuntu 18.04

How to remove PPA in Ubuntu

  • Post author:

There are many ways to delete a PPA in Ubuntu. This can be done from the Software Sources list, by deleting the source files first from the folder or simply by using apt command. Here are (more…)

Continue Reading How to remove PPA in Ubuntu

Task scheduling on Linux: CRONTAB

  • Post author:

Updated on 7/1/2023 – In Linux, automated tasks are referred to as cron jobs. These jobs are executed by a daemon called CRON, which runs commands at predetermined times or intervals. The exact time for a command to run can be set by specifying the (more…)

Continue Reading Task scheduling on Linux: CRONTAB