this post was submitted on 17 Jun 2025
-21 points (25.6% liked)

Linux

11696 readers
108 users here now

Welcome to c/linux!

Welcome to our thriving Linux community! Whether you're a seasoned Linux enthusiast or just starting your journey, we're excited to have you here. Explore, learn, and collaborate with like-minded individuals who share a passion for open-source software and the endless possibilities it offers. Together, let's dive into the world of Linux and embrace the power of freedom, customization, and innovation. Enjoy your stay and feel free to join the vibrant discussions that await you!

Rules:

  1. Stay on topic: Posts and discussions should be related to Linux, open source software, and related technologies.

  2. Be respectful: Treat fellow community members with respect and courtesy.

  3. Quality over quantity: Share informative and thought-provoking content.

  4. No spam or self-promotion: Avoid excessive self-promotion or spamming.

  5. No NSFW adult content

  6. Follow general lemmy guidelines.

founded 2 years ago
MODERATORS
 

So, I'm not that understanding of linux. But I guess I can't call myself "new" anymore. I've been using linux since December. Although to be fair, I'm barely ever home. "Using" linux at this point mostly consists of opening firefox, and watching youtube.

I know "sudo" is "super user" "apt" is some kind of repository command, and then you type "install (program)"

But I've really taken to flatpack. I hate hate HATE the terminal. All I ever do is screw things up in there. I don't know what I'm doing. I just follow commands. "Just copy/paste this exact set of text". And then I have an error.

It's kind of like knowing 4x4=16. And all you do is memorize that line, as opposed to knowing that 4x4 is the same as 4+4+4+4. And knowing what 4 is. If you memorized 4x4=16, but get presented with 4x4-2, and you don't understand the core concept of numbers, you wouldn't know how to adjust 16 to 14, and know WHY it's 14. I'm just copy/pasting someone elses instructions.

sudo apt get firefox && -z, -r, -☆, -$, randop, redo, up.

That's probably complete jibberish in terminal, but it helps you (the experienced linux user) understand how terminal feels/looks to me. If I had a problem, and troubleshooting told me to copy/paste that to solve my problem, I would. That to me looks as legitimate as any other jibberish that would actually work.

Ok. Rant aside, lets start a civil war in here! I've been using ZorinOS, and I kind of like it. HOWEVER, I did spend a considerable amount of time tweaking it. It's finally how I want it, so I'm not messing with it. So I've never experienced KDE. I've only experienced GNOME. And quite honestly I don't know what that means. I know it has to do with the desktop environment.....but I don't know what would be different if I used another desktop environment.

But that brings me to a question I was told you just can't ask the linux community without blood being shed.

What's better? KDE? Or GNOME?

you are viewing a single comment's thread
view the rest of the comments
[–] HayadSont@discuss.online 1 points 2 weeks ago* (last edited 2 weeks ago)

Step 1 ‐ install BalenaEtcher.

FWIW, perhaps you should reconsider if you should even use balenaEtcher.

I never figured out step 1. It’s not in the software store.

Unfortunately, this does happen at times. Therefore, it's a good idea to be aware of alternatives. One such example would be Fedora Media Writer that you may install as a flatpak. Though, the most popular is probably Ventoy.

Eventually I found an APPimg file, and it installed Balena Etcher. But it wouldn’t launch after being installed.

Unfortunately, AppImages aren't as reliable as one might expect. Assuming that your distro supports it OOTB, you're still often required to explicitly allow it to be run as an executable. Which is a good thing for the sake of secure defaults*. Granting it is simply done by:

  1. Right-clicking the AppImage you wish to execute
  2. Go into "Properties"
  3. Turn the switch ON that's found to the right of "Executable as Program"

You can put multiple ISOs on it, and choose at boot.

FWIW, the aforementioned Ventoy does just that.