Install Saidar on Ubuntu 20.04

Install Saidar on Ubuntu 20.04

Saidar is a command line tool which shows information about system resources usage that updated at regular intervals. This tool can be used to monitor CPU usage, memory usage, disk...
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 22.04

Install CMake on Ubuntu 22.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 22.04

Install Composer on Ubuntu 22.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...