Disk I/O on a VPS: IOPS, Latency and Filesystem Tuning
How to measure IOPS and latency on virtualised solid-state storage, then tune the filesystem and block scheduler to match your access pattern.
NetBay journal
Practical guides for Linux, containers, CI/CD, self-hosting, and running VPS infrastructure from Netbay Engineering.
499 articles · 24 topics
How to measure IOPS and latency on virtualised solid-state storage, then tune the filesystem and block scheduler to match your access pattern.
Stop spoofed X-Forwarded-For and doubled forwarding headers from corrupting your logs, rate limits, and trust decisions at the proxy.
Stop the cluster, rsync the data directory onto a dedicated High-Speed SSD volume, and point PostgreSQL 16 at that new data location safely.
Expose a cheap health endpoint, let systemd watchdog the event loop, and fail the unit before a wedged Node process sits silent in production.
A single-domain Postfix plus Dovecot inbox is small and honest: IMAP for you, DNS auth in place, and no claim that Gmail will accept your outbound.
Put nginx, a tool-gated agent, a loopback 7B, Redis, and a cheap remote API on one Lucknow VPS so private prompts stay local and hard tasks can escalate.
Deep dive into automated fw_cfg parameter injection and QEMU guest agent orchestration for zero-downtime application rebuilds.
Learn the difference between symbolic and hard links, what they cost, and when each is the right tool.
Shrink container images with multi-stage builds, the empty scratch base, and distroless runtimes — smaller pulls, fewer CVEs, faster starts.
Build a complete first automation project: inventory, an idempotent playbook, a dry-run, a real apply, and a scheduled re-converge.
Serialize SQLite writes with a queue or a single writer process, and graduate to Postgres when several processes must commit at once on a VPS.
Diagnose HTTPS errors by chain, clock skew, and name mismatch using openssl and browser clues before you reissue a certificate that already works.