
nginx
文章平均质量分 52
jianyong2016
软件工程师,南昌人,现居深圳南山区,现就职于瑞昱半导体(Realtek),跑步、摄影、旅行爱好者,喜欢一句话:过去不代表现在,现在不代表未来,一起努力进步。QQ975808394、Mail jianyong_wang@realtek.com、15279120913。
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Ghost博客搭建步骤
搭建环境:腾讯云ECS + ubuntu14.04 64位LTS系统1. 安装Node.jssudo apt-get update sudo apt-get install -y python-software-properties python g++ make sudo add-apt-repository ppa:chris-lea/node.js sudo apt-get update原创 2016-09-06 00:26:24 · 610 阅读 · 0 评论 -
nginx+nginx-rtmp-module+ffmpeg搭建流媒体服务器
搭建环境:腾讯云ECS + ubuntu14.04 64位LTS系统1. 安装pcre下载pcre-8.21.zip sudo unzip pcre-8.21.zip -d pcre-8.21 cd pcre-8.21/ ./configure make make install 2. 源码安装nginxcd git clone https://github.com/arut/ngin原创 2016-09-06 00:24:07 · 518 阅读 · 0 评论