this post was submitted on 03 Mar 2025
110 points (94.4% liked)

Linux

51161 readers
1838 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
top 6 comments
sorted by: hot top controversial new old
[–] bunitor@lemmy.eco.br 17 points 4 days ago

finally someone saying you shouldn't daily drive debian testing

[–] eskuero@lemmy.fromshado.ws 24 points 5 days ago* (last edited 4 days ago) (2 children)

Debian testing is just a small resistance step of future arch users still scared to distrohop

I don't daily drive either distro these days but I've always found Arch to be more stable than Debian testing. I also just really don't like apt. I think its pathetic to not have parallel downloads in 2025.

[–] BlastboomStrice@mander.xyz 10 points 4 days ago* (last edited 4 days ago) (1 children)

It's kinda how I ended up with nixos

Wanted a stable and cool system, so went with debian stable.

But stable was outdated for my taste, so I went to testing.

But testing had missing packets, so I tried to update to unstable, though I did it badly and crashed my system.

After resinstalling testing, I tried to make a semi-failed script to autodownload/update apps outside the debian repo, but I found out that nixos essentially did this, in fact much better. And I accidentally deleted my /usr/bin/ dir with that script, so I eventually went with nixos unstable:)

[–] c10l@lemmy.world 5 points 4 days ago (1 children)

Bath water … baby ?

I mean, the logical step is to go to Debian sid, which, despite its alternative name unstable, is really not. I’ve been running a gaming rig on it for over a year with nothing more than vey vey minor hiccups, mostly because I’m impatient and run apt full-upgrade frequently.

[–] BlastboomStrice@mander.xyz 2 points 3 days ago

As I said, the truth is I rushed it, I had upgraded to testing from stable and then tried to upgrade to sid, but it was a reciepe for disaster, lol.

Either way, I saw the dependency chaos happening, I was kinda uncertain which package was safe to upgrade (I had installed a debian package to mention buggy apps, but it confused me even more) or if the if any dependencies would change and cause a mess.

I then found nixos with its declarative nature which I found much less confusing and harder to break, so I spent around 4months testing it and then made the transition (this was the first time I was seriously considering transitioning to linux and I took my time to do it thoughtfully)😅