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

Linux

47233 readers
757 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

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

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 (5 children)

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 (1 children)

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

[–] fmstrat@lemmy.nowsci.com 3 points 3 weeks ago (1 children)

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)
[–] umbrella@lemmy.ml 3 points 1 month ago (2 children)
load more comments (2 replies)
load more comments (3 replies)
[–] Mwa@thelemmy.club 5 points 1 month ago (1 children)

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 (1 children)

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 (1 children)

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 35 points 1 month ago (4 children)

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 month ago (2 children)

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.

[–] TheGrandNagus@lemmy.world 5 points 1 month ago (2 children)

It has graphics acceleration.

load more comments (2 replies)
load more comments (1 replies)
load more comments (3 replies)
[–] data1701d@startrek.website 21 points 1 month ago (12 children)

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)
[–] 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)

[–] bjoern_tantau@swg-empire.de 12 points 1 month ago (3 children)

Usually VirtualBox. It's easy and free.

[–] frankenswine@lemmy.world 4 points 1 month ago (1 children)

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.

load more comments (2 replies)
[–] fmstrat@lemmy.nowsci.com 11 points 1 month ago (1 children)

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 month ago

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

[–] MrCamel999@programming.dev 7 points 1 month ago (5 children)

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 month 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 (4 replies)
[–] CrabAndBroom@lemmy.ml 7 points 1 month ago

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

[–] IsoSpandy@lemm.ee 7 points 1 month ago

Virtmanger-kvm-qemu

[–] thingsiplay@beehaw.org 6 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.

[–] muhyb@programming.dev 6 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.

[–] TheGrandNagus@lemmy.world 5 points 1 month ago* (last edited 1 month ago) (2 children)

Gnome boxes.

Based on QEMU+KVM so it's quite robust. It works pretty well, plus it has various little features working out of the box that in some other software is a pain in the arse to configure.

Sticks out a bit on my system due to still being GTK3, but there is a GTK4 prototype out that usually works well.

E: downvoting anybody who says Gnome Boxes because you use a different virtual machine frontend is laughably pathetic lmao. Some people in the Linux community are such losers lol

[–] nickb333@fedia.io 4 points 1 month ago

Does it matter what front end it uses if the underlying environment is QEMU+KVM. Upvote for tha above.

load more comments (1 replies)
[–] Presi300@lemmy.world 5 points 1 month ago

Virtmanager and qemu/kvm

[–] Rick_C137@programming.dev 5 points 1 month ago (3 children)
[–] 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) (2 children)

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)
[–] furry@furry.engineer 4 points 1 month ago

@Mwa qemu :blobfoxcomfycomputer:

[–] AndrewZabar@lemmy.world 4 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.

[–] velox_vulnus@lemmy.ml 4 points 1 month ago* (last edited 1 month ago) (1 children)

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)
[–] yogurtwrong@lemmy.world 4 points 1 month ago* (last edited 1 month ago) (3 children)

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)
[–] 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

[–] wildbus8979@sh.itjust.works 4 points 1 month ago

Virt-Manager, even works remotely via SSH.

[–] crmsnbleyd@sopuli.xyz 3 points 1 month ago (1 children)
[–] ouch@lemmy.world 8 points 1 month ago (1 children)

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

[–] lnxtx@feddit.nl 2 points 1 month ago* (last edited 1 month ago) (1 children)

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

load more comments (1 replies)
[–] VinesNFluff@pawb.social 2 points 1 month 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.

load more comments (1 replies)
load more comments
view more: next ›