09 2016 档案

摘要:下面的这些回答来自知乎,上知乎上看了一下,感觉挺好的,摘写了一些个人感觉比较好的回答 阅读全文
posted @ 2016-09-26 19:51 BigZero 阅读(321) 评论(0) 推荐(0) 编辑
摘要:完整配置如下所示: 阅读全文
posted @ 2016-09-26 11:00 BigZero 阅读(232) 评论(0) 推荐(0) 编辑
摘要:1 #!/bin/bash 2 #添加epel和rpmforge的外部yum扩展源 3 cd /usr/local/src 4 wget http://mirrors.ustc.edu.cn/fedora/epel//5/x86_64/epel-release-5-4.noarch.rpm 5 rpm -ivh epel-release-5-4.noarch.rpm 6 wget h... 阅读全文
posted @ 2016-09-26 10:47 BigZero 阅读(1044) 评论(0) 推荐(0) 编辑
摘要:前几天打算用Python写一个mysql脚本,上Google看了下老外写的,写的挺好的,原地址在http://tecadmin.net/python-script-for-mysql-database-backup/#,所以就给 copy过来了 阅读全文
posted @ 2016-09-25 21:34 BigZero 阅读(8950) 评论(0) 推荐(0) 编辑
摘要:测试完之后可以ping通的IP存放在ok.txt文件中,ping不同的IP村放在failed.txt文件中 阅读全文
posted @ 2016-09-25 21:14 BigZero 阅读(1977) 评论(0) 推荐(0) 编辑
摘要:写了一个MySQL的主从复制的监控的脚本,欢迎一起讨论学习,qq1290518248 阅读全文
posted @ 2016-09-25 21:00 BigZero 阅读(1496) 评论(0) 推荐(0) 编辑
摘要:1 #!/bin/bash 2 3 # Node List 4 PRE_LIST="192.168.222.163" # 预生产环境节点 5 GROUP1_LIST="192.168.222.164" # 分组 1 6 ROLLBACK_LIST="192.168.222.163 192.168.222.164" # 回滚列表 7 ... 阅读全文
posted @ 2016-09-10 12:10 BigZero 阅读(1232) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示