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...
Install Promtail on Ubuntu 20.04

Install Promtail on Ubuntu 20.04

Promtail is a client for gathering and sending logs to Loki. Promtail is commonly deployed to every machine that needed to monitor logs. This tutorial shows how to install Promtail...
Install Loki on Ubuntu 20.04

Install Loki on Ubuntu 20.04

Loki is an open-source log aggregation system developed by Grafana Labs. Loki is a datastore that optimized for storing log data. It can be easily integrated with Grafana as datasource...
Install Grafana on Ubuntu 20.04

Install Grafana on Ubuntu 20.04

Grafana is a cross-platform tool for data visualization, analytics, and monitoring. Data is retrieved from various data sources such as MySQL, Prometheus and then data is presented in the form...
Install Fail2ban on Ubuntu 20.04

Install Fail2ban on Ubuntu 20.04

Fail2ban is a tool that allows to protect machine from brute-force attacks. This tool monitors log files and counts failed connection attempts. If the number of failed connection attempts reaches...
Install GoAccess on Ubuntu 20.04

Install GoAccess on Ubuntu 20.04

GoAccess is an open-source tool that allows to monitor web server logs. This tool supports various web log formats (Apache, Nginx, etc.). Web server statistics can viewed in terminal or...