cat <file>
Print text file contents.
Processes, services, nginx validation, and capacity signals.
Inspect fake processes, services, and web server config like a cautious admin.
02 Server operations Service inspectionCompare fake service status and journal output before taking action.
03 Server operations Nginx validationRead fake nginx config and validate it without making real server changes.
04 Server operations Resource inspectionRead fake disk, memory, uptime, and directory usage signals.
cat <file>
Print text file contents.
grep [-i] <text> <file>
Find literal text inside a file.
ps
Show fake server processes.
systemctl status <service>
Inspect fake service status.
journalctl -u <service>
Read fake service journal entries.
nginx -t
Validate fake nginx configuration.
df|du|free|uptime
Inspect fake resource and system health.