Install htmlq on Ubuntu 24.04

Install htmlq on Ubuntu 24.04

The htmlq is a command line based HTML processor which allows manipulating, filter and extract content from HTML using CSS selectors. This tutorial explains how to install htmlq on Ubuntu...
Install jq on Ubuntu 24.04

Install jq on Ubuntu 24.04

JSON is a text-based data format which is widely used for storing or exchanging data between systems. The jq is a command line based JSON processor that allows to transform...
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...