this post was submitted on 03 Jun 2024
31 points (91.9% liked)
Linux
47969 readers
1143 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
- Posts must be relevant to operating systems running the Linux kernel. GNU/Linux or otherwise.
- No misinformation
- No NSFW content
- No hate speech, bigotry, etc
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
view the rest of the comments
In your case it's still an excellent choice.
Though, other opinionated images by uBlue (like e.g. Aurora and Bluefin) do deserve a mention. I'm on Bluefin (through secureblue to be more precise) as I desired more hardening than what Fedora offers by default.
The excellent part is also that it's possible to rebase to another branch without reinstalling. So, let's say you're actually interested in experiencing these different images without going through the installation process over and over again. Then, you simple enter the following command:
rpm-ostree rebase ...
With
...
being replaced by whatever is required for the image and/or branch you're interested in. Then, simply reboot, (pro-tip: make a new user account and through the new user account) experience the other image. Rinse and repeat to your heart's content.Keep in mind
/etc
is mutable, so rebasing will still pile up garbage even when using different user Accounts.https://gitlab.com/fedora/ostree/sig/-/issues/28
That’s good to know, thank you! I’ve got Silverblue running on a low end laptop and it’s been great.