Oracle Releases Major Version 6.0 of VirtualBox With Many New Features
What's new with Oracle's free and open-source hosted hypervisor? Long-time Slashdot reader Freshly Exhumed writes: Oracle has released major version 6.0 of VirtualBox with a variety of new features, including support for exporting a virtual machine to the Oracle Cloud; improved HiDPI and scaling (with better detection and per-machine configuration); a UI rework with simpler application and virtual machine set-up; a new file manager that allows control of the guest file system; a 3D graphics support update for Windows guests; VMSVGA 3D graphics device emulation on Linux and Solaris guests; surround speaker setups used by Windows 10 Build 1809; a new 'vboximg-mount' utility on Apple hosts to access the content of guest disks on the host; Hyper-V as the fallback execution core on Windows hosts to avoid inability to run VMs at reduced performance; and support for Linux Kernel 4.20 .
"- OS/2 Guest Additions: initial shared folder support "
ChangeLog: https://www.virtualbox.org/wik...
avoid inability to run VMs at reduced performance
That's good because it's inability to run stuff at reduced performance is something I've been looking to avoid.
I had to buy vmware fusion because while Virtualbox could run windows, even the UI interfaces of office applications were really bogging down. So.. if that slow video issue is fixed I would be interested in going back.
Laws are rules for the court, but merely a bottom bar to hit for life. Think beyond laws in your actions always.
Is there any reason to run Virtualbox over KVM if you're using Linux as the host? I really like having the core included with the base kernel, so I never have to worry when upgrading kernels. My only other recent experience is with VMPlayer, and I migrated mainly because I wanted to run VMs at startup without launching a GUI, which isn't really supported with VMPlayer. I'm really happy with the switch. The setup GUI for KVM is just a touch less intuitive, but otherwise it feels much more natural and integrated with the system.
I wouldn't install X.0.0 of Eternal Life from Oracle.
X.0.1 would be something like "removed Infinite Agony glitch."
How to Install Android in VirtualBox
May be useful if you want to test Android Apps.
This is a big documentation failure on their part. On the Linux host you need to add yourself to the 'vboxsf' group (you may need to create it) or shared folders will fail silently.
I read the internet for the articles.
What virtual machine would you recommend instead of VirtualBox? Like MySQL, VirtualBox has a GPL version with reduced functionality. One practical complaint I have is that commercial use licenses for the full version (Extension Pack) are sold only in 100-packs. Is it intended that someone who needs one license buy 100 licenses and resell the other 99?
Windows 10 forced updates motivated me to move my main dev box back to Linux 18 months ago. My Windows machines became vm's under VirtualBox. I have no complaints about it. The Windows VMs are quick, and shared folders, networking and shared clipboard all work great. I can resize a Windows vm as I wish. The only limitation (wish list really) is with 2 virtual displays: with a Windows guest, you can't control which display an app launches in, making the 2nd virtual display pretty much useless. Even though VirtualBox comes from Oracle, it is a nice thing for the World to have. And to me, open source even from Oracle, beats closed source from someone else.
commercial use licenses for the full version (Extension Pack) are sold only in 100-packs. Is it intended that someone who needs one license buy 100 licenses and resell the other 99?
If you're too small to sell to, then you're too small to sue.
Note: IANAL. And this is ORACLE we're talking about.
You: I want to buy a single licence.
Oracle: No. Come back when you're larger.
You: But I can't get larger with your current sales policy.
Oracle: Sucks to be you.
If the universe is someone's simulation -- does that mean the stars are just stuck pixels?
I've reverted to 5.2.22 because the new version is slow to start (a 1.5-2 seconds delay), slow to launch VMs (by a ~1 second), slow to shutdown VMs (again an extra second) and looks very childish.
VMWare Player has been free for personal non-commercial use for several years already.
I thought you couldn't create VMs with Player, only run them?
Well I launch my vms with qemu from the command line. qemu is included by default in my distro. /bin/su qemu -c "qemu-system-x86_64 -m 3072 \ /var/run/qemu/win2012.pid -enable-kvm \
Example for a win2012 server:
-M q35 \
-usb -usbdevice host:050d:2103 -usbdevice host:2001:3101 \
-smp 2 -net nic,model=e1000,macaddr=$MAC_WIN2012 \
-drive file=win2012.0.0.raw,index=0,media=disk,cache=none \
-net tap,ifname=${TAP_WIN2012},script=no,downscript=no \
-display vnc=127.0.0.1:${VNC_WIN2012} -daemonize \
-pidfile
-boot menu=on,splash-time=15000 -usbdevice tablet -soundhw ac97"
Everything I write is lies, read between the lines.
https://download.virtualbox.or...
No more support for 32-bit host os.
And this fact is not mentioned anywhere. Stupid.