Archives: July, 2005

昨天的實驗室聚餐

Saturday, July 30th, 2005

一樣是個很歡樂的晚餐時間
感覺老師心情很好
學長們要畢業了也是笑容滿面~
(more…)

Latex & ns2 的整理

Saturday, July 30th, 2005

這是引用自ptt2的看版
由Foxwall學長所提供
(more…)

今天去逛了nova~

Monday, July 25th, 2005

看到了hp新的一些nb
我覺得nc 6220, 6230這系列的好棒啊
061224062.gif
(more…)

Remove a Windows service

Sunday, July 17th, 2005

Normally it should not be necessary to manually delete a service. Uninstalling an application should remove its associated service (if any).

However, should it be necessary to manually remove a service:

1. Run Regedit or regedt32.

2. Find the registry entry:
HKEY_LOCAL_MACHINE/SYSTEM/CurrentControlSet/Services

3. Find the service there and delete it.
You may wish to look at the keys and see what files the service was using and perhaps delete them also.

Note: You will have to reboot before the list gets updated in server manager.

These notes have been tested with Windows NT 4, Windows 2000 and Windows XP

PHP on Freebsd using ports

Tuesday, July 12th, 2005

原來php在apache上要能run
用ports安裝的話
除了裝lang/php4外
還要裝lang/php4-extensions啊…@@
裝完extensions還要在/usr/local/etc/php.ini的
extension_dir裡設定好extensions的路徑
for example :
extension_dir = “/usr/local/lib/php/20020429″

我的Bluetotoh經驗 on Linux

Friday, July 1st, 2005

終於結束這個學期的課業了~
來玩玩linux上的bluetooth
做下一些記錄
(more…)