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...
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...
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...
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...
The hping3 is a tool that allows to analyze TCP/IP packets via command line. The hping3 can be used as alternative to the ping command. The hping3 allows to send...
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...
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...
The ps_mem is a command line tool for checking RAM usage for a programs. This tool calculates the amount of RAM (private memory + shared memory) being used by each...
Speedtest CLI is a command line tool that allows to test internet bandwidth using speedtest.net service. Speedtest CLI is an official tool developed by Ookla. This tool can useful to...
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...