.88888888:.
         88888888.88888.
       .8888888888888888.
       888888888888888888
       88' _`88'_  `88888
       88 88 88 88  88888
       88_88_::_88_:88888
       88:::,::,:::::8888
       88`::::::::::'8888
      .88  `::::::::' 8:88.
     8888            `8:888.
   .8888'             `888888.
  .8888:..  .::.  ...:'8888888:.
 8888.'     :'     `'::`88:88888
.8888        '         `.888:8888.
888:8         .           888:88888
.888:88        .:           888:88888:
8888888.       ::           88:888888
`.::.888.      ::          .88888888
.::::::.888.    ::         :::`8888'.:.
::::::::::.888   '         .::::::::::::
::::::::::::.8    '      .:8::::::::::::.
.:::::::::::::::.        .:888:::::::::::::
::::::::::::::::::      ::::::::::::::::::
 .:::::::::::::::::    .:::::::::::::::::'
  .:::::::::::::::::..::::::::::::::::::'
    `::::::::::::::::  `::::::::::::::'
      `::::::::::::::   `:::::::::::'
        `:::::::::::    `::::::::::
          ::::::::::    `:::::::::
           `::::::::    `::::::::
            `:::::::    :::::::::
             :::::::     `:::::::
              `:::::      `::::::
               `::::       `::::
                :::         ::::
                 :`          :`
    

THIS IS LINUX

Read the fucking manual. Or don't. We're not your mother.

user@freedom:~
Kernel
6.12.0
Uptime
Distros
600+
Years Free
Market (servers)
96.4%

// the philosophy

Everything is a file

Devices, sockets, pipes, processes — they're all files. This elegant abstraction gives you a universal language to compose and control the entire system.

Do one thing well

Small tools that do one thing brilliantly. Chain them with pipes. Build cathedrals from simple bricks. The Unix philosophy isn't a constraint — it's a superpower.

You own the machine

No forced updates. No telemetry. No subscriptions. No asking permission. Root is not a concept — it's a birthright. The computer does what you tell it.

Silence is agreement

If a command succeeds, it says nothing. No pop-ups. No congratulations. No progress bars with puppies. Silence means the job is done. Get used to it.

Free as in freedom

Not just free beer. Free as in you can read every line of code that runs on your machine, modify it, and give it to your neighbor. That's the deal.

sudo make me a sandwich

With great power comes great responsibility. And sometimes, great satisfaction. You're one command away from breaking everything — or fixing it. That's beautiful.

Software is like sex: it's better when it's free.
Linus Torvalds

// your tribe awaits

Arch btw Ubuntu Debian Fedora Gentoo NixOS openSUSE Void Linux Slackware Alpine Kali Manjaro Pop!_OS EndeavourOS Linux From Scratch RHEL CentOS Stream Tails Qubes OS Parrot Mint MX Linux Garuda Artix

$ man everything

The answer is in the manual. It always was.
If the manual doesn't help — use the source, Luke.