~/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 3 of 9

April 22, 2026·6 min read

How to Monitor Real-Time Logs in Linux: tail, journalctl, multitail

Monitor real-time logs in Linux using tail -f, journalctl -f, and multitail — follow multiple log files simultaneously, filter live output, and build production log monitoring workflows.

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

Linux tail Multiple Files: Real Examples and Techniques

tail multiple files in Linux simultaneously — using tail -f, multitail, and journalctl to monitor several log files at once in real production scenarios.

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

Linux sort Command: Real Usage Examples

Use the Linux sort command effectively — sort by column, numerically, by size, reverse order, deduplicate, and combine with other commands for real log and data analysis.

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

Linux Move Files Between Directories: mv and rsync Examples

Move files between directories in Linux using mv and rsync — handle cross-filesystem moves, rename files, move with wildcards, and avoid common mistakes.

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

Linux Kill Process by Port: Step-by-Step Guide

Kill a process by port number on Linux — using fuser, lsof, ss + kill, and pkill. Step-by-step with real examples for each method.

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

How to Find Process by Name in Linux: pgrep, ps, pidof

Find a Linux process by name using pgrep, ps, pidof, and top — with real examples for scripting, killing, and monitoring processes in production.

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

Linux Find Files Older Than X Days: find -mtime Examples

Find files older than X days in Linux using find -mtime — with real examples for log cleanup, archiving old files, and safe deletion workflows.

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

Linux Find File by Name and Size: Real Examples

Use Linux find command to locate files by name pattern, size, date, and permissions — with real production examples and combined search techniques.

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

Linux Check Running Services with systemctl: Real Examples

Check running services in Linux using systemctl — list active units, find failed services, check service status, and filter by type with real command examples.

#linux#infrastructure#troubleshooting#monitoring
Blog — Page 3 | Linux & DevOps Troubleshooting | damonsec.com