= 2010-11-14 = == USB over IP == * 這個問題先前在 ICOS 被問過,今天想玩一下,可是測試過 Win7 不支援,可能得 XP 才行。 * [參考] [http://cha.homeip.net/blog/2010/01/480.html USB over IP network - 網路分享 USB 裝置] * [http://www.howtoforge.com/how-to-set-up-a-usb-over-ip-server-and-client-with-ubuntu-10.04 How To Set Up A USB-Over-IP Server And Client With Ubuntu 10.04] * 註記:Win7 要安裝 bus.ini 必須打 hdwwiz 然後選擇由指定路徑安裝,選擇 bus.ini 才能安裝。 {{{ #### 在 Ubuntu 10.04 上做的動作: sudo apt-get install usbip sudo modprobe usbip sudo modprobe usbip_common_mod sudo usbipd -D sudo lsusb sudo usbip_bind_driver --list sudo usbip_bind_driver --usbip 1-1 ### 這裡的 1-1 根據實際要分享的 USB 決定 #### 在 Windows XP 上做的動作 cd \usbip-win usbip --list 192.168.1.100 ### 列出 usbipd host 所提供的 usbip 裝置 usbip --attach 192.168.1.100 1-1 ### 掛載 usbipd host busid 1-1 的裝置 }}} == Google Reader == * 由於注意到 Google Reader 訂閱時會出現歷史的紀錄,因此最近在思考能否從歷史 RSS 當作爬取資料的來源(Ex. 給抓抓龍用),所以查了一下有沒有類似的作法。Google 的文章解釋了可行的作法: * [http://googlesystem.blogspot.com/2007/06/reconstruct-feeds-history-using-google.html Reconstruct a Feed's History Using Google Reader] {{{ http://www.google.com/reader/atom/feed/FEED_URL?r=n&n=NUMBER_OF_ITEMS }}}