this post was submitted on 26 Dec 2023
51 points (89.2% liked)

Linux

57730 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

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 6 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 2 points 2 years ago (15 children)

Well, I'm currently using VMware on Ubuntu to run Win 10 and Kali Linux. I don't know what exactly caused the problem, it was either Ubuntu's updates or VMware's updates, but now Win 10 is unusable because it crashes (same with Kali Linux)

Ubuntu imho is unstable in and of itself because of the frequent updates so I'm looking for another distro that prioritizes stability.

[–] [email protected] 36 points 2 years ago (9 children)

Well, I'm currently using VMware on Ubuntu

Well there's your mistake: using VMware on a Linux host.

QEMU/KVM is where it's at on Linux, mostly because it's built into the kernel a bit like Hyper-V is built into Windows. So it integrates much better with the Linux host which leads to fewer problems.

Ubuntu imho is unstable in and of itself because of the frequent updates so I'm looking for another distro that prioritizes stability.

Maybe, but it's still Linux. There's always an escape hatch if the Ubuntu packages don't cut it. But I manage thousands of Ubuntu servers, some of which are very large hypervisors running hundreds of VMs each, and they also run Ubuntu and work just fine.

[–] [email protected] 7 points 2 years ago (6 children)

I just installed QEMU/KVM.

Hopefully, I'll be able to get it to run Win 10 and Kali

[–] [email protected] 7 points 2 years ago (1 children)

I use virt-manager GUI to control KVM easily, but you can control anything easily with virsh command lines. I dislike VMware and VirtualBox, neither needed. Also, on terminal client virsh you can do much more configurations than just with virt-manager.

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

virt-manager can also connect to remote hosts over ssh

load more comments (4 replies)
load more comments (6 replies)
load more comments (11 replies)