How to speed up Linux

  • Post author:

Updated on 4/1/2023You may have noticed as a Linux user (here we will focus on Ubuntu, but this applies to major distros), that your system has rather been slow or sluggish over time despite the powerful hardware of your computer. (more…)

Continue Reading How to speed up Linux

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