Steps to install Munin Monitoring Tool on Ubuntu 20.04 LTS

Munin is a free & open source system monitoring tool. It helps to monitor computers, especially servers. Using Munin web interface, we can collect various system information such as processor load, hard disk usage, network traffic, mysql & memory usage information. There are some steps to install munin on ubuntu: Step 1: Update the System. …

How to Install nftables on Ubuntu 20.04 LTS

Nftables is a free & open source command line utility. It is easy to use and combines all tools of the IPtables framework such as iptables, ip6tables, arptables, etc. We can easily to create table,chain & add the rules with TCP port numbers. It helps to improved error reporting & reduction in code replication. There …

How to Install Gradle on ubuntu 20.04 LTS.

Gradle is a tool used to build, automate, and deliver software. Gradle is a object-oriented programming language & used for Java & C++ project to define build scripts. It helps programmers team to build, automate and deliver software easier and faster which increased their productivity. Install Gradle on ubuntu Update the system apt-get update Install Java …