2010年5月11日 星期二

Slingbox PRO-HD設定備忘

新版firmware對於ANT IN的設定不能直接選擇analog cable然後讓它自己掃描,得要指定zip code後,選擇供應商然後開始掃描,可以使用80133,出現的幾家系統供應商,頻道連續性比較好,幾乎可以涵蓋台灣常用頻道。

2010年3月12日 星期五

設定lftp的utf-8支援

原本慣用的ncftp在DS409+上顯示UTF-8檔案名稱一直有問題,google半天也找不出什麼解決方式。後來看到有人推薦lftp,使用ipkg安裝後,目前似乎可以正確顯示本地端與遠端的UTF-8檔案名稱,包含簡繁中文與日文都OK。

>lftp -u username server.domain.com
Password: [your password]
>cache off
>set file:charset utf8
>set ftp:charset utf8

這樣就OK了,還需要看一下說明,如何將這些變數作為預設值

http://dbzhang801.blogspot.com/2006/09/lftp.html

2010年2月9日 星期二

更換Synology Amule的nodes.dat與server.met(轉載)

1.先到下列網址下載

nodes.dat (for Kad連線)
http://www.nodes-dat.com/

server.met
http://ed2k.2x4u.de/index.html


2.將 Emule功能關閉

3.用telnet 進 root,

CD目錄到 /usr/syno/etc/amule/

4.將下載的檔案覆蓋CP原來 /usr/syno/etc/amule/

就可以增加許多 ED2K server和 Kad 連線。

2009年3月21日 星期六

GPRS 自動關閉

HKEY_LOCAL_MACHINE\Comm\ConnMgr\Planner\Settings\
SuspendResume = GPRS_bye_if_device_off
CacheTime = xxx (where xxx are seconds before auto disconnect, for me the best value is 60)

2008年8月8日 星期五

regshot

逛網路看到的
http://sourceforge.net/projects/regshot

可以針對registry內容製作snapshot..可以比對安裝軟體前後的更動
Regshot is an open-source(GPL) registry compare utility that allows you to quickly take a snapshot of your registry and then compare it with a second one - done after doing system changes or installing a new software product.