Non-conforming thoughts, broken walls and open minds.
In: Linux
6 Jun 2009VirtualBox is a great way to test different platforms without actually installing them. It creates a perfect virtual machine to play with. Of course, a dummy virtual machine is of no use, until you install on OS on it.

Ubuntu on VirtualBox
To learn more on setting up VirtualBox, check out this great post at Lifehacker.
And if you want pre-compiled VirtualBox images, head over to VirtualBox Images.
This post is about how to get the Guest Additions running for Ubuntu. Why would you want to run the Guest Additions? For one, it provides full-screen ability. Complete screen-size, not the teeny window size that is present by default. There are other goodies too, such as, mouse-pointer integration and improved performance.
The only drawback is the license. These additions are covered under the PUEL license, rather than the GPLv2.
Alright, now how do you get the additions working. I’m using Ubuntu as my guest OS. But, these steps can be easily modified for other Linux OSes too.
uname -r
sudo apt-get install build-essential linux-headers-KERNELVERSION
sudo sh /media/cdrom/VBoxLinuxAdditions-x86.run all (Use VBoxLinuxAdditions-x64.run for 64-bit platforms).
Note: For Fedora (or rpms based machines), run the 4th step as
yum install kernel-headers kernel-devel gcc
Source: Robotification [via FedoraSolved
This website is a personal journal of interesting links, tutorials, and a test bed for publicly released projects.