The Terminal Academy

SERVBG isn’t only a box of network tools — it’s living computing history you can touch. Sit down at a real retro terminal and learn by doing: dial a 1990s BBS, master DOS, live in a Linux shell, then cross into PowerShell. Free, in your browser, no signup.

Most tutorials tell you. This one lets you do — you type the real commands and the machine answers, era by era, exactly as it did. Each era is a world you unlock by mastering the last, so progress is earned, not skimmed. History and real, transferable skill in the same seat.

Journey through the eras

1978 · The BBS
Dial a real 1990s bulletin board on a US Robotics 14.4 — ANSI menus, message areas, file downloads, door games. The internet before the internet.
1981 · The Command Line
Master MS-DOS the way it was learned: DIR, batch files, AUTOEXEC.BAT, CHKDSK, DEBUG. Every byte precious on a single floppy.
1991 · The Open Machine
Live in a Unix shell — ls, grep, sed, awk, pipes, ssh, systemd. The 1969 model that still secures the internet today.
1974 · Relational Queries
Ask a real database questions — SELECT, WHERE, ORDER BY, COUNT, GROUP BY, JOIN — against seeded tables that answer for real. The language of data since 1974.
1991 · The Readable Language
A working Python REPL — print, arithmetic, variables, strings, lists, loops, len and sum — that actually evaluates what you type. Code as prose.
2005 · Version Control
Learn Git the way it clicks — init, add, commit, branch, merge, log — on a live practice repo. The tool that rewired how the world collaborates.
2006 · The Object Shell
Cross the leap to PowerShell: dir becomes Get-ChildItem, and the pipe stops passing text and starts passing objects.

Why it’s different

Open the terminal →