HAProxy: Load Balancing and Health Checks for Multiple VPS
HAProxy load balancer setup with active health checks, round-robin distribution, sticky sessions, ACL-based routing, rate limiting, and a stats dashboard for a multi-VPS cluster on Ubuntu.
Industry news, reviews and helpful articles about hosting
HAProxy load balancer setup with active health checks, round-robin distribution, sticky sessions, ACL-based routing, rate limiting, and a stats dashboard for a multi-VPS cluster on Ubuntu.
Valkey is a BSD-licensed fork of Redis created by the Linux Foundation after Redis changed its license to a non-open-source model. Installation on Ubuntu, migration from Redis, key commands, differences from Redis 7.
pgBouncer is a lightweight proxy between your application and PostgreSQL that multiplexes hundreds of client connections into a small pool of real database connections. Installation on Ubuntu/Debian, pooling modes, key parameters, common issues.
How to collect and route logs on a VPS with Vector — parsing Nginx, shipping to Loki and Elasticsearch, Prometheus metrics from logs, and content-based routing without Java overhead.
How to set up a VPS firewall from scratch with nftables — block IPs in bulk, protect SSH from brute force, and forward ports without extra tools.
Step-by-step Claude Code installation on Mac — native installer, Homebrew, npm. Requirements, Claude Pro authentication, first project, common errors and fixes.
Caddy on Ubuntu — automatic HTTPS without certbot or cron, Caddyfile for static sites and reverse proxy, Docker setup with persistent certificate volume, and config management via REST API.
Linux OOM Killer — how to find the killed process via journalctl and dmesg, understand oom_score, protect a service with OOMScoreAdjust, limit memory with MemoryMax, and configure vm.overcommit_memory.
Why df and du disagree on Linux — how to find deleted open files with lsof, free space through /proc/PID/fd without restarting, and check ext4 reserved blocks with tune2fs.