Category Archives: Computer

Computer Technical Notes

換回 DSpam

在大量 (train 了超過萬封,大多數是被丟到 /dev/null 的 linux mailing list 以及 crontab log) 且長期 (兩個禮拜) 的 training 之下,qsf 判斷 spam 的能力表現明顯不如 DSpam,雖然 qsf 速度比較快,但畢竟 DSpam 是核子武器,像 qsf 這種普通的武器是幹不掉他的…

不過這次我改用 SQLite 2.x 當 backend,處理速度不曉得會不會比之前用 MySQL 好。(也許等下發現其實沒差多少?)

外電翻譯機

前幾天用 Skypeijliao 聊天的時候,就被 ijliao 笑說我的 blog 是外電翻譯機…

其實只是生活苦悶,用 bloglines 跑去看 SlashdotBoing Boing (這個有時候會出現好玩的 link)、The RegisterEngadget (偏 3C 的報導,通訊產業的居多) 看文章…

喔,我之前訂過 Yahoo!奇摩新聞 RSS,不過後來發現看國內的新聞太傷身而且沒營養,於是就取消訂閱了…

如果你要透過 Bittorrent 傳檔案,想找 tracker 的話…

你可以把 tracker 改成 hash.bt.kenosisp2p.org,其中的 hash 改成檔案的 hash value 即可。

在 Unix 下用標準版本的 bittorrent 可以用 btreannounce.py 改,拿 Firefox 1.0.1 Bittorrent 下載例子來說,本來是這樣:

Firefox%20Setup%201.0.1.exe.torrent
info hash: 15bc86515fc1df90bc562f3fb8d4ab7efafbe5a4
announce url: http://bittorrent.mozilla.org:6969/announce
full copies: 33 seeds
partial copies: 6 leeches
Bytes File
4,816,320 Firefox Setup 1.0.1.exe

用 btreannounce.py 改:

gslin@netnews [~] [11:31/W3] btreannounce.py http://15bc86515fc1df90bc562f3fb8d4ab7efafbe5a4.bt.kenosisp2p.org:6969/announce Firefox%20Setup%201.0.1.exe.torrent
old announce for Firefox%20Setup%201.0.1.exe.torrent: http://bittorrent.mozilla.org:6969/announce

然後就變成這樣:

Firefox%20Setup%201.0.1.exe.torrent
info hash: 15bc86515fc1df90bc562f3fb8d4ab7efafbe5a4
announce url: http://15bc86515fc1df90bc562f3fb8d4ab7efafbe5a4.bt.kenosisp2p.org:6969/announce
Unable to retrieve tracker information about torrent: Unable to determine URL to tracker information (scrape) server.
Bytes File
4,816,320 Firefox Setup 1.0.1.exe