Linux Admin
Every course before this one โ Docker, Kubernetes, Ansible โ ultimately runs on top of a Linux box somewhere. This is that box: the filesystem, the permissions, the process that's eating all your CPU, the log line that explains the outage. Less flashy than a container orchestrator, more likely to be the thing you actually need at 2am. ๐ง
Filesystem hierarchy & permissions
The FHS layout, and reading/setting rwx permissions and ownership.
โ 02Users, groups & sudo
Creating accounts, managing groups, and configuring least-privilege sudo access.
โ 03Process management & systemd
Inspecting running processes and managing services as systemd units.
โ 04Package management
Installing and updating software with apt (Debian/Ubuntu) and dnf/yum (RHEL/Fedora).
โ 05Networking basics
Inspecting interfaces and connections with ip and ss, and basic firewall rules.
โ 06Storage & disk management
Partitions, filesystems, mounting, and flexible storage with LVM.
โ 07Logs & journald
Reading system and service logs, and querying journald.
โ 08Shell scripting essentials
Writing reliable bash scripts: variables, conditionals, loops, exit codes.
โ 09Text processing: grep, sed & awk
Finding, transforming, and extracting text from the command line โ and chaining it all with pipes.
โ 10Cron & scheduled tasks
Running things automatically, on a schedule, without you there to trigger them.
โ 11SSH & remote administration
Key-based auth, config shortcuts, and hardening remote access.
โ 12Security hardening basics
The habits that keep a freshly provisioned box from being the easy target.
โ 13Performance monitoring & troubleshooting
Is it CPU, memory, disk, or network? Finding out fast when something's slow.
โ 14The boot process & recovery
What actually happens between power-on and a login prompt, and how to recover when it doesn't.
โ 15Best practices & real-world patterns
The habits that separate "it works" from "it keeps working while you sleep."
โ โLinux Admin quiz
16 questions, straight from the 15 lessons above.
โ