PSSH
Linux系统服务器规模当超过30台时,小小的变更也会浪费很多时间,Linux系统下有很多可用的集中管理方案, […]
Linux系统服务器规模当超过30台时,小小的变更也会浪费很多时间,Linux系统下有很多可用的集中管理方案, […]
如果有需要尝试Windows 2008系统的 像VPS上安装2008系统 可以使用这些KEY进行激活
百度贴吧邮箱地址采集神器 详细使用图文教程 工具地址 http://www.cnlabs.net/tiebas […]
超微的X10平台服务器 安装Windows2008R2 犯了个低级错误 启动安装 一切正常 需要硬件驱动 加载 […]
Libunwind安装 64位系统依赖
1 2 3 4 5 6 |
wget -c http://download.savannah.gnu.org/releases/libunwind/libunwind-1.1.tar.gz tar zxvf libunwind-1.1.tar.gz cd libunwind-1.1 ./configure make make install |
国内 […]
啥也不说了 http://www.dlink.com.cn/UploadImage/new/plan_rar_ […]
本文介绍基于nginx的邮局反向代理配置方案。nginx对来源于客户端的pop3/smtp/imap请求予以转 […]
freeipmi 安装使用
1 2 3 4 5 6 |
cd /opt http://ftp.gnu.org/gnu/freeipmi/freeipmi-1.3.4.tar.gz tar xfz freeipmi-1.3.4.tar.gz cd freeipmi-1.3.4 ./configure --prefix=/usr --libdir=/usr/lib64 make && make install |
电源管理的使用方 […]
tracking202 中文版 tracking202中文语言 有需要的吗? 翻译的差不多了 改动的算是比较大 […]
懒惰
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 |
#!/bin/bash # created by "XXB" on idclayer.com # SNMP Installer Projects service snmpd stop echo "Please enter Server Location: " echo "Like DC,City,Country" read LOC echo "Location: $LOC" yum -y install net-snmp net-snmp-devel net-snmp-utils mv /etc/snmp/snmpd.conf /etc/snmp/snmpd.conf_$(date +"%N").bak echo -n " rocommunity oooo 1.1.1.1 view all included .1 80 syslocation $LOC syscontact Matt<support######idclayer.com> extend .1.3.6.1.4.1.2021.7890.1 distro /usr/bin/distro ">> /etc/snmp/snmpd.conf #/etc/snmp/snmpd.conf service snmpd start chkconfig snmpd on #回调 使用CURL请求监控API接口 自动添加监控目标 IP=$(host $(uname -n) | grep "address" | grep -v "IPv6" | head -n 1 | awk '{print $4}') echo "Server IP is $IP" RESULT=`curl -s "http://www.test.com/add?ip=$IP" | grep -o -E "adderror|pingerror"` echo $RESULT; # ./add_device.php ip nnn v2c echo "Dot forget open IPTables 161 UDP Port!!!" |
Change Time Zone (TZ) cp /usr/share/zoneinfo/Asia/Taipe […]