Category Tutorials

A Guide to install and use htop command in Linux

Htop Command Featured Image

htop is a Linux utility for displaying crucial information about the system’s processes. It can be considered as a Linux counterpart of Windows Task Manager. Using htop feels more like an interactive program, as it supports mouse and keyboard operations…

How to find the Linux Kernel Version?

Kernel Version Featured Image

We’ll cover the different methods to find the Linux kernel version. A kernel acts as the core of an operating system, with the task of controlling every operation that happens on the system. From handling basic input/output requests to memory…

10 Ways to Exit Vim Editor

Vim Exit Featured Image

Let’s talk about the different ways to exit vim editor here. As you would know Vim is a Linux utility for editing text. The special aspect of only using the keyboard to edit makes it a unique editor. With this…

How to use dmidecode Command in Linux?

Dmidecode Featured Image

If we are interested in finding out our computer’s hardware details, “dmidecode command” is the go-to Linux command. Hardware information ranges from BIOS (Basic Input/Output System) information to the sizes of the memory devices. When we run dmidecode on the…

How to Use the awk Command for Text Manipulation?

awk command

The awk command is fundamentally a scripting language and a powerful text manipulation tool in Linux. It is named after its founders Alfred Aho, Peter Weinberger, and Brian Kernighan. Awk is popular because of its ability to process text (strings)…

How to Use the sed Command for Editing Text?

sed command in linux

Sed command is a text editor tool used for editing files, which is command line-based. But what sed is really used for is something called ‘Steam Editing.’ Also! ‘S’ in Sed stands for Stream-oriented, and the ‘ed’ part is for…

dig command in Linux for DNS lookups

dig-command-linux

Dig command short for ‘domain information groper’ is a networking command-line tool in Linux. Dig is used by administrators to perform domain name lookup and troubleshooting. It is popular because of its popularity, ease of use, and flexibility. dig is…

Top 10 Best Linux Desktop Environments

Top 10 Best Linux

Let’s look at some of the most beautiful, customizable, and literally, the best Linux desktop environments today. Even though Linux as an Operating system is portrayed as a really difficult to use operating system out there, it can be customized…