this post was submitted on 25 Aug 2023
198 points (99.0% liked)

Linux

47356 readers
1577 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS
 

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

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 19 points 1 year ago (3 children)
  • tab completion in bash
  • vim
  • zfs
  • git (though it didn't exist then)
[–] [email protected] 3 points 1 year ago (1 children)

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.

[–] [email protected] 1 points 1 year ago

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.

[–] [email protected] 3 points 1 year ago
[–] [email protected] 2 points 1 year ago (2 children)

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

[–] [email protected] 2 points 1 year ago

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.

[–] [email protected] 2 points 1 year ago (2 children)

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

[–] [email protected] 2 points 1 year ago

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

[–] [email protected] 1 points 1 year ago

Not breaking your data, that is a pretty cool feature