Virtualbox

Controlling Virtualbox from the Terminal

Starting/stopping/pausing a VM

Now the fun begins. First, you must know the name of the VM you want …

Intricacies of working with two virtual machine clones

Even if you have two vm clones with different mac addresses, you need to tell ubuntu how exactly the …

Modify VM Machine Information

Sometimes its useful to declare your computer type in virtualbox as something other than a virtual …

Start VirtualBox VM as a Service

Steps

Ensure you are a member of vboxusers group

sudo usermod -a -G vboxusers $USER

Create a script …