Linux
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
*sane
*lame
*some
I guess you should use proxmox at this point 🤣
Honestly they really should
I mean is there any really reason though, they both run on the same subsystem and they aren’t doing anything crazy
There are many many many insane people who are running no virtual machines at all.
With that many Windows (gasp) ones, no... I'm afraid you are not
I have about twice this many VMs and about this many running at any given time.
I use Qubes btw
What do you use it for? How's the daily-driver experience?
Its my only computer. I couldn't go back to anything else. Every time I double click Firefox, it opens a new VM. When I close Firefox, the VM is destroyed.
Email is in a separate VM. Email attachments also open in a disposable VM. USB devices are quarantined unless I connect them to a specific VM. Its a game changer.
Cons: I need as much ram as I used to need when I ran Windows. Watching videos is a bit choppy at full screen sometimes. And I can't play any video games.
Sounds like some pretty serious cons
Out of curiosity why do you like qubes? Having everything in a VM doesn't sound that great to me
I get that the main concern of it is security but what do you do that it demands that level of hardening? I've only ever got one virus in my life that I know of as it is and that was on windows
Not op but I do a lot of architecture and infrastructure work on top of my normal dev work so keeping everything separated and per-client has become a pretty important advantage for me personally
Yeah I also consult with many different clients. Sometimes those clients need me to install sketch software. Thank god I can do this in a silo in Qubes, or it could endanger my other clients.
Lol wut? Those pros far outweigh the cons. But I guess I don't care about video games?
I have money on my computer, and I have a company that has customer info. That's enough of a reason for me to want to protect my shit better than running one big, super-vulnerable system
Fwiw I had to tinker a bit to get good video playback, Fedora was always choppy for me for some reason but debian is typically smooth with hw accel disabled.
As for the gaming, depending on your setup (I have a desktop and T480 I keep in sync) you can absolutely run two video cards and do PCI passthrough on one to a gaming VM. I have mine set up with a dedicated NIC and USB card and just use a KVM to swap between Qubes and Windows (for now) and it's worked really well. Had to play around a ton to get the full speed out of the GPU though and it only seemed to work in windows so hopefully get that going for a Linux hvm one day.
Absolutely agree there is no going back, I have all of my work stuff entirely hardware agnostic and a full on replica of my work desktop ready to go in a moment should the desktop die. Apart from that keeping client work isolated has been such a game changer.
Yes, but usually they'd have a more robust VM management system to stay sane for long.
Hell to update them regularly 👀
Nah, most of the windows ones don’t get updates any more and the Linux ones can get a script that updates on boot. Takes longer to start up but handles the job itself.
That’s why I’m starting to prefer LTSC.
Is this like opening tons of browser tabs?
It's only insane if you have them all running at once.
The biggest reason why I don't want maintain so many Vms is, because all the maintenance and updates that involve doing so.
And that's why there's a "-2" on the end of that arch vm - there was one before that I borked while trying to update it because I hadn't used it in so long.
I mean, people collect all sorts of weird shit
Interesting enough, there is a project that I've found that runs Windows in a Docker container as a VM.
https://github.com/dockur/windows
I run a Windows 10 LTSC that way to run things like Blue Iris for my security cameras, and some stuff to track my solar installation.
Not VMs but I have way more docker containers. I run most things as containers which keeps the base OS nice and clean and free from dependency hell.
How much disk space have you got??
It's a terabyte SSD. I've currently got 136 GB left on it. I think part of it might be they're auto-expanding qcow2 images, so they don't actually take up the full space provisioned for them.
I have probably a couple of more Linux/BSD VMs than here (with some with GPU passthrough and one or two for ARM crossbuilding and so on) but only 2 Windows VMs - the only 2 I have legitimate licenses for.
But am I normal? Most would disagree. 😅
10, plain 11, 7, and funny enough, Server 2022 are all legit licenses (I can get a key for server through my university). Actually, I'm pretty sure the 11 one, I upgraded a Windows 7 VM to 10, then to 11.
Every other Windows version that needs it (11 LTSC, 8.1, and Vista), I just temporarily host a phony KMS server whenever it needs to be reactivated.
I apologize for talking so much about Windows on a Linux sub. May Stallman break into my house and give me 10 lashes as I slumber.
not even sure distro tube has this many lmao
You can say: "I use Arch, Fedora, Windows, MacOS, Gentoo, LFS, Debian, PopOS, and more, btw."
On the joke, define "sane". 😬
On a serious note, I think there are valid reasons to have several VMs other than "I was bored". In my case, for example, I have a total of 7 VMs, where 2 are miscellaneous systems to test things out, 2 are for stuff that I can't normally run on Linux, 2 are offline VMs for language dictionaries, and 1 is a BlissOS VM with Google programs in case I can't/don't want to use my phone.
I've had physical esx servers running this many VMS simultaneously, and I can totally see why a hobbiest or dev would have a bed for this many VMs on standby. You are sane, yes
I do have as many too at work.
I use one VM for each iteration of my automation software. Our factory has machines ranging from the 90s to present day, and they use different software environments to be programmed. In order to minimize the risk of data loss, we have one virtual machine with every software environment, that way if one gets corrupted, the damage is contained. It also makes them easier to export to new computers when we need to replace ours.
I always remove any virtual machines every time I'm done with it and reinstall if I need to use it again
Have you automated creation?