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...
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...
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...
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...
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...
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...
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...
Portainer is a management tool for Docker, Docker Swarm and Kubernetes. This tool allows to manage containers, images, volumes, networks, and more. Portainer provides dashboard that accessible to the user...
Lazydocker is a terminal based UI tool that allows to manage containers, images and volumes for Docker and Docker Compose. Lazydocker is an open-source project written in the Go programming...
Docker Compose is a tool that allows to define and run multi-container Docker applications. YAML file is used to define and configure services. All these services are started with single...