this post was submitted on 19 May 2025
332 points (94.4% liked)
linuxmemes
25006 readers
2348 users here now
Hint: :q!
Sister communities:
Community rules (click to expand)
1. Follow the site-wide rules
- Instance-wide TOS: https://legal.lemmy.world/tos/
- Lemmy code of conduct: https://join-lemmy.org/docs/code_of_conduct.html
2. Be civil
- Understand the difference between a joke and an insult.
- Do not harrass or attack users for any reason. This includes using blanket terms, like "every user of thing".
- Don't get baited into back-and-forth insults. We are not animals.
- Leave remarks of "peasantry" to the PCMR community. If you dislike an OS/service/application, attack the thing you dislike, not the individuals who use it. Some people may not have a choice.
- Bigotry will not be tolerated.
3. Post Linux-related content
- Including Unix and BSD.
- Non-Linux content is acceptable as long as it makes a reference to Linux. For example, the poorly made mockery of
sudo
in Windows. - No porn, no politics, no trolling or ragebaiting.
4. No recent reposts
- Everybody uses Arch btw, can't quit Vim, <loves/tolerates/hates> systemd, and wants to interject for a moment. You can stop now.
5. π¬π§ Language/ΡΠ·ΡΠΊ/Sprache
- This is primarily an English-speaking community. π¬π§π¦πΊπΊπΈ
- Comments written in other languages are allowed.
- The substance of a post should be comprehensible for people who only speak English.
- Titles and post bodies written in other languages will be allowed, but only as long as the above rule is observed.
6. (NEW!) Regarding public figures
We all have our opinions, and certain public figures can be divisive. Keep in mind that this is a community for memes and light-hearted fun, not for airing grievances or leveling accusations. - Keep discussions polite and free of disparagement.
- We are never in possession of all of the facts. Defamatory comments will not be tolerated.
- Discussions that get too heated will be locked and offending comments removed. Β
Please report posts and comments that break these rules!
Important: never execute code or follow advice that you don't understand or can't verify, especially here. The word of the day is credibility. This is a meme community -- even the most helpful comments might just be shitposts that can damage your system. Be aware, be smart, don't remove France.
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I've been using Linux for nearly 30 years and I recently noped out of NixOS. It's a great concept, but I'm old and I don't want to spend the rest of my days configuring stuff just to get to where I would be in 30 minutes on a less rigorously designed distro.
That is, until your distro releases an update and you're like "what do you mean the update failed? So does that mean the update script rolled the changes back?" and then you find out your entire system is in a half updated state and you need to clean install
That's saved my ass soooo many times. I now screw with X or Wayland to my hearts content, change 2-3-10 things at a time. ohh something didn't work? reboot!
Ever heard of btrfs snapshots and immutable?
I use NixOS which is immutable
NixOS isn't the only immutable distro...
It's not even fully immutable, but it has a lot of the protections of it. The declaritive part is pretty hot and the package system is expansive and extremely safe.
it's also really nice to be able to commit new changes without rebooting.
What's not fully immutable? You can't modify the store
Not everything in the config paths are in the store.
None of the users are in the store
Any users can run arbitrary binaries as long as they're not dynamically linked.
Root can permanently add and remove arbitrary stuff to/from the store at run time.
It's pretty good in a lot of ways you can't modify hosts and you can't throw stuff into cron, but a great deal of Nixos is mutable.
Every immutable system allows you to run binaries
And the other 4 items?
To be fair, with btrfs and whatever snapshot tool your distro has, you can make any distro just about impossible to fuck up.
Yeah, let me enable snapshots when it's already fucked
Yeah and while youβre at it, why not wait till after the boat is sinking to go out and buy life vests.
That's exactly the point, that feature is only there if you know about it
I just keep my home folder backed up safely. The software installed doesnβt really matter to me since I can redownload things pretty quickly
But how do you know which software you had installed?
I donβt really. I just sort of reinstall things as I need them
And then you'll wonder why the game that used to run in Wine doesn't run anymore
Not only that, programs just break by themselves. LocalSend broke because some deps broke. I use versions that I've verified to work. Being able to revert and just use my computer is a godsend.
Is this one of those Arch things that I'm too immutable to relate to?
Yes, that's why I'd like to run something as clean as NixOS. For now my compromise is OpenSUSE Tumbleweed's btrfs snapshots.
openSUSE Tumbleweed made me a full Linux convert. I have "messed up" quite a few times, since I'm still very much a Linux noob, but openSUSE gave me that real confidence in my setup that I now boot into Windows only for a program or game that won't work with what I am needing at the moment, which is almost 10% of the time. Modding games is a hobby, and that's still not as easy as it is in Windows. Come on Nexus Mods, you can do it! :'-)
I'm in an interesting place because I installed tumbleweed as a server. At some point there was a change to networking and when I updated, networking didn't work anymore, so I had to roll back to just before the update. I don't want to start from scratch, and I don't want to either bring a screen to it and troubleshoot what's going on again. I tried in the past, and after a few hours of getting nothing (everything should be fine, it just doesn't send or receive anything), I rolled it back and walked away. I have a feeling I just need to run yast and reconfigure there after updating, I just don't want to go through the effort of fixing it because it still runs fine.