一路向北

后视镜里的世界 越来越远的道别
你转身向背 侧脸还是很美
我用眼光去追 竟听见你的泪
在车窗外面徘徊 是我错失的机会
你站的方位 跟我中间隔着泪
街景一直在后退 你的崩溃在窗外零碎
我一路向北 离开有你的季节
你说你好累 已无法再爱上谁
风在山路吹 过往的画面全都是我不对
细数惭愧 我伤你几回

继续阅读一路向北

Centos7下的LNMP源码安装

Part1:Install nginx

#为了源码能正常的编译运行先安装开发工具
yum group install “Development Tools”
wget ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/pcre-8.39.tar.gz
tar xvf pcre-8.39.tar.gz
cd pcre-8.39
./configure
make
make install

wget http://nginx.org/download/nginx-1.6.3.tar.gz
tar xvf nginx-1.6.3.tar.gz
cd nginx-1.6.3
[root@instance-1 nginx-1.6.3]# ./configure –prefix=/usr/local/nginx
#检查系统环境:
./configure: error: the HTTP gzip module requires the zlib library.
You can either disable the module by using –without-http_gzip_module
option, or install the zlib library into the system, or build the zlib library
statically from the source with nginx by using –with-zlib= option.

yum install -wget http://jp2.php.net/distributions/php-7.0.12.tar.gzy zlib-devel
make
make install
继续阅读Centos7下的LNMP源码安装

YELLOW

These violent delights have violent ends
午夜时分,戴着耳机眼罩循环起《送别》然而还是睡不着觉。倒不是因为精力好,舍友在游戏中一声声的呐喊,确实让我非常难受。今天还想着,与其改变环境,不如自己适应环境。

许是种豆得豆,忽然忆起当年舍友的样子了。因果循环,世界真是公平。这倒是让我想起了最近大火的美剧《西部世界》。许是人性的一片实验田吧 ,让人极度自由,极度放纵的乐园。最后必将走向毁灭。青春,最为值得珍惜的时光,看看我们都做了些什么吧。希望自己这最后一年不虚度,做自己喜欢做的事情就好了,不用彷徨,不用迷茫。

有空多静下来听听这世界,听听自己。

晚安。

继续阅读YELLOW