VirtualBox: Difference between revisions
adding MediaWiki-Vagrant |
Adds link to VBoxManage |
||
| Line 12: | Line 12: | ||
wget -q http://download.virtualbox.org/virtualbox/debian/oracle_vbox.asc -O- | sudo apt-key add - | wget -q http://download.virtualbox.org/virtualbox/debian/oracle_vbox.asc -O- | sudo apt-key add - | ||
</source> | </source> | ||
=== VBoxManage === | |||
Besides the GUI interface for VirtualBox, you can manage your VirtualBox machines with the <code>[[VBoxManage]]</code> command line tool | |||
== Vagrant == | == Vagrant == | ||