this post was submitted on 25 Jan 2024
159 points (93.4% liked)
Linux
48122 readers
622 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
- Posts must be relevant to operating systems running the Linux kernel. GNU/Linux or otherwise.
- No misinformation
- No NSFW content
- No hate speech, bigotry, etc
Related Communities
Community icon by Alpár-Etele Méder, licensed under CC BY 3.0
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Or if he is only Linux he could just use KVM.
KVM is indeed a much better hypervisor, but it does require some setup with the terminal.
Since he is a beginner I decided to recommend virtualbox since it just works after installing. But if he doesn't mind setting up things via terminal then KVM is definitely the way.
It requires zero terminal knowledge. You just install virtual manager and reboot
@agr8lemon@lemmy.zip The other person mentioned virt-manager, but there's a much more easier app: Gnome Boxes. It uses the same backend (libvirt/KVM) but it's much more easier to use - in fact, I'd say that it's even more easier to use than VirtualBox. For starters, Boxes automatically detects OS ISOs on your drive and allows you to just click on them directly to install it - or you can even choose to download and install a distro directly from within Boxes. Also, when you consider the post-setup phase: there's no need to install any guest modules/drivers because it's already built-into Linux distros.
https://www.makeuseof.com/tag/gnome-boxes-easy-way-set-virtual-machines-linux/
Great tip! I'm going to install it today
I've worked extensively with both virtualbox and kvm/qemu. While I prefer kvm since it's open source, I could never reproduce the video performance of virtualbox. I'm not even trying to game, just use regular applications that I cannot run under Linux.
I wonder if I'm missing something.