Yearly Archives: 2015


Virtualmin with NGINX+PHP-FPM+OPCACHE

We can install Virtualmin with NginX + PHP-FPM + OpCache with this LINK 🙂 And we can use the latest bootstrap responsive authentic theme: http://www.virtualmin.com/node/34315 Now why do we need another panel such as VespaCP? IMHO, WebMin is just an awesome server panel and now it is really really better 🙂


Is it time for PHP7?

As starting developed from beginning of 2014, PHP7 (or PHP-NG) is the most expected release from the time I started working on PHP (version 3.x) due to its major improvement on performance for the native build. As recent testing result on Reddit, it shown that there was only 1 fail for […]


OwnCloud with NginX and PostgreSQL

This quick tutorial will help you run the OwnCloud with NginX and PostgreSQL on Ubuntu 14.04. Add the necessary repo to /etc/apt/sources.list: [bash]# nginx stable deb http://nginx.org/packages/ubuntu/ trusty nginx deb-src http://nginx.org/packages/ubuntu/ trusty nginx # nginx mainline deb http://nginx.org/packages/mainline/ubuntu/ trusty nginx deb-src http://nginx.org/packages/mainline/ubuntu/ trusty nginx[/bash] Update system: [bash]apt-get update apt-get dist-upgrade[/bash] Install nginx: [bash]apt-get […]