Latest Posts
Shell Scripts
View AllHow to Backup Configuration Files on Remote Linux System
It is a best practice to backup a configuration file before performing any activity on a Linux system, which helps you to compare the configuration files in case of any …
Linux Commands
View AllHow to Create Users using Shell Script in Linux
Creating users in Linux/Unix is a straightforward task. However, adding multiple users across multiple servers can be a time-consuming task, so you can automate this with a shell script to …
Package Managers
View AllWhat is the difference between apt and apt-get command?
Most of us are often confused with the difference between apt and apt-get command. This confusion prevails among all the users, including beginners and experienced. These command line tools are …
System Monitoring
View AllHow to Monitor Disk I/O performance in Linux
Do you know, what tools are used to troubleshoot or monitor real-time disk I / O performance issues on Linux? In General, top command will be used to view system …
Netutils-Linux : Set of tools to simplify Linux network trouble shooting and Performance Tuning
As a system administrator, you might know & use few utilities for network troubleshooting and performance tuning but in Linux we have many other options to use (I mean you …
Gtop – Awesome graphical system monitoring dashboard for terminal
As of now, we have covered plenty of command line system monitoring tools which is capable to print various system performance information with numeric values and doesn’t offers any graph. …