sudo & The Sudoers File: Controlled Privilege Escalation
Learn how sudo works, how to read the /etc/sudoers file, and how to grant the right level of access to the right people — safely. The SysAdmin's most important tool.
Reading the Network: netstat, ss & nmap Explained
Master ss, netstat, and nmap to see every open port, active connection, and service on your system. Real terminal output walkthroughs and pro security tips.
Linux Basic Commands: A Visual Survival Guide
Master the 20 essential Linux commands for file navigation, management, and system monitoring. The absolute foundation for DevOps.
Linux Package Management: apt, dnf, and snap Explained
Learn how to install, update, and remove software in Linux using apt (Ubuntu/Debian), dnf (Red Hat/Fedora), and snap. Your complete beginner's guide.
Linux Process Management: A Visual Guide
Learn to view, control, and killing processes in Linux using ps, top, htop, kill, and systemctl. Master process states, signals, and service management.
SSH Key Management: Stop Using Passwords
Learn to generate SSH key pairs, copy public keys to servers, configure SSH config, and harden your server with key-only authentication.
Linux Users & Groups: The Complete Visual Guide
Learn to create, manage, and understand Linux users and groups. Master useradd, groupadd, usermod, and the /etc/passwd file with real commands and visual guides.
What is an Identity? Users, Groups & Permissions Explained
Learn the fundamental concept that connects Linux users, Windows Active Directory, and AWS IAM. One mental model applies everywhere — from your laptop to the cloud.
What is Linux? A Visual Guide for Beginners
Everything you need to know about the Linux operating system, kernel, and why it runs 96% of the world's top 1 million servers.
Linux File Permissions: The Visual Guide
Understand chmod, chown, and rwx permissions visually. Mastering user, group, and world access control in Linux.
SSH Explained: A Visual Guide for Absolute Beginners
Learn how SSH works and how to use it securely - from your first connection to advanced tunnels