Waffelson@lemmy.world to linuxmemes@lemmy.world · 3 days agoWhich distribution should I recommend to beginners to scare them?lemmy.worldimagemessage-square120fedilinkarrow-up1356arrow-down121
arrow-up1335arrow-down1imageWhich distribution should I recommend to beginners to scare them?lemmy.worldWaffelson@lemmy.world to linuxmemes@lemmy.world · 3 days agomessage-square120fedilink
minus-squarecepelinas@sopuli.xyzlinkfedilinkarrow-up12·3 days agoEver heard of btrfs snapshots and immutable?
minus-squarecepelinas@sopuli.xyzlinkfedilinkarrow-up2·2 days agoNixOS isn’t the only immutable distro…
minus-squarerumba@lemmy.ziplinkfedilinkEnglisharrow-up3·2 days agoIt’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.
minus-squareiopq@lemmy.worldlinkfedilinkarrow-up1·1 day agoWhat’s not fully immutable? You can’t modify the store
minus-squarerumba@lemmy.ziplinkfedilinkEnglisharrow-up1·1 day agoNot 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.
minus-squareiopq@lemmy.worldlinkfedilinkarrow-up1·1 day agoEvery immutable system allows you to run binaries
minus-squareiopq@lemmy.worldlinkfedilinkarrow-up1·edit-213 hours agoCouldn’t reproduce modifying the store as root, but the users thing is true Not sure which things are not in the store though
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?
Couldn’t reproduce modifying the store as root, but the users thing is true
Not sure which things are not in the store though