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

  • 8 months 3 weeks ago
    1.27.2 update
  • 9 months 5 days ago
    Drupal 10/11 config
  • 9 months 6 days ago
  • PHP
    9 months 6 days ago
    PHP 8.3.11 and AlmaLinux
  • 9 months 1 week ago
    New version of Pound