Linux


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 🙂


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


CentOS 7 workaround

Switching from CentOS 6 to CentOS 7 might be a little pain for many users. The main reason is that in CentOS 7, there are several changes which make the end-users feel not comfortable.  This quick note will introduce some new way to do some regular commands in CentOS 7. […]