I had create a *.sh File to Install all Components vor Server and
Desktop Editions of Ubuntu. You can Download the Developments at
I want to migrate to Google Code when you say that is a good idea and
it is possible to integrate it into the Pack
http://www.mediafire.com/?8fdwue8d3igwx
It is at moment CC-BY-SA
Here is the first Version for Server with have already Apache2 and
PHP5
>sudo -i
#Installs Virtualbox 4.1 Spezial Version with VRDP from Oracle
>cd ~/
>wget
http://download.virtualbox.org/virtualbox/4.1.12/virtualbox-4.1_4.1.12-77245~Ubuntu~oneiric_i386.deb
>dpkg -i virtualbox-4.1_4.1.12-77245~Ubuntu~oneiric_i386.deb
>apt-get install -f
>rm virtualbox-4.1_4.1.12-77245~Ubuntu~oneiric_i386.deb
>useradd -m vbox -G vboxusers
>passwd vbox
>wget
http://download.virtualbox.org/virtualbox/4.1.0/Oracle_VM_VirtualBox_Extension_Pack-4.1.0-73009.vbox-
>extpack
>VBoxManage extpack install Oracle_VM_VirtualBox_Extension_Pack-4.1.0-73009.vbox-extpack
>cd /var/www
# Install PHPVirtualBox
>wget
http://phpvirtualbox.googlecode.com/files/phpvirtualbox-4.1-7.zip
>apt-get install unzip
>unzip phpvirtualbox-4.1-7.zip
>mv phpvirtualbox-4.1-7 phpvirtualbox
>rm phpvirtualbox-4.1-7.zip
#Start the configuration
>sudo sh -c 'echo "
>VBOXWEB_USER=vbox" \
>> /etc/default/virtualbox'
>echo Please write this
>echo var $username = 'vbox';
>echo var $password = 'passwort';
>echo var $location = '
http://127.0.0.1/):18083/';
>echo var $language = 'de'
>echo into the File which opening than Press Ctrl+O->[Enter]->Ctrl+X.
>read -p "Press [Enter]"
>mv /var/www/vbox/config.php-example /var/www/vbox/config.php
>nano /var/www/phpvirtualbox/config.php
>service vboxweb-service start
>uname -r
>echo please Write >apt-get install linux-headers-(The Response above) dkms<
>service vboxweb-service stop
>service vboxweb-service start
Please say me what I can improve