this post was submitted on 10 Aug 2024
1 points (100.0% liked)

Linux

47237 readers
3343 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
 

I use vmware and qemu

top 12 comments
sorted by: hot top controversial new old
[–] [email protected] 2 points 1 month ago

Virtmanager and qemu/kvm

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

Qemu/KVM and Virt Manager. I have three VMs that I pass my GPU to: a Hackintosh, a Windows 10, and and Windows 7.

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

I never found a way to share a Public folder with VirtManager though, I need to move files between host and guest. How would you go about it?

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

I go to the host folder I want to transfer files from and run ‘’’python3 -m http.server’’’. Then (I can’t remove if I use ‘’’ip a’’’ to find the IP address of the host or if I used mDNS), I use the guest web browser to download files.

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

And here I have just been using samba.

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

KVM + Qemu + libvirt + virt-manager = ❤️

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

Owned by Oracle. Stay away from Oracle.

[–] [email protected] 1 points 1 month ago* (last edited 1 month ago)

It also taints the kernel with a useless module and doesn't really offer much in the way of features over plain old kvm qemu

[–] [email protected] 0 points 1 month ago* (last edited 1 month ago) (1 children)

None, I use Docker for Linux, and Proton (Heroic) for Windows.

But if I had to pick a virtual machine: libvirt with virt-manager as a frontend, which uses KVM for virtualization.

[–] [email protected] 1 points 1 month ago (1 children)

From my other comment:

Then I created a Docker image with Linux, Gnome, and novnc so I can spin one up instantly with little resource overhead and control it from any web browser.

Maybe I should release my Dockerfile.

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

i'm listening.