Posts
Page 24 of 58
-
Understanding PostgreSQL Connection URIs
Decode the postgresql:// connection string, host, port, database, SSL mode, and the gotchas that cause connection refused at deploy time.
· Updated:5 min read -
Understanding printf vs echo in Bash
echo is convenient but inconsistent across systems; printf is portable and precise, know when to use each and avoid the gotchas.
· Updated:5 min read -
A Guide to LXC/LXD
LXC/LXD runs full Linux environments in lightweight containers, faster to spin up than VMs and perfect for home lab service isolation.
· Updated:5 min read -
Update a Single Package Using APT
Update one package with apt without upgrading everything else, the exact flag, version pinning, held package handling, and the apt vs apt-get distinction that trips people up.
· Updated:5 min read -
WASM Containers in 2026
Spin, WasmEdge, and wasmCloud compared: what WASM containers can actually replace in 2026, where Docker still wins, and which tools are production-ready.
· Updated:10 min read -
Wiki.js with GitSync: Documentation That Lives in Version Control Like It Should
Wiki.js GitSync stores your docs as Markdown in a Git repo, push, pull, or two-way sync with full commit history, PR workflows, and IDE-based editing.
· Updated:8 min read -
WireGuard Is Fast, But You're Leaving Performance on the Table
Squeeze every MB/s from WireGuard: MTU sizing, GSO/GRO CPU offloading, AllowedIPs routing, PersistentKeepalive tradeoffs, and iperf3 benchmarks included.
· Updated:9 min read -
Wireguard VPN Server in Docker
Run a WireGuard VPN server in Docker with the linuxserver image, Compose setup, peer config generation, and road warrior access to your home network.
· Updated:5 min read -
WordPress on PHP-FPM & Caddy in Docker
Run WordPress on PHP-FPM with Caddy as the web server, all in Docker Compose with automatic HTTPS and proper PHP config.
· Updated:6 min read -
OpenRouter vs LiteLLM
Two ways to route LLM traffic across providers, OpenRouter as a hosted gateway, LiteLLM as a self-hosted proxy. Which one fits your home lab in 2026?
12 min read -
Immich vs PhotoPrism vs Ente: Self-Hosted Photo Libraries
Google Photos went paid and the alternatives matured fast. Immich, PhotoPrism, and Ente: which self-hosted photo library actually fits your life in 2026?
11 min read -
Unbound vs Technitium vs BIND
Picking a recursive DNS resolver for your home lab, Unbound, Technitium, and BIND9 compared on speed, GUI, DNSSEC, and split-horizon.
11 min read