🐧Honey, I Installed Linux and Didn’t Burn the House Down.

Krisztina ViskyKrisztina Visky
4 min read

By: Just your average mom trying to sudo without panic.

“Mom, don’t touch anything in the terminal unless you know what you’re doing.”
Me, 4 hours later:
sudo apt-get snacks

So… What Is This Linux Thing?

Linux isn’t just something your cousin with the weird keyboard layout talks about at family dinners. It’s a powerful, open-source operating system that runs everything from servers to smart fridges. And now, apparently, me. Ah, got you — you didn’t understand a word I just said, right? 😅
Okay, plain version: Linux is like Windows or macOS, but it’s free, built by a bunch of smart people around the world, and lets you control everything — if you’re brave enough to type.

But fair warning: there are no icons to click. Instead, you get a terminal — a black box where you type mysterious spells and hope for the best. And guess what? It’s kind of fun.

Commands I’ve Mastered (a.k.a. Not Screwed Up)

Let me walk you through some of my favorite new magic words:

🟡 pwd

Stands for: Please, Where’s Directory?
(Okay, not really — it means “print working directory”).
But it tells me where I am in the Linux system, which is helpful, because I get lost in my own pantry sometimes. And maybe more helpful than my GPS, honestly.

🟡 ls

Stands for: Look, Sweetie!
It lists all the files in the current folder.
It’s like opening a closet and saying, “Let’s see what kind of chaos we’re dealing with today.”

🟡 cd

Stands for: Change Directory (or "Come Downstairs", if you ask my kids)
This one lets you move between folders. I type cd Documents and boom, I’m in Documents.
Not a time machine, but close.

🟡 sudo

Translation: “Because I’m your mother, that’s why.” Stands for: SuperUser DO. This one says: “Give me permission. I know what I’m doing!” (Do I though? No. But we pretend.)
So, SuperUser DO — gives you admin powers.
I type sudo, and Linux listens. If only my kids worked the same way.

Installing Stuff in Linux (Easier Than IKEA Furniture)

Linux uses package managers, which are like magic online pantries. apt stands for Advanced Package Tool. Think of it as Linux's grocery shopping assistant — but instead of fetching flour and eggs, it installs apps and tools.
Need something? Just type:

sudo apt install firefox

Boom. A whole browser, installed in 2 seconds.
I wish dinner worked like that.

⚠️ Warning: The rm Command (aka the “Don’t You Dare” Key)

This one deletes stuff. Be careful with it.
rm is like me when I finally throw out all the clutter nobody uses — except there’s no “undo.”

❗And whatever you do, do not run: sudo rm -rf /

Unless you're ready to say goodbye to your whole system, and possibly your sanity.

What happens if you do?

  • Your operating system files? 💨 Gone

  • Your user data? 💨 Gone

  • All programs and configs? 💨 Gone

  • Boot files? System may crash mid-deletion.

It’s like telling Linux: "Set the house on fire, toss the keys, and bulldoze the foundation."

Many newer Linux distros (especially Ubuntu, Debian) block this command with protections like: rm: it is dangerous to operate recursively on '/'. But if you bypass those (with certain flags or older versions), the system will still happily self-destruct. Even though it's just a dash and a few letters — it’s real, it’s powerful, and it’s irreversible.

So yeah... never run that command. Not even for fun.
Even your snacks can’t save you.

Snack Break: What Linux Teaches You

Linux teaches you patience, curiosity, and resilience. It’s like baking: things might get messy, but in the end, you learn.

And it’s fun. Like solving a puzzle. Or sneaking snacks after midnight.

Things I’ve Learned

  • Everyone Googles Linux commands. Even experts.

  • man shows manuals, not men. (Sorry, had to say it.)

  • Just don’t use the extinction command (sudo rm -rf /). That’s not learning, that’s starting a new life.

  • The terminal is not your enemy. It's your friend.

You may not be a sysadmin (yet), but you can still run your house and the command line — just maybe not at the same time.

Now if you’ll excuse me, I’m off to apt install coffeebecause Linux isn’t the only thing that needs to boot up this morning. ☕🐧

0
Subscribe to my newsletter

Read articles from Krisztina Visky directly inside your inbox. Subscribe to the newsletter, and don't miss out.

Written by

Krisztina Visky
Krisztina Visky