Commands
-
Exa – A Modern Replacement for “ls Command”
exa is a modern replacement for the command-line program ls that ships with Unix and Linux operating systems, with more features and better defaults. It…
Read More » -
How to Count Files in Directory in Linux
As a system administrator, you are probably monitoring the disk space on your system all the time. When browsing directories on your server, you might…
Read More » -
How to use w command on linux
The w is a command-line utility shows the information about currently logged in users. It also displays the system information that how long the system…
Read More » -
How to install Bashtop – A Resource Monitoring Tool for Linux
Bashtop is a free and open source Terminal based resource monitor for Linux, macOS and BSD systems. This tool can display usage and stats for…
Read More » -
How to install Guake 3.7 on Ubuntu 20.04 and Linux Mint 20
Guake is a drop-down terminal for GNOME-based desktops with many cool features like split terminal functionality, session save and restore, transparency, 150+ built-in color schemes,…
Read More » -
How to use Zip and Unzip command in Linux
Zip is a command-line utility tool used for compressing files and folders. Compression of files & folders enables faster and more efficient transfer, storage, and…
Read More » -
How To Install Pip on CentOS 8 / RHEL 8
In this tutorial, we will explain how to install pip for Python 2 and 3 on CentOS 8 and cover the basics of how to…
Read More » -
How to Create Symbolic link in Linux Using Ln Command
A symbolic link is commonly referred to as soft link or symlink, which is a special type of file that references another file or directory.…
Read More » -
How to use Linux tcpdump Command with examples
tcpdump is a command-line utility that you can use to capture and inspect network traffic going to and from your system. It is the most commonly…
Read More » -
How to Use chattr Command in Linux
The chattr command in Linux is a file system command which is used for changing the attributes of a file in a directory. The primary use of…
Read More »