Install pwgen on Ubuntu 20.04

Install pwgen on Ubuntu 20.04

The pwgen is a tool that enables to generate random passwords via command line. This tool is designed for generating secure passwords which can be easily memorized by humans. This...
Install Nethogs on Ubuntu 20.04

Install Nethogs on Ubuntu 20.04

Nethogs is a tool for monitoring network bandwidth via command line. Different than most of the other tools, Nethogs groups bandwidth usage by process instead of per protocol or per...
Install htop on Ubuntu 24.04

Install htop on Ubuntu 24.04

The htop is a tool for monitoring system resources and a running processes via command line. It allows viewing a summary of system information such as CPU and RAM usage...
Install fping on Ubuntu 20.04

Install fping on Ubuntu 20.04

The fping is a command line tool that enables to send ICMP echo requests to the network hosts to determine whether a host is reachable. The fping is similar to...
Install arping on Ubuntu 20.04

Install arping on Ubuntu 20.04

ICMP requests can be send to another host to test if host is reachable. However, firewalls can block ICMP requests. The arping is a command line tool for sending ARP...
Install ioping on Ubuntu 24.04

Install ioping on Ubuntu 24.04

The ioping is a tool that allows to monitor I/O latency via command line. The ioping displays latency of a storage device in the same way as ping command displays...
Install PHP 8.4 on Ubuntu 24.04

Install PHP 8.4 on Ubuntu 24.04

PHP is a programming language which often used for creating web applications and dynamic websites. New features and various changes are introduced on each release of PHP. This tutorial demonstrates...