this post was submitted on 10 Aug 2024
81 points (98.8% liked)

Linux

49643 readers
1134 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
 

I use vmware and qemu

(page 2) 50 comments
sorted by: hot top controversial new old
[–] [email protected] 2 points 5 months ago

Currently virt-manager on top of qemu/kvm on Debian 12. It was the easiest to get to emulate a TPM on my ancient hardware (9ish years old, but still powerful).

I'm learning enough about the backend that I'm hoping to get off the Redhat maintained software and only use the qemu cli, maybe write my own monitor with rust-vmm when I learn enough rust to do so.

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

I tried using virt-manager+kvm to try some stuff out the other day but I failed to set-up some crucial things. Probably me being incompetent.

Not like virtualization is a big part of my life anyway. I just wanted to try some other distros and such without rebooting.

If I were to get serious about virtualization I'd need to build a new PC with a second GPU. Then I could stop dual-booting and do everything with VMs. But it'd only be worth it to get serious about learning how to virtualize stuff if I were to do that.

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

You can single pass through but it feels more like your using one os but if that's the case wouldn't dual booting be better

[–] [email protected] 2 points 5 months ago (3 children)

Gnome Boxes 🥲 Because im avoiding to install anything to the kernel.

[–] [email protected] 2 points 5 months ago

You should never install anything to the kernel if possible tbh.

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

You also could try virtual manager

It is all KVM so it is natively supported

load more comments (1 replies)
[–] [email protected] 2 points 5 months ago

xcp-ng. except now everything is just containers on atomic fedora because it seems to fit my laziness better and doesn't require updating multiple vm os's

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

I'm using systemd-nspawn or Bubblewrap, depending on the scenario.

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

Those are container platforms not virtualization

[–] [email protected] 2 points 5 months ago

Yep. I found I don't have much use for a full-blown VM, whereas there's plenty of argument for isolating my browser from ~/.ssh/id_*.

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

VMware, Virtualbox for OSes that hate VMware, and Qemu for emulating OSes that only run on obscure platforms.

load more comments
view more: ‹ prev next ›