yes i did a os one but i am wondering what distros do you guys use and why,for me cachyos its fast,flexible.
I started using linux seriously with Manjaro, but since I didn’t know what AUR really was I fucked my system up (thank NVIDIA drivers for that). Then I switched to arch, learned everything I should have known on the arch wiki. So yeah, I use arch btw.
Mint. I used to distro hop so much and just got tired of having to reload everything. That was the last one I had done prior to having no more time to switch. 😅 Plus, it just works and it’s easy.
Bazzite for personal stuff because it looked neat and just worked after installation with a small learning curve. Due to interia I went with bluefin on the work computer for the same reasons
Debian and Linux Mint.
Debian for mission critical stuff like servers or things I don’t want to futz with, like HTPCs, work machines, etc.
Mint for my gaming desktop because it’s a bit newer on kernels and such.
Bazzite, I want my PC to just work and not require me to maintain it, on top of that I need it to be game-ready and have good color management for work related stuff.
I’ve hopped distros alot and then just felt most comfortable with arch linux. I try other distros and then just go back to arch linux everytime. I just love the AUR and the utilities that are available to arch linux. The wiki is also very good.
Pop. I just need ubuntu without snap, distro’s default look doesnt matter since I’ll just use sway/i3wm.
Though the fact that they’re building their own tiling DE could make me stick with it fully when it comes out.
Cosmic?
Tuxedo OS. Before that, I was very happy with Fedora, and then I got a tuxedo laptop and tried their distro. Now, I keep using that because I started to enjoy KDE, and I really like their hardware support and how they test and maintain the distro.
Arch. I need the AUR for certain applications, and the high degree of customizability and opportunity for learning appeal to me as a relatively new-ish Linux user (going on a few years now, most of that time having been on Arch).
Dietpi. Because I’m forced to.
I have Bazzite on a laptop for the ease of use and general resistance to breakage, and Spiral Linux in a VM. The latter works flawlessly that way, like it was always meant to be in a VM.
- Debian + Xfce on the desktop, because it (mostly, see below) just works, it’s snappy, reliable, and I don’t need my apps being constantly updated (I have very simple needs and use cases)
- Mint + Cinnamon on the laptop, because it’s still debian-based and because unlike Debian Mint was able to connect my AirPods out of the box and I use them a lot when on the laptop… I also quickly learned to appreciate Cinnamon, I must say.
I wonder what you will think of lmde its linux mint with a debian base instead of ubuntu (It keeps some stuff for eg the desktop updated).
I’ve seen lmde mentioned on Mint website but if I recall correctly they also presented it like a somewhat experimental version?
LMDE is snappy as hell and stable as a rock
Fedora, it has KDE spin and quite recent packages.
OMG I use cachyOS too, for the same reasons, plus I love how much I can tinker with it.
Yeah i kinda like it lets you install desktops that is in arch repos, well because its arch based.
Fedora Silverblue
- I like Gnome
- I like that Fedora adopts new technology quickly
- I like how it makes updates more reliable
- I like flatpak
What do people use for command line utilities? The selection on flatpak is a bit sparse
Options include:
- Installing them through
brew
; this is setup, enabled and configured correctly by default on uBlue projects like Aurora, Bazzite and Bluefin. - Installing them within a container; be it though Toolbx or Distrobox. This is what Fedora Atomic initially intended (and probably still does).
- Some users got a lot of mileage from utilizing
nix
to this effect. - If all else fails (or if you outright prefer it this way), you can always layer it through
rpm-ostree
.
- Installing them through
- Flatpak, create a shell script to call the flatpak command and pass arguments
- If the app doesn’t work well as a flatpak or isn’t packaged, I would use distrobox
- If the app doesn’t work well in distrobox, I’d rpm-ostree install it
- If I’m feeling fancy, I might look into installing homebrew. But you need to do some workarounds with PATH and homebrew otherwise it can break things; Universal Blue includes these workarounds out of the box
I use the Bluefin flavor of Silverblue. I like not having to tinker with my laptop to keep it working, everything happens in the background.
I like flatpak
i am kinda the opposite of you, i find flatpacks meh its alright.
I love flatpak. No more dependency hell!
Agree
While true… RIP disk space.
SSDs have become incredibly cheap, and flatpak doesn’t even use that much storage space.
That’s false
I see being facetious is lost. Yes I know they don’t use a lot of space, however, they do package all their own dependencies. That means you do end up with duplicates.
Appimages do. Flatpaks have runtimes. There may be multiple runtimes but space is cheap. You can even spare the amount of space on a phone.
It once thought I should compress my images because they had 10mb each. I was wrong. I just had to put them on my server with immich and I don’t care about the space anymore. One 4k video is so big, all space related problems with apps or images are a real waste.
Same here, I use Silverblue as host OS on all of my workstations now, and Arch for nearly all of my containers.
Flatpak for just about everything in the userspace.
I was using Debian and Docker for my servers, but I’m switching to uCore and Podman. It was a decent learning curve, but I think I’m going to like it better.
I hated postman so much I switched back to Docker. Why compose was better at handling dependent containers then quadlets. Yes I could use postman compose but heard it’s no longer supported and if I’m using it might as well use a supported docker compose.