Proxy Performance Knobs: Timeouts, Buffers and Limits
Tune proxy_read_timeout, upload and download buffers, upstream keepalives, and worker limits so slow transfers and bursts behave predictably.
NetBay journal
Practical guides for Linux, containers, CI/CD, self-hosting, and running VPS infrastructure from Netbay Engineering.
499 articles · 24 topics
Tune proxy_read_timeout, upload and download buffers, upstream keepalives, and worker limits so slow transfers and bursts behave predictably.
A pragmatic path from a manual-deploy monolith to team-wide CI/CD without rewriting everything at once.
Ship SQLite WAL frames to S3-compatible object storage with Litestream so a single VPS file has an off-site replica you can restore on demand.
Run one CPU generation at a time, queue the rest, and avoid llama.cpp parallel slots that multiply KV cache RAM on an 8 GB CPU VPS in Lucknow.
Treat user text as hostile, gate every tool with an allowlist and confirmation, and never let a model-chosen URL or shell string reach your Lucknow VPS.
Demystify containers by looking at the three real building blocks — cgroups for limits, namespaces for isolation, and the OCI runtime spec.
Compare hypervisor-level snapshots and file-level dumps for VPS: restore speed, consistency, cost, and which to use for databases on high-traffic hosts.
Automate daily server chores with cron and systemd timers that drive backups, patching, and cert renewal, plus a fleet-wide converge pass.
Learn what load average and the Unix CPU steal column really mean on a shared VPS, and how to tell noisy neighbours from real, unavoidable demand.
Rerank a short hybrid shortlist with a MiniLM cross-encoder on CPU so the generator sees the right source chunk without calling a vendor rank API.
Understand the transition from iptables to nftables and write clean, maintainable firewall rules for your Linux VPS.
Follow the dependency chain from sysinit.target through multi-user to graphical, and finally understand what determines boot order on a modern server.