Archive for December, 2008

Strange behaviour with keyboard in Vmware Server 2.0 & Linux?

Wednesday, December 17th, 2008

If you are experiencing some strange behaviour with the keyboard (the four arrow keys, Home, End, PageUP, PageDOWN, etc… are not working correctly) in Vmware Server 2.0 and your host is Linux, you can try to fix this problem with this terminal code:

echo ‘xkeymap.nokeycodeMap = true’ >> ~/.vmware/config

How to install OpenLaszlo 4.1.1 on Linux

Wednesday, December 10th, 2008

I’m playing with OpenLaszlo from a while (an open source platform for the development and delivery of rich Internet applications), but I have found some problems installing it on my developing system (currently I’m using Kubuntu Intrepid Ibex).
I have found the solution and due to lack of documentation about it I have decided to write […]