installing Funambol on ubuntu 9.10 x86_64 using MySQL as a backend

13 Feb

NOTE: this posting is still very incomplete!! make sure the 32-bit variants of Java and the corresponding MySQL-connector are installed: sudo aptitude install ia32-sun-java6-bin libmysql-java then, adjust the install.properties to use MySQL: —- ds-server/install.properties.orig 2010-02-13 16:54:13.000000000 +0100 +++ ds-server/install.properties 2010-02-13 … Read More »

install virtualbox in ubuntu

11 Feb

just a copy-paste list: sudo sh -c ‘echo “deb http://download.virtualbox.org/virtualbox/debian karmic non-free” >> /etc/apt/sources.list.d/virtualbox.list’ wget q http://download.virtualbox.org/virtualbox/debian/sun_vbox.asc -O | sudo apt-key add – sudo apt-get update sudo apt-get install virtualbox-3.1