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 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...
Check Linux Kernel Version

Check Linux Kernel Version

Linux kernel is the main component of the Linux operating system. To determine which Linux kernel version is running on the system can be useful when troubleshooting issues. This tutorial...