25Jan / 12
Comments Off
O2 send your phone number to every site you visit using their mobile data network
Have a look:
Have a look:
Arduino Mega powered Wall-e robot??
Awesomo project launches today …

Installation:
sudo yum install gearmand.i386
sudo yum search gearmand.x86_64Note: System architecture dependable
gearmand -d -u root -L 127.0.0.1 -p 7003
or use defaults*
sudo /etc/rc.d/init.d/gearmand start
netstat -tulpn
Note: Version might change or be updated.
wget http://pecl.php.net/get/gearman-0.7.0.tgz
tar -xzvf gearman-0.7.0.tgz
cd gearman-0.7.0phpize
sudo ./configure
sudo make
sudo make install
Add to php.ini
nano /etc/php.ini
;gearman
extension=gearman.soRestart Apache:
/usr/sbin/apachectl graceful
php --info | grep "gearman support"
Please read up on what you need, below are optional packages depending on system:
rpm -Uvh http://repo.webtatic.com/yum/centos/5/latest.rpm
sudo yum instal autoconf.noarchsudo yum groupinstall "Development tools"
sudo yum install re2c
sudo yum install libgearman.i386
sudo yum install libgearman-devel
http://www.ibm.com/developerworks/opensource/library/os-php-gearman/index.html
http://www.geeksww.com/tutorials/operating_systems/linux/installation/installing_gearman_shared_pecl_extension_for_php_on_debianubuntu_linux.php
http://www.slideshare.net/felixdv/high-gear-php-with-gearman-phpday-2010