Tag Archives: lucid

Turpial – Twitter client that works in Ubuntu Lucid

I try gwibber (the default twitter client that comes with Ubuntu Lucid) and I don’t like the UI that they proposed.  I also tried the echofon firefox extension but I wanted something integrated with the OS.

I will give it a try to Turpial it seems lighter and more intuitive.

http://turpial.org.ve/downloads/

the deb package

https://launchpad.net/~effie-jayx/+archive/turpial/+files/turpial_1.0-0ubuntu1_all.deb

Install Xdebug in Ubuntu Lucid Lynx

#in order to install phpsize because the pecl will need this

sudo apt-get install php5-dev

sudo apt-get install php-pear # in order to install xdebug

sudo pecl install xdebug

sudo apt-get install php5-xdebug

Edit your php.ini configuration and edit this settings

display_errors on

html_errors=on

Print a phpinfo() and check if xdebug is correctly installed. You can use the php -v command