When working on local environment you might need to enable HTTPS protocol in the Apache web server. The easiest way to achieve this is to create self-signed SSL certificate. A...
Home Assistant is an open-source application for home automation that allows to control smart home devices centrally. Home Assistant has dashboard that can be accessed via a web browser.
This...
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...
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...
Grafana has built-in support for Loki for querying and displaying the logs. In this tutorial we will explain how to configure Loki as data source for Grafana.
Before beginning, make...
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...