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

April 22, 2026·4 min read

How to Extract tar.gz in Linux: All Formats Covered

Extract tar.gz files in Linux — handle .tar.gz, .tar.bz2, .tar.xz, and .zip formats, extract to specific directories, and handle common extraction errors.

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

How to Delete Large Files in Linux Safely

Delete large files in Linux safely — handle open file handles, free disk space immediately with truncate, use rm correctly, and recover from accidental deletion.

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

How to Copy Files Recursively in Linux: cp, rsync Examples

Copy files recursively in Linux with cp and rsync — preserve permissions, sync directories, copy over SSH, and handle large transfers efficiently.

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

How to Check Uptime in Linux: uptime, w, and Beyond

Check Linux server uptime with uptime, w, and /proc/uptime — read load average correctly, find when the last reboot happened, and script uptime checks.

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

How to Check DNS Server in Linux: dig, nslookup, resolvectl

Check which DNS server Linux is using with resolvectl, dig, and cat /etc/resolv.conf — verify DNS resolution, test specific servers, and debug DNS configuration.

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

How to Find Large Files in Linux: Practical Guide

Find large files in Linux using find, du, and ncdu — with real command examples for disk cleanup, log hunting, and storage audits on production servers.

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

Docker Inspect Container IP Address: Step-by-Step

Get a Docker container's IP address using docker inspect, docker exec, and network commands — with real examples for bridge, host, and custom networks.

#docker#networking#infrastructure#troubleshooting
April 22, 2026·5 min read

Docker Container Not Starting: Fix Guide

Fix Docker container not starting — diagnose exit codes, read container logs, resolve port conflicts, permission errors, and OOM kills in production.

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

DNS Not Resolving in Linux: Fix Guide

Fix DNS not resolving in Linux — diagnose with dig and nslookup, check resolv.conf and systemd-resolved, and fix DNS for containers, VMs, and production servers.

#linux#networking#troubleshooting#debugging
Blog — Page 5 | Linux & DevOps Troubleshooting | damonsec.com