Category Tutorials

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…

How to use the bg command in Linux?

Bg Command

The bg command in Linux helps in managing services by allowing us to put existing processes in the background. Let’s understand the basics of the command and dive right into the usage. What’s the bg Command in Linux? The bg…