echo <text>
Print text or write safe lab notes with >.
Identity, sudo boundaries, SSH hardening, firewall rules, and review notes.
Practice safe security habits: identity, logs, firewall rules, and fake sudo.
02 Security administration SSH hardeningRead fake SSH settings and confirm safer defaults without connecting anywhere.
03 Security administration Firewall and incident reviewInspect firewall state, add a fake rule, and write a short incident note.
echo <text>
Print text or write safe lab notes with >.
cat <file>
Print text file contents.
grep [-i] <text> <file>
Find literal text inside a file.
whoami|id|groups
Inspect the fake learner account.
journalctl -u <service>
Read fake service journal entries.
ufw status
Inspect fake firewall rules.