> 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.

Your Progress0 / 20 missions complete — 20 quests
Complete all 20 missions to earn the Certified Pilot + OpSec Commander medals
Federation Grid
Linux

Build terminal confidence and master core Linux system operations

MISSION 01

Boot Sequence: Initialize Cockpit

Power up your Mobile Suit and run your first system checks

pwdlsclear
System Initiate
MISSION 02

Navigation: Moving Through Sectors

Pilot through directory sectors to reach your target

cd <sector>cd ..cd ~
Navigation Officer
MISSION 03

File Operations: Build Your Arsenal

Create mission files and write classified data to them

mkdir <name>touch <name>echo "data" > file
Intel Operative
Data Corridor
Linux

Create files, discover pipes, and filter mission data

MISSION 04

Mass Production: Build the Mobile Suit Fleet

Create multiple unit files and count the fleet strength

touch <file>lsls | wc -l
Fleet Engineer
MISSION 05

Intel Scan: Reading Large Data Files

View classified reports without data overload

head <file>tail <file>less <file>
Intel Analyst
MISSION 06

Pipe Systems: Chain Your Commands

Connect command modules like a Mobile Suit assembly line

grep <word> <file>sortuniq
Systems Engineer
Command Fortress
Linux

Master permissions, field manuals, and hidden system programs

MISSION 07

Easter Eggs: Hidden System Programs

Discover the secret programs hidden inside Linux systems

cowsay "Hello!"fortunecurl wttr.in
Systems Explorer
MISSION 08

Clearance Levels: Manage File Permissions

Control who can access, modify, or execute classified files

ls -lchmod u+x <file>chmod o-r <file>
Security Officer
MISSION 09

Field Manual: Using Built-in Help Systems

Every command has a manual — learn to read it

<command> --helpman <command>whatis <command>
Field Analyst
MISSION 10

Operation Final Test: Escape the Grid

Apply every skill to complete the ultimate mission

pwdls -acd, cat, grep
Certified Pilot
Network Front
Networking

Probe local networks, identify units, and compare comm links

MISSION 11

Network Recon: Map the Battlefield

Identify every device on the network grid

ping <address>ip addressnetstat
Recon Specialist
MISSION 12

Tactical Zones: LAN, WAN, and the Grid

Know the difference between local ops and global theater

ping 192.168.1.1ping 8.8.8.8ip address
Tactical Analyst
MISSION 13

Unit Identification: Routers, Switches, Modems

Every unit in the network has a designated combat role

ping 192.168.1.1netstatip address
Network Officer
MISSION 14

Hardline vs Wireless: Choosing Your Comm Link

Cable is secure and fast; wireless gives you range

ip addressping 192.168.1.1netstat
Comms Specialist
Space Relay
Networking

Master IP coordinates, DNS targeting, packet routing, and OpSec

MISSION 15

Address Coordinates: Every Unit Has a Position

IP addresses are the coordinates of the network battlefield

ip addressping <ip>netstat
Navigation Ace
MISSION 16

Packet Transmission: Breaking Data into Fragments

Large data transmissions are split into numbered packets

ping 8.8.8.8ping 192.168.1.1netstat
Signal Specialist
MISSION 17

Routing Paths: Tracking Packet Trajectories

Packets hop from relay to relay like a chain of signals

ping 192.168.1.1ping 8.8.8.8netstat
Relay Commander
MISSION 18

DNS Protocol: The Federation Targeting Database

DNS translates target names into network coordinates

ping google.comping mechpilot.iocat /etc/hosts
Intel Officer
MISSION 19

HTTP Protocol: Request and Response Combat

Every web page is a request-response exchange

ping google.comnetstatcat /etc/hosts
Protocol Specialist
MISSION 20

OpSec: 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.txt
OpSec Commander

Free Cockpit Access

Open the Cockpit Terminal and run any command — including ping and ip address. No missions, no restrictions.

Open Playground