Archive for the '研究相關' Category

[心情] 終於口試結束了

星期二, 七月 8th, 2008

昨天歷經1.5小時的口試程序,終於完成論文口試,由於有點小緊張,加上事前準備工作不足,造就口試當天呈現忙碌的狀態,一直跑來跑去多少影響口試心情,好在在口試前二十分鐘搞定一切。 由於口試委員晚一點,所以多一點時間調適心情,由於口試委員的點心、咖啡、水果都是由我自己擺設,所以忙碌之下,忘了將桌上的擺設拍照下來,真是有點後悔。準備給口試委員的飲料為星巴克的Venti冰那堤,點心為Dora-Yaki的黃金派及沖繩黑糖麻糬,水果則是女友利用假日去市場買回來分裝入盒的。 口試完之後總算是鬆了一口氣,但是要補充的東西還不算少,利用一星期將論文進行補完計畫,儘快送印、完成離校手續,拿到畢業證書才能安心囉,繼續加油~ Related posts [好康] 星巴克2010/8/16(一)情人節 咖啡飲料買一送一 (1) [好康] 8/7邀你與爸爸一起來星巴克過父親節 (星巴克買一送一) (2) [好康] 大暑日,清涼一夏吧!7/23 星巴克好友分享日 (買一送一) (0) [好康] FUN暑假囉!2010/7/10 星巴克好友分享日 (買一送一) (0) [好康] 星巴克99/06/25(五) 自備杯子買一送一 (1)

[研究] 又換Linux系統了

星期六, 五月 12th, 2007

早期是用Red Hat 7.2~9,Red Hat 到 9之後,就只開發了Enterprise版, 導致後來很多人改用Fedora,我沒裝過,因為不是很喜歡他的管理介面… 後來Red介紹Mandrake好用(已改名為Mandriva),大概玩了二年… 接著又玩了Cent OS,從Cent OS4.4版開始玩,現在已出到5.0版了。 日前Red接觸了Debian,我也淪陷了,目前正在嘗試Debian系統, 在安裝方面功能十分強大,好的開始,繼續保持囉… Related posts No related posts.

Cent OS firewall

星期六, 十二月 9th, 2006

Cent OS 內定Firewall 啟動方法: Host# system-config-securitylevel Related posts No related posts.

Ethereal Filter

星期一, 十一月 27th, 2006

今天用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) Related posts No related posts.

Ushare安裝

星期一, 十月 16th, 2006

Ushare web:http://ushare.geexbox.org/OS:Mandriva 2005Ushare version:0.97Libupnp version:1.3.0Pkgconfig 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-configchecking pkg-config is at least version 0.9.0… yeschecking 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 [...]