顯示具有 研究相關 標籤的文章。 顯示所有文章
顯示具有 研究相關 標籤的文章。 顯示所有文章

星期三, 7月 09, 2008

[心情] 終於口試結束了

昨天歷經1.5小時的口試程序,終於完成論文口試,由於有點小緊張,
加上事前準備工作不足,造就口試當天呈現忙碌的狀態,一直跑來跑
去多少影響口試心情,好在在口試前二十分鐘搞定一切。

由於口試委員晚一點,所以多一點時間調適心情,由於口試委員的點
心、咖啡、水果都是由我自己擺設,所以忙碌之下,忘了將桌上的擺
設拍照下來,真是有點後悔。準備給口試委員的飲料為星巴克的Venti
冰那堤,點心為Dora-Yaki的黃金派及沖繩黑糖麻糬,水果則是女友利
用假日去市場買回來分裝入盒的。

口試完之後總算是鬆了一口氣,但是要補充的東西還不算少,利用一
星期將論文進行補完計畫,儘快送印、完成離校手續,拿到畢業證書
才能安心囉,繼續加油~

星期日, 5月 13, 2007

[研究] 又換Linux系統了

早期是用Red Hat 7.2~9,Red Hat 到 9之後,就只開發了Enterprise版,

導致後來很多人改用Fedora,我沒裝過,因為不是很喜歡他的管理介面...

後來
Red介紹Mandrake好用(已改名為Mandriva),大概玩了二年...

接著又玩了Cent OS,從Cent OS4.4版開始玩,現在已出到5.0版了。

日前Red接觸了Debian,我也淪陷了,目前正在嘗試Debian系統,

在安裝方面功能十分強大,好的開始,繼續保持囉...

星期六, 12月 09, 2006

星期一, 11月 27, 2006

Ethereal Filter

今天用Ethereal(wireshake)撈出了一堆封包,

不過卻不知道怎麼去Filter IP,

後來摸索了一下,

發現可以這麼下…

只要看單一IP:

ip.addr eq xxx.xxx.xxx.xxx

要看二個IP:

ip.addr eq xxx.xxx.xxx.xxx and ip.addr eq xxx.xxx.xxx.xxx

要下多個條件:

(ip.addr eq xxx.xxx.xxx.xxx and ip.addr eq xxx.xxx.xxx.xxx) and (tcp.port eq 12345 and tcp.port eq 4444)

星期一, 10月 16, 2006

Ushare安裝

Ushare web:http://ushare.geexbox.org/
OS:Mandriva 2005
Ushare version:0.97
Libupnp version:1.3.0
Pkgconfig version:0.18

Install Step:
一、download libupnp、pkgconfig、ushare and use tarball mode to install
二、if you don’t install libupnp, it will show the message…
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for libupnp... Package libupnp was not found in the pkg-config search path.
Perhaps you should add the directory containing `libupnp.pc'
to the PKG_CONFIG_PATH environment variable
No package 'libupnp' found
configure: error: Package requirements (libupnp >= 1.3.1) were not met.
Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.

Alternatively you may set the libupnp_CFLAGS and libupnp_LIBS environment variables
to avoid the need to call pkg-config. See the pkg-config man page for
more details.
三、If you don’t install pkgconfig, it will show not find ‘libupnp.pc’
四、change dir to  /usr/lib/pkgconfig/,and link  /usr/local/lib/pkgconfig/libupnp.pc to /usr/lib/pkgconfig/
Do:ln -s /usr/local/lib/pkgconfig/libupnp.pc libupnp.pc
When ushare configure will pass
五、If show error message:ushare: error while loading shared libraries: libupnp.so.2: cannot open shared object file: No such file or directory
That is  libupnp's library connect error,link /usr/local/lib(3 files) to /lib

PS:change dir to /lib,do following three command
1. ln -s /usr/local/lib/libixml.so.2.0.0 libixml.so.2
2. ln -s /usr/local/lib/libthreadutil.so.2.0.0 libthreadutil.so.2
3. ln -s /usr/local/lib/libupnp.so.2.0.1 libupnp.so.2
六、copy  /usr/etc/ushare.conf  to  /etc
七、then startup ushare ... that's ok