this post was submitted on 17 Apr 2024
170 points (96.7% liked)

Linux

48069 readers
758 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
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 8 points 6 months ago (2 children)

What happened to being able to use VirtualBox as a front-end to KVM? That seemed like the best of both worlds.

[–] [email protected] 3 points 6 months ago (2 children)

Why would you do that when libvirt exists and is GTK themed?

[–] [email protected] 2 points 6 months ago* (last edited 6 months ago)

Libvirt is the backend for virtualization. Maybe you meant virtual manager? In that case it is Qt based.

[–] [email protected] 8 points 6 months ago (1 children)

It's still being maintained. It's a third-party project btw, but it's just a patchset so you'll need to build it yourself: https://github.com/cyberus-technology/virtualbox-kvm

Arch users can also install the virtualbox-kvm package from AUR to get it all in one go, nice and easy.

[–] [email protected] 2 points 6 months ago

Damn, never knew such thing existed. I'll definitely give it a try. Thank you.