会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
猎手结缘
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
10
11
12
13
14
15
16
17
18
···
22
下一页
2018年3月18日
centos7.1安装zabbix3.0无法启动的问题
摘要: centos7.x 安装zabbix3.0 http://blog.csdn.net/u014057054/article/details/66476990 [root@zabbix-server zabbix-server-mysql-3.0.15]# systemctl restart zabb
阅读全文
posted @ 2018-03-18 12:39 猎手结缘
阅读(776)
评论(0)
推荐(0)
2018年3月16日
samba的安装配置
摘要: setenfore 0service iptables stop yum -y install samba sestatus mkdir /samba echo sldfj > /samba/ii.txt vi /etc/samba/smb.conf #在末尾加上这样的内容就可以,当然参数在配置里面
阅读全文
posted @ 2018-03-16 09:14 猎手结缘
阅读(164)
评论(0)
推荐(0)
2018年3月14日
lnmp源码安装
摘要: iptables -F iptables -X iptables -Z sed -i 's/enforcing/disabled/g' /etc/selinux/config ; nl /etc/selinux/config setenforce 0 yum -y install zlib zlib
阅读全文
posted @ 2018-03-14 21:17 猎手结缘
阅读(170)
评论(0)
推荐(0)
2018年3月13日
lnmp+memcache+tomcat
摘要: lnmp+memcache 》 192.168.0.10 iptables -Fiptables -Xiptables -Z sed -i 's/enforcing/disabled/g' /etc/selinux/config ; nl /etc/selinux/configsetenforce
阅读全文
posted @ 2018-03-13 17:11 猎手结缘
阅读(201)
评论(0)
推荐(0)
2018年3月11日
redis的主从搭建
摘要: 主服务器 master > 192.168.0.60 修改redis服务脚本,加入如下所示的红色授权信息即可: vi /etc/init.d/redis_6379 $CLIEXEC -a "password" -p $REDISPORT shutdown /etc/init.d/redis_6379
阅读全文
posted @ 2018-03-11 13:43 猎手结缘
阅读(141)
评论(0)
推荐(0)
2018年3月8日
curl只取状态码
摘要: curl -I -m 10 -o /dev/null -s -w %{http_code} www.baidu.com -I 仅测试HTTP头 -m 10 最多查询10s -o /dev/null 屏蔽原有输出信息 -s silent -w %{http_code} 控制额外输出
阅读全文
posted @ 2018-03-08 22:17 猎手结缘
阅读(270)
评论(0)
推荐(0)
2018年2月8日
Tomcat的优化
摘要: http://blog.csdn.net/xyang81/article/details/51530979 http://www.netkiller.cn/journal/tomcat.html#compression 修改Tomcat的内存配置,打开$TOMCAT_HOME/bin/catalin
阅读全文
posted @ 2018-02-08 11:02 猎手结缘
阅读(159)
评论(0)
推荐(0)
2018年1月29日
pip9 安装 centos6.8
摘要: 转 https://www.cnblogs.com/chengd/p/7078588.html pip类似RedHat里面的yum,安装Python包非常方便。本节详细介绍pip的安装、以及使用方法 1、下载pip安装包 2、解压pip安装包 3、安装pip 4、pip使用详解 pip安装模块报错,
阅读全文
posted @ 2018-01-29 19:52 猎手结缘
阅读(683)
评论(0)
推荐(0)
2018年1月24日
centos7.4 yum安装包出现网络不可达跟Recv failure: Connection reset by peer" 这个问题
摘要: [root@controller ~]# yum repolist已加载插件:fastestmirrorCould not retrieve mirrorlist http://mirrorlist.centos.org/?release=7&arch=x86_64&repo=os&infra=st
阅读全文
posted @ 2018-01-24 10:29 猎手结缘
阅读(4325)
评论(0)
推荐(0)
2018年1月22日
ubuntu配置ntp
摘要: 转 https://www.cnblogs.com/xwdreamer/p/3448773.html#undefined ubuntu下配置时间同步NTP 1参考文献: 1.鸟哥的Linux私房菜:第十五章、时间服务器: NTP 服务器(强烈建议看完) 2.http://www.crsay.com/
阅读全文
posted @ 2018-01-22 10:06 猎手结缘
阅读(1340)
评论(0)
推荐(0)
上一页
1
···
10
11
12
13
14
15
16
17
18
···
22
下一页
公告