this post was submitted on 12 Jun 2023
36 points (100.0% liked)

unix like operating system lovers

2152 readers
1 users here now

This is a community that is only for nerds jk. everyone who doesn't scare when seeing UNIX terminal welcome! rules:

  1. don't make comments that branch out from the main topic too much, at least please somehow relate to it.
  2. retro operating systems, e.g. discussion about them, is strictly forbidden, please make a retro community instead.
  3. please be nice for others.

founded 1 year ago
MODERATORS
 

My favorite is pacman because it is fast af but it has really weird syntax's

you are viewing a single comment's thread
view the rest of the comments
[โ€“] Illecors@lemmy.cafe 3 points 1 year ago (1 children)

The ability to come back is awesome, although I have never had a reason to use it.

For a distro hopper like yourself it would actually make like so much easier! Because of how subvolumes work - you can have every distro in a separate subvolume. They can share the home subvolume if you like, or not. You can have upgrades with a failsafe of sorts for the likes of Ubuntu, which, in my limited personal experience, have never ever been without issues.

Having a server subvolume to run portage in and then snapshotting it to a desktop one, applying desktop config saves some time on recompiling the big friends like gcc and llvm.

I did not understand the point of BTRFS at first as well, especially since it was slower than ext4. But since having started using it I've found that there are now scenarios that were not possible before or were incredibly complicated. Like read-only root, incremental backups over the network (yes, rsync exists, but this feels cleaner)

[โ€“] jcb2016@lemmy.world 2 points 1 year ago

Thanks. I will do some research on it