要拆天花板~~~
DSCF0039 Hosted on Zooomr
哈哈~ 遠觀
DSCF0040 Hosted on Zooomr
DSCF0041 Hosted on Zooomr
好多人阿~ 我們的宿舍前面 都是遊覽車
DSCF0034 Hosted on Zooomr
Archive for November, 2006
最近館內買了一台2u的伺服器,雙cpu AMD,底下圖片上面那台,下面那台是後端的圖片資料庫
DSCF0070 Hosted on Zooomr
processor : 1
vendor_id : AuthenticAMD
cpu family : 15
model : 37
model name : AMD Opteron(tm) Processor 248
stepping [...]
好像還不錯,跟東華好像差不多
主機資訊 FreeBSD 6.1-RELEASE
安裝步驟
cd /usr/ports/net-mgmt/net-snmp; make install clean
cd /usr/ports/net-mgmt/mrtg; make install clean
這2個安裝好,其實基本上就已經可以使用了
在 /etc/rc.conf 加上
snmpd_enable="YES"
snmpd_flags="-a -p /var/run/snmpd.pid"
snmptrapd_enable="YES"
snmptrapd_flags="-a -p /var/run/snmptrapd.pid"
修改 snmpd.conf 檔 目錄在 /usr/local/share/snmp/snmpd.conf
com2sec local localhost public
com2sec lan 192.168.100.0/24 public
group RWGroup v1 [...]
[FreeBSD] 安裝 sshit 設定教學
Posted in FreeBSD on Nov 4th, 2006
系統:FreeBSD 6.0-RELEASE
安裝方式:
cd /usr/ports/security/sshit/
make install clean
設定檔 /usr/local/etc/sshit.conf
# Sample configuration file of sshit.pl
# We use pf as firewall on default 看你喜歡用什麼防火牆,我熟悉ipfw
FIREWALL_TYPE = ipfw
# Number of failed login attempts within time before we block
MAX_COUNT = 3
# Time in seconds in which all failed login attempts must occur
WITHIN_TIME = 60
# Time in seconds to block ip in firewall 失敗後禁止登入幾秒鐘
RESET_IP [...]
