Be careful about VirtualBox Extensions which is non free on commercial environments. Oracle is hunting non compliance and VB provides them with lots of telemetry.
Can you explain how I need to protect myself?
71–80 of 247 posts
Be careful about VirtualBox Extensions which is non free on commercial environments. Oracle is hunting non compliance and VB provides them with lots of telemetry.
Can you explain how I need to protect myself?
Holy cow, what an ugly user interface. I mean, it wasn't exactly a Matisse before, but it's just hideous now on macOS. Who thought "easy to use" rhymed with "make the icons look like nearly identical and somewhat indistinguishable blue squares"? Who decided that an already rather unprofessional drawing of Tux needed to be transformed into Baby's First Vector Drawing™? And why, when previous versions already did a sem…
Earlier quoted context omitted.
You make a good point, but not a good recommendation. This is a Mac OS virtualization app, and your options are Linux only. Its an oversight, at best. I get that Apples messed up their evosystem, but that’s not this conversation.
No, VirtualBox is Windows, Linux, MacOS
Is anyone using VirtualBox on the desktop? Specifically, to run Linux/macOS/Windows guests on a macOS host? Would you recommend it? Or is the best option VMware Fusion, Parallels, or something else?
Earlier quoted context omitted.
We use virt-manager to virtualize servers on servers with joy, however I use VBox to virtualize Windows hosts with hardware acceleration if possible. How is the state of KVM's support about 3D acceleration, sound, drag'n drop and like?
If you have on the host system a graphics card that you can fully dedicate to the guest system, you can then do pci-passthrough and let the guest system have nearly-full access to that graphic card with nearly full performances. Also, kvm has some nice features that AFAIK virtual box does not have. For example you can have gnu/linux and windows guests use the balloon memory driver, that basically allocates and deallo…
Earlier quoted context omitted.
Yeah it's crazy that it's not fixed yet. About 5 years when I was using VMs for my development environment I remember that bug causing all sorts of issues with assets not loading correctly. It's also why I recommend people avoid Docker Toolbox like the plague since it uses VirtualBox under the hood. Either use Docker for Windows (if you have Windows 10 Pro), or roll your own VMWare Player (free) VM which doesn't have…
This might surprise you but neither of these 2 are bugs. VirtualBox shared folders simply don't offer the guarantees of a local filesystem. They are not a local filesystem, they are network drives mounted as NFS, with the abysmal support and quirk that comes with that. sendfile() doesn't work on network drives. it never did. the host is not aware of changes made to the remote filesystem from another host. it cannot s…
They’re actually not, which is exactly the problem. vboxsf is its own “real” filesystem. The code is super simple (too simple, perhaps): https://www.virtualbox.org/browser/vbox/trunk/src/VBox/Addit...
It contains many shortcuts with reporting free inodes and whatnot.
Earlier quoted context omitted.
How do you license them? I've never seen a "Buy now" link, only the text about "Free for personal use" every time.
https://m.cdw.com/product/oracle-vm-virtualbox-enterprise-li... $39.99, no minimum license count
"Access Denied
You don't have permission to access "http://m.cdw.com/product/oracle-vm-virtualbox-enterprise-lic... on this server."
Earlier quoted context omitted.
If you have on the host system a graphics card that you can fully dedicate to the guest system, you can then do pci-passthrough and let the guest system have nearly-full access to that graphic card with nearly full performances. Also, kvm has some nice features that AFAIK virtual box does not have. For example you can have gnu/linux and windows guests use the balloon memory driver, that basically allocates and deallo…
How is pci-passthrough for hypervisor security? I’m speaking from a layman’s perspective, but there have been successful escapes through the GPU / GPU memory in the past right?
Avoid VirtualBox and becoming trapped in the non-free & personal use only extension by using one of the very decent open source alternatives Boxes[1] or virt-manager[2] [1] https://wiki.gnome.org/action/show/Apps/Boxes [2] https://virt-manager.org/
We use virt-manager to virtualize servers on servers with joy, however I use VBox to virtualize Windows hosts with hardware acceleration if possible. How is the state of KVM's support about 3D acceleration, sound, drag'n drop and like?