Skip to main content

Cross-platform software

Virtualbox - Autostart all your virtual machines

In the last blog i said about a script to auto-start and stop your virtual machines with easy, you can download the script and find out more about it VBox Tool

Its very easy to install and setup, here's how i did it (same as the readme basically)

Download the script and as "root" do the following

Upload the main script "script/vboxtool" to "/usr/local/bin"
make vboxtool executable

chmod +x /usr/local/bin/vboxtool

Then upload the init script "script/vboxtoolinit" to "/etc/init.d"
and make vboxtoolinit executable

Virtualbox - How to setup and create your first virtual machine

I have recently been playing with virtual machines and heres a quick guide to how i got started.

What is VirtualBox
VirtualBox is a powerful x86 and AMD64/Intel64 virtualization product for enterprise as well as home use. Not only is VirtualBox an extremely feature rich, high performance product for enterprise customers, it is also the only professional solution that is freely available as Open Source Software under the terms of the GNU General Public License(GPL).

Syndicate content