加入 Microsoft Visual Studio Runtime (crt.msi)
因為這是必要元件, 若沒有此元件, 會出現:
無法啟動這個應用程式,因為應用程式的設定不正確。重新安裝應用程式應該可以修復這個問題。
之前裝沒問題的人表示已經裝過該元件了.
請至 IM 頁下載.
April 2009 Archives
現在系統環境幾乎都是用 UTF-8 編碼, 使用不支援 UTF-8 編碼的 FTP Client 例如 IE 就會看到亂碼.
ProFTPD configure 時加上 --enable-nls 參數
在 proftpd.conf 加上 UseEncoding local-charset client-charset (此參數 1.3.2rc1 以後才有)
例如:
繁體中文環境 UseEncoding UTF-8 Big5
簡體中文環境 UseEncoding UTF-8 GBK
如此用 不支援 UTF-8 編碼的 FTP Client 連上來, ProFTPD 就會自動轉碼成 client-charset
Gmail 空間使用超過 95%, 就會出現提示
You are almost out of space for your Gmail account.
You can view our tips on reducing your email storage or purchase additional storage.
在購買空間前不曉得有沒有辦關掉這提示, 滿礙眼的.
http://en.utrace.de
輸入 IP 就可以在 Google Maps 上顯示大致上的位置
Voipstunt, Internetcalls 這兩套軟體, 都可以打免費市話, 包含台灣.
直接講範例比較容易了解
HostA 本地主機, Linux
HostB 遠端主機, Linux
HostC 其他主機
-L (Local Port Forwarding) 使用時機
ssh -fgNL 7777:HostC:7777 user@HostB
建立 HostA:7777 經由 HostB 到 HostC:7777,
在 HostA 連 localhost:7777 就會通到 HostC:7777
-R (Remote Port Forwarding) 使用時機
ssh -fNR 2222:HostC:22 user@HostB
建立 HostB:2222 經由 HostA 到 HostC:22
在 HostB 連 localhost:2222 就會通到 HostC:22
ssh -fNR 2222:127.0.0.1:22 user@HostB
在 HostB 連 localhost:2222 就可以連到 HostA:22
註1: root 權限才能使用 1023 以下的 Port, 一般 User 只能使用 1024 以上的 Port
註2: 在 Windows 下可以用 PuTTY 的 GUI 或 plink, 一樣有 -L -R 參數,
可參考 gslin 的 用 PuTTY 的 tunnel 安全地瀏覽網頁
recipient_bcc_maps 可以監察某收件者信, 寄給指定 Email
sender_bcc_maps 可以監察某寄件者信, 寄給指定 Email
在 main.cf 加入
recipient_bcc_maps = hash:/etc/postfix/recipient_bcc
sender_bcc_maps = hash:/etc/postfix/sender_bcc
設定檔 recipient_bcc, sender_bcc 的格式是
第一個欄位是被監察者的 Email, 第二個欄位是轉寄的 Email,
若要監察某人進出的信, 兩個檔案都要加.
設好後
postmap recipient_bcc_maps sender_bcc_maps
postfix reload
若是要監察所有進出的信, 用 always_bcc
UVC 是 USB video class
使用支援 UVC 的設備(WebCam等)配合支援 UVC 的作業系統就不需 Driver,
Windows XP SP2 之後, Linux Kernel 2.6.26 之後就有支援 UVC.
Pure Windows Live Messenger Build 8.5.1302 繁體中文版
唯一差別是有改 ProductVersion, 不會出現叫你更新的訊息
Forum 有放出 DVDISO BT 檔, 下載速度滿快的.
載點
http://mirror.centos.org/centos/5.3/
http://mirrors.kernel.org/centos/5.3/
http://ftp.twaren.net/Linux/CentOS/5.3/
Recent Comments