Install RethinkDB on Ubuntu 24.04 / 22.04 and Debian 13 / 12
This guide shows how to install RethinkDB on Ubuntu 24.04 LTS and Debian 13 from the official apt…
This guide shows how to install RethinkDB on Ubuntu 24.04 LTS and Debian 13 from the official apt…
Debian 13, codename Trixie, shipped on August 9, 2025 with Linux kernel 6.12 LTS, the long-awaited apt 3.0,…
Graylog listens on port 9000 over plain HTTP by default. For anything beyond a lab, that’s not acceptable.…
Every Linux system has sudo. It’s the single binary standing between your unprivileged user account and full root…
Shipping MySQL or MariaDB backups to S3 gets them off the database host and into durable, geographically redundant…
The Prometheus mysqld_exporter scrapes metrics from MySQL or MariaDB and exposes them in the Prometheus text format on…
Monit is a tiny watchdog daemon that monitors processes, filesystems, and system health on a single host. It’s…
Primary-replica (historically called master-slave) replication on MariaDB gives you an asynchronous copy of a database you can use…
The Ubuntu package repos ship a Go compiler (golang-go) but it usually lags the upstream release by a…
When you’re watching a server and top feels like a relic, two TUI process monitors stand out as…
When the disk is filling up and you need to know what’s eating it, ncdu is the fastest…
bat is the modern replacement for cat. Same interface, same pipe behaviour, but with syntax highlighting for hundreds…