When it comes to Linux distributions, there are many different package management systems that are used to install,...
Linux Articles
The Linux Filesystem and Structure Explained
If you're new to Linux, the filesystem can seem a bit overwhelming at first. There are a lot of different directories...
Delete a Group from Linux CLI
Deleting a group in Linux can be a simple task when done through the command line interface (CLI). In this article, we...
How does Linux work?
Linux is a type of operating system (OS) that is based on the Unix operating system. It is open-source software, which...
What is Linux?
Linux is a free and open-source operating system that is based on the Unix operating system. It was first created in...
Blocking IP addresses from failed SSH attempts in Linux Operating System
In this article, we will learn about finding the failed SSH attempts and blocking those IP addresses. To find failed...
Creating a lame utility HTTP server in Linux Operating System
In this article, we will discuss the cURL tool in Linux. The cURL tool is used for transferring the data from or to a...
Finding binary dependencies in Linux Operating System
In this article, we are going to check the executable. We will find out which string is present in it by using the...
Capturing network traffic headlessly in Linux Operating System
In this article, we are going to learn how to capture traffic. We are going to capture network traffic with a packet...
Mounting network file systems and retrieving files in Linux
In this article, we are going to learn about the mount command. To mount a file system onto the file system tree, use...
Creating graphics and presentations on the Linux CLI
In this article, we are going to learn how to make presentations and how to create graphics on the CLI. For this, we...
Backing up and erasing media, disks, and partitions with DD Command
In this article, we are going to discuss the dd command. The dd command stands for data duplicator. It is mainly used...