Archive

Archive for the ‘Open Source’ Category

Ubuntu 9.04 – Upgrade Subversion 1.5 to 1.6

September 3rd, 2009 cYaONE No comments

For those of you, who use Ubuntu 9.04 and would like to have the new features coming with Subversion 1.6, here is a short guide to upgrade from 1.5.

Add the following two lines to your software source list (in /etc/apt/sources.list) …

deb http://ppa.launchpad.net/anders-kaseorg/subversion-1.6/ubuntu jaunty main
deb-src http://ppa.launchpad.net/anders-kaseorg/subversion-1.6/ubuntu jaunty main

… and add the key of Anders Kaseorg to your trusted keys …

sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 413576CB

Finally update your package list and do the upgrade:

apt-get update
apt-get upgrade

VirtualBox 3.0 with Direct3D support released

July 3rd, 2009 cYaONE No comments
Virtual Box 3.0 released

Virtual Box 3.0 released

Soon after the second beta, Sun has released the final version of VirtualBox 3.0.

One of its new features is Guest SMP (Symmetric Multiprocessing) with up to 32 virtual CPUs. To use it, a host CPU capable of VT-x or AMD-V is needed.

Besides OpenGL 2.0 support for Windows, Linux and Solaris guest systems, the new version comes with an experimental Direct3D support for version 8 and 9 on Windows guest systems.

Further information can be found in the changelog.

VirtualBox 3.0 can be downloaded from the official download site or on vbox.me for the portable version.

Also still experimental, the Direct3D support is another step in the direction of virtualized GPUs. In the future, direct hardware support should make this even faster and more stable.