What are some things you wish you had known when switching to Linux?

elfahor@lemmy.blahaj.zone to Linux@lemmy.ml – 195 points –

I start: the most important thing is not the desktop, it's the package manager.

176

You are viewing a single comment
  • tab completion in bash
  • vim
  • zfs
  • git (though it didn't exist then)

I wouldn't use ZFS. Too risky. If a new kernel comes along and ZFS fails to build or something, my system will be unbootable.

Btrfs scratches my copy-on-write/checksum/integrated RAID itch well enough anyway.

Nix and ubuntu have in kernel support. Void's module build system also prevents this situation. I use nix and void, so have never faced this problem.

I've been fuckin with btrfs so far haven't tried zfs yet. Anything cool compared to btrfs?

In contrast to btrfs it doesn't break your data. Everyone learns the hard way not to use btrfs...

Btrfs was the best filesystem I had used up until it corrupted my data.

I gave up on btrfs when Icouldn't recover from a full disk situation (years ago, may be better nwo). But zfs tooling is so good, reliable and intuitive, I'd not want to switch anyway.