~/blog

#infrastructure

All articles tagged #infrastructure โ€” practical guides from production experience.

Filter by topic

52 posts tagged #infrastructure ยท page 5 of 6

April 21, 2026ยท19 min read

ps Command Linux: The Engineer's Troubleshooting Guide

How to use the ps command on Linux to debug high CPU, memory leaks, zombie processes, and unresponsive services โ€” with real production workflows, common mistakes, and a quick-reference cheat sheet.

#linux#troubleshooting#debugging#infrastructure
April 21, 2026ยท7 min read

NGINX Troubleshooting Guide: Complete Production Reference

The complete NGINX troubleshooting reference โ€” 502/504 errors, upstream failures, SSL issues, connection limits, keepalive misconfiguration, and production debugging workflows with real commands.

#nginx#troubleshooting#production#infrastructure
April 21, 2026ยท8 min read

Linux Security Hardening Guide: CIS Benchmarks for Production

Complete Linux security hardening guide using CIS benchmarks โ€” Ubuntu, RHEL, and Windows Server. SSH hardening, auditd, filesystem restrictions, firewall configuration, and production pitfalls to avoid.

#security#linux#infrastructure#security-ops
April 21, 2026ยท15 min read

Linux Process States Explained: R, S, D, Z and What They Mean for Troubleshooting

A practical guide to Linux process states โ€” R, S, D, Z, T โ€” what each means, how to read them in ps and top, why D state can freeze a system, and how to handle zombie processes in production.

#linux#troubleshooting#debugging#infrastructure
April 21, 2026ยท9 min read

Linux Performance Troubleshooting: Complete Engineer's Guide

The complete guide to Linux performance troubleshooting โ€” CPU, memory, disk I/O, process states, and network โ€” with step-by-step workflows, real production scenarios, and links to deep-dive articles on every topic.

#linux#troubleshooting#debugging#monitoring#infrastructure
April 21, 2026ยท10 min read

Linux Memory Leak Troubleshooting: RSS vs VSZ Explained

How to troubleshoot memory leaks on Linux โ€” understanding RSS vs VSZ, tracking memory growth over time, identifying the leaking process, and real debugging steps from production systems.

#linux#troubleshooting#debugging#monitoring#infrastructure
April 21, 2026ยท9 min read

Linux High CPU Usage: Step-by-Step Troubleshooting Guide

Step-by-step guide to diagnosing Linux high CPU usage โ€” using ps, top, and htop to identify the culprit, distinguish user vs kernel vs I/O wait CPU, and resolve the issue in production.

#linux#troubleshooting#debugging#monitoring#infrastructure
April 21, 2026ยท11 min read

Top Linux Debugging Tools Every Engineer Should Know

The essential Linux debugging tools for production troubleshooting โ€” ps, top, htop, lsof, strace, iotop, vmstat, dmesg, and more โ€” with real use cases and a comparison table.

#linux#debugging#troubleshooting#monitoring#infrastructure
April 21, 2026ยท21 min read

CIS RHEL Level 1 Hardening: What Actually Breaks in Production

CIS RHEL Level 1 hardening guide for production Red Hat systems โ€” what breaks, what to apply first, and how to avoid SSH lockouts, auditd disk exhaustion, and PAM-related service outages.

#security#linux#infrastructure#security-ops
#infrastructure Articles โ€” Linux & DevOps Troubleshooting | damonsec.com