Aadesh

Aadesh

Nala – A better interface for the apt package manager

Nala Package Manager A Beautiful Frontend For APt

APT is the default package manager in Debian and Ubuntu-based distributions. And although Debian is one of the oldest Linux-based distributions, the apt package manager is still devoid of many features which other new package managers such as DNF and…

The complete guide to rm command on Linux

A Complete Guide To The Rm Command In Linux

The rm command in the Linux terminal is used to remove or delete objects such as files, symbolic links and directories. However, to delete a directory, you have to use extra options with the command. You should be very careful…

Rename a Directory in Linux: 3 Methods

Different Ways To Rename A Directory In Linux

If you achieve a goal using a different method than the one which society uses, does the method even matter? Well, in the case of Linux-based operating systems, there is usually more than one way through which you can complete…

How to download a file using cURL on Linux?

Download A File In The Terminal Using The CURL Command

While wget is the most commonly used utility to download files, cURL and aria2 can be used to achieve the same results as well. cURL works both as a command line utility and a library and therefore you can use…