2010年7月21日
每日Check 備份檔案的Script 並寄發Mail
2010年7月8日
storage的硬體限制
Windows 2008 server 支援GPT 磁碟
(GPT) 磁碟分割樣式支援的大小高達 18 exabytes(1000,000TB),每個磁碟最多可有 128 個磁碟分割。
以ibm的Storage DS3200來講,插滿12顆2Tb SATA硬碟,可以到24TB,
可在串接三台 EXP3000最多可以達到96.0TB SATA
2010年6月8日
FreeBsd的FTP上傳中文檔名會變亂碼
在 proftpd.conf 的設定檔內加上 UseEncoding local-charset client-charset
Ex:
繁體中文環境 UseEncoding UTF-8 Big5
如此用 不支援 UTF-8 編碼的 FTP Client 連上來, ProFTPD 就會自動轉碼成 client-charset
2010年5月31日
使用https 存取Gmail常發生ssl_error_access_denied_alert 的錯誤
config firewall profile
Fortigate (profile) $ edit scan
Fortigate (scan) $ set https allow-ssl-unknown-sess-id
Fortigate (scan) $ end
2010年5月28日
yum 安裝發生"Header is not complete"
2010年5月20日
/tmp 中的檔案不見
Review 新公司的備份機制,發現備份的samba server中的檔案都會不見,而且是剛備份完是完整的,隔天檔案就不見了大半,後來檢查crontab job,發現dailly中有一個可疑的script "tmpwatch",原來這個script會定期刪掉720小時未存取的tmp檔案,前任網管又把備份的目錄設在/tmp,難怪會不見檔案,經一事長一智…..感謝前人的錯誤。
2010年5月18日
Router 1841 恢復預設值
新版的Router居然改了預設登入模式,預設帳號Cisco登入過後就失效了,我又臭屁3分鐘完成設定完後習慣就Reload,cisco帳號就無法登入,就變成都無法登入Console了,只能想辦法重設…
重設方法如下:
Start a terminal session with the router via the Console port (telnet will not work for this). Physically reload the router, and from the console repeatedly hit the "Break" key, normally on the upper right hand side of the keyboard.
-You should now be in ROMMON mode. Type "confreg 0x2142" without quotes and hit Enter. Now type "reset" without quotes and hit Enter.
-Allow the router to restart, and hit "n" followed by Enter to stop the startup wizard.
-Type the following command sequence:
enable
conf t
config-register 0x2102
exit
write erase
<Enter key>
reload
The router will now boot normally, with a factory default configuration, even if you did not know any of the password(s) securing the router.