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 安裝目錄即可.

Thecus N5200B Pro

user-pic
Vote 0 Votes

最近敗了 Thecus N5200B Pro
5 Bay, 支援 RAID 5, RAID 6 等, iSCSI, 熱抽換, 自動重建.
iSCSI 實在是不錯的東西, Windows 只要裝個 iSCSI Initiator ,
就可以透過 iSCSI 把 NAS 的空間當實體硬碟來用(裝置管理員可以看得到).
用 5 顆 500G 的 HD, 跑 RAID 6, 可用空間是 1391.6 GB (原來總空間的 60%)
ThecusWiki(非官方的)這邊有一些 Module, 若要連進去只要裝 SSHD + SYSUSER 就行了.

註: RAID 5 可以容許 1 HD failed, 最少要 3 HD, RAID 6 是 RAID 5 的延伸, 可以容許 2 HD failed, 最少要 4 HD

ref. Thecus N5200PRO NAS

2008-09-11 Update: 補充
1. 五顆 500G 重建約需 10-12 小時
1. iSCSI 可以多人同時使用
2. NFS 的 mount point 是 full path, 像這樣 /raid0/data/dir
4. Gateway 若不通, 會造成 mount time out 的問題

2008-10-21 Update: 改版還滿勤的, 自購買後已經出了兩版號, v2.00.14 dl
2009-03-01 Update: v2.00.15

BGP Security Hole

user-pic
Vote 0 Votes

Revealed: The Internet's Biggest Security Hole
利用這個 BGP 漏洞, 有 BGP Router 的人, 就有機會可以監聽他人的封包,
可以監看流向目的 IP 的封包.

ref. Internet另一超級漏洞被公布

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.

Mail Subject Encoding

user-pic
Vote 0 Votes

根據 RFC 2047 的規範, Mail Header 中的 Non-ASCII Text 要用這個格式
「=?charset encoding?encoding code?header content?=」
encoding code 有可能是 b (base64編碼) 或 q (QP編碼)
例如:「測試郵件」編碼後就變成「=?UTF-8?B?5ris6Kmm6YO15Lu2?=」
用 PHP 的話可以用 mb_send_mail(), 會自動幫你編碼.

ref. 石頭閒語:PHP mail() and charset encoding question

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

IRTI Text-to-Speech Engine

user-pic
Vote 0 Votes

Live Godaddy Promo Codes

user-pic
Vote 0 Votes

Live Godaddy Promo Codes
這個網站收集了一些 Godaddy 的 Proto Codes, 有要註冊 domain 的記得拿去用.

MSN build-in emotions

user-pic
Vote 0 Votes

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 from August 2008 listed from newest to oldest.

July 2008 is the previous archive.

September 2008 is the next archive.

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

Monthly Archives