Wii 软破解
http://www.chinagnet.com/bbs/thread-73748-1-2.html
Friday, August 28, 2009
Tuesday, August 11, 2009
For Ticket 1032
#!/usr/local/bin/expect --
spawn ssh admin@192.168.183.219
expect "#"
log_user 1 ###Log to stdout as well###
log_file -noappend abc.txt ###log to file, working one. no need to set###
send "config v\n"
expect "#"
for {set i 1} {$i < 29} {incr i} {
send "config v\n"
expect "#"
send "edit falcon$i\n"
expect "#"
send "d ip multicast mroute\n"
expect "#"
send "end\n"
expect "#"
}
for {set j 1} {$j < 7} {incr j} {
send "conf g\n"
expect "#"
send "exec npu-cli /dev/xe2_0 \"showmatrix $j\"\n" ##how to handle the special char#
expect "#"
send "end\n"
expect "#"
}
send "d sys top 5\n" #we can use this to collect top infor from DUT
sleep 2
send "q"
expect "#"
send "get sys performance status\n"
expect "#"
send "exec time\n"
expect "#"
send "end\n"
expect "#"
sleep 10
Thursday, August 6, 2009
GNS3
GNS3 Tutorials
Mini Scenario
Only issue on HP touch Smart
Dynamips: the default folder is C:\Program Files\Dynamips\...
Need to change to C:\Program Files (x86)\GNS3\Dynamips\dynamips-wxp.exe