Linux8 min read
Managing services with systemd
Starting, stopping, and debugging services with systemctl. Writing basic unit files and understanding targets.
Starting, stopping, and debugging services with systemctl. Writing basic unit files and understanding targets.
Practical steps to lock down SSH on your Linux server. Key-based auth, disabling root login, and fail2ban basics.
Finding, replacing, and transforming text from the command line. Practical examples for each tool.
Where things live on a Linux system and why. A practical guide to the directory layout.
How cron works, writing crontab entries, common pitfalls, and when to use alternatives.
Adding, modifying, and removing users. How groups work and why /etc/passwd still matters.
How Linux file permissions work, what chmod numbers actually mean, and when to use chown vs chgrp.