Reference
Shell Snippets
Reusable shell snippets for quick diagnostics and safe operational workflows.
Small shell commands save incidents when written clearly. These snippets are trimmed for readability and easy copy-paste validation.
Service and process checks
1 | ps -ef | grep -E "node|rails|nginx" | grep -v grep |
Storage checks
1 | lsblk -f |
Git checks
1 | git remote -v |