Revision of VBoxTool from Tue, 03/30/2010 - 12:19

Revisions allow you to track differences between multiple versions of your content, and revert back to older versions.

VBoxTool provides effective control of virtual machines of VirtualBox (virtualization solution) on a Linux headless server.

Installation
Download the source

cd /extra/src
wget http://downloads.sourceforge.net/project/vboxtool/vboxtool/0.4/vboxtool-0.4.zip?use_mirror=hivelocity
unzip -d vboxtool vboxtool-0.4.zip
cd vboxtool

Place the main script, script/vboxtool, in /usr/local/bin:

cp script/vboxtool /usr/local/bin/
chmod +x /usr/local/bin/vboxtool

Place the init script, script/vboxtoolinit, in /etc/init.d and activate it:

cp script/vboxtoolinit /etc/init.d
chmod +x /etc/init.d/vboxtoolinit
chkconfig --add vboxtoolinit
chkconfig --levels 2345 vboxtoolinit on

Create a config folder /etc/vboxtool:

mkdir /etc/vboxtool

Configuration
Create /etc/vboxtool/machines.conf

<VM name>,<VRDP-port>

Recent Updates

  • 2 years 3 weeks ago
  • 2 years 3 weeks ago
  • 2 years 3 weeks ago
    php 8.x
  • 2 years 3 weeks ago
    10.6.7
  • 2 years 4 weeks ago
    Drop Centos 5/6 stuff