which distro and why do you prefer it over others?

GravitySpoiled@lemmy.ml to Linux@lemmy.ml – 59 points –
155

You are viewing a single comment

Debian, because I can just have a computer without needing to fiddle with a million things. I work in tech and don't want to mess with any more code or configurations if I'm on my own computer. It's worked for me for 5 years and has worked for others for 30 years.

Don't mean to be overly combative here, but how does Debian preclude you from having to fiddle with things? Do you just like all the defaults then?

I love Debian myself, and I use it for all my personal projects where something needs to run unattended because it's rock solid, but there are still a lot of defaults that I want to change every time to make it suitable for me. Now admittedly I'm fairly opinionated about these things, but I mean, out of the box the default editor is nano (!). So as a result I created a "fiddlescript" that's a mile long and that I run on every new installation.

Honestly, most of the defaults are good enough for me. I just run vi and it does the job well enough. If I need to configure a good dev environment, I'll just install stuff with apt-get install and mangle stuff onto my PATH.

And honestly, nano as the default makes sense, it's lightweight and gets the job done. I still have that as my default.