Why do you use the distro you use?
-
Debian, on servers and a desktop. I spent a long time using Ubuntu so I'm used to APT and Debian is suitably lightweight for my not amazing hardware. I also like the non rolling nature of it.
You'd love PopOS then, with its working nature and privacy-focus.
-
Bazzite, Aurora, Proxmox and Ubuntu Server.
One of these is not like the others
-
Geez, I haven’t heard of someone running Slackware in at least 15 years. I mean, I know it’s still around, I just haven’t heard anyone say they were running it.
It's much more... manual than others, I'll admit. For me anymore it's a labor of love.
-
I'm asking this because I haven't tried secureblue: in what ways is Linux behind in security, and what does secureblue do to mitigate that?
And if I were to rebase from Bluefin, do any of those mitigations negatively impact usability?
Some answers to your first question you can find here: https://madaidans-insecurities.github.io/guides/linux-hardening.html
For the second question about in what ways Secureblue do mitigate that you can find more here:
https://secureblue.dev/featuresThe last question about usability, is very usable. If you use Bazzite you may have a similar experience. It is not like QubesOS that isolate all processes making it even not able to use a GPU.
-
Wanted to try out wayland and fedora was recommended as the best experience for that during those years. Discovered the most polished, stable and smooth Linux experience I'd had to date. Mostly used ubuntu distros and arch before. Never looked back. Upgraded to Silverblue to try out the future of linux. Haven't changed anything since. Been about 3 years now on Silverblue.
How do you install packages on silver blue? Are you stuck with flatpak only or can you get system packages as well?
-
I've been linux only for over 30 years now.
I tend to use Debian stable. At least for the last 15 or so.
The reason is simple. I use it as my main PC and the stability is my main priority.
The only negative is software in the repos is often out of date.
But honestly for the vast majority of things I use. I find flat pack or appimage downloads work perfect ally.
The only exception is ham radio software. Here I tend to compile later versions if I need/want them.
Other negatives
I'm really not hugely into gaming. But use blender a lot. Due to this I use Nvidia cards as they are far better supported by blender.
Installing the proprietary Nvidia drivers is a bit of a pain on Debian for newbies. But once you know the process its simple enough. Just not obvious for beginners.
What was you 1st distro back in last millenium?
-
Mint cuz I'm a newbie and it was recommended.
I tried KDE Neon Plasma a while too and it was doing a weird stuttery jitter thing with the mouse that I didn't like so I switched back.
Mint just hasn't had any huge frustrating problems or anything wrong with it that I couldn't fix in the settings menu. Just how I like it.
Have you done any desktop customisation? Mint can look as slick as KDE with a few tweaks.
-
Slackware: because I'm old and arch is too trendy.
Slackware was my 1st distro. It was before kernel 2.0. Now I use windowslike girly distros..
-
It's much more... manual than others, I'll admit. For me anymore it's a labor of love.
Yeah. I remember, lol
-
How do you install packages on silver blue? Are you stuck with flatpak only or can you get system packages as well?
Flatpaks are the preferred option followed by the Fedora toolbox container. Then you can make a distrobox container if what you want can't be satisfied by the first two. You can also layer packages with rpm-ostree but this should only be as a last resort.
There is a bit of a learning curve with regards to how you should approach package installs, but once you learn it and get comfortable with the container options it's pretty smooth sailing.
-
Title is quite self-explanatory, reason I wonder is because every now and then I think to myself "maybe distro X is good, maybe I should try it at some point", but then I think a bit more and realise it kind of doesn't make a difference - the only thing I feel kinda matters is rolling vs non-rolling release patterns.
My guiding principles when choosing distro are that I run arch on my desktop because it's what I'm used to (and AUR is nice to have), and Debian on servers because some people said it's good and I the non-rolling release gives me peace of mind that I don't have to update very often. But I could switch both of these out and I really don't think it would make a difference at all.
OpenSUSE Tumbleweed. Recently I bought cheap Surface-like x86 tablet on a rather recent hardware, and running Debian and its cousins required more tinkering than I was willing to do, so I decided to go with a more modern rolling release. Tried Arch for a few months, bricked it from mixing stable and testing branches, tried Fedora, and finally settled in Tumbleweed. I like it for being on the bleeding edge and exceptionally stable at the same time, perhaps thanks to robust OpenSUSE Build Service automated testing. And it is from a European company, that can't hurt.
-
I use Arch (btw) because CachyOS was giving me issues.
Fyi you can put cachyos repos on top of regular Arch
-
Title is quite self-explanatory, reason I wonder is because every now and then I think to myself "maybe distro X is good, maybe I should try it at some point", but then I think a bit more and realise it kind of doesn't make a difference - the only thing I feel kinda matters is rolling vs non-rolling release patterns.
My guiding principles when choosing distro are that I run arch on my desktop because it's what I'm used to (and AUR is nice to have), and Debian on servers because some people said it's good and I the non-rolling release gives me peace of mind that I don't have to update very often. But I could switch both of these out and I really don't think it would make a difference at all.
i use gentoo because i love the package manager and how in control i am of my desktop and for servers even though not linux ive been using open bsd because of secure it is and lightweight helps squeeze out little bit more performance from mt shit vps lol
-
You'd love PopOS then, with its working nature and privacy-focus.
I've tried PopOS as I have a machine with an Nvidia card but every tine I've done the first apt upgrade it nukes grub and won't boot again. Probably something I'm doing wrong and it has been a couple of years since I last tried.
-
Honestly, even with VSCode, devcontainers are kind of just ok, at best.
They are very fiddly. The containers keep running when you close VSCode (which makes sense, and sure the resource usage is minimal, but it’s damned annoying) and you have to stop them manually. Meanwhile the commands in VSCode to work with/activate the containers are not super clear in terms of what they actually do.
Oh, what’s that? Need a shell inside the container you’re working in for testing things out, installing dependencies, etc.? Well, I hope you pick the right one of VSCode’s crappy built in terminals! Because if you want to use a real terminal, you are stuck with the crappy devcontainer CLI to exec into the container. A CLI that is NOT up to date with, or even includes, all the commands for devcontainers in the editor (which is what makes working with them in other IDE/editors such a pain in the butt…).
And this gets me…. What? A container I can share with other developers, sure, but it’s very likely NOT the container we are actually going to deploy in. So…
Yeah, I’ve also had a lot of frustrations with devcontainers in Bluefin. I really like what the Bluefin project is doing. The reasoning behind it makes a lot of sense to me. But devcontainers are kind of pushed as the way you “should” be writing code on Bluefin and it’s…. not great.
They do have Homebrew and Distrobox though, which helps a lot. I have ended up doing most of my development work on Bluefin on the host system with tools installed via brew, which is kept separate enough from the rest of the file system to still keep things tidy.
Overall, I think Bluefin is great and it, or something like it, may very well be the future of Linux… but the future isn’t here just yet and there are some growing pains, for sure.
But devcontainers are kind of pushed as the way you “should” be writing code on Bluefin and it’s…. not great.
Both podman and docker are on the image, you could just use containers normally without using devcontainers if you want.
-
Title is quite self-explanatory, reason I wonder is because every now and then I think to myself "maybe distro X is good, maybe I should try it at some point", but then I think a bit more and realise it kind of doesn't make a difference - the only thing I feel kinda matters is rolling vs non-rolling release patterns.
My guiding principles when choosing distro are that I run arch on my desktop because it's what I'm used to (and AUR is nice to have), and Debian on servers because some people said it's good and I the non-rolling release gives me peace of mind that I don't have to update very often. But I could switch both of these out and I really don't think it would make a difference at all.
Arch and Fedora; package managers and repositories.
-
Title is quite self-explanatory, reason I wonder is because every now and then I think to myself "maybe distro X is good, maybe I should try it at some point", but then I think a bit more and realise it kind of doesn't make a difference - the only thing I feel kinda matters is rolling vs non-rolling release patterns.
My guiding principles when choosing distro are that I run arch on my desktop because it's what I'm used to (and AUR is nice to have), and Debian on servers because some people said it's good and I the non-rolling release gives me peace of mind that I don't have to update very often. But I could switch both of these out and I really don't think it would make a difference at all.
It's Debian. It's well-supported by software and super stable and open.
-
Title is quite self-explanatory, reason I wonder is because every now and then I think to myself "maybe distro X is good, maybe I should try it at some point", but then I think a bit more and realise it kind of doesn't make a difference - the only thing I feel kinda matters is rolling vs non-rolling release patterns.
My guiding principles when choosing distro are that I run arch on my desktop because it's what I'm used to (and AUR is nice to have), and Debian on servers because some people said it's good and I the non-rolling release gives me peace of mind that I don't have to update very often. But I could switch both of these out and I really don't think it would make a difference at all.
debain, with xfce if i need a desktop. mostly because i started on xubuntu. started learning sysadmin stuff when all i could afford was a potato with salvaged computer components shoved in it. xfce considered that excessively over powered. ended up loving the way i set up my xfce env, and probably wont change it much over the next 20yrs because theres no need. so when cononical got extra gross it was easy to just move to debian and carry on with my life.
-
Title is quite self-explanatory, reason I wonder is because every now and then I think to myself "maybe distro X is good, maybe I should try it at some point", but then I think a bit more and realise it kind of doesn't make a difference - the only thing I feel kinda matters is rolling vs non-rolling release patterns.
My guiding principles when choosing distro are that I run arch on my desktop because it's what I'm used to (and AUR is nice to have), and Debian on servers because some people said it's good and I the non-rolling release gives me peace of mind that I don't have to update very often. But I could switch both of these out and I really don't think it would make a difference at all.
I currently use Bazzite on my old laptop, just wanted to try out immutable distros and I like to stream games from my rig to it sometimes so completely functional steam was a nice addition. Plus learning about flatpaks and app images over installed packages has been interesting.
Then on my servers Debian/Proxmox and usually Ubuntu server in LXCs for more updated APTs then Debian, though I mostly run docker for my web apps rather then native APTs.
I work for a company that has a java program that functions on Linux but is nowhere near the level of support provided for mac/Windows, so I'm the Linux guy for our dept and when a customer is running into issues on a distro I'll spin up a vm on my homelab and see if I can rum through an install and get it functional.
So far the only one I literally couldn't get installed was Slackware lol I even figured out how to get it functional in ChromeOSes Linux subsystem lol.
-
Linux Mint is a nice and easy distro that is quite good
I've been using Mint for a year now and I just got a second laptop and the first thing I did was Wipe Windows 11 off of it and install Mint.
It does everything I need it too.