How To Create An ISO Image In Linux Using Terminal?

Iso image files are distributed as a single able file for bootable OS, games, etc. It is important to know how to create an iso file from a directory or existing USB bootable drive etc. The following article guides you on the same. What is an Iso image file? An Iso file also referred to … Read more

How To Create RAR Archive In Linux?

Like other archives, a RAR file is a data container that stores one or several files in compressed form. RAR is a proprietary file format which is developed by Eugene Roshal. It is a native file format for the WinRAR archiver. RAR file uses .rar file extension. It is frequently used in Windows OS. If … Read more

Hannah Montana Linux

Hannah Montana is a Linux distribution that is themed after the American television show Hannah Montana. This distribution is based on Kubuntu and built around the modern KDE desktop environment. It has been created to “attract young s to Linux”. It is pitched as fast, stable and powerful, and considered safe from computer viruses. The … Read more

How To List The All Enabled Repositories In Linux?

A software repository is a database of software packages stored on a remote server. Generally, these packages are retrieved using a package manager in the local machine. Linux comes preconfigured with some repositories that allow us to and install the updates or packages officially released by that distribution. Sometimes you may need to … Read more

10 Best GIF recorders for Linux

GIF (Graphics Interchange Format) is an image format mainly used to create animations. This format holds multiple pictures at once and when loaded in a certain way, it creates a video-like feeling. Nowadays it is a popular way to share funny animations or short clips on the internet and is also used in web publishing. … Read more

Process Management In Linux/Unix

A process is an instance of a computer program that is currently running. A program can have multiple instances created when it starts executing which means more than one process can be associated with that program. Multitasking is the method by which these processes share the system resources. Whenever we execute a command on terminal … Read more

How To Remove / Uninstall Software Packages From Debian, Ubuntu, Linux Mint?

Different Linux distribution comes with different tools to manage software packages on it. Debian and its derivative use the apt package manager to install and remove packages from a system. You can use aptitude or synaptic to manage software packages from GUI. Linux distributions such as Ubuntu provide software center from where you can install … Read more

How To Install GParted On CentOS 8?

Gparted (also known as GNOME partition editor) is a free partitioning tool. This is a GUI application that uses GNU parted in the backend. Gparted is used to create, delete, or resize a partition without data loss. Apart from this, it offers many other functionalities such as mirroring one partition with others. By using Gparted … Read more

7 Best backup tools for Linux

Backup of a computer system is very important as it can prevent you from data loss in case of system failure. The possible causes of a system failure are disk failure, corruption of the filesystem, human errors, etc. There are various backup and recovery tools for Linux some of them can be used from the … Read more

Package Management In Debian(.deb) Based Linux Distributions

Software Package A software package is an archive file of compiled and built source code with necessary metadata for its deployment. The metadata of the package consist of dependencies, package version, and about the software. For example – the .deb packaging is used for Debian based Linux Distributions while .rpm packaging is used in Red Hat, … Read more

How To Setup GNOME GUI On CentOS 8?

GNOME is a free and opensource desktop environment for Unix-like operating systems. It is a -friendly desktop environment and comes default in various distributions such as Ubuntu, Debian, Fedora, etc. GNOME 3 is the latest version of the GNOME desktop. There are various desktop environments that are the fork of GNOME for example MATE is … Read more

How To Change Default Settings Of Grub Bootloader?

Grub Grub is a bootloader that is used to manage the multiple operating systems installed on a computer. A boot loader is the first program that runs when a computer starts. It is responsible for loading and transferring control to the operating system’s kernel. The GNU GRUB is derived from the GRand Unified Bootloader, which … Read more