this post was submitted on 14 Aug 2024
4 points (100.0% liked)

Linux

47746 readers
741 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 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?

all 24 comments
sorted by: hot top controversial new old
[–] superkret@feddit.org 3 points 2 months ago (2 children)

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

[–] Zozano@lemy.lol 1 points 2 months ago

Finally, an OS to rival HannahMontannaOS

[–] worldeater@lemmy.ml 0 points 2 months ago (1 children)

I would totally run RebeccaBlackOS or HannahMontannaOS in a vm

[–] superkret@feddit.org 1 points 2 months ago

The distros are very different. HM is just Ubuntu with a theme.
RB is, to my knowledge, the only distro built around Weston, Wayland's reference compositor. It doesn't include any Rebecca Black theming, it's just called that cause the distro's maintainer is a fan of hers.

[–] WalnutLum@lemmy.ml 2 points 2 months 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

[–] possiblylinux127@lemmy.zip 1 points 2 months ago (1 children)

I don't get "distros"

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

[–] superkret@feddit.org 3 points 2 months 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.

[–] kittykittycatboys@lemmy.blahaj.zone 1 points 2 months ago (1 children)

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

[–] HakFoo@lemmy.sdf.org 1 points 2 months ago (1 children)

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 1 points 2 months ago* (last edited 2 months 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
[–] phanto@lemmy.ca 1 points 2 months 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.

[–] linuxoveruser@lemmy.ml 1 points 2 months 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.

[–] bsergay@discuss.online 0 points 2 months ago (1 children)

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.
[–] Sunny@slrpnk.net 0 points 2 months ago (1 children)

Very interesting had not heard of this one yet. What are the main advantages of using this, that make it more secure?

[–] bsergay@discuss.online 0 points 2 months ago (1 children)

What are the main advantages of using this, that make it more secure?

More secure compared to your average distro? Or more secure compared to a specific set of distros? Unless, this is properly specified, this comment could become very unwieldy 😅.

Thanks in advance for specifying!

[–] Sunny@slrpnk.net 1 points 2 months ago* (last edited 2 months ago)

Sorry, it was a badly formatted question I wrote whilst commuting earlier.. I ended up looking the project up to look into the details, seems very promising! I'll soon be booting Linux on a work laptop and think secureblue might be a very strong contender for this 💪

[–] notthebees@reddthat.com 0 points 2 months ago (1 children)

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.

[–] dan@upvote.au 0 points 2 months ago (1 children)

I had an nvme ssd that refused to play ball with it, a Samsung PM991A nvme ssd

Did other NVMe drives work? I wonder if it's using an outdated NVMe driver... Was the kernel old?

[–] notthebees@reddthat.com 1 points 2 months ago

I honestly haven't tried any other nvme ssds with it because it's such a pain to install new ones in that computer. It's a motherboard removed procedure. I have an sn850x that Id want to try with it. It was on bookworm so an updated kernel.

[–] superkret@feddit.org 0 points 2 months ago* (last edited 2 months ago) (1 children)

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.

[–] jpablo68@infosec.pub -1 points 2 months ago

Debian, I got tired of things breaking in arch and even in fedora. I learned a lot but in the end, I just got tired of it.