How to use AWK Command in Linux, with examples

AWK Command in Linux, with examples

AWK is a cross-platform programming language designed for Linux/Unix by Alfred Aho, Peter Weinberger, and Brian Kernighan. However, unlike any common Linux command, it is a complete text-processing engine. AWK was built for text processing and is typically used for data extraction and reporting, and …

Read more

Golang: Installing Go on Ubuntu 24.04, 22.04 or 20.04 Linux

Installing Go on Ubuntu Linux

Installing Go (Golang) on Ubuntu Linux such as Ubuntu 24.04, 22.04, or 20.04  is a straightforward process. We can use the default system repository to download the open-source Go programming language using the commands given in this tutorial, for easily building simple, reliable, and efficient …

Read more

5 Commands to list IP Address Information on Ubuntu

5 Commands to get IP Address Information on Linux

If you are using a Linux distro without a graphical interface then to find the IP address you have to use the command line interface. Here in this article, we learn the multiple commands that can be used to get information about networking configuration. Finding …

Read more