Latest Tutorials

pgrep Command Examples
Want to look for a process and its details? The pgrep command helps you with that. Here's how to use it.
ยท Sagar Sharma

Check the Number of Arguments in Bash
Working on a bash script that accepts arguments and you need to count them? Here's how to check the number of arguments supplied to your script.
ยท Sagar Sharma

Sort by Column in Bash
Learn various examples of sorting data by columns in bash scripts and Linux command line.
ยท Sagar Sharma

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.
ยท Sagar Sharma

netstat Command Examples
Netstat is one of the most common networking commands in Linux. Learn some useful examples of netstat in this tutorial.
ยท Sagar Sharma

Understanding the ASCII Table
Learn the history of ASCII, character encoding and the ASCII table. Basically everything important associated with ASCII.
ยท Sagar Sharma

Using gunzip Command in Linux
Learn to use the gunzip command in Linux with these practical examples.
ยท Sagar Sharma

What is /dev/null in Linux?
/dev/null is the blackhole equivalent of Linux systems. What is it and why it used?
ยท Sagar Sharma

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.
ยท Sagar Sharma

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.
ยท Sagar Sharma

7 Reasons Why Developers Prefer NeoVim Over Vim
NeoVim or Vim? Which one of the two similar editors is better? I think it is NeoVim and I have good reasons to support this claim.
ยท Pratham Patel

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.
ยท Sagar Sharma

What is /dev/zero in Linux?
One of the special device files in Linux, /dev/zero is used for creating files filled with zeroes.
ยท Sagar Sharma

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.
ยท Sagar Sharma

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.
ยท Sagar Sharma

Kill Process Running on a Specific Port
Want to kill the processes running on specific ports? No need to know the process ID or name. You can terminate a process based on the port number it is using.
ยท Abhishek Prakash

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.
ยท Sagar Sharma

Scan Ports With netcat Command in Linux
Netcat is a popular networking utility for Linux based systems. Learn how to use it to scan for open ports.
ยท Sagar Sharma

Using the Make Utility and Makefiles in Linux [Guide]
Learn the basics of makefile and how to use the make utility for building your applications in Linux with a sample C project.
ยท Pratham Patel

How to Create Large Files in Linux
Want to create large file of 1 GB or some other size? Here are various ways of creating large files with predefined sizes in Linux.
ยท Abhishek Prakash

How to Find Open Ports and Close Them in Linux
Troubleshooting networks? Here's how to find the open ports and close those open ports in the Linux command line.
ยท Sagar Sharma

Installing LAMP Server on Localhost on Ubuntu
Learn all about installing the popular LAMP tech stack on an Ubuntu server in your localhost in this step-by-step beginner's tutorial.
ยท LHB Community

traceroute Command Examples in Linux
One of the most common Linux networking commands is traceroute. It is used for tracing the route to the end server. Here's how to use the traceroute command.
ยท Sagar Sharma

How to Get the UUID of a Disk Partition in Linux
UUID is a property of disk partitions used to uniquely identify them. Here are various ways to get the UUID of a disk partition in the Linux command line.
ยท Sagar Sharma

Concatenate Files in Linux Command Line
Want to concatenate two files in the Linux command line? Here's how to do that with the cat command.
ยท Sagar Sharma

Docker Alternatives for Your Containerization Needs
Docker has become synonymous to containers. But it is not the only containerization tool out there. Take a look at these Docker alternatives.
ยท Pratham Patel