this post was submitted on 01 Nov 2024
256 points (97.1% liked)

Linux

48129 readers
517 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
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 8 points 1 week ago* (last edited 4 days ago) (22 children)

I thought we all agreed that "immutable" is a confusing term and that we should call it "atomic"

edit: I was wrong

[–] [email protected] 20 points 1 week ago (3 children)

What does atomic mean in this sense? That seems more confusing than immutable.

[–] [email protected] -4 points 1 week ago (1 children)

How could you install anything or change any setting if it was truly immutable?

Immutable OS makes sense in certain scenarios, but not in home computing.

[–] [email protected] 3 points 1 week ago* (last edited 1 week ago)

Do a little research, dude... Do you think you're the first person to have those questions/issues? That's all been addressed.

I've been on an atomic/immutable distro for a few months now (Bazzite), and the experience has been great.

[–] [email protected] 6 points 1 week ago

Atomic in software refers to an operation that cant be interrupted because it happens in one step. This one of the big selling points of atomic or immutable distros. Your system will not be left in a broken state by cancelling an update because updates do not take multiple steps, unlike traditional distros.

[–] [email protected] 7 points 1 week ago

It means a change either applied completely and successfully, or not at all (think "atomic transactions" in databases).

load more comments (18 replies)