The dog is an open-source tool for DNS lookup. It allows to get various DNS records (A, AAAA, MX, NS, etc.) for a domain. This tool has colourful output, supports...
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...
Lua is a high-level, dynamically typed programming language that designed for embedded use in applications. Lua is often used as scripting language for game development.
This tutorial shows how to...
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...
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...