What vm software you use on linux

Read bio@thelemmy.club to Linux@lemmy.ml – 82 points –

I use vmware and qemu

103

You are viewing a single comment

I use Proxmox for the machine that I use to download all of the Linux ISOs I want. You know, with a VPN, through BitTorrent. Linux ISOs.

Proxmox isn't really its own hypervisor. It combines a few common projects to make a OS. It is pretty much KVM with corosync for clustering.

With that being said it is a solid platform. Just keep in mind it is just standard Linux virtualization and for single nodes you can get the exact same setup easily on any Linux system.

Well, the exact same except for the frontend. It's arguably better than virt-manager imo. I wonder how hard it would be to get pve-manager running outside the OS.

You absolutely can. People have done Proxmox installs on Debian and unsupported architectures by building from source.

Thanks for the pointer. But since Proxmox supports both KVM and LXC virtualization, wouldn't that make it both type 1 and type 2?