Install iftop on Ubuntu 20.04

Install iftop on Ubuntu 20.04

The iftop is a tool for monitoring network bandwidth via command line. It listens to the network traffic on specific interface and shows bandwidth usage in the table. This tutorial...
Install CMake on Ubuntu 24.04

Install CMake on Ubuntu 24.04

CMake is a tool which uses a configuration file called CMakeLists.txt for generating standard build files such as makefiles on Unix systems, Visual Studio project files on Windows, etc. CMake...
Install Composer on Ubuntu 24.04

Install Composer on Ubuntu 24.04

Composer is a dependency management tool for PHP which enables to specify libraries on which project depends on. Composer manages libraries installation and update per-project (the default) or globally. This...
Install inxi on Ubuntu 20.04

Install inxi on Ubuntu 20.04

The inxi is a command line tool that enables to get details about various hardware components on a system such as CPU, RAM, disks, network interfaces, USB controllers, graphics, audio...
Install hwinfo on Ubuntu 20.04

Install hwinfo on Ubuntu 20.04

The hwinfo is a tool that can allows to get details about various hardware components on a system via command line. This tool shows information about CPU, RAM, disks, network...
Install Lynis on Ubuntu 20.04

Install Lynis on Ubuntu 20.04

Lynis is a command line tool for security auditing, vulnerability detection, system hardening, and more. This tool scans the system to find configuration mistakes, vulnerable packages, insecure services, wrong filesystem...
Install argon2 on Ubuntu 20.04

Install argon2 on Ubuntu 20.04

The argon2 is a command line tool which allows to generate the Argon2 cryptographic hash that commonly used for password hashing. This tutorial demonstrates how to install argon2 on Ubuntu...