On last post I’ve wrote about howto install the google app SDK for PHP . Today I want to continue with simple testing. How to run php script using google app engine on my Ubuntu 13.04 desktop : 1. Setting PATH to google app engine by edit .profile $ cd $ nano .profile add this […]

Another need for try php on google app engine make install all required stuff : Install python $ sudo apt-get install python Check version : $ python -V Python 2.7.4 Install PHP CGI Download latest php 5.4 from download page : $ wget -c http://au1.php.net/get/php-5.4.22.tar.gz/from/this/mirror -O php-5.4.22.tar.gz $ tar xvzf php-5.4.22.tar.gz $ cd php-5.4.22/ $ […]

As copy paste user I never realized the difference between that address :us.archive.ubuntu.com and old-releases.ubuntu.com Yes, old-release hold old version ubuntu that not supported any longer. I see that when I need to install php5-curl on Maverick and I get 404 message. Change sources.list entry from us.archive.ubuntu.com to old-releases.ubuntu.com give me php5-curl 🙂 # apt-get […]

I want to learn about Android application and heard about phonegap. Android SDK is a must have before proceed to next step. Here my documentation for install android SDK on my Ubuntu Desktop 13.04 : Get latest SDK Tools, minimalist is better. I pick SDK Tools only. After get the link via firefox I decide […]

Long time no update on this blog. Feeling sad but also get blessed in same time 🙂 My old netbook get retired due to battery and screen problem. Windows license attached to my machine also useless on that case. I need to work and decide to get old friend help. Ubuntu desktop. Yes, I also […]