~/blog

Linux & DevOps Troubleshooting Blog

Practical guides for Linux engineers — NGINX debugging, process troubleshooting, CIS hardening, and production incident response.

Filter by topic

79 posts · page 4 of 9

April 22, 2026·5 min read

Linux Check Open Connections: ss, netstat, lsof Examples

Check open network connections in Linux using ss, netstat, and lsof — see established connections, connection counts by state, and find which process owns each connection.

#linux#networking#troubleshooting#monitoring
April 22, 2026·5 min read

Linux Check Memory Usage: free vs top Explained

Check memory usage in Linux using free, top, and /proc/meminfo — understand available vs free, detect memory pressure, and identify memory-hungry processes.

#linux#monitoring#troubleshooting#infrastructure
April 22, 2026·5 min read

Linux Check Listening Ports with ss: Complete Guide

Check listening ports in Linux with ss — see TCP and UDP listeners, find which process owns each port, filter by interface binding, and detect unexpected services.

#linux#networking#troubleshooting#security#monitoring
April 22, 2026·5 min read

Linux Check Last Login Users: last, lastlog, who

Check last login history in Linux using last, lastlog, and who — find recent logins, failed attempts, and suspicious access patterns for security audits.

#linux#security#troubleshooting#infrastructure
April 22, 2026·5 min read

Linux Check File Size: ls, du, stat Command Examples

Check file size in Linux using ls -lh, du, and stat — understand apparent size vs disk usage, find files by size, and script size checks with real examples.

#linux#troubleshooting#infrastructure#debugging
April 22, 2026·5 min read

Linux Check Disk Usage by Folder: du Command Guide

Check disk usage by folder in Linux with du — sort directories by size, drill down to find what's consuming space, and use ncdu for interactive exploration.

#linux#troubleshooting#infrastructure#debugging
April 22, 2026·6 min read

Linux Check Disk I/O Usage: iostat Examples

Check disk I/O usage in Linux using iostat — read utilization, throughput, and latency metrics, identify saturated disks, and correlate I/O with application slowdowns.

#linux#monitoring#troubleshooting#infrastructure
April 22, 2026·5 min read

journalctl Filter by Time Range: Real Examples

Filter journalctl output by time range, unit, priority, and keyword — with real command examples for production incident investigation and log triage.

#linux#logs#troubleshooting#debugging
April 22, 2026·6 min read

iptables Block IP: Practical Examples for Linux

Block IPs with iptables — block single IP, IP range, port-specific rules, make rules persistent, and use ipset for large block lists. Real production examples.

#linux#security#networking#infrastructure
Blog — Page 4 | Linux & DevOps Troubleshooting | damonsec.com