2010年7月27日 星期二

Windows 2003 (32bit) 使用4GB 記憶體

修改前 boot.ini 內容
===========================
[boot loader]
timeout=30
default=multi(0)disk(0)rdisk(0)partition(1)WINDOWS
[operating systems]
multi(0)disk(0)rdisk(0)partition(1)WINDOWS="Windows Server 2003, Standard" /noexecute=optout /fastdetect


修改後 加上 /PAE 如下
===========================
[boot loader]
timeout=30
default=multi(0)disk(0)rdisk(0)partition(1)WINDOWS
[operating systems]
multi(0)disk(0)rdisk(0)partition(1)WINDOWS="Windows Server 2003, Standard" /noexecute=optout /fastdetect /PAE

重新開機即生效

2010年4月28日 星期三

Telnet 指令測試SMTP

telnet test.com.tw 25
HELO test.com.tw
mail from:test@test.com.tw
rcpt to:test@test.com.tw
data
Subject:test
xxxxxxxxxxx
.
[說明]
HELO test.com.tw   開頭問候語HELO
mail from: test@test.com.tw 設定來源寄件者。
rcpt to:test@test.com.tw     設定目的端收件者。
data    輸入E-mail內文指令
Subject:test  輸入主旨
Just a Test   輸入內文
.                     完成後,以一個單獨的 . 作為結束
quit   離開

2010年3月7日 星期日

Extreme Switch 基本設定

設定Switch IP Address

#config vlan mgmt  ip_address/subnet_mask
 Example:
 config vlan default ipaddress 192.168.123.1 255.255.255.0
 config vlan default ipaddress 192.168.123.1 / 24
 
設定Default Gateway 
#config iproute add default 
 Example:
 config iproute add default 192.168.123.254
 
儲存設定值 
#save

AdventNet NetFlow Analyzer 9 安裝及移除指令

安裝NetFlowAnalyzer
設定執行權限
root# chmod a+x ManageEngine_NetFlowAnalyzer_9100.bin

執行安裝檔(若在終端機畫面需加參數 -console)
root# ./ManageEngine_NetFlowAnalyzer_9100.bin -console

安裝完畢後,執行NetFlow Analyzer
root# /root/ManageEngine/NetFlow/bin/run.sh

/root/ManageEngine/NetFlow/bin/linkAsService.sh

啟動 NetFlow Analyzer
/etc/init.d/netflowanalyzer start

移除NetFlowAnalyzer
Navigate to the /_uninst directory.
Execute the command ./uninstaller.bin

You will be asked to confirm your choice, after which NetFlow Analyzer is uninstalled.