this post was submitted on 10 Nov 2023
59 points (95.4% liked)

Linux

47509 readers
1408 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
 

As title says. Obviously I could setup different virtual machines or spend the time and install all the DEs in one VM if it is even possible without breaking the OS. I'm wondering if there is an already made iso or something that installs all the maintained DEs for trying.

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 12 points 10 months ago (3 children)

As in, build a NixOS VM that's otherwise the exact same as your current system but with a different DE enabled. nixos-rebuild build-vm

[–] [email protected] 4 points 10 months ago (1 children)

nixos-rebuild build-vm

wow. I gotta check out nixos. That is incredible. Do you happen to know if fedora silverbue or any of the other immutable distros do this, or is this something specific to nixos?

[–] [email protected] 4 points 10 months ago* (last edited 10 months ago) (1 children)

Guix might also be able to do this but I don't think the others can.

This relies on NixOS' declarative configuration which Silverbluae and the like do not have; they are configured imperatively.

[–] [email protected] 3 points 10 months ago

I did some research yesterday and it looks like silver blue has some rebase command that does something similar. Universal Blue is using that to make it easy to switch between DEs, netting a very similar result!

[–] [email protected] 4 points 10 months ago

That's a really cool feature

[–] [email protected] 1 points 10 months ago (1 children)

Thanks for explaining. I've come across build-vm and I should really try it out. Rebooting just to roll back isn't fun

[–] [email protected] 1 points 10 months ago (1 children)

Well, you can roll back with a switch too; no reboot required.

The VM protects you from accidental state modification however (i.e. programs enabled by some DE by default writing their config files everwhere) and its ephemeral nature makes a few things easier.

[–] [email protected] 1 points 10 months ago

I've had some changes where I had to logout after a switch, so this should help sometimes.