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 […]
Install Android Studio 2 on Apricity Linux
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 […]
Setting New PHP Development with Apricity OS & VirtualBox : Part 4 – Connecting Shared Folder, Setting PHP-FPM and Nginx
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 […]
Setting New PHP Development with Apricity OS & VirtualBox : Part 3 – Install PHP 5.2, 5.3, 5.4, 5.5, 5.6 and 7.0 on single Ubuntu Server 14.04 LTS 32 bit
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 […]
Setting New PHP Development with Apricity OS & VirtualBox : Part 2 – Install and Configure Ubuntu Server 14.04 LTS Guest
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 […]