Category Archives: Software

Software

OpenVPN

有人試過在 上使用 2.0rc16 + natd 的嗎?(用 dev tap 或是 dev tun 都可以)

我現在的問題是,client (10.8.0.2) -> natd 正常、natd -&gt> Internet 正常、Internet -> natd 正常,但是 natd 到 client 傳不過去。

用 tcpdump 檢查,發現 tap0 與 tun0 都沒有封包,用 ping 直接 ping client 10.8.0.2 發現不會通,而且 tap0 與 tun0 都沒有封包…

看起來是 FreeBSD routing 的問題 (跟之前 gif0 的問題超像),弄到我快起笑了 -_-

微軟的 Anti-spyware 願意賠償 bug 所造成的損失?

Slashdot 報導「Microsoft Will Pay If Its Bugs Damage Your Data」,不過原來在 CNet 的標題更機車:「Microsoft offers $5 windfall for errant software」XD

不過光看標題是不夠的,內文是:

According to the AntiSpyware Beta end-user license agreement (EULA), Microsoft will reimburse direct damages up to $5 for problems associated with the new downloadable tool that wards off spyware, adware and any other “potentially unwanted software.”

只有 AntiSpyware,歸類到 Joke 去 -_-

這讓我想到「每當機一次就賠 USD$1」的笑話 :P

換回 DSpam

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

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

如果你要透過 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

Mozilla Firefox 1.0.1 正式推出

這是 Mozillazine 的新聞:Mozilla Firefox 1.0.1 Released,這次的修正包括了幾個 security issue (最有名的當就是 IDN 的問題了),還有幾個 bugfix,不過沒看到 tab memory leak 被列出來?

非正式 changelog 可以看這裡:unofficial Firefox 1.0.1 changelog

另外一點,1.0.1 英文版的部分可以用 Bittorrent Download:Official Mozilla BitTorrents,應該去推廣用 kenosis 的…。