this post was submitted on 07 Jul 2026
293 points (99.0% liked)

Linux

66277 readers
690 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 7 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] Ephera@lemmy.ml 0 points 20 hours ago (2 children)

Having btrfs+snapper set up by default sounds good. I wish Debian-based distros in general would finally make a move there. It's a bit of a meme that folks laud Debian for its stability, but you can easily break it with one wrong command.

And who knows, maybe TuxedoOS adopting it can serve as a proof of concept and get Debian itself to adopt btrfs sooner.

[–] ohshit604@sh.itjust.works 1 points 2 hours ago

Debian for its stability, but you can easily break it with one wrong command.

Don’t break Debian. While Debian does an amazing job at documentation it can be overwhelming for newer folks.

[–] RIotingPacifist@lemmy.world 1 points 19 hours ago (1 children)

laud Debian for its stability, but you can easily break it with one wrong command.

Well because that's not the stability release schedules are talking about

[–] Ephera@lemmy.ml 1 points 16 hours ago (1 children)

Yeah, but that's exactly the meme that I'm talking about.

It's always ambiguous what is meant by stability. And as soon as you complain about Debian actually breaking very easily, folks will readily tell you about the technicality that it just means it doesn't change very often.

[–] RIotingPacifist@lemmy.world 3 points 15 hours ago

It's not really ambiguous at all.

A stable distro is one that doesn't update packages except for security updates within the lifecycle of a release.

You can install debian 13 on release day in 2025 and when it gets deprecated in 2030 it will be functionally the same.

A byproduct of that is that apt updates are very unlikely to break anything.

None of that changes that you can run sudo apt remove dpkg or rm -rf / or dd in=/dev/zero of=/dev/sda1 (this one might actually work).

But for your average desktop users it means you don't boot up your laptop and have to learn how to use libreoffice 26's new UI on the day you need to finish an assignment.