As new standard introduced by management we start using private git using self hosted gitlab .  Digitalocean give free $10 credit that allow us to use the server and feel the ‘taste’ of collaboration using git. Due to varied operating system we use I decide to write installation steps for Windows user. Get latest msysgit […]

As Android world use Java mostly for its language then I found Lua is another language that powering many games. I want to try it on my Ubuntu desktop and see how it goes : $ sudo apt-get install lua [sudo] password for alamsyah: Reading package lists… Done Building dependency tree Reading state information… Done […]

Another server came and the requirement still same. PHP 5.2.17 is a must. I only have 2 options from the vendor; using ubuntu or freebsd. Its 2013 and all support for php 5.2 on ubuntu server already gone. I have one option left for this job. FreeBSD. Since my last work with FreeBSD I also […]

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 […]