2011年8月19日 星期五

安裝多個firefox在Ubuntu上

你可以到這邊下載
http://releases.mozilla.org/pub/mozilla.org/firefox/releases/  - 升級包
ftp://ftp.mozilla.org/pub/firefox/releases/ - 安裝檔

 Ref:
http://liunian.info/mutiple-version-firefox.html

將下載好的firefox-3.6.20.tar.bz2, firefox-4.0.tar.bz2 解壓縮好

進入各個目錄後 下這個重要的command
./firefox -profilemanager -no-remote


cd firefox-3.6.20/
./firefox -profilemanager -no-remote
建立設定檔
下一步
輸入新設定檔案名稱  firefox-3.6.20
選擇資料夾(使用者設定,偏好設定都會存在在此)
按下完成
啟動Firefox




透過Facebook分享

2011年8月18日 星期四

Windows環境安裝IE6, 8 (for 測試)

Ref:
http://blog.miniasp.com/post/2009/03/28/Useful-tools-Internet-Explorer-Collection.aspx

使用工具為Internet Explorer Collection



透過Facebook分享

2011年8月16日 星期二

vimdiff比對檔案 忽略空白

vimdiff a.txt b.txt
:set diffopt+=iwhite

Ref:
http://zh-tw.w3support.net/index.php?db=so&id=1265410

透過Facebook分享

製作/apply patch

 製作patch
 diff -ruN FolderA FolderB > difference.patch
也可適用於file
diff -ruN FileA FileB > difference.patch

Apply patch
patch -p0 < difference.patch

example:
<script src='http://pastie.org/2379091.js'></script>
http://pastie.org/2379091

html mode Ref:
http://www.reality.hk/articles/2004/08/31/268/



透過Facebook分享

2011年8月15日 星期一

pastie test on blogger

失效了?
<script src='http://pastie.org/2373978.js'></script>

透過Facebook分享

bootchart for embedded - bootchart-lite

安裝java
安裝ant
<script src='http://pastie.org/2373889.js'></script>

download bootchart 

build bootchart
<script src='http://pastie.org/2373891.js'></script>

使用bootchart.jar去產生png ok

<script src='http://pastie.org/2373911.js'></script>

先前問題:
使用sudo apt-get install bootchart
所安裝出來的工具bootchart
直接產生png目前會有問題
錯誤訊息如下
http://pastie.org/2373917


Ref:
http://blog.csdn.net/magicyu2/article/details/6292440

透過Facebook分享

2011年8月14日 星期日

面對人生不同的挑戰 你應該要有多種態度去面對

換工作這三個月
我太習慣用理性的方式去解決問題
下意識或是習慣性以為可以用這種方式去解決所有問題

人生歷練不夠豐富
我還沒有辦法用多種態度去處理多種情況
到不是覺得自己不行做到
只是現在的我太習慣用一種態度去處理
習慣到我不知道該用不同種態度去面對不同的問題




透過Facebook分享