Back to the course guide
// TERMINAL GUIDE

First things first: what is a terminal?

A terminal is a tool for giving your computer instructions with text.

Instead of opening folders and copying files with a mouse, you type short instructions called commands.

It looks like the hacker screens from the movies, but the mechanics are simple. It's the everyday tool engineers rely on most.

Here's what it looks like in action

Listing files, moving into a folder, and creating a new one (autoplays)
// WHY LEARN

What learning the terminal does for you

01

No more freezing at the black screen

Error messages and setup guides start to make sense, so you stop getting stuck on installs and environment setup.

02

Essential literacy for the AI era

Most AI coding tools live in the terminal. Directing AI precisely, and checking what it actually ran, gets much easier once the terminal is familiar.

03

A foundation for learning to code

Whatever language you pick up, running files and managing packages happens in the terminal. Learn it first and everything after gets faster.

// TRY A LESSON

Try a real lesson, right here

An actual slide from Terminal Introduction: the command and the screen move together

Exercises: type real commands

Below is a real terminal. Try the three tasks for yourself. Nothing you type can break anything, so experiment freely.

Tasks

  • lsList the files and folders where you are
  • cd projectsMove into the folder you found
  • lsSee what's inside after moving
user@webterm:~$
 

Click the terminal to start typing

// ROUTE

How the terminal courses progress

Three courses: Introduction, Fundamentals, and Advanced. Take them in order and each builds on the last.

The order isn't a rule

If Git is what you need, jump to Git Introduction right after Terminal Introduction. Fundamentals and Advanced will be there whenever you need them.

Every course has a matching Training course

After finishing a course, repeat what you learned in its Training course. That's how knowledge in your head becomes skill in your hands.