涛子 - 简单就是美

成单纯魁增,永继振国兴,克复宗清政,广开家必升

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2014年10月31日

摘要: *generate_url.py*```python#!/usr/bin/env pythonimport randomimport os, syschannels = [ \ "BTV2", "BTV3", "BTV4", "BTV5", "BTV6", "BTV7", "BTV8", "B... 阅读全文
posted @ 2014-10-31 13:46 北京涛子 阅读(1177) 评论(0) 推荐(0)

2014年10月29日

摘要: 参考 [Best Monitoring Solution - OMD (Nagios + Check_MK)](http://blog.unicsolution.com/2013/11/best-monitoring-solution-omd-nagios.html)官网[mathias-kettn... 阅读全文
posted @ 2014-10-29 15:46 北京涛子 阅读(641) 评论(0) 推荐(0)

摘要: Basic DoS Protection https://github.com/MPOS/php-mpos/wiki/Basic-DoS-Protection```bash# Rule 1: Limit New Connections To Something Sane.iptables -A IN... 阅读全文
posted @ 2014-10-29 14:22 北京涛子 阅读(753) 评论(0) 推荐(0)

摘要: *How to block an IP using iptables?*```bashiptables -A INPUT -s xx.xx.xx.xx -j DROP```*How to block an IP for a specific port:*```bashiptables -A INPU... 阅读全文
posted @ 2014-10-29 12:35 北京涛子 阅读(204) 评论(0) 推荐(0)

摘要: [redhat official documentation 英文](https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux/6/index.html)[redhat official documentation ... 阅读全文
posted @ 2014-10-29 10:56 北京涛子 阅读(162) 评论(0) 推荐(0)

2014年10月28日

摘要: 使用环境 服务器处于内网,需要更新 网络资源紧张,节约带宽 建立yum目录 rsync服务器列表 "centos mirrors" "epel mirrors" "rpmforge mirrors" 同步脚本 /opt/opmgmt/yum/rsync_centos.sh /opt/opmgmt/y 阅读全文
posted @ 2014-10-28 12:06 北京涛子 阅读(374) 评论(0) 推荐(0)

摘要: idc 阅读全文
posted @ 2014-10-28 12:00 北京涛子 阅读(205) 评论(0) 推荐(0)

摘要: DELL iDRAC (Integrated Dell™ Remote Access Controller )是 Dell PowerEdge 系列服务器上的远程管理方案, 11代 12代服务器已经集成此管理卡,用户无须购置其它任何设备即可实现服务器底层管理,如系统崩溃恢复,电源控制 ,BIOS 设... 阅读全文
posted @ 2014-10-28 11:59 北京涛子 阅读(6847) 评论(0) 推荐(0)

2014年10月24日

摘要: 典型的高可用负载均衡 1)lvs + ldirectord + heartbeat lvs(ipvsadmin) 调度器,将用户请求分发到后端真实服务器,不负责健康检查 ldirectord 服务监控,真实服务器的服务异常,将其从lvs节点表中去除,恢复后添加 heartbeat 高可用,监控lvs 阅读全文
posted @ 2014-10-24 11:01 北京涛子 阅读(387) 评论(0) 推荐(0)

2014年10月23日

摘要: 新服务器配置流程 https://github.com/alces software/knowledgebase/wiki/server dell rseries r630 dell DTK(syscfg, raidcfg) http://www.dell.com/support/manuals/u 阅读全文
posted @ 2014-10-23 16:24 北京涛子 阅读(625) 评论(0) 推荐(0)