
butterfly.Taiwan
山形尖叫,因為有山形才看的。
好怪的一部片。
==
看同事都是用NX也不是vncviewer,所以我也上網找文件設定了一下。
果然速度快了很多,不會像vncviewer那樣,卡得要命。
https://help.ubuntu.com/community/FreeNX
http://www.nomachine.com/download-client-windows.php
Two packages I used for this problem:
eeepc-acpi-utilities
eeepc-tray
http://sourceforge.net/projects/eeepc-acpi-util/
Introduction
I also found another package that can help you to quickly toggle H/W modules (wifi, bluetoo, webcam, etc).
eee-control
Now, it's time surfing~~

Seattle.US
It's hard to connect to plurk.com under ubuntu. So I tried to install Opera and set up the proper proxy for hinet network. And the result is: wonderful!
Here's the link, have fun!!
http://my.opera.com/Blazeix/blog/vimperator-for-opera

Taipei.Taiwan
J'ai fait le bar-bee-cue avec mes colleagues ce matin.
Cet endroit se situe pres de ma compagnie;
donc on s'est joint devant la compagnie.
= = =
In order to select a proper media player for the mss protocol in firefox, you have to add some new properties in about:config. Here's what I set for suit my own purpose.
network.protocol-handler.app.mms user set string /usr/bin/X11/smplayer
network.protocol-handler.external.mms user set boolean true
1.首先請把subversion裝起來,因為要利用它來抓一個package
$ sudo apt-get install subversion
2.利用svn抓usb-rndis-lite的原始碼
$ svn co http://synce.svn.sourceforge.net/svnroot/synce/trunk/usb-rndis-lite
cd usb-rndis-lite/
3.更改原始碼
$ vi rndis_host.c
在第524行,可以找到下面這段程式碼
if (tmp <>hard_mtu) {
dev_err(&intf->dev,
"dev can't take %u byte packets (max %u)\n",
dev->hard_mtu, tmp);
goto fail;
}請把它改成下面這樣:if (tmp <>hard_mtu) {
dev_err(&intf->dev,
"dev can't take %u byte packets (max %u)\n",
dev->hard_mtu, tmp);
retval = -EINVAL;
/* goto fail;*/
}4.編譯程式並安裝之
$ make
$ sudo ./clean.sh
$ sudo make install
5.把手機連上電腦,並且在手機上選擇Internet sharing的選項
6.讓它可以抓到dhcp傳來的ip address
$ sudo dhclient
Okay啦!
***
在epc 1000HE上,要讓它支援3D的超炫畫面也很簡單,只要到system->preferences->appearence下,Visual effects選擇Extra就行了。更多詳細的設定可以透過安裝某些package來達成。網路上有很多文件了,我就不再這兒多說了。
Here are some notes about what obstacles I encountered while writing this small app.
1. use python 2.5 instead of python 2.6
If you are using python version other than 2.5, it'd better that you install python2.5 too.
It will prevent you from bumping into a out-of-nowhere debugging error.
(I spent some time on finding this out on my ubuntu 9.0)
2. There's new_project_temple folder in the SDK root directory. That's where you can start with.
3. Do not use urllib from python library. Use urlfetch from google.appengine.api instead.
4. You can only upload/update your files to google app server, but you CANNOT download these files from the server!!
So, remeber to back up your files and use version control systems by yourself.
LINK:
http://onlinedict.appspot.com
REF:
http://code.google.com/intl/zh-TW/appengine/

Airport.Hong Kong
I saw the fly's eyes in the airport.
****
update-manager is a utility of ubuntu to help users update their packages in the system. With some parameters, users can also upgrade their system to a upper version. For example, 7.04 to 7.10; 7.10 to 8.04. As for me, it's 8.04 to 8.10. Wait!! Why is that? I though my system is already 8.10 for a long time. But it turns out to be 8.04. Wow wow wow. What a surprise!! How many enhancements in 8.10 I've missed!! I think maybe I was too busy in Oct. 2008, so I totally forgot this.
Everything went well too. Wonderful! Now I am enjoying my ubuntu 9.04 by posting this post on it.

Courier.Annecy.France
Qu'est-ce qu'il y a??? J'ai oublie ou j'ai prise cette photo. C'est incroyable!!! Il es au milieu d'Annecy. C'est ou je faisais les courses souvent. Apres chercher sur GoogleMap, je le retrouve encore. Il s'appelle Courier~~~
****
1. command line:
sudo modprobe loop
sudo mount -t iso9660 -o loop file.iso /media/iso/
2. create scripts for nautilus (gnome's file explorer)
cd .gnome2/nautilus-scripts/
vi Mount
#!/bin/bash
#
for I in "$*"
do
foo=`gksudo -u root -k -m "Enter your password for root terminal access" /bin/echo "got r00t?"`
sudo mkdir /media/"$I"
sudo mount -t iso9660 -o loop "$I" /media/"$I" && nautilus /media/"$I" --no-desktop
done
done
exit0
vi UMount
#!/bin/bash
#
for I in "$*"
do
foo=`gksudo -u root -k -m "Enter your password for root terminal access" /bin/echo "got r00t?"`
sudo umount "$I" && zenity --info --text "Successfully unmounted /media/$I/" && sudo rmdir "/media/$I/"
done
done
exit0
make Mount and UMount executable.
chmod +x Mountchmod +x Unmount
3. use a GUI tool similar to Daemon Tools
install gisomount
REF:
http://ubuntuguide.org/wiki/Ubuntu:Feisty#How_to_mount.2Funmount_Image_.28ISO.29_files_without_burning
****
Today, one of my colleagues asked me if I know any other tools that we can use to browse source codes efficiently. Well, it's a good question that I did not pay much attention with. While developing softwares with Visual Studio, it's common to only use its built-in intelligence engine. The intelligence engine can already fulfill most of the requirement of general programmers. If it's still notpowerful enough as a code browser, we usually use Source Insight as a second choice. Source Insight did a great job on cross referencing codes.
However, there's one drawback of Source Insight: it does not support unicode files so far. When it comes to unicode source files, you have only two options: first, convert all your source files into non unicode files, which is not a good way; second, use another tools to do the job for you.
Long time ago, I tried Source Navigator. So, I gave it another try with my current ongoing projects today. What I appreciate is, it can build the class heirarchy chart for me. The layout is clear enough to get a whole picture of class relationships. As for source code cross referencing, I found it a bit lousy and slow. Not sure if it's because my nb is not powerful enough.
REF:

Biei.Hokkaido
Easymule is a great application to download latest stuffs on the internet; however, it used to only exist on Windows platform. The only similar application I know on linux is amule. While amule is doing a good job sometimes, it's hard to find asian resources. I am not sure if it's because I did not add the right servers or not.
Now easymule is ported to Linux. What a great news!
Long Live LInux~~~
附上一張今天的晴天圖:

Here's a quick fix to the problem that I had for a long time.
*****
For those of you who are saying that you don't know how to use a hex editor, no worries. Here is a link to the patched shoutcast plug-in. Download Plugin
******
REF:
http://tazbuntu.blogspot.com/2008/10/shoutcast-bug-in-streamtuner.html

Yerio.Taiwan
Sans assez de temps, j'ai pas pu bien dessiner.
Toutefois, je suis content de voir mon oeuvre.
****
Une autre bonne dictionnaire que j'ai trouve sur internet.
Abreviation de cette dictionnaire est GRCE.
Il traduit entre les langues francais et anglais.
Pour moi, c'est plus facile de comprendre.
le meilleur, il marche bien sous linux avec wine!!
Comme ca, je ne dois pas redemarrer mon ordi en windows ou utiliser VirtualBox.
https://developer.skype.com/wiki/Skype4Py
http://www.kolmann.at/philipp/linux/skysentials/
http://www.oberle.org/skype_linux_tools/

Annecy.France
圖書館借書時,順便看了一下。
在我還在期待結局時,已經結束了。
****
In Bruges
看這部片完全是衝著片名。
黑色喜劇。
布魯日的風景還是一樣漂亮。
****
如何在linux下重新命名外接硬碟的名稱。
sudo apt-get install ntfsprogs
sudo ntfslabel /dev/sda1 newlabel
http://wiki.ubuntu.org.cn/index.php?title=%E9%87%8D%E5%91%BD%E5%90%8DUSB%E7%A3%81%E7%9B%98%E6%8C%82%E8%BD%BD%E5%88%86%E5%8C%BA%E5%8D%B7%E6%A0%87&variant=zh-tw

Annecy.France
Quelle Belle les Fleurs!
****

看到這畫面時,腦中閃過小時候學的句子:
舉杯邀明月,對影成三人。
一開始還以為這多詩情畫意,結果到頭來不就是一個人在喝悶酒嗎?
****
某個禮拜六,在公館悠閒地喝了杯下午茶,
從店裡的書架下,拿了本關於心智地圖的書。
內容沒有太多,隨便翻一下就看完了。
感覺上自己在唸書時代也做過類似的事,
出社會後,倒是因為懶,就沒有再做同樣的事。
昨天為了要把法文小說裡的人物和情節大致上搞懂,
去找了一套在linux下可以運作的mind mapping軟體。
它的名字叫Freemind。
目前我還沒有玩得很熟,不過基本的Branch倒是很直覺。
下面是阿嘉莎。克莉絲蒂的ABC contre Poirot看到120/329的初步map。

Olympus E510
Avignon, France
2008.05.01
最近很忙,可是有點不知道在忙什麼。
生活一定要這麼忙嗎?
這樣實在是不大符合我的個性。
真想就遮住眼睛,裝作什麼事也沒有。
不過,畢竟不是小孩子了…
****
I will update more info about my experiences with ubuntu 8.04 in the future.
****
C'est pas de grands chose, parce que c'est trop proche entre ma compagnie et ma maison.
****

















