How to become root user in Ubuntu

  • Post author:

In this article, you will learn how to become the almighty root user on Ubuntu. You will therefore be able to carry out various administrative tasks like package installation and removal, system related commands as (more…)

Continue Reading How to become root user in Ubuntu

How to use the Gzip command in Linux

  • Post author:

The gzip utility in Linux is a common tool that is used to compress files or in other words, to reduce their size. The original file, when compressed by gzip will have the extension .gz by default. The file name however, when it (more…)

Continue Reading How to use the Gzip command in Linux

How to restore GRUB Bootloader in Ubuntu

  • Post author:

In this article I’ll show you how to restore your bootloader, your grub loader that allows you to switch between Windows and Ubuntu – now the bootloader or the grub loader can disappear for a number of reasons. If you (more…)

Continue Reading How to restore GRUB Bootloader in Ubuntu

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