上一页 1 ··· 33 34 35 36 37 38 39 40 41 ··· 50 下一页
摘要: 原文:https://book.2cto.com/201304/19609.html 人们在了解新事物时,往往习惯通过类比来帮助自己理解事物的概貌。那么,我们在学习Nginx时也采用同样的方式,先来看看Nginx的竞争对手—Apache、Lighttpd、Tomcat、Jetty、IIS,它们都是W 阅读全文
posted @ 2018-01-22 17:27 huiy_小溪 阅读(361) 评论(0) 推荐(0)
摘要: 原文:http://blog.mayongfa.cn/193.html 一、安装 Nginx 和 fastdfs-nginx-module 安装 Nginx 请看:从零开始学 Java - CentOS 下安装 Nginx,其实我只想放这一句话。但想想我还是一步一步写详细吧。 1.下载 Nginx 阅读全文
posted @ 2018-01-22 17:05 huiy_小溪 阅读(380) 评论(0) 推荐(0)
摘要: 原文:http://blog.mayongfa.cn/192.html 一、安装 libfastcommon 和 FastDFS 1.下载安装 libfastcommon ,这里是通过wget下载(我喜欢这种方式)。wget https://github.com/happyfish100/libfa 阅读全文
posted @ 2018-01-22 17:02 huiy_小溪 阅读(204) 评论(0) 推荐(0)
摘要: 原文:http://www.linuxidc.com/Linux/2011-12/49635p2.htm (一) 使用前提 中心主机连接远程主机可以通过ssh密钥无密码连接 (二) 命令格式 pssh 总是通过清单 文件指定主机 其中的每行采用 [user] host[:port] 形式。 (三) 阅读全文
posted @ 2018-01-22 16:59 huiy_小溪 阅读(2054) 评论(0) 推荐(0)
摘要: 在A和B两个机器上安装lvs+keepalived yum -y install lvs keepalived LVS: vi /etc/init.d/realserver.sh 用上面命令在A上建立realserver.sh文件,内容见下。 #!/bin/bash # # Script to st 阅读全文
posted @ 2018-01-22 13:36 huiy_小溪 阅读(176) 评论(0) 推荐(0)
摘要: ntp.sjtu.edu.cn 202.120.2.101 (上海交通大学网络中心NTP服务器地址)s1a.time.edu.cn 北京邮电大学s1b.time.edu.cn 清华大学s1c.time.edu.cn 北京大学s1d.time.edu.cn 东南大学s1e.time.edu.cn 清华 阅读全文
posted @ 2018-01-18 16:25 huiy_小溪 阅读(242) 评论(0) 推荐(0)
摘要: #安装依赖 yum -y install gcc yum -y install gcc-c++ yum -y install zlib-devel yum -y install pcre-devel yum -y install openssl openssl-devel #添加模块 ./confi 阅读全文
posted @ 2018-01-18 14:11 huiy_小溪 阅读(172) 评论(0) 推荐(0)
摘要: 参考网址:https://www.cnblogs.com/foohack/p/5359985.html pkill -f "process_name_pattern" 阅读全文
posted @ 2018-01-18 14:06 huiy_小溪 阅读(1842) 评论(0) 推荐(0)
摘要: 参考网址:http://www.bubuko.com/infodetail-1662159.html yum -y install openssh-clients 阅读全文
posted @ 2018-01-18 13:41 huiy_小溪 阅读(2689) 评论(0) 推荐(0)
摘要: 从mysql官网下载安装包:/mysql-5.7.20-linuxglibc2.12-x86_64.tar.gz #切换目录 cd /usr/local #解压下载的安装包 tar -zxvf /software/mysql/mysql-5.7.20-linux-glibc2.12-x86_64.t 阅读全文
posted @ 2018-01-12 13:58 huiy_小溪 阅读(702) 评论(0) 推荐(0)
上一页 1 ··· 33 34 35 36 37 38 39 40 41 ··· 50 下一页