http://bunlab.twbbs.org/ns2_trace_format.htm
原本的
http://nsnam.isi.edu/nsnam/index.php/NS-2_Trace_Formats
可是好像被人修掉了 = =||
然後去google有找到庫存網頁 然後就存下來備份
科科
2007年11月21日 星期三
2007年11月20日 星期二
Just In time Debugger
http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=930243&SiteID=1
You should be able to go to Tools -> Options -> Debugging -> Just-In-Time and disable VS as the JIT debugger.
If that doesn't work see http://support.microsoft.com/default.aspx/kb/923827 to restore Dr. Watson as the handler for unhandled exceptions.
--
http://support.microsoft.com/default.aspx/kb/923827
到這邊把登錄檔的auto改成0 不知道這樣行不行....XD
--
改成0 會出現好久沒看到的程式錯誤回報畫面 XD
You should be able to go to Tools -> Options -> Debugging -> Just-In-Time and disable VS as the JIT debugger.
If that doesn't work see http://support.microsoft.com/default.aspx/kb/923827 to restore Dr. Watson as the handler for unhandled exceptions.
--
http://support.microsoft.com/default.aspx/kb/923827
到這邊把登錄檔的auto改成0 不知道這樣行不行....XD
--
改成0 會出現好久沒看到的程式錯誤回報畫面 XD
2007年11月18日 星期日
2007年10月25日 星期四
Meraki Knowledge Base
There is a bug in some of the nodes where the static IP will not be written to the gateway's memory. The only way to fix this issue is to plug at least one of your nodes in the Internet via a DCHP server. You will need to place a wired router (Netgear, Linksys, D-Link ,etc.) that has DHCP enabled between your DSL modem and your Meraki:
DSL Modem --- 3rd Party Router --- Meraki
Make sure you have already added the Meraki to your Dashboard page and let the Meraki sit for at least 1 hour. It will automatically download the latest firmware. After the download you can remove the 3rd Party Router:
DSL Modem --- Meraki
You can now input the static IP settings of your ISP by logging into http://10.128.128.128 of the Meraki gateway node. The other nodes on your network will automatically download the latest firmware once they mesh with the gateway node.
This is not to be confused with setting static IP's for your wireless computers or other wireless clients in your internal network. Your wireless computer cannot get a static IP from a Meraki Mini.
--
怎麼進去啊 囧?
DSL Modem --- 3rd Party Router --- Meraki
Make sure you have already added the Meraki to your Dashboard page and let the Meraki sit for at least 1 hour. It will automatically download the latest firmware. After the download you can remove the 3rd Party Router:
DSL Modem --- Meraki
You can now input the static IP settings of your ISP by logging into http://10.128.128.128 of the Meraki gateway node. The other nodes on your network will automatically download the latest firmware once they mesh with the gateway node.
This is not to be confused with setting static IP's for your wireless computers or other wireless clients in your internal network. Your wireless computer cannot get a static IP from a Meraki Mini.
--
怎麼進去啊 囧?
2007年10月24日 星期三
samba 新增使用者
新增 Samba 使用者:
smbpasswd -a test
New SMB password:
Retype new SMB password:
Added user test.
http://ostask.nchc.org.tw/intro_to_linux/part4/samba.html
smbpasswd -a test
New SMB password:
Retype new SMB password:
Added user test.
http://ostask.nchc.org.tw/intro_to_linux/part4/samba.html
2007年10月23日 星期二
ns2 & bt 問題 (orz.......)
bluetooth for ns2 : http://www.ececs.uc.edu/%7Ecdmc/ucbt/
(沒說明文件 = =)
第一次執行安裝出現這玩意 看樣子應該是資料夾錯誤吧!?
把ucbt的資料夾移到"ns-allinone-2.29/ns-2.29/ucbt-0.9.9.2a"
./install-bt
Cannot find ns directory.
please check if you untar the tar ball in the correct directory.
directory tree
|__ ns-allinone-2.xx --- ns-2.xx -- bluetooth -- ns-2.26
| | |_ ns-2.1b9a
| | |_ ...
| | |_ test
| |_ common
| |_ ...
|__ nam...
|__ ...
You should 'tar zxvf bt.xx.tgz' in the directory 'ns-2.xx'
You should run './install-bt' in the directory 'bluetooth'
<---------------------------------------------------------------------->
好吧 移完資料夾後再安裝一次 可是出現下面這玩意 = =|||
./install-bt
Looks like ns generated Makefile found. Either you invoked
./install-bt [-d|-t]
in the wrong directory, or ns has (attempted) been installed.
Please have a fresh ns-all-in-one tarball, and use './instll-bt'
alone to do the whole installation.
<---------------------------------------------------------------------->
心中有不詳預感 不過還是加上參數 -d -t 看看有啥訊息
./install-bt -d
Looks like ns generated Makefile found. Either you invoked
./install-bt [-d|-t]
in the wrong directory, or ns has (attempted) been installed.
Please have a fresh ns-all-in-one tarball, and use './instll-bt'
alone to do the whole installation.
./install-bt -t
No tcl-debug-2.0 found in /ns2/ns-allinone-2.29. Please download it
from
http://expect.nist.gov/tcl-debug/tcl-debug.tar.gz,
and unpack it into /ns2/ns-allinone-2.29.
下載tcl-debug後還是一樣的錯誤訊息(跟前兩個一樣) orz
<---------------------------------------------------------------------->
恩...從這段來看
Please have a fresh ns-all-in-one tarball, and use './instll-bt'
alone to do the whole installation.
該不會是說 要裝bt的話 在當初安裝ns的時候 要執行./install-bt來安裝
然後他會把整個ns2和bt裝好
如果已經裝好ns2 不能事後再安裝bt
那.....除了整個砍掉重練 還有其他方法嗎???
ex:在同一台電腦上裝兩個ns2 (Fedora core 5)
--
我當初沒設環境變數 是直接把ns2裡的bin資料夾
ns和nsm兩個檔案直接複製到 /usr/bin/ 裡面
假如可以裝兩個ns2的話 只要把 /usr/bin/ 裡面的檔案名稱設好應該就行了吧!?!?
(沒說明文件 = =)
第一次執行安裝出現這玩意 看樣子應該是資料夾錯誤吧!?
把ucbt的資料夾移到"ns-allinone-2.29/ns-2.29/ucbt-0.9.9.2a"
./install-bt
Cannot find ns directory.
please check if you untar the tar ball in the correct directory.
directory tree
|__ ns-allinone-2.xx --- ns-2.xx -- bluetooth -- ns-2.26
| | |_ ns-2.1b9a
| | |_ ...
| | |_ test
| |_ common
| |_ ...
|__ nam...
|__ ...
You should 'tar zxvf bt.xx.tgz' in the directory 'ns-2.xx'
You should run './install-bt' in the directory 'bluetooth'
<---------------------------------------------------------------------->
好吧 移完資料夾後再安裝一次 可是出現下面這玩意 = =|||
./install-bt
Looks like ns generated Makefile found. Either you invoked
./install-bt [-d|-t]
in the wrong directory, or ns has (attempted) been installed.
Please have a fresh ns-all-in-one tarball, and use './instll-bt'
alone to do the whole installation.
<---------------------------------------------------------------------->
心中有不詳預感 不過還是加上參數 -d -t 看看有啥訊息
./install-bt -d
Looks like ns generated Makefile found. Either you invoked
./install-bt [-d|-t]
in the wrong directory, or ns has (attempted) been installed.
Please have a fresh ns-all-in-one tarball, and use './instll-bt'
alone to do the whole installation.
./install-bt -t
No tcl-debug-2.0 found in /ns2/ns-allinone-2.29. Please download it
from
http://expect.nist.gov/tcl-debug/tcl-debug.tar.gz,
and unpack it into /ns2/ns-allinone-2.29.
下載tcl-debug後還是一樣的錯誤訊息(跟前兩個一樣) orz
<---------------------------------------------------------------------->
恩...從這段來看
Please have a fresh ns-all-in-one tarball, and use './instll-bt'
alone to do the whole installation.
該不會是說 要裝bt的話 在當初安裝ns的時候 要執行./install-bt來安裝
然後他會把整個ns2和bt裝好
如果已經裝好ns2 不能事後再安裝bt
那.....除了整個砍掉重練 還有其他方法嗎???
ex:在同一台電腦上裝兩個ns2 (Fedora core 5)
--
我當初沒設環境變數 是直接把ns2裡的bin資料夾
ns和nsm兩個檔案直接複製到 /usr/bin/ 裡面
假如可以裝兩個ns2的話 只要把 /usr/bin/ 裡面的檔案名稱設好應該就行了吧!?!?
訂閱:
文章 (Atom)