this post was submitted on 26 May 2023
17 points (87.0% liked)

Linux

48072 readers
1 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 6 years ago
MODERATORS
 

Jorge Castro, a developer of the Ublue.it project, talks about why Image-based (immutable) systems are way better.

They are ready to use today, for most people.

Changes to the system can be done in a centralized location, like their NVIDIA images, and you can be sure every Client has exactly the same image.

If something breaks, you can reset it!

And its also way safer, as you have a clean system. Apps cant install what they want. You can easily revert all your changes with rpm-ostree reset.

Btw. you can still install as many packages as you want with rpm-ostree install and even add COPRs and other repos like RPMFusion (included in ublue).

Feel free to ask questions!

Ublues enhanced Kinoite image is what I use. Minimal layers, awesome experience!

you are viewing a single comment's thread
view the rest of the comments
[–] Laser@feddit.de 4 points 2 years ago (1 children)

While I generally agree on the issue, the video had a lot of filler and the point could have been made in about 5 minutes.

The issues mentioned mostly hit the classic cycle-based distributions and while rolling release based distributions also have this issue, it's not as apparent. They usually run for years (I recently switched away from an Arch installation that was about 8 years old that did not have issues with updates or anything). Incidentally, I did actually switch to an immutable system because I wanted to try something new and the machine had been delegated to my secondary in 2020. The mechanism however is very different.

It remains to be seen what immutable approach will gain the most ground in the coming years. We have some immutable systems like the ones in the video that is similar to how Valve does it on the Steam Deck. Take a classic distribution and keep updating a fix base image. Or container if you want to call it that. Then there's systems that are immutable by their very nature, like NixOS which I installed or something based on Guix. I believe the latter approach is superior if you are in control of the machine while the base image has advantages when you deliver a system to clients who don't want to or are not supposed to administer the system themselves.

Though I'm quite sure the classic mutable distributions aren't going away anytime soon.

[–] jorge@hachyderm.io 4 points 2 years ago (1 children)

@Laser @Pantherina Please make a better video summary as I tend to get long winded!

[–] Pantherina@feddit.de 3 points 2 years ago

Lol first post?

Nice to hear from you! Great project! Using Kinoite daily and its nice!