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 [...]