会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
正义的朋友
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
5
6
7
8
9
10
下一页
2018年12月29日
linux文件权限
摘要: 一.文件属性 [kiosk@foundation8 Desktop]$ ls -al total 1322772 drwxr-xr-x 9 kiosk kiosk 4096 Dec 29 18:40 . drwx . 18 kiosk kiosk 4096 Dec 29 18:40 .. drwx
阅读全文
posted @ 2018-12-29 23:21 正义的朋友
阅读(190)
评论(0)
推荐(0)
2018年11月17日
zabbix 告警 JXM
摘要: 告警 虚拟机上网 [root@test1 alertscripts]# route -n [root@test1 alertscripts]# route add default gw 172.25.8.250 [root@test1 alertscripts]# route -n [root@te
阅读全文
posted @ 2018-11-17 13:01 正义的朋友
阅读(254)
评论(0)
推荐(0)
saltstack一键部署高可用
摘要: 一健推送apache [root@server1 minions]# cd /etc/salt/ [root@server1 salt]# vim master [root@server1 salt]# mkdir /srv/salt [root@server1 salt]# cd /srv/sal
阅读全文
posted @ 2018-11-17 13:01 正义的朋友
阅读(388)
评论(0)
推荐(0)
zabbix监控nginx mysql 服务添加
摘要: [root@test2 ~]# rpm -ivh nginx-1.8.0-1.el7.ngx.x86_64.rpm [root@test2 ~]# cd /etc/nginx/ [root@test2 nginx]# cd conf.d/ [root@test2 conf.d]# vim defau
阅读全文
posted @ 2018-11-17 13:00 正义的朋友
阅读(291)
评论(0)
推荐(0)
2018年10月21日
zabbix 安装使用
摘要: zabbix是一个基于WEB界面的提供分布式系统监视以及网络监视功能的企业级的开源解决方案。 zabbix能监视各种网络参数,保证服务器系统的安全运营;并提供灵活的通知机制以让系统管理员快速定位/解决存在的各种问题。 zabbix由2部分构成,zabbix server与可选组件zabbix age
阅读全文
posted @ 2018-10-21 21:26 正义的朋友
阅读(460)
评论(0)
推荐(0)
2018年10月15日
redis安装及应用
摘要: Redis安装及主从配置 server2,3,4. 安装 tar zxf redis-4.0.1.tar.gz cd redis-4.0.1 yum install -y gcc make make install cd utils/ ./install_server.sh cd /etc/redi
阅读全文
posted @ 2018-10-15 20:34 正义的朋友
阅读(308)
评论(0)
推荐(0)
mysql读写分离
摘要: 首先server1,server2,配置好主从关系 在server3中; tar zxf mysql-proxy-0.8.5-linux-el6-x86-64bit.tar.gz -C /usr/local/cd /usr/local/ln -s mysql-proxy-0.8.5-linux-el
阅读全文
posted @ 2018-10-15 20:22 正义的朋友
阅读(182)
评论(0)
推荐(0)
mysql+gtid主从同步
摘要: 安装mysql yum install mysql-community-client-5.7.17-1.el6.x86_64.rpm mysql-community-common-5.7.17-1.el6.x86_64.rpm mysql-community-libs-5.7.17-1.el6.x8
阅读全文
posted @ 2018-10-15 20:22 正义的朋友
阅读(1070)
评论(0)
推荐(0)
nginx配置应用
摘要: 启动nginxvim /usr/local/lnmp/nginx/conf/nginx.conf mkdir /wwwcd /wwwvim index.html www.westos.orgmkdir /bbscd /bbsvim index.htmlbbs.westos.org同时,在物理机上加入
阅读全文
posted @ 2018-10-15 20:21 正义的朋友
阅读(742)
评论(0)
推荐(0)
mysql主从同步
摘要: server1:vim /etc/my.cnf 添加如下内容 server_id=1gtid_mode=ONenforce_gtid_consistency=ONmaster_info_repository=TABLErelay_log_info_repository=TABLEbinlog_che
阅读全文
posted @ 2018-10-15 20:21 正义的朋友
阅读(190)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
7
8
9
10
下一页
公告