Install ctop on Ubuntu 20.04

Install ctop on Ubuntu 20.04

The ctop is a tool that enables to monitor resources for containers. This tool has support for Docker and runC. The ctop displays CPU, RAM, network, and disk usage of...
Install Rust on Ubuntu 20.04

Install Rust on Ubuntu 20.04

Rust is an open-source, high-level, general-purpose programming language. Rust does not have garbage collection, guarantees memory-safety and thread-safety. This tutorial explains how to install Rust on Ubuntu 20.04. Prepare environment...
Install Webmin on Ubuntu 20.04

Install Webmin on Ubuntu 20.04

Webmin is an open-source web application for managing Linux systems. Webmin provides dashboard which is accessible to the user from a web browser. It allows to update packages, manage users...
Install qBittorrent-nox on Ubuntu 20.04

Install qBittorrent-nox on Ubuntu 20.04

qBittorrent-nox is an open-source BitTorrent client for downloading files. qBittorrent-nox is same as the standard qBittorrent but without the desktop graphical user interface. qBittorrent-nox provides only web interface. This tutorial...
Install pip on Ubuntu 20.04

Install pip on Ubuntu 20.04

The pip is a package manager for Python that allows to download and install various packages from Python Package Index (PyPI) repository. This tutorial demonstrates how to install pip on...