Steps to Install Rudder System Configuration & Auditing Tool on Ubuntu 20.04 LTS

Rudder is a free & open source IT Infrastructure Automation & Compliance (multi-platform) tool. It helps to automate system configuration across large IT infrastructures. It allows to manage and maintain production infrastructure & support different Linux operating systems including, Ubuntu, Debian, Fedora, RHEL, CentOS and SUSE. It offers a set of rules that can be …

Step By Step Guide to Create SFTP Service on AWS

SFTP stands for Secure file transfer protocol. It helps to provide a secure network for accessing, transferring and managing files on remote systems. It also called SSH File Transfer Protocol. It provide a secure connection between a sender & receiver so we can easily send/receive the data in encryption format. Prerequisite S3 bucket. SSH key …

Steps to Install mpstat Linux Network Monitoring Tool on Ubuntu

Mpstat is a free & open source linux network monitoring tool. It is used to collect & display the information of CPU usage & processor statistics. It shows all the Global Average Activity without using any options. With options, it shows the statistics ony by one that starts from 0. There are some steps to …

Steps to Install Saidar System Monitoring Tool on Ubuntu 20.04 LTS

Saidar is a free & open source system monitoring tool. Using Saidar,we can easily monitor and view the system statistics.We can easily check CPU, processes, load, memory, swap, network I/O, disk I/O, and file system information. It is a simple and easy to use tool. There are some steps to install saidar on ubuntu machine: …

Steps to Setup Linux Dash Monitoring tool on Ubuntu 20.04 LTS

Linux Dash is a free & open source System monitoring tool.It allows to visualize the behavior of  server in real time & display the information on system such as number of running processes, number of logged in users, the CPU load, memory statistic, disk usage, network connections, internet connection speed etc. There are some steps …