ls [-la] [path]
List lab files and folders.
Processes, services, nginx validation, and capacity signals.
Inspect simulated processes, services, and web server config like a cautious admin.
Beginner 02 Server operations Service inspectionCompare simulated service status and journal output before taking action.
Beginner 03 Server operations Nginx validationRead training nginx config and validate it without making real server changes.
Core 04 Server operations Resource inspectionRead simulated disk, memory, uptime, and directory usage signals.
Core 05 Server operations Host network viewInspect simulated hostname, addresses, and listening sockets.
Admin 06 Server operations Service listList simulated units and check nginx activity.
Admin 07 Server operations Service filesInspect simulated unit files and journals together.
Admin 08 Server operations Nginx site mapInspect training nginx site layout and run a config test.
Admin 09 Server operations Ports and processesCompare simulated listener and process views.
Admin 10 Server operations Resource baselineRead simulated disk, memory, and load indicators together.
Admin 11 Server operations Log disk reviewEstimate simulated log size and list log files.
Admin 12 Server operations Deploy script reviewRead, hash, and inspect a training deploy script.
Admin 13 Server operations Service failure reviewInspect a simulated inactive backup service.
Admin 14 Server operations Config test loopCopy, open, and test nginx configuration safely.
Admin 15 Server operations Scheduled tasksInspect simulated cron configuration and related logs.
Admin 16 Server operations Top process viewRead a simulated top snapshot before deeper process checks.
Admin 17 Server operations Signal simulationPractice signal language without stopping anything.
Admin 18 Server operations Open files and listenersUse lsof to relate sockets to services.
Admin 19 Server operations Mount and block devicesInspect simulated mounts and block devices.
Admin 20 Server operations Operations checkpointPull process, service, storage, and log signals together.
Capstone Checkpoint 21 Server operations Systemctl cat reviewRead service unit files before making assumptions.
Admin 22 Server operations Unit dependency readingRead service definitions and list units together.
Admin 23 Server operations Journal narrowingUse recent journal windows before scanning full logs.
Admin 24 Server operations Cron service reviewConnect cron service status, schedule, and logs.
Admin 25 Server operations Mount storage reviewCompare mounted filesystems and block-device inventory.
Admin 26 Server operations Nginx validate loopValidate config, read config, and compare a changed copy.
Admin 27 Server operations Resource baseline advancedBuild a resource baseline from uptime, memory, and disk.
Admin 28 Server operations Open file triageMap open sockets and processes to services.
Admin 29 Server operations Backup service noteInspect an inactive backup service and write a review marker.
Admin 30 Server operations Service failure notesRead failed service evidence without restarting anything.
Advanced 31 Server operations Mac service orientationCompare launchd-style inspection with systemd habits.
Advanced 32 Server operations Unit file readingRead a service definition before interpreting its runtime state.
Admin 33 Server operations Service state triangulationCompare status, active state, and journal evidence for one service.
Admin 34 Server operations Mount and capacity correlationConnect mounted filesystems, block devices, and available space.
Admin 35 Server operations Scheduled service evidenceRelate a user schedule to cron service state and log entries.
Admin 36 Server operations Server operations bridgeCheckpoint unit, journal, process, and storage evidence.
Capstone CheckpointCreate a free account to sync completed lessons, XP, streaks, course status, and your next lesson across sessions.
Checking account status...
Progress sync is idle.
Progress sync stores completion IDs, scores, streaks, badges, and game settings. Terminal contents, editor snippets, lab scratch, email, and real names are never published on leaderboards or share cards.
ls [-la] [path]
List lab files and folders.
printf <text>
Print formatted training text.
nano <file>
Open a simulated nano editor.
cat <file>
Print text file contents.
grep [-i] <text> <file>
Find literal text inside a file.
tee <file>
Write piped text to a lab file and keep it on screen.
diff <left> <right>
Compare two lab text files.
sha256sum <file>
Print a deterministic training checksum.
find [path] [-name text]
Search lab filesystem paths.
cp <src> <dst>
Copy a file.
stat <path>
Show lab file details.
ps
Show training server processes.
top|pgrep|kill
Inspect simulated process health and signals.
lsof
Show simulated files and sockets opened by services.
systemctl status <service>
Inspect simulated service status.
journalctl -u <service>
Read simulated service journal entries.
nginx -t
Validate training nginx configuration.
ss|ip
Inspect simulated sockets and addresses.
mount|lsblk
Inspect simulated mounts and block devices.
crontab -l
List a simulated learner crontab.
launchctl list|print
Inspect simulated macOS service-launch metadata.
plutil -lint <plist>
Validate a simulated macOS plist file.
ssh|scp|ssh-keygen
Practice SSH inspection and dry-run transfer shapes without network access.
df|du|free|uptime
Inspect training resource and system health.