Skip to content

Category

Shell & Automation

25 articles about shell & automation — guides, tutorials, and engineering notes.

Debugging systemd: Journal Logs and Common Pitfalls

There is a quiet gap between how tutorials teach debugging systemd: journal logs and common pitfalls and how production systems actually behave. This article exists to...

13 min read #systemd#services#systemctl

Systemd Services: Creating Your First Unit File

This is the article I wish I had read before I rebuilt systemd services: creating your first unit file for the third time. Every paragraph below comes from production...

13 min read #systemd#services#systemctl

Checking Open Ports and Sockets with ss and netstat

This is the article I wish I had read before I rebuilt checking open ports and sockets with ss and netstat for the third time. Every paragraph below comes from...

13 min read #networking#curl#troubleshooting