82
submitted 1 year 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 year ago* (last edited 1 year 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 year 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 year ago

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

[-] fmstrat@lemmy.nowsci.com 3 points 1 year 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/

[-] bruce965@lemmy.ml 2 points 1 year ago

I didn't understand that you ran it without hardware virtualization. This is really convenient, thanks a lot for making it!

load more comments (3 replies)
[-] Mwa@thelemmy.club 4 points 1 year 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 year 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 year 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 year ago

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

[-] I_Miss_Daniel@lemmy.world 5 points 1 year 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 year 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 year ago

Usually VirtualBox. It's easy and free.

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

a rather odd choice given the alternatives

[-] bjoern_tantau@swg-empire.de 4 points 1 year 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 year ago* (last edited 1 year ago)

I agree ngl i prefer vmware more

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

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

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

KVM

(VMware is proprietary software)

[-] fmstrat@lemmy.nowsci.com 11 points 1 year 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)
[-] azvasKvklenko@sh.itjust.works 11 points 1 year ago

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

[-] CrabAndBroom@lemmy.ml 7 points 1 year ago

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

[-] IsoSpandy@lemm.ee 7 points 1 year ago

Virtmanger-kvm-qemu

[-] MrCamel999@programming.dev 7 points 1 year 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.

[-] Mwa@thelemmy.club 2 points 1 year ago

might try that tbh am gonna run razer software or apps that dont work on linux at all and for games am gonna use my windows ssd

load more comments (3 replies)
[-] Rick_C137@programming.dev 5 points 1 year ago
[-] hperrin@lemmy.world 4 points 1 year 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 year ago* (last edited 1 year 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)
[-] muhyb@programming.dev 5 points 1 year ago

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

[-] furry@furry.engineer 4 points 1 year ago

@Mwa qemu :blobfoxcomfycomputer:

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

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

[-] thingsiplay@beehaw.org 4 points 1 year 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.

[-] wildbus8979@sh.itjust.works 4 points 1 year ago

Virt-Manager, even works remotely via SSH.

[-] yogurtwrong@lemmy.world 4 points 1 year ago* (last edited 1 year 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)
[-] crmsnbleyd@sopuli.xyz 4 points 1 year ago
[-] ouch@lemmy.world 8 points 1 year ago

Owned by Oracle. Stay away from Oracle.

[-] gnuplusmatt@reddthat.com 6 points 1 year ago* (last edited 1 year 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

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

Linux: qemu

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

[-] AndrewZabar@lemmy.world 3 points 1 year 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.

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

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

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

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

[-] nyan@sh.itjust.works 2 points 1 year ago

Raw qemu at the command line for the one I use on a daily basis (not recommended for the average user). VirtualBox if I need to spin something up quickly but don't expect to need to keep it past the current testing cycle.

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

Linux

58899 readers
367 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 6 years ago
MODERATORS