The Header Your Reverse Proxy Keeps Dropping
Your backend can't see the client IP because the reverse proxy silently dropped it. Here's why and how to fix it right.
All the articles with the tag "sysadmin".
Your backend can't see the client IP because the reverse proxy silently dropped it. Here's why and how to fix it right.
Apply Linux kernel security patches without rebooting using kpatch and Canonical Livepatch. Keep servers secure and online simultaneously — here's the practical setup guide.
You've got backups. Great. But do you know if they actually work? RTO and RPO mean nothing if you've never actually restored.
Your app is logging to a single file. It's 50GB now. Here's how to rotate logs before your disk dies.
AppArmor vs SELinux: what mandatory access control actually does, writing AppArmor profiles with aa-genprof, SELinux labels and audit2allow, and when to use each.
Long-lived connections dropping randomly? Your OS is killing them. Here's why keepalives matter and how to tune them.
Master auditd for Linux audit logging: watch critical files, audit syscalls, use aureport and ausearch, and ship logs to Loki or Elasticsearch for compliance and security monitoring.
Your VM's clock is off by minutes, NTP says it's synced, yet the system keeps drifting. Here's why the hypervisor is the real culprit, and how to fix it.
MTU mismatches silently break large file transfers, backups, and video calls. Here's how to find and fix the wrong frame size on your network.
DNS broke again. Here's the exact command sequence to figure out what's happening without touching a GUI.
Master LVM snapshots and thin provisioning on Linux. Learn to create, use, and merge snapshots for backups, and over-provision storage safely.
Harden SSH properly: disable password auth, switch to Ed25519 keys, configure sshd_config, set up SSH certificates with step-ca, add 2FA, and configure ProxyJump for bastion hosts.