1. 创建基本用户环境 以下都基于root权限进行 1)安装基本应用包 <pre>apt-get install vim sudo htop openssh-server build-essential #如果不准备安装python package或者自行编译其他软件包, #可以不用安装build-essential,其主要提供gcc link等工具 2)选择默认的编辑器为vim.ba… more →
Web Digestwrote 2 months ago: User uploads a photo to the server, and then the script changes its size to 400x, 150×150 and 6 … more →
wrote 2 months ago: Foreword Related post: nginx FE with custom SELinux policy Sources for the policies on github As my … more →
wrote 3 months ago: In Drupal, we can use a progress bar when uploading an image or file. But that needs a PHP PECL exte … more →
wrote 3 months ago: In this LEMP setup i will be going through setting up and configuring Ubuntu 12.04 Nginx MySQL and P … more →
wrote 3 months ago: In this LEMP setup i will be going through setting up and configuring CentOS 6.3 Nginx MySQL and PHP … more →
wrote 3 months ago: After so many days we have talked about setting up Nginx, PHP-FPM, MariaDB and some PHP caching. We … more →
wrote 3 months ago: Previous: Ubuntu – Install APC with PHP-FPM and Nginx Memcached is a distributed memory caching syst … more →
wrote 3 months ago: Next: Ubuntu – Install Memcached with PHP-FPM and Nginx APC stands for Alternative PHP Cache is a op … more →
wrote 3 months ago: Nginx (pronounced “engine x”) is a free, open-source, high-performance HTTP server. Ngin … more →
wrote 3 months ago: Update @ 2013-05-09: I am not very sure if this could really enable the Nginx Microcaching as i coul … more →
wrote 4 months ago: Previous post: Nginx – Installation on Ubuntu Precise Most of the time we would like to run PH … more →
wrote 5 months ago: This weird thing happen after I upgrade my Ubuntu Production server. Suddenly php-fpm refuse to star … more →
wrote 6 months ago: This HowTo explains wordpress setup with nginx on CentOS: Install the required packages yum install … more →
wrote 10 months ago: So I wanted to learn about Nginx and PHP FPM as Nginx seems to be taking over from Apache as the HTT … more →
wrote 10 months ago: PHP-FPM is easier to use and configure than FastCGI and some tests says that PHP-FPM is even much mo … more →
wrote 10 months ago: if you want to squeeze all the juice out of your VPS or web server / servers and do your maintenance … more →
wrote 10 months ago: Install php-fpm PHP-FPM (FastCGI Process Manager) is an alternative PHP FastCGI implementation with … more →
wrote 10 months ago: PHP-FPM is a FastCGI process manager for PHP. The PHP-FPM has additional features that can make it a … more →
wrote 11 months ago: WordPress with nginx, php-fpm, apc and varnish Update and upgrade OS apt-get update apt-get upgrade … more →