82
submitted 1 month ago by Mwa@thelemmy.club to c/linux@lemmy.ml

I use vmware and qemu

top 50 comments
sorted by: hot top controversial new old
[-] bruce965@lemmy.ml 38 points 1 month ago* (last edited 1 month ago)

None, I use Docker for Linux, and Proton (Heroic) for Windows.

But if I had to pick a virtual machine: libvirt with virt-manager as a frontend, which uses KVM for virtualization.

[-] fmstrat@lemmy.nowsci.com 15 points 1 month ago

From my other comment:

Then I created a Docker image with Linux, Gnome, and novnc so I can spin one up instantly with little resource overhead and control it from any web browser.

Maybe I should release my Dockerfile.

[-] bruce965@lemmy.ml 3 points 1 month ago

I might actually be interested. It's like a lightweight alternative to Proxmox?

[-] fmstrat@lemmy.nowsci.com 3 points 4 weeks ago

Sort of, Proxmox does use noVNC I think, but it's a lot of overhead. This is just a docker command. I've finally put a page up for it: https://nowsci.com/webbian/

load more comments (1 replies)
load more comments (3 replies)
[-] Mwa@thelemmy.club 4 points 1 month ago

But if I had to pick a virtual machine: libvirt with virt-manager as a frontend, which uses KVM for virtualization.

Its fair bcs vmware workstation does not support gpu passthrough libvirt with virt-manager is the only way

load more comments (1 replies)
[-] krash@lemmy.ml 3 points 1 month ago

Correct me I'd I'm wrong, but with docker you're limited to the filesyatems and the image of the OS you're installing. If you need to experiment with the pre-OS boot events, can that even be accomplished with docker? E.g., trying out different GRUB settings, setting up LUKS with dropbear etc. I think those things require a VM.

[-] bruce965@lemmy.ml 6 points 1 month ago

Yeah, you are correct. Docker shares the kernel with the host operating system, it doesn't use hardware virtualization. That's why it's so fast and simple, but it also means it's not a traditional VM and thus comes with some limitations.

load more comments (1 replies)
load more comments (5 replies)
[-] GolfNovemberUniform@lemmy.ml 36 points 1 month ago

GNOME Boxes because it doesn't require 5 academic degrees to set up and I'm a GNOME user.

[-] nzmaa@lemy.lol 6 points 1 month ago* (last edited 1 month ago)
[-] Mwa@thelemmy.club 2 points 1 month ago

Real for me it was problematic it was barely customizable and tracker3 randomly broke most of my apps

[-] I_Miss_Daniel@lemmy.world 5 points 1 month ago

Same.

The lack of graphics acceleration is a bit painful though.

VirtualBox won't work on Fedora 40 AFAICT, and once installed it can't be uninstalled.

load more comments (1 replies)
[-] data1701d@startrek.website 20 points 1 month ago

Qemu/KVM and Virt Manager. I have three VMs that I pass my GPU to: a Hackintosh, a Windows 10, and and Windows 7.

load more comments (12 replies)
[-] bjoern_tantau@swg-empire.de 17 points 1 month ago

Usually VirtualBox. It's easy and free.

[-] frankenswine@lemmy.world 4 points 1 month ago

a rather odd choice given the alternatives

[-] bjoern_tantau@swg-empire.de 4 points 1 month ago

Besides VMWare it always seemed the easiest for me to quickly make a Windows VM or so. Everything else usually had more configuration steps. But that's been a while ago. There could very well have been easier tools available in the mean time. I never bothered to look.

I only ever used "permanent" virtualization once on my server. I think with Xen. But it didn't give me any benefits for my use case so I dropped it later on. Also probably at least ten years ago.

[-] Mwa@thelemmy.club 3 points 1 month ago* (last edited 1 month ago)

I agree ngl i prefer vmware more

[-] Diplomjodler3@lemmy.world 2 points 1 month ago
[-] unn@lemmy.ca 13 points 1 month ago

virtmanager as frontend for qemu/kvm. I tried the commandline but it's too annoying

[-] possiblylinux127@lemmy.zip 12 points 1 month ago

KVM

(VMware is proprietary software)

[-] azvasKvklenko@sh.itjust.works 11 points 1 month ago

KVM + Qemu + libvirt + virt-manager = ❤️

[-] fmstrat@lemmy.nowsci.com 11 points 1 month ago

I used KVM with virt-manager for a long time. Even ran a gaming VM with GPU pass-through.

Then I created a Docker image with Linux, Gnome, and novnc so I can spin one up instantly with little resource overhead and control it from any web browser.

load more comments (1 replies)
[-] IsoSpandy@lemm.ee 7 points 1 month ago

Virtmanger-kvm-qemu

[-] MrCamel999@programming.dev 7 points 1 month ago

I use virt-manager, aka Virtual Machine Manager. Using this specifically because of the winapps for Linux repo has instructions on how to get Windows apps to run through the VM to be integrated in a Linux environment.

load more comments (4 replies)
[-] CrabAndBroom@lemmy.ml 7 points 1 month ago

I use qemu, but with Quickemu 'cause I'm lazy lol.

[-] Rick_C137@programming.dev 5 points 1 month ago
[-] hperrin@lemmy.world 4 points 1 month ago

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.

[-] possiblylinux127@lemmy.zip 3 points 1 month ago* (last edited 1 month ago)

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.

load more comments (2 replies)
load more comments (1 replies)
[-] velox_vulnus@lemmy.ml 5 points 1 month ago* (last edited 1 month ago)

You can run a system as a VM on Guix, so yes, that. It's a type-2 hypervisor, as it uses QEMU. Pretty sure this also works for NixOS.

load more comments (1 replies)
[-] muhyb@programming.dev 5 points 1 month ago

I'm kinda lazy so when I need one, I just use Gnome Boxes and it's pretty easy to setup.

[-] Presi300@lemmy.world 5 points 1 month ago

Virtmanager and qemu/kvm

[-] ssm@lemmy.sdf.org 4 points 1 month ago* (last edited 1 month ago)

Linux: qemu

OpenBSD: vmm, qemu when vmm isn't good enough

[-] thingsiplay@beehaw.org 4 points 1 month ago

Qemu+Kvm with virt-manager is my boy nowadays. But I'm not a heavy user of Vms, just experimented with this to build some Flatpak. But plan on trying out other distributions, just for science. It wasn't easy to figure out how to share a folder, and I could not get drag and drop or clipboard share to work. Still though, its faster than any other solution. I used VirtualBox in the past, which was easy to work with.

[-] crmsnbleyd@sopuli.xyz 4 points 1 month ago
[-] ouch@lemmy.world 8 points 1 month ago

Owned by Oracle. Stay away from Oracle.

[-] gnuplusmatt@reddthat.com 6 points 1 month ago* (last edited 1 month ago)

It also taints the kernel with a useless module and doesn't really offer much in the way of features over plain old kvm qemu

[-] freedomsailor@programming.dev 4 points 1 month ago

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

[-] possiblylinux127@lemmy.zip 2 points 1 month ago

You also could try virtual manager

It is all KVM so it is natively supported

load more comments (1 replies)
[-] wildbus8979@sh.itjust.works 4 points 1 month ago

Virt-Manager, even works remotely via SSH.

[-] yogurtwrong@lemmy.world 4 points 1 month ago* (last edited 1 month ago)

Virt manager for qemu. I use docker and distrobox for Linux distros

I recently managed to use my windows partition (for dual boot) as a disk for a qemu. I don't use it but really cool trick anyways. Tutorial here

Also it's not very healthy for windows since it is not designed for constant hardware changes. But idc all my apps are installed on D: so I can just reinstall it without thinking about it much

load more comments (3 replies)
[-] furry@furry.engineer 4 points 1 month ago

@Mwa qemu :blobfoxcomfycomputer:

[-] lnxtx@feddit.nl 3 points 1 month ago* (last edited 1 month ago)

VirtualBox (desktop for testing and development [Vagrant]), KVM: libvirt, Proxmox (production stuff).

[-] possiblylinux127@lemmy.zip 2 points 1 month ago

Just be mindful of guest addons. (The are not foss)

[-] AndrewZabar@lemmy.world 3 points 1 month ago

So far I’ve been fine with some Oracle Virtualbox and some using the VM Manager that was in my distro or maybe I downloaded it. It’s just called Virtual Machine Manager made by Red Hat. Libvirt.

Between those I’ve been able to do everything I have needed.

load more comments
view more: next ›
this post was submitted on 10 Aug 2024
82 points (100.0% liked)

Linux

47325 readers
564 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