Setting up HP officejet – Ubuntu Linux Jaunty

Here is a quick installation of HP officejet printer on Ubuntu linux jauntu:
# apt-get install hplib
Enable X-window to root
$ xhost +
# hp-setup
If the automatic discovery does not work tick a manual selection and enter IP address of your printer. If its USB go for USB option. All done.

Joomla – Error: the XML response that was returned from the server is invalid

Today I have had a problem to install a Joomla 1.5 on my VPS server. In fact I was able to install it but without Sample Data. The error message that I was getting was:
Error: the XML response that was returned from the server is invalid
I took me hour to find the problem. If you [...]

Intel Corporation PRO/Wireless 2200BG Network Connection install on Linux Debian Etch

In order to install Intel Corporation PRO/Wireless 2200BG Network Connection network interface on debian 4.0 etch do following steps:
1)
apt-get install module-assistant
2) run module-assistant, compile and install ipw2200 module
At this point you are half way there, because you will see following error message:
ipw2200: Intel(R) PRO/Wireless 2200/2915 Network Driver, 1.1.2kmq
ipw2200: Copyright(c) 2003-2006 Intel Corporation
ipw2200: Detected Intel PRO/Wireless [...]