I distro hopped last year. Proud user of Debian for 15+ years, switched for Void.
Amazing little distro, simple just how I like it.
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.
Community icon by Alpár-Etele Méder, licensed under CC BY 3.0
I distro hopped last year. Proud user of Debian for 15+ years, switched for Void.
Amazing little distro, simple just how I like it.
i switched to nixos after using arch for like 12 years.
Variety is the spice of life. I've used Slackware, Arch, Gentoo, Fedora, Nix, been on Debian the last few years. Been looking at setting up my own UBlue image. I really like the immutable thing. Do whatever makes you happy..
I'm interested, What exactly is UBlue? Can you clarify on the immutable thing?
UBlue is a tool the fedora team created to build immutable distros in a container. This is a list of official distros created by it. If you've seen Bazzite it was also created with UBlue.
Immutable distro just means the root filesystem is mounted read-only. So when you do updates, they create another image of your filesystem with the updates applied. Then you have to boot into the new filesystem. This is called an atomic upgrade. So if something is broken, you reload your last image and everything is fine.
Thanks for the explanation. That sounds quite promising. I updated Ubuntu one time and it basically broke a python project environment to where I had to reinstall the previous os again. Then of course reinstall everything else too.