11 2015 档案
ubuntu14 + nginx + php
摘要:ubuntu14 1.安装nginx sudo apt-get install nginx 安装之后的文件结构大致为: * 所有的配置文件都在/etc/nginx下,并且每个虚拟主机已经安排在了/etc/nginx/sites-available下 * 日志放在了/var/log/nginx下 * 阅读全文
posted @ 2015-11-28 01:58 陈峰 阅读(198) 评论(0) 推荐(0)
[转]http://makefiletutorial.com/
摘要:Intro This makefile will always run. The default target is some_binary, because it is first.some_binary: echo "nothing"Intro This file will make some_... 阅读全文
posted @ 2015-11-15 16:40 陈峰 阅读(169) 评论(0) 推荐(0)