System Administrator Appreciation Day !!!!!
Happy Sysadmin Day !!!
Happy Sysadmin Day !!!
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 [...]
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
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 [...]