dig command in Linux for DNS lookups

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 part of the BIND domain name server software suite. Installation If you don’t have dig […]

dig command in Linux for DNS lookups Read More »

The gzip Command in Linux

Working with archives in Linux is easy. There are a few commands that take care of almost all the archive types for you. The gzip command in Linux is one such command. Without any arguments, the gzip command will automatically compress the files that you specify right after the command. Compression is a common practice

The gzip Command in Linux Read More »