Notes: October 2004 Archives

PKBrowser

| | Comments (0)

PKBrowser 是個簡單的 IE base 的瀏覽器, 方便網頁設計者不用切換解析度就能觀看在不同解析度的效果, URL 會記憶.
有三種解析度版本, PureBasic 寫的, 附 Source
640x480版
800x600版
1024x768版

PS. P stand for Pank, K stand for Kelly :)

Making a patch file

| | Comments (0)

diff -uNr file.old file.new > file.patch

Crusoe Transmeta CMS Bug

| | Comments (0)

http://www.cs.auc.dk/~fleury/bug_cms/
這個問題是造成日本客戶 F1 問題的原因, 這是怎麼也料想不到的

回來後陸續作了一些測試, 都沒有找到主要的原因, 後來我根據 Error Message 找了很多相關討論, 終於找到這篇 report

簡單地說這個問題是因為 Transmeta CMS Bug 所致
有兩個解決方式
1. 更新 CMS 至 4.4.x 以上
2. 軟體修正, X window 時不使用一些最佳化的參數, 避免去觸發這個 bug

更新 CMS 有困難, 所以需採用軟體修正方式
更新 X 後, 經測試證實, 的確是這個問題

ref.
http://lists.debian.org/debian-x/2004/02/msg01000.html
http://lists.debian.org/debian-x/2004/07/msg00915.html
http://lkml.org/lkml/2004/8/10/80

北京旅遊雜記

| | Comments (0)

10/11(一)
五人大陸團成員: 黃同學、胖子學長、吳Sir、Kelly跟我
搭下午二點多的華航班機, Delay 了約半個小時,
華航整體看來比長榮的差, 這次所搭的飛機沒有個人娛樂系統, 長榮的空中小姐比較漂亮,
到香港機場轉機, 香港機場的免稅商店街滿大的, 果然是購物天堂.
乘坐中國國際航空公司的班機前往北京, 老外並不多, 大都是東方人.
航程大約 3:30. 到達北京首都機場, 很多人要通關, 花了 20 分鐘才通關,
有一些司機在拉客, 喊價 150RMB (黃同學說和打車差不多, 就搭了),
分乘兩台車到下榻的東交民巷飯店, 換了 300USD + 7000円 (我去日本用剩的) 的人民幣,
=2988.18RMB.
東交民巷飯店是家四星級飯店, 離天安門很近, 步行約十分鐘.
到王府井小胡同吃宵夜, 此時大部分的店家都關了,
吃完後搭黃包車(沒想到現在還有人力拉車)回飯店(10RMB).

MSN 7.x fix

| | Comments (0)

Patch program for all version Download
(Include 6.x and 7.x version)

// Multi-Open
Find 0F 85 B5 01 00 00 6A
Edit 90 E9 -- -- -- -- --

// No-Search
Find 1st idSearchContainer (ASCII)
look forward for bottom, edit as none

// No-Tab method 1
Find 1st tabmanager (ASCII)
look forward for left, edit as none

// No-Ad
Find 62 6F 74 74 6F 6D 20 6C 61 79 6F 75 74 3D 76
Edit 6E -- 6E 65 20 20 -- -- -- -- -- -- -- -- --
ASCII
Find bottom layout=v
Edit none

// No-Tab method 2 (registry)
regedit
[HKEY_CURRENT_USER\Software\Microsoft\MSNMessenger\PerPassportSettings\YOUR_ID_NUMBER]
"DisableTabs"=dword:00000001

YOUR_ID_NUMBER is a number according your MSN account

/home/bbs newfs parameter

| | Comments (0)

newfs -b4096 -i2048 -m0 最適合
newfs -b4096 -i1024 -m0 inode 會稍微不夠

crontab not work?

| | Comments (0)

放在 crontab 裡排程的程式, 若發現沒有跑,
可在指令後加 > /tmp/stdout 2> /tmp/stderr
再看 /tmp/stdout /tmp/stderr 即可查出問題

根據我的經驗, 通常是路徑問題、程式執行有錯、參數有誤

Pages

March 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 entries in the Notes category from October 2004.

Notes: September 2004 is the previous archive.

Notes: November 2004 is the next archive.

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