Skip to content

This walkthrough is free, but not without cost. If it helped you, consider supporting me:

Buy Me A Coffee

Powered by daemonOS.io

Rite. I Awakening the Terminal

daemonpython
First contact with the raw machine. The interface of will and world. Your voice in the void.

Objective

To open the terminal, move through the filesystem like a native, and execute your first true commands.

You will not memorize.
You will understand.

Preparation

Before you begin, ensure:

  • You are running Arch Linux or an Arch-based system (such as Arch Daemon)
    • A free guide to installing Arch Linux: Initiation Zero: Installing Arch Linux (and soon Arch Daemon)
  • You have a terminal emulator installed and ready.
    • Recommended: ddterm (GNOME ext.), Alacritty, Kitty, Foot
    • (Optional) Install a simple text editor if needed:
sudo pacman -S nano

Optional Ritual: Customize your terminal appearance to something minimal, dark, and personal.

Your terminal is your digital altar. Shape it.


The Ritual

 

1. Summon the Terminal

  • Open your terminal application
  • You should a blinking cursor: the daemon waits

Pause. Breathe. This space is now yours.


2. Speak to the Machine: Your First Command

Type:

 

whoami


And Press Enter.

  • The terminal responds with your username.
  • You have asked a question. The system has answered.

You have initiated dialogue.


3. Locate Yourself: Know Your Ground

Type:

pwd
  • pwd stand for "print working directory."
  • It reveals your current location in the filesystem

The machine whispers back: you are somewhere. Here.


4. Move with Intention: Change Your Location

List the contents of your current space:

ls

Observe.

To enter a directory

cd foldername

(Replacefoldernamewith the actual name you see)

To ascend one level:

cd . .

To return home,the seat of your power:

cd ~

You are no longer adrift.

You are choosing where you stand.


5. Mark the World: Create a File

Command the machine to make your first mark:

touch awakening.txt

You have summoned a file from nothingness.

Verify its existence.

ls

See it. Know that you caused it.


6. Write Your Words: Inscribe the Awakening

Edit the file with nano(or your preferred editor):

 

nano awakening.txt

Inside the file, type the invocation:

I awaken. I command. I create.

Then to save and exit:

  • Press Ctrl+0to write the file.
  • Press Enter to confirm
  • Press Ctrl+X to exit

You have now written to the void.

You have now etched your will into the machine


Closing

The terminal is an extension of the will. Not a mere a tool.

You are no longer a stranger here.

In the next Rite, you will learn to bind actions into scripts - to create your first spells of automation.


Completion Sigil

You have now successfully:

  • Opened the terminal
  • Navigated through the filesystem
  • Created and edited your own file

Now you may inscribe the Sigil of the First Rite:

[+][+][+]

Add it inside your awakening.txt file as a symbol of your initiation.


✸End of Rite I.

DaemonOS // Forged in Silence // 2025

Back to blog