会员
周边
新闻
博问
闪存
赞助商
YouClaw
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
canli
博客园
首页
新随笔
联系
订阅
管理
2016年10月17日
《Nginx:取代Apache的高性能Web服务器》学习笔记(一)
摘要: 安装nginx: 安装gcc编译器 yum –y install gcc gcc-c++ autoconf automake 安装模块依赖库 yum –y install zlib zlib-devel openssl openssl-devel pcre pcre-devel 下载nginx源码包
阅读全文
posted @ 2016-10-17 15:12 canli
阅读(180)
评论(0)
推荐(0)
2016年10月14日
Centos ftp出现:bash: ftp: command not found
摘要: 在Centos上使用ftp 192.168.137.128连接远程主机出现bash: ftp: command not found 原因:Centos上未安装ftp客户端 解决: 因为我用的是vmware虚拟机,在虚拟机设置处将Centos的ios镜像位置设置在CD/DVD处 然后在Centos虚拟
阅读全文
posted @ 2016-10-14 17:07 canli
阅读(1439)
评论(0)
推荐(0)
公告