杜拜七星級帆船飯店的座標:
25° 8'30.27"N
55°11'7.22"E
人工島
25° 6'49.06"N
55° 8'27.92"E
24°59'50.39"N
54°59'38.82"E
注意,可以用 Google Map 直接依座標找到,如下:
25° 8'30.27"N = 25.141741 = 25 + 8/60 + 30.27/3600 ?
55°11' 7.22"E = 55.185339 = 55 + 11/60 + 7.22/3600
http://maps.google.com/maps?ll=25.141741,55.185339&spn=0.1,0.1&t=k&hl=en
25° 6'49.06"N = 25.112358
55° 8'27.92"E = 55.140398
星期日, 7月 23, 2006
Remove "Zombie" for unknown pid shown in executing "who"
cd /var/run
rm utmp
touch utmp
chgrp utmp utmp
chmod g+w utmp
after that, if you execute "who", no user will be shown, but they will be updated on the next login.
Yes, it works.
rm utmp
touch utmp
chgrp utmp utmp
chmod g+w utmp
after that, if you execute "who", no user will be shown, but they will be updated on the next login.
Yes, it works.
星期六, 7月 22, 2006
Linux Converter for DigiMemo A501
DigiMemo是一個 非常有趣的電子記事本;有人已經準備好了他的Unix/Linux Perl版程式 ,有的人一定要試用一下﹍我還沒有用過!!!!
http://www.etes.de/opensource/digimemo_a501_converter_linux/en
另外在Mobile01中有有同好準備了MS.NET "AceCad A501 電子筆記本格式拆解程式",有空時再來試一下。
http://www.etes.de/opensource/digimemo_a501_converter_linux/en
另外在Mobile01中有有同好準備了MS.NET "AceCad A501 電子筆記本格式拆解程式",有空時再來試一下。
星期五, 7月 21, 2006
Fedora 3 新酷音輸入安裝 scim-chewing
很久沒有update blog,今天突然發現這一個好的注音輸入法,重點是他是open source software,那一天很閒時,可以自行修改(哈! 如果有那麼一天) 。他有一個最重要的特徵---跨平台:Linux, Windows皆可。首頁在 智慧型注音輸入法發展總部。
Windows 的安裝很簡單,直接下載安裝檔就可以了;現在這篇文章就是用酷音輸入完成的。
Fedora 5 應該也不是問題(內建),Fedora 4 可參考http://www.seamxr.com/blog/?cat=3;事實上,可能fedora 3 也可以照樣畫葫蘆,不過一開始沒找到這一篇,所以我的方法有些不同(It can also be used in Fedora 4. I tried it already):
1.Download libchewing-0.3.0.tar.gz 及 scim-chewing-0.3.1.tar.gz
2.Download scim-1.4.4
3.compile and install Download scim-1.4.4 (./configure , make , make install)
4.copy /usr/local/lib/pkgconfig/scim.pc and scim-gtk*.pc to /usr/lib/pkgconfig ---> necessary for building the scim-chewing
5.Complie and install libchewing and scim-chewing (./configure --prefix=/usr, make , make install)
6.finally, edit /etc/X11/xinit/xinput.d/zh_TW and change the following items
(a) XIM=SCIM
(b) XIM_PROGRAM=scim
(c) XIM_ARGS=”-x scim”
(d) GTK_IM_MODULE=scim
7. Execute scim -d (若要每次log in都使用scim,可在~/.bashrc 加入 scim -d)
8. Ctrl-Space 就可以使用囉!
註記一下,我的 /etc/sysconfig/i18n 的設定是(English environment with Chinese input capability)
LANG="zh_TW.UTF-8"
SUPPORTED="zh_CN.UTF-8:zh_CN:zh:zh_TW.UTF-8:zh_TW:zh:en_US.UTF-8:en_US:en"
SYSFONT="lat0-sun16"
Windows 的安裝很簡單,直接下載安裝檔就可以了;現在這篇文章就是用酷音輸入完成的。
Fedora 5 應該也不是問題(內建),Fedora 4 可參考http://www.seamxr.com/blog/?cat=3;事實上,可能fedora 3 也可以照樣畫葫蘆,不過一開始沒找到這一篇,所以我的方法有些不同(It can also be used in Fedora 4. I tried it already):
1.Download libchewing-0.3.0.tar.gz 及 scim-chewing-0.3.1.tar.gz
2.Download scim-1.4.4
3.compile and install Download scim-1.4.4 (./configure , make , make install)
4.copy /usr/local/lib/pkgconfig/scim.pc and scim-gtk*.pc to /usr/lib/pkgconfig ---> necessary for building the scim-chewing
5.Complie and install libchewing and scim-chewing (./configure --prefix=/usr, make , make install)
6.finally, edit /etc/X11/xinit/xinput.d/zh_TW and change the following items
(a) XIM=SCIM
(b) XIM_PROGRAM=scim
(c) XIM_ARGS=”-x scim”
(d) GTK_IM_MODULE=scim
7. Execute scim -d (若要每次log in都使用scim,可在~/.bashrc 加入 scim -d)
8. Ctrl-Space 就可以使用囉!
註記一下,我的 /etc/sysconfig/i18n 的設定是(English environment with Chinese input capability)
LANG="zh_TW.UTF-8"
SUPPORTED="zh_CN.UTF-8:zh_CN:zh:zh_TW.UTF-8:zh_TW:zh:en_US.UTF-8:en_US:en"
SYSFONT="lat0-sun16"
訂閱:
文章 (Atom)