this post was submitted on 16 Oct 2023
201 points (97.2% liked)

Linux

47952 readers
1332 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
 

Hey fellow Linux enthusiasts! I'm curious to know if any of you use a less popular, obscure or exotic Linux distribution. What motivated you to choose that distribution over the more mainstream ones? I'd love to hear about your experiences and any unique features or benefits that drew you to your chosen distribution.

you are viewing a single comment's thread
view the rest of the comments
[–] TCB13@lemmy.world -4 points 1 year ago (2 children)

Why are people still using anything other than Debian and Redhat tho?

[–] theshatterstone54@feddit.uk 4 points 1 year ago (1 children)

Arch and its derivatives (and once, NixOS) are the only distros that provide me with the range of software I need. But guess what? NixOS has some issues if you don't want to go deep into it, and for me they mostly stemmed from the immutability of it. And Arch and derivatives are all rolling release, when I don't want a rolling release. I want a machine I can keep running for 10-15 days or more and not have to bother with the idea of updates.

[–] TCB13@lemmy.world 1 points 1 year ago (1 children)

"for me they mostly stemmed from the immutability of it" 😱 😱 someone saying that immutably OSes are crap. I can't believe what I'm reading 😂 Related discussion: https://lemmy.world/comment/4571828

[–] theshatterstone54@feddit.uk 1 points 1 year ago

For some things, they suck. Even NixOS, with its incredible flexibility compared to something like Silverblue, sucks for some things. For example, a Linux-only piece of software I need for University. The supported way to install it, is to download the archive from the university website and unpack it into your root directory, where it will install itself and its dependencies under /usr. You can't exactly do that on an Immutable distro. And I tried to make it work locally, but then in the end, after it didn't, I just gave up.

[–] ProtonBadger@kbin.social 2 points 1 year ago* (last edited 1 year ago) (1 children)

I just like the rolling release/quick updates of Endeavour(Arch) and SUSE Tumbleweed. So those are the ones I pick between for my gaming laptop (both with Btrfs for easy rollback though I've never needed it). For my servers I use Debian and Ubuntu.

[–] TCB13@lemmy.world 2 points 1 year ago

Here is the thing, I used to think in the same way you do, but then Flatpak happened and that kind of delivers the best of both worlds on Debian. Rock solid and stable base OS with the latest apps with Flatpak. Bonus feature, doesn't pollute the system.