https://www.digitalocean.com/community/tutorials/how-to-install-wordpress-on-ubuntu-14-04
Reserve Engineer (Getting Source Code From APK)
Follow the instruction to see the installation of APK tools http://forum.xda-developers.com/showthread.php?t=2213985 The link above show how to decompile and rebuild the application and sign the apk…..
Time Zone for PHP & Linux
Linux System Time ln -sf /usr/share/zoneinfo/Asia/Kuala_Lumpur localtime Reference : http://www.thegeekstuff.com/2010/09/change-timezone-in-linux/ Php Time Method 1 : Add #date_default_timezone_set(‘Asia/Kuala_Lumpur’); At the starting of your script Method 2 : Find for /etc/php5/apache2/php.ini file Update to date.timezone = ‘Asia/Kuala_Lumpur’ LINE 883 /etc/init.d/php5-fpm restart