Posted by sebastian on 19 March 2010
Install Apache2 webserver: aptitude install apache2 Install required libraries: aptitude install libstdc++5 Install coldfusion: Download the coldfusion installation paket (Linux bin-file) from www.adobe.com. You can use the Trial Edition and upgrade later to the full version by enter the serial number in the administration webinterface Make the downloaded file executeable and run the installer: chmod [...]
Posted by sebastian on 16 March 2010
Just a quick Post, the solution for the “Unable to build the vsock module” error message if you install VMWare Server 2 on Debian or Ubuntu: tar xvf /usr/lib/vmware/modules/source/vsock.tar cd vsock-only sed -i ‘s/^\#include //’ autoconf/*.c make cp vsock.o /lib/modules/$(uname -r)/misc ln -s vsock.o /lib/modules/$(uname -r)/misc/vsock.ko depmod -a invoke-rc.d vmware restart
Posted by sebastian on 17 February 2010
I have blogged the installation of OpenOffice 3.1 on Ubuntu 9.04 a few months ago. OpenOffice 3.2 is not available on launchpad at the moment. Download it from the OpenOffice Website or use this direct links instead. * German 32-Bit * German 64-Bit * English 32-Bit * English 64-Bit Extract the file after download and [...]
Posted by sebastian on 26 January 2010
New version of Tiny Tiny RSS (1.4.0) is available. Look my previous article about it. Upgrade is very esay, read the instructions here. Release Notes: Bugfixes Catalan translation JSON-based API; XML-RPC API server is deprecated and moved to utils/ Classic mobile moved to mobile/classic New mobile version based on iUI Special feed for archived articles [...]