public Tips • 3 min read Find All Symbolic Links in Linux Looking for all the soft links on your Linux system? Here are a couple of methods to find symbolic links.…
public Commands • 5 min read Netstat Command Examples in Linux Netstat is one of the most common networking commands in Linux. Learn some useful examples of netstat in this tutorial.…
public Explain • 4 min read Understanding the ASCII Table Learn the history of ASCII, character encoding and the ASCII table. Basically everything important associated with ASCII.…
public Commands • 3 min read Using gunzip Command in Linux Learn to use the gunzip command in Linux with these practical examples.…
public Explain • 4 min read What is /dev/null in Linux? /dev/null is the blackhole equivalent of Linux systems. What is it and why it used?…
public Tips • 3 min read Compare Two Directories in the Linux Command Line Want to see how the content of the two directories differs? Use the diff command and see what files are identical or different.…
public Tools • 4 min read How to Install and Use exa on Linux Exa is a modern replacement to the classic ls command. Apart from git integration, it does several things by default ls cannot do.…
public Tips • 3 min read List Mounted Drives in Linux If you want to perform certain operations on a drive, you need to know its details. Learn how to list currently mounted drives in Linux.…
public Explain • 3 min read What is /dev/zero in Linux? One of the special device files in Linux, /dev/zero is used for creating files filled with zeroes.…
public Docker • 3 min read Install Latest Docker on Debian Linux Docker is available in Debian repositories but it is usually the older version. Here's how you can install the latest Docker versions in Debian.…
public Tips • 5 min read Important GCC Flags in Linux You can use GCC flags to extend the functionality of the GCC compiler. Here are some of the common and yet important flags.…
public Commands • 4 min read tree Command Examples in Linux The tree command is excellent for viewing the structure of a directory and its subdirectories in Linux. Learn how to use it with practical examples.…