6月 27
Linux use “find” to search files
icon1 ken666 | icon2 未分類 | icon4 06 27th, 2009 @ 08:06 am| icon3沒有留言 »

 

find -iname "*.*" | xargs grep iR "search content"

6月 21

 KINGMAX SuperStick 4GB 真正防水! 同D衫一齊流都冇事!

經真實測試(其實係意外….) 

Kingmax SuperStick 真係防水! 洗完都一D事都冇, 一樣甘快….D FILE 完全正常 !!!

http://www.kingmax.com.tw/ch_03_product_content.asp?sn=34

 

6月 13

 T60 and T60p:
only 3GB will be addressable regardless of operating system used.

this is a physical limitation and there is absolutely no workaround. 

 

6月 6
Fedora 10 got invisiable Pointer ?
icon1 ken666 | icon2 未分類 | icon4 06 6th, 2009 @ 02:06 pm| icon3沒有留言 »

 

Here are  few steps to fix this issue

0. Install Ubuntu if you wish …

1. Open Terminal  (Applications > System Tools > Terminal )

2. type "su"

3. type your login password

4. edit the /etc/X11/xorg.conf ( i use vi , you may copy it to your home dir and chown and editon with GUI text editor )

5.  in Section "Device"

add two line

Option "HWCursor" "off"

Option "SWCurosr" "on"

6. Control+Alt+Backspace to restart x window

7. You should see the pointer back

Good Luck : )