Command to Create VirtualBox virtual machine Replace the DEMO with whatever name you want to give your Virtual machine. VBoxManage createvm –name DEMO –register To Set type Linux and version 64-bit VBoxManage modifyvm DEMO –ostype Linux_64 Set RAM VBoxManage modifyvm […]