Protected: Letter : secret

There is no excerpt because this is a protected post.

最近生活被Linux圍繞著…除了nb是ubuntu之外,
連我剛剛還在猜CloneZilla是啥鬼…

原來是台灣之光『再生龍還原系統』….
用vbox開來看看…結果發現又是一個debian..:D

已經知道ubuntu . . . → Read More:

設定小紅點中鍵 for T43

修改/etc/X11/xorg.conf

Continue reading 設定小紅點中鍵 for T43

國網中心sources.list

每次更新Ubuntu都粉慢嗎?
可以把國網中心加入sources.list即可.

deb http://ftp.twaren.net/ubuntu feisty main restricted universe multiverse
deb http://ftp.twaren.net/ubuntu feisty-updates main restricted universe multiverse
deb http://ftp.twaren.net/ubuntu feisty-security main restricted universe multiverse
deb http://ftp.twaren.net/ubuntu feisty-backports main restricted universe multiverse
deb-src http://ftp.twaren.net/ubuntu feisty main restricted universe multiverse
deb-src http://ftp.twaren.net/ubuntu feisty-updates main restricted universe multiverse
deb-src http://ftp.twaren.net/ubuntu feisty-security main restricted universe multiverse
deb-src http://ftp.twaren.net/ubuntu feisty-backports main restricted . . . → Read More: 國網中心sources.list

How to use the usb device in VirtualBox

step1:建立usbfs的群組

sudo addgroup usbfs

step2:注意usbfs組的id號,假如是1002,然後修改/etc/fstab,加入一行:

sudo gedit /etc/fstab

將none /proc/bus/usb usbfs devgid=1002,devmode=664 0 0加到最後一行關掉並且存檔。

step3:把當前帳號加入到usbfs組中:

sudo usermod -G usbfs . . . → Read More: How to use the usb device in VirtualBox

放逐

2008/10/17 放逐

今天起個大早…先去看皮膚科…約9點半…搞定…

去那??

好久沒有看海了…

去海邊吧…

就騎著『小狼』…往北去…

北海岸…

照了幾張相…回程走陽金…

不過每一次經過的時候都覺得往台北的路標…寫錯了??

『五公里』到台北??

我想他因該是指到台北邊境…五公里吧…囧

就跟他上面寫一公里到『陽明山國家公園』一樣…囧

Continue reading 放逐

Protected: 漩渦

There is no excerpt because this is a protected post.

面對自己…

. . . → Read More: 面對自己…

企鵝幫魚,魚幫兔

. . . → Read More: 企鵝幫魚,魚幫兔

ssl_error_ssl2_disabled error

學校的無線有NAC (Network Access Control),設備的SSL是2v(RFC2246),

因為Firefox 3 and IE 7,都只支援新版的ssl 3v.(舊規格被disable)

以至於Firefox 3 and IE 7都會出現『ssl_error_ssl2_disabled error’

這裡提供Firefox 3的解決方法,

請在url key『about:config’

將下面的項目enable即可,

* security.enable_ssl2, to enable SSL2 itself
* security.ssl2.des_64,
* security.ssl2.des_ede3_192,
* security.ssl2.rc2_128,
* security.ssl2.rc2_40,
* security.ssl2.rc4_128 and
* security.ssl2.rc4_40, to enable the different . . . → Read More: ssl_error_ssl2_disabled error