7 Practical Examples of cd Command in Linux
Learn to use cd command to its full potential in Linux with these practical examples.
View Article10 Practical Examples of Using scp Command
Here are some practical and essential scp command example to show how to securely copy files between remote Linux systems.
View Article5 Practical Examples of Head Command in Linux
In this article, you will learn some essential examples of the head command in Linux.
View ArticleFree Command in Linux Explained With Examples
If you would like to know the detailed information about the memory availability on your Linux system, the free command is a simple utility that makes it easy to find real time results for a variety of...
View Article10 Useful Examples of the Sort Command in Linux
Sort command in Linux is used for sorting the contents of the text files. This tutorial shows you some basic examples of the sort command.
View Article9 Useful Examples of the Split Command in Linux
The split command in Linux allows you to split files into multiple files. Here are some examples of the split command that will help you understand its usage.
View Article5 Practical Examples of the Read Command in Linux
With read command, you can make your bash script interactive by accepting user inputs. Learn to use the read command in Linux with these practical examples.
View ArticleUsing Diff Command to Compare Two Files in Linux Terminal
The diff command is excellent for comparing two files in Linux terminal. But its output could see super complicated. We uncomplicate the things by explaining the diff command output.
View ArticleGetting Started With Buildah
Buildah is used to create, build, manage, run container images as well as containers. It can be used with Docker, Podman, Kubernetes! Let's get started with Buildah.
View ArticleConfiguring Graylog Server to Manage Logs on Linux
Open Source Graylog server allows you to gather logs from different sources and visualize the logs in a web interface. Learn how to configure Graylog server.
View ArticleFree Command in Linux Explained With Examples
If you would like to know the detailed information about the memory availability on your Linux system, the free command is a simple utility that makes it easy to find real time results for a variety of...
View Article10 Useful Examples of the Sort Command in Linux
Sort command in Linux is used for sorting the contents of the text files. This tutorial shows you some basic examples of the sort command.
View Article9 Useful Examples of the Split Command in Linux
The split command in Linux allows you to split files into multiple files. Here are some examples of the split command that will help you understand its usage.
View Article5 Practical Examples of the Read Command in Linux
With read command, you can make your bash script interactive by accepting user inputs. Learn to use the read command in Linux with these practical examples.
View ArticleUsing Diff Command to Compare Two Files in Linux Terminal
The diff command is excellent for comparing two files in Linux terminal. But its output could see super complicated. We uncomplicate the things by explaining the diff command output.
View ArticleUniq Command in Linux Explained With Examples
The uniq command in Linux and Unix is used for removing duplicate lines from a file. Learn how to use uniq command with these examples.
View ArticleCheck Linux Server Vulnerabilities with OpenVAS
OpenVAS is a free and open source tool to check Linux systems for known vulnerabilities. Learn how to get started with OpenVAS.
View ArticleUnderstanding Crontab in Linux With Examples
Learn the concept of crontab in Linux. See how you can set up cron jobs to automatically run scripts and command at predefined time.
View Articleiptables vs nftables: What’s the Difference?
For a long time iptables have been a favorite tool for sysadmins. But nftables are recommended these days. Read to find out why.
View Article5 Examples of the Netcat (nc) Command in Linux
Here are some practical examples you can follow to learn how the netcat command is used in Linux.
View Article