SUN announces new version of VirtualBox.
Here the ChangeLog.
Canonical announces availability of Ubuntu 9.04 Server Edition
In my opinion the best new thing is the support to cloud computing Amazon's EC2 standard tanks to Eucalyptus.
Soon I will update my previous posts with this new version.
Now it’s time to update the system and to install all is needed by our experiments: Lighttpd, FastCGI and SQLite libraries and so on.
First of all we start the virtual system that must be connected to Internet (my host system is part of a local network connected to Internet thought a router with a DHCP service that assign the IP address also to the virtualized operating system) , then:
At this point the system is up-to-date and you can connect the browser of your host system to the Lighttpd server just created: simply insert the IP of the virtual machine as URL in your browser.
If you don't know the IP, simply digit ifconfig in the command line of your Ubuntu:
(IPs of the picture are invented)
Now, if you can see the welcome page of Lighttpd, our system is ready for the first CGI: in the next post we will experiment a simple “Hello world”.
In the previous post I prepared the virtual machine to start the ISO of Ubuntu Server 8.10, now it’s time to install the distribution on it!
After starting FLUS (the name that I assigned to the virtual machine just configured) the installation process will start:
- select the language (English)
- select "Install Ubuntu Server"
- select the language for the installation process (English)
- select a country (Italy in my case)
- select a keyboard (Italy/Italy in my case)
- assign a hostname (I chose "flus")
- partition disks ("Guided - use entire disk")
- choose the disk now created (SCSI1 / sda)
- write changes to the disk
- set up user and password (I chose back2c / back2c) and no encrypted directory.
- choose no proxy
- choose no automatic updates
- activate OpenSSH server
at this time the installation process will start, once finished we have to remove the cd and reboot (From the menu choice “Devices” then "unmount CD/DVD-ROM”).
That’s all! In the next post we will install on the server all needed packages for our purposes.