this post was submitted on 26 Jan 2025
89 points (96.8% liked)

Linux

49395 readers
1920 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
 

VirtualBox is ridiculously simple to set up and get virtual machines going. Shared folders, shared clipboard and much more are no issue.

But.

It eats resources. The installed virtual machines (VM) run relatively slow. What have you found to be feature comparable - and most importantly more resource-efficient - alternatives for running VMs under Linux?

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 54 points 4 days ago (5 children)

Under Linux, the recommended route is KVM/Qemu, with Virt-Manager as the GUI front-end for them. You will need to follow tutorials to install it correctly, as it requires special steps, e.g. adding them to specific usergroups. But once it works, it works well.

[–] [email protected] 2 points 2 days ago

Not for the faint of heart, but I'll keep it in mind.

[–] [email protected] 15 points 4 days ago

definitely not as easy as virtualbox

[–] [email protected] 10 points 4 days ago

Yes, I just switched to Qemu. Its great.

This video helped:

https://youtu.be/BgZHbCDFODk

[–] [email protected] 5 points 4 days ago

Yea, the installation isn't too difficult. Looking at my groups as well I think it's only the libvirt group that you have to add a user to for KVM/QEMU with Virt-Manager, but the same could be said for VirtualBox as I believe you have to still add the user to the vboxusers group if you were to install it instead.

[–] [email protected] 2 points 4 days ago

I recall I had to do like one thing to get it working outside of just apt install but I can't for the life of me remember what it was. I just put the error in a web search and found what was needed to deal with it.