Recently in Software Category

Windows bootcfg

| | Comments (0)

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 中的等候時間值。

Windows Live Messenger 9.0 Leaked

| | Comments (0)

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

| | Comments (0)

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

ref. Official Support For PHP 4 Ends

Telnet.pm maxbufsize

| | Comments (0)

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

WordPress 中文語系檔

| | Comments (0)

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

ref. WordPress 2.6 正體中文語系

因為 gnome-terminal 的 zoom_out hotkey Ctrl+-, 跟 joe editor 的 undo 相衝,
導致 joe 在使用時無法 undo, 很不方便.
以下是取消 zoom_in,zoom_out hotkey 的方法
gconftool-2 -st string /schemas/apps/gnome-terminal/keybindings/zoom_in disabled
gconftool-2 -st string /schemas/apps/gnome-terminal/keybindings/zoom_out disabled

ref. gnome-terminal source

下載 Linux 專用的 Java 軟體 並安裝
若 Firefox 裝在 /usr/local/firefox
cd /usr/local/firefox/plugins
ln -s /usr/java/jre1.6.0_07/plugin/i386/ns7/libjavaplugin_oji.so .
重新啟動 Firefox, 可以到 Java 測試頁 試一下 Java 有沒有 Work
實際路徑可能跟您裝的 jre 版本不同

ref. Mozilla PluginDoc: Java Runtime Environment

Go-OO

| | Comments (0)

Ghost 到一半自動關機?

| | Comments (0)

要備份系統時遇到詭異問題, Ghost 到一半電腦就自動關機(用 DOS 版 Ghost),
屢試不爽.
Google 一下, 參考了他人的討論, 最後做了磁碟掃描後就正常了.

August 2008

Sun Mon Tue Wed Thu Fri Sat
          1 2
3 4 5 6 7 8 9
10 11 12 13 14 15 16
17 18 19 20 21 22 23
24 25 26 27 28 29 30
31            

About this Archive

This page is a archive of recent entries in the Software category.

Programming is the previous category.

SQL is the next category.

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