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