Category Linux

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…

How to Use the ps Command in Linux?

Ps Command Linux

Ps command in Linux is used to list the processes that are running. Ps command can be used in a lot of ways to get various kinds of information regarding the processes that are running. We will take a look…