-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Welcome to the Linux... in the Browser wiki! This page is your starting point to explore, learn, and use the browser-based Linux terminal.
Linux... in the Browser is an interactive terminal environment that runs entirely in your web browser.
It allows you to:
- Navigate a Linux-style file system
- Run basic shell commands (
ls,cd, etc.) - Explore virtual directories and files
- Customize prompts, messages, and terminal behavior
The goal is to provide a fun and safe environment to practice Linux commands, experiment with shell scripting, or create challengesβall without installing anything on your computer.
- Open the project in your browser.
- Watch the boot log sequence. Helpful tips and messages may appear!
- When the prompt appears, try some basic commands:
ls
cd /
ls
- Explore directories like
/usr,/bin,/home, or/root. - Experiment with any modifications or custom commands you have set up.
The terminal includes a Linux-style directory tree. Some of the default directories are:
bin etc lib linuxrc mnt proc
run sys usr dev home lib64
media opt root sbin tmp var
You can navigate these directories and interact with files to simulate a Linux environment.
- Practice Linux commands and navigation
- Set up puzzles or CTF-style challenges
- Learn about file system structure
- Create browser-based demos or interactive lessons
You can modify:
- Boot messages
- Default files and directories
- Shell prompt appearance
- Command behavior and outputs
- Tab title updates
Make your terminal uniquely yours!
On the following pages of this wiki, you will find:
- Advanced Commands & Tricks β Learn custom commands and shortcuts.
- Customization Guide β How to modify prompts, messages, and files.
- CTF & Challenge Examples β Use the terminal for games or educational challenges.
- Tips & Best Practices β Make your environment feel even more realistic.
Welcome aboard! Start exploring and have fun with Linux⦠in the Browser.