Podman Basics: Rootless Containers and Quadlets
Run containers without root and manage them with systemd Quadlets — a rootless-first workflow that fits systemd-based VPS hosts cleanly.
NetBay journal
Practical guides for Linux, containers, CI/CD, self-hosting, and running VPS infrastructure from Netbay Engineering.
499 articles · 24 topics
Run containers without root and manage them with systemd Quadlets — a rootless-first workflow that fits systemd-based VPS hosts cleanly.
Manage Terraform state safely: keep it in a remote backend with locking, never hand-edit it, and use state commands for real renames.
Use sqlite3 .schema, EXPLAIN QUERY PLAN, and ANALYZE on the live file to see what SQLite stores, how it will read it, and which indexes it trusts.
Issue a Let's Encrypt certificate with certbot and nginx on Ubuntu, complete HTTP-01, and wire the live cert into a working TLS server block.
Reuse one SSH TCP handshake with ControlMaster and ControlPersist so scp, git, and extra shells stay fast on high-latency links into Lucknow.
Compare blue-green, canary, and rolling deployments, and learn how CI gates each so you release with less risk and faster rollback.
Deploy Miniflux on a VPS to aggregate thousands of feeds into a fast, keyboard-driven RSS reader with a Postgres backend and complete privacy.
Per-user and per-filesystem disk quotas on Linux, plus a capacity monitoring loop with thresholds and alerting so no volume ever fills silently.
Compare Q4, Q5, and Q8 GGUF sizes on an 8 GB Intel Xeon Platinum VPS and pick the quantization that fits RAM without killing tokens per second.
Route external traffic to multiple services through a single Ingress on k3s, using host-based and path-based rules with Traefik.
Compare API keys, bearer tokens, and mTLS to pick the right authentication method for your machine-to-machine API clients and workloads of every kind.
Combine FTS5 or Postgres tsvector with cosine top-k, fuse ranks with RRF, and retrieve identifiers that pure embeddings miss on a single VPS.