this post was submitted on 27 Jun 2023
9 points (100.0% liked)

Linux

47232 readers
777 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
all 12 comments
sorted by: hot top controversial new old
[–] [email protected] 5 points 1 year ago

I've you're running Linux on your system use KVM. If you're running Windows, use Virtual box.

[–] [email protected] 3 points 1 year ago

KVM via virt-manager (GUI front-end for QEMU)

[–] [email protected] 2 points 1 year ago

The most meme-ish since you're trying a meme

[–] [email protected] 1 points 1 year ago
[–] [email protected] 1 points 1 year ago

It really doesnt matter much. They will both give you a good idea of what arch is like

[–] [email protected] 1 points 1 year ago

Seems like HyperV is the obvious answer, but last I knew that was a Windows Pro and up feature. Virtual Box is a fine tool as an alternative.

[–] [email protected] 1 points 1 year ago

Doesn't matter that much. Personally I'd just go with virtualbox because it's open source.

[–] [email protected] 1 points 1 year ago

In my experience, there are no problems with either VirtualBox or VMware when it comes to Arch. Personally, I mainly use VirtualBox.

[–] [email protected] 0 points 1 year ago (1 children)

If you can try andd use Hyper-V as it is windows native (if you have home edition then it's not something you can use because M$).

If you want a simple hypervisor VirtualBox will do just fine and I've had a generally better experience with that over VMWare (that said both will do the trick).

Lastly I should mention that you can use Qemu on windows; but I've never tried that myself and it might require some tinkering to get to work but it is the fastest virtualization framework I know of.

[–] [email protected] 1 points 1 year ago

Does Hyper-V have proper drivers in the kernel now?

[–] [email protected] -1 points 1 year ago

If you're not familiar with it, windows now has native support to run Linux via the Windows Subsystem for Linux (WSL2). It can integrate pretty well into your environment as well, like pushing vscode applications to run in the Subsystem. It apparently supports gui as well although I haven't tried setting that up myself.