How to install Gearman with PHP support on Ubuntu 11.10
The following procedure describes how to install Gearman with PHP support on Ubuntu 11.10. After completion of this procedure you will have running gearman server.
(more…)
The following procedure describes how to install Gearman with PHP support on Ubuntu 11.10. After completion of this procedure you will have running gearman server.
(more…)
The following procedure describes how to install Selenium Standalone Server (selenium-server-standalone-2.15.0.jar) on Ubuntu 11.10 with latest at this moment Firefox (9.0.1). After completion of this procedure you will get a really simple environment which can be used for selenium tests running on firefox.
(more…)
sudo apt-get install libneon27-dev cd /usr/lib sudo mv libneon-gnutls.so.27 libneon-gnutls.so.27.old sudo ln -s libneon.so.27 libneon-gnutls.so.27Read the rest of this entry »