> MISSION BRIEFING DATABASE
Select your mission
20 tactical missions across 5 battle zones — teaching real Linux and networking skills. Begin at Mission 01 and advance to Supreme Pilot.
Build terminal confidence and master core Linux system operations
Create files, discover pipes, and filter mission data
Mass Production: Build the Mobile Suit Fleet
Create multiple unit files and count the fleet strength
touch <file>lsls | wc -lIntel Scan: Reading Large Data Files
View classified reports without data overload
head <file>tail <file>less <file>Pipe Systems: Chain Your Commands
Connect command modules like a Mobile Suit assembly line
grep <word> <file>sortuniqMaster permissions, field manuals, and hidden system programs
Easter Eggs: Hidden System Programs
Discover the secret programs hidden inside Linux systems
cowsay "Hello!"fortunecurl wttr.inClearance Levels: Manage File Permissions
Control who can access, modify, or execute classified files
ls -lchmod u+x <file>chmod o-r <file>Field Manual: Using Built-in Help Systems
Every command has a manual — learn to read it
<command> --helpman <command>whatis <command>Operation Final Test: Escape the Grid
Apply every skill to complete the ultimate mission
pwdls -acd, cat, grepProbe local networks, identify units, and compare comm links
Network Recon: Map the Battlefield
Identify every device on the network grid
ping <address>ip addressnetstatTactical Zones: LAN, WAN, and the Grid
Know the difference between local ops and global theater
ping 192.168.1.1ping 8.8.8.8ip addressUnit Identification: Routers, Switches, Modems
Every unit in the network has a designated combat role
ping 192.168.1.1netstatip addressHardline vs Wireless: Choosing Your Comm Link
Cable is secure and fast; wireless gives you range
ip addressping 192.168.1.1netstatMaster IP coordinates, DNS targeting, packet routing, and OpSec
Address Coordinates: Every Unit Has a Position
IP addresses are the coordinates of the network battlefield
ip addressping <ip>netstatPacket Transmission: Breaking Data into Fragments
Large data transmissions are split into numbered packets
ping 8.8.8.8ping 192.168.1.1netstatRouting Paths: Tracking Packet Trajectories
Packets hop from relay to relay like a chain of signals
ping 192.168.1.1ping 8.8.8.8netstatDNS Protocol: The Federation Targeting Database
DNS translates target names into network coordinates
ping google.comping mechpilot.iocat /etc/hostsHTTP Protocol: Request and Response Combat
Every web page is a request-response exchange
ping google.comnetstatcat /etc/hostsOpSec: Operational Network Security
A great pilot protects their systems as fiercely as they fight
cat opsec_rules.txtgrep "phishing" opsec_rules.txtecho "My rule: ..." > my_opsec.txtFree Cockpit Access
Open the Cockpit Terminal and run any command — including ping and ip address. No missions, no restrictions.