Software: August 2008 Archives

Navicat for Oracle

user-pic
Vote 0 Votes

Navicat for OracleNavicat 新出的 Oracle Client,
目前僅有 Lite 版本, 是 Free 的.
在使用前, 需安裝 Oracle Database Instant Client
把下載下來的 zip 檔解開放到 Navicat for Oracle 安裝目錄即可.

Windows bootcfg

user-pic
Vote 0 Votes

Windows 2000/XP/Vista 有個 bootcfg 指令, 可以顯示或設定 boot.ini 的參數,
bootcfg 不加任何參數可以顯示目前的設定:
C:\>bootcfg

開機載入器設定
--------------------
timeout: 3
default: multi(0)disk(0)rdisk(0)partition(3)\WINDOWS

開機項目
------------
開機項目識別碼: 1
好記的名稱: "Microsoft Windows XP Professional"
路徑: multi(0)disk(0)rdisk(0)partition(3)\WINDOWS
OS 載入選項: /noexecute=optin /fastdetect

開機項目識別碼: 2
好記的名稱: "Microsoft Windows 98"
路徑: c:\
OS 載入選項: N/A

開機項目識別碼: 3
好記的名稱: "Ubuntu"
路徑: c:\wubildr.mbr

更改開機選單的 timeout 時間:
C:\>bootcfg /timeout 3
成功: 已變更 boot.ini 中的等候時間值。

Version 2009 (Build 14.0.3921.717)
Download Link

ref. A-Patch for Windows Live Messenger 9.0

在執行 iptraf 若看到此訊息: Warning: unable to tag this process
只要建 /var/run/iptraf/ 這個目錄即可

ref. Bug in IPTraf 3.00 - Warning: unable to tag this process when running IPTraf.

PHP 4.4.9 is last PHP4 release

user-pic
Vote 0 Votes

日前推出的 PHP 4.4.9PHP4 最後一個版本, 以後不會再有任何更新.
PHP4 的生命期從 2000-05-22 開始到 2008-08-07, 長達八年的時間.

ref. Official Support For PHP 4 Ends

Telnet.pm maxbufsize

user-pic
Vote 0 Votes

perl 裡的 Telnet.pm, 預設的 maxbufsize 是 1_048_576 (1M),
若在執行時遇到 maximum input buffer length exceeded 或 pattern match timed-out, 很可能是 maxbufsize 不夠,
可修改 Telnet.pm, 加大此預設值
maxbufsize => 10_485_760,
改成 10M

若不改預設值可以這樣設定
use Net::Telnet ();
$telnet = new Net::Telnet (Timeout => 20);
$telnet->max_buffer_length(10485760);

WordPress 中文語系檔

user-pic
Vote 0 Votes

我的普立茲 這邊都有最新的 WordPress 中文語系檔
語系檔(zh_TW.mo,zh_TW.po)放到 wp-content/languages
(若無 languages 目錄需建立)
修改 wp-config.php
define ('WPLANG', 'zh_TW');

ref. WordPress 2.6 正體中文語系

About this Archive

This page is an archive of entries in the Software category from August 2008.

Software: July 2008 is the previous archive.

Software: September 2008 is the next archive.

Find recent content on the main index or look in the archives to find all content.

Software: Monthly Archives

Monthly Archives