Posts Tagged ‘ubuntu’

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…)

Read the rest of this entry »

How to install Selenium server with Firefox on Ubuntu 11.10

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…)

Read the rest of this entry »

Fixing “SSL handshake failed: SSL error: Key usage violation in certificate has been detected.” error on SVN checkout

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.27
Read the rest of this entry »