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 …
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”
Steps to Setup lshw (List Hardware) with Examples On Ubuntu 20.04 LTS
lshw is a open source linux command. It helps to display the detailed report about system hardware. It provides the information of firmware version, CPU version & speed, graphic card, bus speed, cache memory configuration,& configuration of memory. There are some examples of lshw in ubuntu: Step 1: Update the System. apt-get update Step 2: …
Read more “Steps to Setup lshw (List Hardware) with Examples On Ubuntu 20.04 LTS”
Step By Step Guide to Setup Obersium on Ubuntu 20.04 LTS
Observium is a free & open source s a Network Management and Monitoring System tool. We can collects data from using SNMP & it allows to monitor all of the networks devices. It provides a simple & easy-to-use Web interface. It is PHP-based and uses a MySQL database to store data. There are few steps …
Read more “Step By Step Guide to Setup Obersium on Ubuntu 20.04 LTS”
Steps to Setup Whowatch for Monitor Linux Users and Processes in Real Time on Ubuntu 20.04 LTS
WhoWatch (whowatch) is a free & open source Linux user & process monitoring tool. It is a simple, easy-to-use interactive command line program. It shows the information about users who is logged on to system & what they are doing. It provides the information about the total number of users on the system and number …