Step By Step Guide to Run df Commands on Ubuntu 20.04 LTS
We can easily check the information of disk space using command line tool called df command.‘df‘ command stands for “disk filesystem“. It is used to get a full information of available and used disk space usage of the file system in linux system. Some commands of df (Disk File system) are given below: Step 1: …
Read more “Step By Step Guide to Run df Commands on Ubuntu 20.04 LTS”
Steps to Setup logwatch on Ubuntu 20.04 LTS
Logwatch is a free & open source system log analyzer. It helps to send the report to mail (recipient user). It generates a details log report which contains sshd – authentication failures, sudo – sessions opened, vsftp failures, postfix, failed logins, & disk space.It display the report on the console. We can be scheduled to …
Steps to Install MultiTail on Ubuntu 20.04 LTS
MultiTail is a free & open source ncurses utility. It is used to display a single or multiple log files in a single window. It is simple, easy to use command line utility. We can easily analyze the log files & we can also use different colors for managing or making it more easily understanding …
Step By Step to Install CPUlimit on Ubuntu 20.04 LTS
CPU limit is a open source linux command tool. It is used to restrict the CPU usage of a process, when any particular process consumes more CPU usage & affect the overall performance. The amount of CPU usage will be distributed & controlled by sending SIGSTOP & SIGCONT POSIX signals. There are few steps to …
Read more “Step By Step to Install CPUlimit on Ubuntu 20.04 LTS”
3 Steps to Setup nload in Ubuntu 20.04 LTS
NLoad is a free & open source network administrator tool. It helps to monitor the network traffic and bandwidth usage in real time. It allows to monitor incoming and outgoing traffic using graphs and provides additional information like transferred data and min/max network usage. There are some steps to monitor network traffic using nload command …