virtualbox cli code example
Example 1: how to startup a virtualbox vm from command line
VBoxManage startvm "Ubuntu Server" --type headless
Example 2: vobx manage os types
$ VBoxManage list ostypes
...
ID: Oracle_64
Description: Oracle (64 bit)
Family ID: Linux
Family Desc: Linux
64 bit: true
...