<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[安道生練功房 - Latest posts for "疯癫二楞子"]]></title>
		<link>https://forum.andowson.com/posts/listByUser/65</link>
		<description><![CDATA[Latest posts for "疯癫二楞子"]]></description>
		<generator>JForum - http://www.jforum.net</generator>
			<item>
				<title>[工作機會 Job Opportunity] [轉載]中華電信99年遴選新進從業人員</title>
				<description><![CDATA[ 好遥远]]></description>
				<guid isPermaLink="true">https://forum.andowson.com/posts/preList/419/833</guid>
				<link>https://forum.andowson.com/posts/preList/419/833</link>
				<pubDate><![CDATA[Mon, 31 May 2010 10:16:06]]> GMT</pubDate>
				<author><![CDATA[ 疯癫二楞子]]></author>
			</item>
			<item>
				<title>[站長工具箱 Webmaster Tools] [推薦]網站經營葵花寶典</title>
				<description><![CDATA[ 学习。]]></description>
				<guid isPermaLink="true">https://forum.andowson.com/posts/preList/384/816</guid>
				<link>https://forum.andowson.com/posts/preList/384/816</link>
				<pubDate><![CDATA[Fri, 7 May 2010 10:38:25]]> GMT</pubDate>
				<author><![CDATA[ 疯癫二楞子]]></author>
			</item>
			<item>
				<title>[站長工具箱 Webmaster Tools] 在家架站成本分析</title>
				<description><![CDATA[ 我住的這棟電梯大廈除了要繳自己使用的電費以外，還有公共用電（如電梯、地下室及走廊燈光）要負擔，一個月都是一千多塊台幣。 
<br>
<br>
我们也有。叫“公摊” 
<br>
<br>
呵呵。这玩意准不？实际意义应该不大吧。直接算就是了，初中物理，功率X什么，公式全部还给老师了。]]></description>
				<guid isPermaLink="true">https://forum.andowson.com/posts/preList/383/791</guid>
				<link>https://forum.andowson.com/posts/preList/383/791</link>
				<pubDate><![CDATA[Tue, 23 Mar 2010 09:34:48]]> GMT</pubDate>
				<author><![CDATA[ 疯癫二楞子]]></author>
			</item>
			<item>
				<title>[站長工具箱 Webmaster Tools] 在家架站成本分析</title>
				<description><![CDATA[ 那边电费那么高？ 
<br>
而且不分时收费么？民用电夜间比白天要便宜呀。 
<br>
我有3台PC，2个笔记本，2台PC常开，2个本下班回家开，一个月基本也就在￥50-80呀。]]></description>
				<guid isPermaLink="true">https://forum.andowson.com/posts/preList/383/788</guid>
				<link>https://forum.andowson.com/posts/preList/383/788</link>
				<pubDate><![CDATA[Mon, 22 Mar 2010 10:40:42]]> GMT</pubDate>
				<author><![CDATA[ 疯癫二楞子]]></author>
			</item>
			<item>
				<title>[新技術新發現 New Technology] 时间管理—给系统管理员</title>
				<description><![CDATA[ 可能我们这边有点不一样，怎么下载好像都有问题。]]></description>
				<guid isPermaLink="true">https://forum.andowson.com/posts/preList/408/787</guid>
				<link>https://forum.andowson.com/posts/preList/408/787</link>
				<pubDate><![CDATA[Fri, 19 Mar 2010 09:34:49]]> GMT</pubDate>
				<author><![CDATA[ 疯癫二楞子]]></author>
			</item>
			<item>
				<title>[新技術新發現 New Technology] 时间管理—给系统管理员</title>
				<description><![CDATA[ 收拾自己硬盘的时候发现了之前看过的一本书，System.Administrators来说，我相当的推荐。]]></description>
				<guid isPermaLink="true">https://forum.andowson.com/posts/preList/408/785</guid>
				<link>https://forum.andowson.com/posts/preList/408/785</link>
				<pubDate><![CDATA[Mon, 15 Mar 2010 10:59:02]]> GMT</pubDate>
				<author><![CDATA[ 疯癫二楞子]]></author>
			</item>
			<item>
				<title>[網路設備管理 Network Device Management] [轉載]Juniper防火牆配置備份</title>
				<description><![CDATA[ 硬件的。 
<br>
<br>
我都习惯直接用iptables。]]></description>
				<guid isPermaLink="true">https://forum.andowson.com/posts/preList/385/765</guid>
				<link>https://forum.andowson.com/posts/preList/385/765</link>
				<pubDate><![CDATA[Mon, 8 Feb 2010 09:12:19]]> GMT</pubDate>
				<author><![CDATA[ 疯癫二楞子]]></author>
			</item>
			<item>
				<title>[新技術新發現 New Technology] 需要批量部署snmp的腳本</title>
				<description><![CDATA[ 之前因為需要大批量的服務器監控，選擇了<a class="snap_shots" href="http://www.cacti.net/" target="_blank">Cacti</a>，所以需要在所有被監控的服務器上安裝snmp，於是有了shell小腳本。 
<br>
源服務器上是有snmp的tar包及snmpd.conf的配置文件。 
<br>
<br>
snmp.sh 
<br>
<pre class="line-numbers"><code class="language-bash match-braces"><br>#!/bin/sh<br>####snmp#########<br>alias rm=rm<br>alias cp=cp<br>rm -rf libelf-0.8.9*<br>rm -rf beecrypt-4.1.2*<br>rm -rf net-snmp-5.2.5*<br>rm -f snmpd.conf<br>wget http://192.168.1.2/soft/net-snmp-5.2.5.tar.gz<br>wget http://192.168.1.2/soft/snmpd.conf<br>tar -zxvf net-snmp-5.2.5.tar.gz<br>cd net-snmp-5.2.5<br>./configure --prefix=/opt/net-snmp --with-sys-contact=root@monitor.com --with-sys-location=member2.monitor.com --with-default-snmp-version=2 --with-logfile=/var/log/snmpd.log --with-persistent-directory=/var/net-snmp<br>make<br>make install<br>mkdir -p /opt/net-snmp/etc/snmp/<br>cd ..<br>cp snmpd.conf /opt/net-snmp/etc/snmp/<br>echo "/opt/net-snmp/sbin/snmpd" &gt;&gt;/etc/rc.local<br>/opt/net-snmp/sbin/snmpd<br>rm -rf net-snmp*<br>rm -rf snmpd.conf<br>rm -f doupdate.sh<br>rm -f dosnmpnew.sh<br>rm -rf beecrypt*<br>rm -rf libelf*<br></code></pre>
<br>
<br>
snmpd的配置文件裏面是根據自己的環境修改過的 
<br>
com2sec 
<br>
group MyRWGroup 
<br>
access MyRWGroup 
<br>
syslocation 
<br>
syscontact 
<br>
…… 
<br>
…… 
<br>
<br>
snmp.sh之後就可以直接用snmpwalk來檢查是否成功安裝。]]></description>
				<guid isPermaLink="true">https://forum.andowson.com/posts/preList/376/719</guid>
				<link>https://forum.andowson.com/posts/preList/376/719</link>
				<pubDate><![CDATA[Thu, 24 Dec 2009 09:19:54]]> GMT</pubDate>
				<author><![CDATA[ 疯癫二楞子]]></author>
			</item>
			<item>
				<title>[站長工具箱 Webmaster Tools] WHOIS 網域名稱擁有者查詢工具 who.is</title>
				<description><![CDATA[ 贊。]]></description>
				<guid isPermaLink="true">https://forum.andowson.com/posts/preList/370/712</guid>
				<link>https://forum.andowson.com/posts/preList/370/712</link>
				<pubDate><![CDATA[Fri, 11 Dec 2009 13:09:06]]> GMT</pubDate>
				<author><![CDATA[ 疯癫二楞子]]></author>
			</item>
			<item>
				<title>[架站軟體 Web-based Application] [參考]常用Open Source軟體簡介</title>
				<description><![CDATA[ 已經看到了。非常感謝。 
<br>
<br>
拜讀完之後，我有一些onenote肯定要拿出來請大家指教的。]]></description>
				<guid isPermaLink="true">https://forum.andowson.com/posts/preList/46/709</guid>
				<link>https://forum.andowson.com/posts/preList/46/709</link>
				<pubDate><![CDATA[Tue, 8 Dec 2009 09:00:04]]> GMT</pubDate>
				<author><![CDATA[ 疯癫二楞子]]></author>
			</item>
			<item>
				<title>[架站軟體 Web-based Application] [參考]常用Open Source軟體簡介</title>
				<description><![CDATA[ The post or the page that you are looking for, is not available at this time. It could have been moved / deleted. 
<br>
<br>
Please browse through the archives / search through the site. 
<br>
<br>
<br>
### 
<br>
C.K. Blog 有看到不少好東西。謝謝。 
<br>
<br>
### 
<br>
<br>
我有在用sugarcrm，zimbra，knowledge tree ，還有就是正在學習openmeetings。]]></description>
				<guid isPermaLink="true">https://forum.andowson.com/posts/preList/46/706</guid>
				<link>https://forum.andowson.com/posts/preList/46/706</link>
				<pubDate><![CDATA[Mon, 7 Dec 2009 16:48:05]]> GMT</pubDate>
				<author><![CDATA[ 疯癫二楞子]]></author>
			</item>
			<item>
				<title>[架站軟體 Web-based Application] OpenMeetings安裝筆記</title>
				<description><![CDATA[ 相當感謝。正好在安裝openmeetings。]]></description>
				<guid isPermaLink="true">https://forum.andowson.com/posts/preList/318/705</guid>
				<link>https://forum.andowson.com/posts/preList/318/705</link>
				<pubDate><![CDATA[Mon, 7 Dec 2009 16:34:07]]> GMT</pubDate>
				<author><![CDATA[ 疯癫二楞子]]></author>
			</item>
	</channel>
</rss>