Category Archives: Network

Network

Yahoo! Search Web Services

Jeremy Zawodny 的 blogYahoo! Search Web Services Launch! 這篇文章看到的。

Yahoo! Search 的 Web Services 正式開跑了,正式的公告在 Announcing the Yahoo! Search Developer Network and Search Web Services

Yahoo! Search Web Services 有提供 SDK,所有的服務都以 REST 的方式與 client 溝通。包含了 Image Search、Local Search、News Search、Video Search 以及大家最常用的 Web Search。

同時,不像 Google APIs 以 User ID 為主,Yahoo! Search 用的是 Application ID,這點在 Developer Network FAQ 裡面有說明。

向使用者敲詐

Boing Boing 看到 ISP 向使用者敲詐的新聞:Paying Canadian teclo an extra $50 makes IRC and ftp secure, somehow,事情的起因是這樣的:

Ports used by such ftp, telnet and IRC servers, among others, have been blocked. According to Telus, ‘These security measures are designed to reduce illicit traffic.’

換句話說有點像國內某些學校的搞法?*grin*

不過呢,你可以選擇被敲詐,這樣這些 port 就不會被 block 了:

But if home users upgrade to a business account (for $84.95 a month, rather than $29.95) the blocked ports magically become unstuck. There’s no mention, however, of increased security measures in the upgraded business accounts. Interpret this how you like.

kwebd

kwebd 是一個 based 的 distributed service,用法很簡單:在 url 後面加上 .kweb.kenosisp2p.org:8091 就可以了,譬如 http://cnn.com.kweb.kenosisp2p.org:8091/,不過目前測試發現不支援 HTTP/1.1 (沒有送 Host),這造成幾乎所有在外面買 web hosting 的全掛 :p

也許下個版本會支援?

加入的方法請安裝 0.941,以 為例:(ports 內目前的版本是 0.92)

cd /usr/ports/net/py-kenosis
vim Makefile (修改版本號碼,將 0.92 改成 0.941)
rm distfiles
make fetch makesum
make install clean

裝完以後修改 /usr/local/lib/python2.4/site-packages/kenosis/kwebd.py,把 127.0.0.1:5555 改成 root.kenosisp2p.org:5005 後,執行 python /usr/local/lib/python2.4/site-packages/kenosis/kwebd.py 理論上可以跑起來。不過我跑了三十分鐘還是沒有人來 query 我的 kwebd,看起來好像是加錯 initial node 了…

反正先放著跑看看…

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 的問題超像),弄到我快起笑了 -_-

StanaPhone

這是 OSNews 的新聞:StanaPhone: Skype’s big competitor?

StanaPhone is the first free telephone with real US phone numbers, and a Skype competitor.

另外一個重點是,StanaPhone 是走 SIP:

because their software is based on SIP and there are free SIP clients for all platforms, it is considered a platform-independant solution.

其實說的更慘的一點是,SIP 會遇到的問題他也會遇到。

Anyway,有機會抓下來玩玩。