Linux Basics
A compact checklist for everyday Linux work.
Useful habits
- Keep system packages updated.
- Review active services before changing server behavior.
- Keep configuration files small and readable.
- Record important changes in plain text notes.
- Test commands on a narrow scope before applying them broadly.
Common references
systemctl statusfor service state.journalctl -u service-namefor recent logs.ss -tulpnfor listening ports.df -handdu -shfor disk usage.