this post was submitted on 19 Jul 2026
345 points (99.1% liked)

Linux

66534 readers
341 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
 

Upstream images vs bazzite: https://github.com/ublue-os/countme/blob/main/growth_upstream_with_bazzite.svg

My prediction: bazzite may have more installs than Fedora KDE by the end of the year.

you are viewing a single comment's thread
view the rest of the comments
[–] BeardedBlaze@lemmy.world 5 points 2 days ago (1 children)

I can't tell you how many times I've had an update on a mutable system fuck my shit up to a point I just reinstalled the distro. Not having to worry about that is my primary reason for moving to immutable system. While malware and viruses are still mostly prevalent in the windows world, Linux isn't immune to it. That is, unless it's an immutable distro.

[–] ranzispa@mander.xyz 2 points 2 days ago (1 children)

I had that happen many times, but that was on arch. On other distributions getting updates which break the system is quite rare in my experience.

How does an immutable distribution make the system immune to virus? I'd imagine flatpak can have upstream attacks as well as opening stuff in vulnerable software. You still have access to all your personal files, which is likely what the malware will go after.

[–] MangoCats@feddit.it 4 points 2 days ago (2 children)

Immutable means: every time you power it on, it's the same.

So, if you get infected by a virus, power cycle and it's like it never happened.

That, like everything you read on the internet, is a gross oversimplification, caveats apply, etc. etc. but for the most part, that's what immutable means: the running system has no ability to persist changes (except in very specific, controlled, secure, easier to protect circumstances...)

[–] muusemuuse@sh.itjust.works 3 points 2 days ago

“Today I played this awesome hacker game called “terminal” and when I put in the “lbu commit” cheat code, I unlocked an ass-beating!”

“Dad says we can’t play at your house anymore, Jake.”

[–] ranzispa@mander.xyz 2 points 2 days ago (1 children)

I guess a virus can, and often does, live in plain data. Moreover, can you not have scripts and executables in your personal directory? Can you not schedule a cronjob or a systemd service?

[–] MangoCats@feddit.it 4 points 2 days ago

Everything is possible. The point of immutability is the ability to restore to "factory fresh" state with a power cycle.

In theory, the data section is treated as data only, not executable. Software (games) can, and will, improperly store and execute code there, but at least they can be identified when they do and disabled/removed without breaking the underlying system.