Install VirtualBox on Ubuntu 16.04 LTS to run Windows 10 Insider Preview

VirtualBox package in Ubuntu 16.04 LTS does not successfully install Windows 10 Insider Preview. To install, you need to install VirtualBox from the Oracle website at this link: https://www.virtualbox.org/wiki/Linux_Downloads As instructed on that site: Open a terminal window and add the following line to the /etc/apt/sources.list file: $ sudo vi /etc/apt/sources.list <enter> deb http://download.virtualbox.org/virtualbox/debian xenial … Continue reading Install VirtualBox on Ubuntu 16.04 LTS to run Windows 10 Insider Preview

Install kvm on Ubuntu Linux

Check if kvm can run on the computer $ sudo kvm-ok <enter> If it returns lines as follows, then it will work INFO: /dev/kvm exists KVM acceleration can be used Install qemu-kvmOpen a terminal window and enter the commands below.$ sudo apt-get install qemu-kvm libvirt-daemon-system libvirt-clients bridge-utils virt-viewer virt-manager <enter> $ sudo adduser <user> libvirt … Continue reading Install kvm on Ubuntu Linux

VMware Player

You can use VMware Player to simulate and run virtual machines on your computer. You can download it from here http://www.vmware.com/download/player/. You can also get virtual appliances (machines) from VMware at this link http://www.vmware.com/appliances. Depending on what kind of appliance you need, you can download, install it and run it off your desktop. This is … Continue reading VMware Player