Today I stumble upon a new language that looks promising in the future. Yes, its Kotlin Language. The syntax very ‘industrial minded’ in my opinion but I like it. I have put these 2 books for my next to buy for future reference : Kotlin for Android Developers: Learn Kotlin the easy way while developing […]

I want to reinstall android studio on my apricity linux box and as always I need to write the process for my future reference. Android Studio 2 I use yaourt : yaourt -S android-studio note : same command also work for upgrade Android Studio to newer version Java in Apricity By default android studio will […]

Host Activities Create document root folder In last post I already write about PHP installation in Ubuntu 14.04 LTS server 32 bit. All those PHP must have their own place and I already create the folders in VirtualBox Host (Apricity OS) within public_html folder : php52; for location of testing on php 5.2.17 php53; for […]

The application sholud be work on PHP 5 is no longer relevant term for my team. Client use more precision term like PHP 5.2.17, PHP 5.3.3 etc. Its insane to support checking all those claim. The only ‘fair’ play assumption is testing it with more common version. Like PHP 5.2 I decide to use latest […]

In last section I already write about setting VirtualBox for initial preparation. This time I’ll continue with Ubuntu Server 14.04 LTS install. In this section nothing new beside next and next. One thing I need to use in install the server is only use OpenSSH server when server prompt available package during install. For Part […]