Learn how to use fio to benchmark Linux drives like a pro. A guide to accurately measuring IOPS, Latency, and Throughput while avoiding common pitfalls.
Set up and optimize QuestDB to process millions of records per second. A detailed guide on replacing traditional databases with high-performance time-series solutions for IoT.
MySQL Query Rewrite Plugin lets you intercept and modify SQL statements at the database layer without changing any application source code. This guide covers installation, configuration, and practical use cases for production environments.
A practical guide to configuring power-profiles-daemon and tuned on Fedora Workstation to balance performance and battery life. Covers custom tuned profiles, automatic udev switching rules, and how to monitor real-time power consumption.
Atlas (Ariga) enables IaC-style database schema management: describe your desired state, auto-generate migrations, lint destructive changes, and detect drift between code and your live database. This article compares Atlas with Flyway/Liquibase and walks through a real-world PostgreSQL setup.
A practical guide to setting up Debezium for real-time Change Data Capture (CDC) from MySQL and PostgreSQL, streaming events to Kafka — no application changes required, just reading the transaction log. Covers Docker Compose setup, connector registration, and common troubleshooting.
Test your internal system vulnerabilities using Metasploit Framework — a hands-on guide to responsible ethical hacking on Linux, covering service scanning, CVE detection, and report generation. Ideal for sysadmins who want to proactively secure their systems before a real attack occurs.
Don't let your repository slow down due to heavy files. Here is a detailed guide on installing Git LFS, migrating old repos, and File Locking tips for graphics and game dev teams.