Kolam Ayer MakersLinux Foundations

S1 Recap: First Contact

Session: S1

What You Did

You created a real Unix account, logged into it with SSH, learned the shape of the shell, navigated the filesystem, read system files, and generated your starter page.

That is not pretend progress. A server accepted your login and served your page.

Connect Again

Your chosen username is your Unix username. On Windows, open Windows Terminal from Start. On macOS, open Terminal from Applications > Utilities.

If you need to create an account without an SSH client, use the browser registration page. To reconnect without an SSH client, use browser SSH.

Commands You Met

Mental Model

The shell is a conversation:

  1. You type a command.
  2. The machine runs it.
  3. The machine prints text back.
  4. You read that text before typing again.

Your home directory is your base. System files such as /etc/os-release are readable clues about the machine.

/docs is your course-material playground. Run cd /docs, read anything in it, and follow what interests you.

IRC and guide

Join IRC at the classroom IRC page. Use #lf2607 for course help during class or between sessions, and #kolamayermakers for general chat.

guide is your course tool and AI tutor. Run it whenever you feel lost or have a question. DM guide on IRC for the same tutor. In a terminal, run guide now for your current session objective; after you complete it, it shows your current quest. Submit prompted answers with guide answer <your answer>, and run guide check after practical work. A passing check records your progress.

Never paste passwords, private keys, tokens, or private account links into IRC.

If You Are Stuck

Live Core

If you attended live and generated your starter page, you have the core milestone for S1.

Optional Reinforcement

Use the S1 quests if you want extra practice, missed the live session, or want guide-checked proof of the same shell and first-site skills. Run guide now to start, then submit prompted answers with guide answer <your answer> or run guide check after practical work.

Full Autonomy

If you missed the live session or got stuck, S1 Self-Study Guide: First Contact gives expected output shapes, recovery steps, and docs pointers. Use it before or after asking for help.