Pank: November 2008 Archives

有網友提供了 APNIC 的資料網址,
http://ftp.apnic.net/stats/apnic/delegated-apnic-latest
要取得台灣的 IP, 要用此份資料比較全
netmask `wget -qO- http://ftp.apnic.net/stats/apnic/delegated-apnic-latest | awk -F'|' '/TW\|ipv4/ {print $4":+"($5-1)}'`
用這行可以取得台灣所有的 IP 網段,
需先安裝 netmask (可以計算網段資料及把網段做 Summary)

新社花海

user-pic
Vote 0 Votes

星期日本來要去看「新社花海」, 結果去到半路, 因為車太多就折回了,
參考老婆的「花海變車海

想去的人最好還是選非假日時去, 若要假日去, 騎機車吧!
新社花海活動期間 11/8~12/7
可以先看看照片

Redirect RSS to Google FeedBurner

user-pic
Vote 0 Votes

日前 AdSense 啟動了 AdSense for feeds 服務,
就是可以在 RSS 加掛 AdSense 廣告, 只要把 RSS 在 FeedBurner 設定好,
再把 RSS 指過去就行了.
若是用 Apache, 加 Redirect 設定到 .htaccess, 例:
Redirect /blog/atom.xml http://feedproxy.google.com/pank
若是使用 Blogger, 直接用 Post Feed Redirect URL(張貼資訊提供重新導向網址)即可.
ref. Pointing an existing feed URL at your new FeedBurner URL
How to Add AdSense for Feeds to Your Blog
2008-11-27 Update: 遇到 RSS Loop 了,
即原來的 RSS 指到 FeedBurner, FeedBurner 又指到原來的 RSS, 造成什麼都讀不到.
需將原來的 RSS 檔 ln 到另一個檔, 在 FeedBurner 設定那個 Feed, 以避免此窘境.

Firefox Unattended Install

user-pic
Vote 0 Votes

start /wait FirefoxSetup3.0.4.exe -ms -ira

oscdimg

user-pic
Vote 0 Votes

oscdimg 是類似 cdimage 的工具程式, 參數都一樣, 用來製作 ISO 檔,
oscdimg 包含在以下套件裡面
Windows 自動化安裝套件 (AIK) 755MB, 含 oscdimg 2.45
Windows Vista SP1 和 Windows Server 2008 的自動化安裝套件 (AIK) 1.22GB, 含 oscdimg 2.54
安裝後可以在 %ProgramFiles%\Windows AIK\Tools\PETools 或
%ProgramFiles%\Windows AIK\Tools 找到
ref. Oscdimg 命令列選項

for i in `wget -qO- "http://rms.twnic.net.tw/twnic/User/Member/Search/main7.jsp?Order=ORG.ID" | awk -F'[-<]' '/^[1-9].*255/ {print $1":"$2}' | tr -d ' ' | sort -nu`
do
     N=$N`netmask $i`
done
netmask $N
用這個 script 可以取得台灣 IP 的網段,
需先安裝 netmask (可以計算網段資料及把網段做 summary)
用這些網段資料, 可以做 IP 來源過濾, 例如只讓台灣的 IP 連.
2008-11-19 Update: 此資料是來自 TWNIC, 所以並不包含直接向 APNIC 申請的 IP 網段

MSN Server 的 domain name 是 messenger.hotmail.com
它有用 Akamai 的服務, 不同的 DNS 會解析出不同的 IP, 同一台 DNS 不同時間查詢也可能解析出不同 IP.
發現有時會解析到 65.74.156.180, 而這個 IP 是錯的,
根據 Whois 資訊, 是屬於 Herakles Data (一個 Data Center),
並不是微軟的, 有點奇怪.
若遇到 MSN 無法登入的狀況, 有可能是解析到上面這個錯誤的 IP.
以下是已知的 MSN Server IP
65.54.239.20
65.54.239.80
65.54.239.140
65.54.239.210
207.46.96.153
可以設本機 hosts 的方式避免解析到錯誤的 IP,
方法請參考: MSN can not login. Error code: 81000314 or 80072745

WiMAX門號

user-pic
Vote 0 Votes

WiMAX門號抽籤結果出爐
09000 威達超舜
09001 全球一動
09002 威邁思電信
09003 遠傳電信
09005 大眾電信
09006 大同電信
WiMAX門號與現有行動電話號的長度相同
ref. WiMAX門號抽籤 威達拿09000開頭號碼

WPA Wi-Fi encryption is cracked

user-pic
Vote 0 Votes

Once thought safe, WPA Wi-Fi encryption is cracked (cnbeta 中文報導)
繼 WEP 後, WPA 也被破了, 改用 WPA2 吧, 不然就不要用 Wi-Fi 是最安全的.

Traditional Chinese ClearType fonts for Windows XP
微軟提供的正黑體字型免費下載, 此字型和 Vista 裡的正黑體是一樣的.
裝完後再做以下 Registry 設定

Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\International\Scripts\25]
"IEFixedFontName"="細明體"
"IEPropFontName"="微軟正黑體"

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\GRE_Initialize]
"GUIFont.Facename"="微軟正黑體"

JOE 3.6 Released

user-pic
Vote 0 Votes

JOE 和上個版本 3.5 隔了兩年多, 修正了一些 User 回報的 Bug.
Download

Enabling Concurrent Remote Desktop Sessions on Windows XP SP3 - Patched file included
這個 Patch 可以把 Windows XP 變成 Terminal Server, 現在有了 SP3 的版本.
termsrv.dll 版號: 5.1.2600.5512

ref. Windows XP: Enable concurrent remote desktop

2009-08-05 Update: Universal Termsrv.dll Patch
Project: Universal Termsrv.dll Patch
Support: Windows XP SP2 SP3; Vista SP1 SP2/Windows 7, 32bit(x86)/64bit(x64)

About this Archive

This page is an archive of recent entries written by Pank in November 2008.

Pank: October 2008 is the previous archive.

Pank: December 2008 is the next archive.

Find recent content on the main index or look in the archives to find all content.

Monthly Archives