145
submitted 4 weeks ago by BaumGeist@lemmy.ml to c/linux@lemmy.ml

I occasionally see love for niche small distros, instead of the major ones...

And it just seems to me like there's more hurdles than help when it comes to adopting an OS whose users number in the hundreds or dozens. I can understand trying one for fun in a VM, but I prefer sticking to the bigger distros for my daily drivers since the they'll support more software and not be reliant on upstream sources, and any bugs or other issues are more likely to be documented abd have workarounds/fixes.

So: What distro do you daily drive and why? What drove you to choose it?

top 50 comments
sorted by: hot top controversial new old
[-] phanto@lemmy.ca 53 points 4 weeks ago

I shouldn't talk because I dip in and out, but I do that because I like the possibilities. Like, what if someone comes up with a concept, but no one tries it, and it turns out to really work? Like, I like immutability as a concept, so I've tried Silverblue, Kinoite, and Bazzite. If nobody gave it a go, then the concept would die on the vine.

Also, I like seeing different ways of thinking about technology.

void boots fast on rather old or very low powered copmuters :3

[-] HakFoo 17 points 4 weeks ago

Also on modern firebreathers.

I like runit better than systemd, the packages are current, and it has most of what I want in the main repos.

I also found the documentation excellent in thst it's a cohesive list of real-world topics rather than a 500-km-deep wiki or forum archive.

I should try a modern Slackware one day. I loved it back before I had broadband and just ordered a burned CD for each new release, but I should try following -current and the Slackbuilds stuff.

[-] superkret@feddit.org 6 points 4 weeks ago* (last edited 4 weeks ago)

Slackbuilds are really nice. Sbopkg lets you download queue files for each program, then automatically install necessary dependencies in the correct order, no matter if they're available as packages or from source. Unfortunately, Slackware is so bare-bones out of the box that there are still pitfalls. For example, LibreOffice depends on avahi. And to successfully install that, you first need to create an avahi user and group, then install avahi, then write an init script that starts the avahi daemon and another one to stop it on shutdown.
-Current is much too active for my personal taste. I run Slackware because I'm a lazy Slacker.
The laziest approach to Slacking today is to install the default full install, then do:

wget https://github.com/sbopkg/sbopkg/releases/download/0.38.2/sbopkg-0.38.2-noarch-1_wsr.tgz    #Download the Slackbuilds helper Sbopkg  
slackpkg install sbopkg-0.38.2-noarch-1_wsr.tgz                                                  #Install it  
sbopkg -r                                                                                        #Sync its local repository to Slackbuilds   
sqg -a                                                                                           #Build queue files (dependency info) for the repository
sbopkg -i flatpak                                                                                #Install Flatpak and its dependencies  
flatpak remote-add --user flathub https://dl.flathub.org/repo/flathub.flatpakrepo                #Add the Flathub repo
[-] linuxoveruser@lemmy.ml 35 points 4 weeks ago

I really like immutable distros, and am currently using NixOS. I feel like despite still being relatively obscure, NixOS is a bit of an outlier since it has more packages than any other distro and is (so far) the only distro I've used that has never broken. There is a steep learning curve, and I certainly wouldn't recommend it for non programmers, but it is something truly different than all mainstream Linux distros while being extremely reliable.

[-] dhhyfddehhfyy4673@fedia.io 8 points 4 weeks ago

Recently started learning NixOS and seems like it's going to be ridiculously awesome! Documentation doesn't look to be great in a lot of areas though unfortunately, so might be a while before I really figure shit out.

[-] lemmyvore@feddit.nl 7 points 4 weeks ago

Repology artificially reduces the number of packages instead of reporting the actual number. Which I find highly dubious because most packages have a purpose. In particular for repositories like the AUR artificially eliminating packages goes against everything it stands for. Yes it's supposed to have alternative versions of something, that's the whole point.

If there wasn't for this the ranking would be very different. Debian for example maintains over 200k packages in unstable.

load more comments (1 replies)
[-] superkret@feddit.org 26 points 3 weeks ago

I'm using RebeccaBlackOS because it finally utilizes Wayland's capabilities fully.

[-] Zozano@lemy.lol 11 points 3 weeks ago

Finally, an OS to rival HannahMontannaOS

[-] ulkesh@beehaw.org 7 points 3 weeks ago

It's Thursday...what the hell are you doing???!! You're going to break the Internet!!!

load more comments (6 replies)
[-] Big_Bob@hexbear.net 24 points 4 weeks ago

Just saying, I've never had a virus with Temple OS.

[-] electricprism@lemmy.ml 11 points 4 weeks ago

TCPIP stacks hate this one trick

load more comments (1 replies)
[-] superkret@feddit.org 22 points 4 weeks ago* (last edited 4 weeks ago)

I daily drive Slackware.
What drove me to it was curiosity. "How the fuck does a distro without dependency resolution even work? And why are people still using it?" As it turns out, it's working very well actually. And I am now one of those people.
I like to tinker and solve puzzles. Installing the most old-fashioned distro on a modern convertible laptop, then bashing it till it looks and feels modern was a fun puzzle.
And it turned out to be a system I can daily drive on any device. Cause contrary to popular belief, you don't need to hunt down dependencies manually every time you install something, that would be dumb. Once it's set up, it's actually very low maintenance and the knowledge I gained about its quirks will likely still be applicable in 10 years.

[-] cizra@lemm.ee 6 points 4 weeks ago

What's the Slackware way of managing package dependencies, then?

[-] superkret@feddit.org 7 points 4 weeks ago

For Slackware itself, you install all available software up front. That way, all dependencies are resolved.
You then just hide the stuff you don't need from your DE using its menu editor, or ignore it.
During an update, the package manager updates all installed packages, installs all packages that were added to the repo and removes all packages that are obsolete.

For additional software, there is a semi-official repo that's very similar to Arch's AUR.
And like the AUR, it offers several helper scripts and additional package managers that do dependency resolution.
Or you use Flatpaks.

[-] 0x0@programming.dev 9 points 4 weeks ago

you install all available software up front.

That's unnecessary and inefficient, you can install a small subset and go from there.

[-] superkret@feddit.org 4 points 4 weeks ago* (last edited 4 weeks ago)

Until you start installing stuff from Slackpackages, whose dependency info assumes everything in the default install is there and doesn't need mentioning.
Or new packages are added to the repo which depend on something you didn't install.

load more comments (3 replies)
load more comments (2 replies)
[-] ssm 20 points 4 weeks ago* (last edited 3 weeks ago)

Because I'm a software luddite that believe we peaked in design at BSD/Plan9, and most of the "innovations" of enshittified corporate mainstream distros (redhat userland, atomic/immutable environments, "universal" (unless you're not on linux) package management, containerization of anything and everything) don't impress me, and more often than not turn me away. I'm not saying software can't improve, but when it comes to mainstream linux (especially redhat), innovation is always 0 steps forward 40 convoluted leaps back with bonus windows compatibility.

reliant on upstream sources

Not relevant to independent distributions, which I'd actually consider more of a problem with popular distros very often being forks (most often of debian).

[-] LeFantome@programming.dev 4 points 3 weeks ago

Just out of curiosity, what distro do you use?

Or maybe, despite the question, you use BSD? ( which is cool if so )

[-] ssm 9 points 3 weeks ago

I use OpenBSD on my production machine and VPS, I use Alpine Linux on my phone. I'm also partial to Void Linux, though I don't use it on any of my devices at the moment.

load more comments (3 replies)
[-] WalnutLum@lemmy.ml 14 points 3 weeks ago

I use guix because, while it has a small community, the packaging language is one of the easiest I've ever used.

Every distro I've tried I've always run into having to wait on packages or support from someone else. The package transformation scheme like what nixos has is great but Nixlang sucks ass. Being able to do all that in lisp is much preferred.

Plus I like shepherd much more than any of the other process 0's

load more comments (2 replies)
[-] bsergay@discuss.online 14 points 4 weeks ago

I daily drive secureblue; or, to be more precise, its bluefin-main-userns-hardened image.

"Why?", you ask. Because security is my number one priority.

I dismiss other often mentioned hardened systems for the following reasons:

  • Qubes OS; my laptop doesn't satisfy its hardware requirements. Otherwise, this would have been my daily driver.
  • Kicksecure; primary reason would be how it's dependent on backports for security updates.
  • Tails; while excellent for protection against forensics, its security model is far from impressive otherwise. It's not really meant as a daily driver for general use anyways.
  • Spectrum OS; heavily inspired by Qubes OS and NixOS, which is a big W. Unfortunately, it's not ready yet.
[-] Findmysec@infosec.pub 4 points 3 weeks ago

I would be really interested in a comparison of Kicksecure and secureblue. I'm interested in running one of them myself

load more comments (4 replies)
load more comments (6 replies)
[-] Mwa@thelemmy.club 13 points 3 weeks ago* (last edited 3 weeks ago)

I Use Cachyos Its because it has alot of gaming tweaks and optimizations and because installing regular arch is quite painful (yeah its a arch based distro)

[-] smeeps@lemmy.mtate.me.uk 13 points 3 weeks ago

I use Nobara on my gaming PC just because it has some gaming tweaks by default but is otherwise just stock Fedora so any issues can be searched as if I was on Fedora.

[-] eugenia@lemmy.ml 13 points 4 weeks ago

I use Linux since 1999 and I'm with you, I don't like niche distros. I like them to be well supported with many devs in them, and a structure around them. My days of tinkering died already in 2002 (I'm looking at you Gentoo and sia). Since then, I want things to work the way I expect them. That's why I now use Debian or Mint.

[-] Frederic@beehaw.org 8 points 4 weeks ago

I'm like you, started Linux with v0.99, downloading on floppies at university, installing on 486, installing X11, drivers, etc. It was fun at the beginning, I was young, had time, I was a "LFS" guy, always recompiling everything and all, and it was time consuming, and boring, and slow at the time!!! Then I basically use Debian (Ubuntu, Mint, now MX for 6 years at least) for 20 years... it works, I'm ok with it.

Yes I tried Arch, the low level install, it reminded me of my LFS time, but now I'm an old coot and I don't have time for this shit 😆

[-] LeFantome@programming.dev 4 points 3 weeks ago

We sound like we have almost identical experiences. Except, while I do have some Debian kicking around, I just love Arch and the AUR. But I mostly use EndeavourOS ( Arch for people who don’t have time for this shit ).

[-] tetris11@lemmy.ml 8 points 4 weeks ago* (last edited 4 weeks ago)

Same. I started off on Gentoo, jumped to Puppy, jumped to Slack, jumped to Fedora, jumped to Arch, jumped to Nix, jumped to Guix, jumped back to Arch, and now I'm thinking Debian is the only true stable upstream linux needs.

Plus I'm sick of tweaking my configs for the N'th time to work on the M'th system. To quote a random side-character in American Dad: "I have painted my children for the last time."

(I will at some point start playing with BSD's though, I just know it. And Haiku too once they have decent laptop support.)

[-] DaedalousIlios@pawb.social 13 points 3 weeks ago

Linux culture is about freedom of choice and movement. Any project can be forked, tweaked, expanded, or outright overhauled by anybody with the know-how in order to meet specific use cases. And those use cases are often the same as other's use cases. But in most cases, they are still rooted in the project they forked from. I.E, any guide that applies to Ubuntu is likely going to apply to Pop!_OS or Mint, since they're based on Ubuntu. So there's rarely a downside to niche distros, because you can have something that's close enough to a popular distro but that caters to your unique needs and wants.

For me, for example, I use Nobara. It's rather niche and in most cases, it either works beautifully for you, or it doesn't work at all, honestly. But it's based on Fedora, so any guide for Fedora is likely to apply to Nobara. I get all the benefits of being on Fedora with tweaks and patches that make my gaming experience much more stable. And quite frankly, Nobara has made my rig run the best it ever has.

[-] nerdschleife@lemm.ee 12 points 4 weeks ago

Not sure if niche, but I use Arco Linux instead of the alternatives like Endeavour,, Manjaro, or plain arch.

Why? Its easier to setup than straight Arch. Manjaro was all over the place when I tried it a few years back. Arco, right from the ISO stage, let's you configure exactly what you want, with a handy guide on their website.

But the thing that keeps me loyal is the excellent community. The maintainer himself responds to most of your queries on telegram / discord (not FOSS reeee) and he's very active on YouTube as well with no nonsense guides and walkthroughs. Shoutout Eric Dubois

load more comments (1 replies)
[-] notthebees@reddthat.com 12 points 4 weeks ago

I wouldn't say it's a full on daily, but Bunsenlabs distros. It started out with Lithium because they had a non PAE build and I needed it for an old Pentium M laptop. I ended up really liking it. It's debian at the end of the day so software support is plentiful. It's super lightweight. It ran on the pentium m laptop (only 1 gb of ram) without much issue. It's also baby's first foray into window managers as it used openbox.

I ended up installing it on my other old laptop that has an 8th gen i7. I've been pretty happy with it as a result.

I.have 2 gripes but idk if it's Bunsenlabs's fault. I had an nvme ssd that refused to play ball with it, a Samsung PM991A nvme ssd. I couldnt work with it at all. Using gparted to format it was a no go as Gparted would just die. I know that line of ssds is problematic in the hackintosh community. Not surprised that it sucks here. Also trying to disable the lid close is impossible. Tried cli, can't find my lid close sensor. It might be because it's a x360 laptop so it's a lot more complex lid detection wise.

load more comments (2 replies)
[-] Max_P@lemmy.max-p.me 12 points 4 weeks ago

Generally, those people are experienced users that know exactly what they want out of a distro and don't really need help for anything. Those distros usually do a few things that the user is seeking.

For example, for some people, typing their thesis in LaTeX using emacs is the better workflow. To any average person that sounds insane when Microsoft Word is so easy to use and does the job just fine. But they enjoy it, it works for them, paper gets written, everyone is happy.

Distributions are a spectrum between novice users and expert users. Some people want to put the USB in and be good to go. Some people want a very precise setup for very specific needs.

You may ask, why not start with Ubuntu/Mint/Pop and remove what you don't like? Well, it's much easier to start with a blank slate than making one by chopping everything out. For my particular use case, I moved to Arch in big part because I got tired of the mainstream distros getting in my way, and wanted to start the other way around and only install and configure what I want, the way I want it. So Arch for me.

I know experienced users that really don't care about messing around and are happy with how it runs out of the box and are happy with the development environment provided by something like Ubuntu/Fedora.

And then there's my box which is a NAS, a workstation, a media PC for the TV, a build server, and a few other things, and it's all dynamically reassignable. Friend can pick up the controller in the TV room and a GPU gets assigned to it and starts up Steam in Deck mode on the TV, while I can still do my stuff and game on the workstation side for local multiplayer. If the game needs a server, no worries, it's a kube node, I can temporarily transfer the server locally and back on one of my real servers. Guest needs a PC? Sure, take this monitor and this keyboard, here's an ephemeral Windows install. Sure, I could probably twist Ubuntu into doing all that, but it's one hell of a lot easier starting from scratch.

load more comments (4 replies)
[-] LeFantome@programming.dev 12 points 3 weeks ago* (last edited 3 weeks ago)

These days, it is totally feasible to have the best of both worlds with a niche distro that is exactly what you want and Distrobox with another distro to easily bring in any software that you miss. Distrobox totally solves the compatibility problem.

For example, you could have a MUSL based distro like Alpine or Chimera Linux as your host OS. Need software that does not run on MUSL? Just install a stripped down Debian image on Distrobox and “apt install” whatever you like.

A few weekends ago ( just for fun ), I installed Red Hat 5.2. Not RHEL 5, real Red Hat 5.2 from before the Fedora days. My idea was to build Podman and Distrobox on it so that I could get access to the current Arch Linux repos ( and AUR ). I got a bit lost in dependency hell and did not quite get there but I was close. I might try again sometime.

[-] cizra@lemm.ee 12 points 4 weeks ago

Declarative system configuration is the killer feature of NiOS. Atomic rollbacks too. Versioning the whole mess in Git, too.

[-] Sethayy@sh.itjust.works 15 points 3 weeks ago

I'd say nix is hardly niche at this point (although I'm biased cause I use it a ton)

There's even a termux fork these days that runs nix on droid

[-] Steamymoomilk@sh.itjust.works 10 points 4 weeks ago

Gentoo linux, the main reason is ive tried many distros, which to alot of there credit worked pretty well for 99% of stuff. But like for example bazzite somthing broke upstream to where because of how OCI works and it layers systems. It takes Silverblue and adds alot of packages to become Bazzite and then my repo stripped out stuff i didnt want. But it became A NIGHTMARE when your builds fail and you cant figure out why. And its because of somthing upstream. And you cannot build/update because upstream brokey. And like with NixOS which i still daily on my main rig, but gentoo on everything else. Is really powerful but the immutability gets in your way for some things and it takes alot of time to adapt scripts or troubleshoot. So i ended up installing gentoo on my other computers because they do simple tasks, i dont half to worry about breakage because of snapper and stable channel (at least on the NAS) And its alot of fun to turn a live CD into a OS that has only what you want in it. SystemD or OpenRC, hardened toolchains or normal? And distcc and binhost are S tier

load more comments (2 replies)
[-] cerement@slrpnk.net 9 points 4 weeks ago* (last edited 4 weeks ago)

Why? Why not?

Currently running Debian Stable, but in the process of switching over to Alpine (yes, Alpine on the desktop). The lightweight, stripped-down feel calls to me and I like the little BSD-isms thrown in. musl might present problems down the road, but a lot can be bypassed by using flatpaks. Also using the change as incentive to try out Wayland and LabWC (bringing back that Openbox goodness). Kinda enjoying the process of piecing stuff together rather than trying to pare it down afterwards.

load more comments (5 replies)
[-] erwan@lemmy.ml 6 points 3 weeks ago

I too prefer big distros, but niche distros are usually big distros with small tweaks in the default config or installed packages. It's Debian/Fedora/Arch slightly tweaked.

[-] possiblylinux127@lemmy.zip 6 points 3 weeks ago

I don't get "distros"

I can customize my system to my liking. There some popular bases but that is it

[-] superkret@feddit.org 10 points 3 weeks ago

I used to think that, too. But even Ubuntu and Debian are very different operating systems now.
On the other hand, it's all Linux under the hood, and almost all computing tasks can be done on almost any distro.

Finally, almost all distros exist because people choose to maintain them as a hobby without payment.
Who am I to judge whether they should pool their resources on fewer distros in their free time?
I drink and doomscroll in mine.

load more comments (1 replies)
[-] j4k3@lemmy.world 5 points 4 weeks ago* (last edited 4 weeks ago)

It's like Linux From Scratch... with friends. Every distro has a purpose. I haven't done super niche. One day I'll probably try to run Gentoo much more seriously, and maybe an LFS just to see if I can.

Linux is the realm of all computer science students when it comes time to learn about operating systems, processes, threading, interrupts, schedulers, memory, etc. All levels exist in this space. The major distros all have underlying reasons they exist too. It is not branding/marketing like much of the consumer world.

[-] 0x0@programming.dev 4 points 4 weeks ago

Debian for ages, now Gentoo, Slackware and occasionally Devuan. Not really niche i'd say...

Because i like choice and flexibility.

[-] GustavoM@lemmy.world 4 points 3 weeks ago

I'm using Dietpi on my Orange pi zero 3. Aaaaaand because I'm (pretty much) forced to.

load more comments
view more: next ›
this post was submitted on 14 Aug 2024
145 points (96.8% liked)

Linux

47210 readers
1199 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