Jun
13
2010
0

replace metacity with mutter and gnome-shell

after install mutt and gnome-shell , it’s time to switch to gnome-shell , the next generation gnome window manager

first , backup this value with command

gconftool-2 –get /desktop/gnome/session/required_components/windowmanager

white down or take screen shot to backup the old value

and set new value to switch to gnome-shell with command

gconftool-2 –set /desktop/gnome/session/required_components/windowmanager –type string gnome-shell

then logout , login again , it’s done

Written by damon in: it |
Jun
13
2010
0

setup my debian testing ready for next generation gnome 3

this morning , i remove , purge and replace with new packages , to fit the next generation gnome 3 which will release on October 2010

remove gdm , and replace with gdm3

remove epiphany-browser , and replace with iceweasel

remove metacity , and replace with mutter

add new package : gnome-shell

for new installed system , install these packages before install whole gnome-desktop-environment packages

apt-get install gdm3 iceweasel mutter gnome-shell

then

apt-get install gnome-desktop-environment

for testing gnome 3 new interface

apt-get install gnome3-session

and select gnome 3 session when login with gdm3

Written by damon in: it |
Jun
11
2010
0

日本北海道帶回來的玄米茶

很特別的罐裝圖案,因為罐子的圖案才買得,送給親朋好友的

Written by damon in: life |
Jun
10
2010
0

5月25日,北海道之旅第五天

要回台灣了,回去之前去參觀kirin的千歲啤酒廠

Written by damon in: life |
Jun
10
2010
0

5月24日,北海道旅遊第四天

北海道舊道廳的櫻花,盛開得櫻花真美

很貴,吃不飽,吃起來滿好吃的政壽司,據說是將太的壽司的場景

小樽的煤油燈咖啡館,古色古香

小樽運河

扎幌市區的貍小路

九州的一風堂拉麵,扎幌分店,只是吃起來,個人覺的普普,不優

Written by damon in: life |
Jun
10
2010
0

5月23日,北海道旅行第三天

函館當地的電車

函館朝市裡面的店家,供應現烤的海鮮,扇貝真好吃

大沼公園騎連著的腳踏車

洞爺湖

忘記名字的泉水地區,喝起來很甘甜

飯店的日本火腿隊的大型海報,到火腿隊的大本營,一定要拍一張

Written by damon in: life |
Jun
10
2010
0

5月22日,北海道之旅第二天

登別溫泉的櫻花

北海道南端最大的水族館,其實不大,人也不多的樣子,不過還ok啦,也是這幾天少數要付門票的行程

午餐吃壽喜燒,好吃,大概是累了還是餓了,吃起來滿好吃的

函館夜景,人多到爆,拍照位置很難搶,最好的拍照位置被當地管理單位圍起來,用來拍付費的紀念照

函館有名的鹽味拉麵

Written by damon in: life |
Jun
10
2010
0

5月21日,北海道之旅第一天

出國好像一定要拍這個

登別溫泉的源頭,地獄谷,大概是因為溫度跟地質的關係,山谷上植物不多

春天一定要看得櫻花

第一天的晚餐,牛肉真好吃,其他就沒特別印象

登別溫泉街上的拉麵店,好吃的地獄拉麵,點3辛,其實不辣,只是顏色很紅,一個人吃完一碗10辛的,就可以在牆上留名,表示挑戰成功

Written by damon in: life |
May
19
2010
2

install google chrome and opera on debian testing amd64

This afternoon , I give google chrome and opera a chance to be installed on my laptop which running debian testing amd64

Here is how to install them

download chrome for linux from google http://www.google.com/chrome

And install chrome with command , and installation will add google’s pgp key and add chrome apt source to /etc/apt/source.list.d/

sudo dpkg -i google-chrome-beta_current_amd64.deb

Add another apt source to /etc/apt/source.list.d/ with this apt settings

deb http://deb.opera.com/opera-beta/ testing non-free

Download and install pgp key for opera with command

wget http://deb.opera.com/archive.key

sudo apt-key add archive.key

sudo apt-get update

sudo apt-get install opera

That’s all , chrome and opera are ready to work

Written by damon in: it |
Apr
17
2010
1

資料從ntfs硬碟複製回linux硬碟之後的狀況

這兩天把資料從ntfs格式的外接硬碟複製回ext4的partition,發現檔案屬性都變成可執行了,檔案實在太多,要一個一個改屬性實在太花時間,問了強者之後,有各指令可以一次解決

­find . -type f -exec chmod o-x,u-x,g-x {} \;

跑完就解決了

Written by damon in: it |

Powered by WordPress | Aeros Theme | TheBuckmaker.com