How to use AppImage in Ubuntu

  • Post author:

What is AppImage ?

AppImage is a file format used for binary application distribution. It is meant to be a simple format that is easy to comprehend, create, remove and manage. Indeed, AppImage based software packages are (more…)

Continue Reading How to use AppImage in Ubuntu

Dual boot Fedora with Windows 10

  • Post author:

Sometimes, when you are not sure about leaving windows but want to try out Linux with full hardware capabilities unlike a virtual machine, you may need to dual boot your machine. In this guide, you will know (more…)

Continue Reading Dual boot Fedora with Windows 10

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