To untar all tarballs
$ for i in `ls -1 --color=never`;do tar -xjf "$i";done
Zipping all directory to echo directory which with prefix as $i
$ for i in `ls -1d --color=never */`;do 7z a -mx=9 "$i".7z "$i";done
Zipping all directory to current direcotry with directory name as its prefix
$ for i in $(ls -1d --color=never *`;do 7z a -mx=9 $i.7z $i;done
2006-08-26
2006-08-22
2006-08-20
Realtek 8139
One day, we've a network curriculum in FEC, Ralph told us that the Realtek 8139 ethernet chip is good than others, 'cuz it can be program and control as we hope.
Util today, I's visited the Realtek 8139 spec webpage, the last one is 75 pages, well~ well~ well~ it's more better than the D-Link 530Tx+ for me.
Extend:
*RTL8139C(L)+
*RTL8139C(L)
*Network Interface Controllers (list all)
2006-08-16
Embedded Linux Graphics Quick Reference Guide
PicoGUI
FBUI
FBUI is currently written for 16,24, and 32-bit RGB displays, particularly VESA. I may add 4-bit VGA later.
PicoGUI
FBUI
FBUI is currently written for 16,24, and 32-bit RGB displays, particularly VESA. I may add 4-bit VGA later.
2006-08-04
New House LAN
Getway: 192.168.0.1
**
HTTP/1.0 400 Bad Request
Content-type: text/html
Pragma: no-cache
Date: Fri, 04 Aug 2006 14:06:10 GMT
Last-modified: Fri, 04 Aug 2006 14:06:10 GMT
Accept-Ranges: bytes
Connection: close
**
Starting Nmap 4.11 ( http://www.insecure.org/nmap ) at 2006-08-04 22:02 台北標準時間
Interesting ports on 192.168.0.1:
Not shown: 1678 closed ports
PORT STATE SERVICE
80/tcp open http
8080/tcp open http-proxy
MAC Address: 00:0E:A0:00:08:84 (NetKlass Technology)
Device type: general purpose
Running: Linux 2.4.X|2.5.X
OS details: Linux 2.4.0 - 2.5.20
Uptime 0.492 days (since Fri Aug 04 10:14:05 2006)
Nmap finished: 1 IP address (1 host up) scanned in 8.734 seconds
**
Tracing route to w3.cc.ntu.edu.tw [140.112.8.130]
over a maximum of 30 hops:
1 2 ms 2 ms 2 ms 192.168.0.1
2 35 ms 45 ms 34 ms 218-175-144-254.dynamic.hinet.net [218.175.144.2
54]
3 44 ms 42 ms 32 ms tn-st-c6r1.router.hinet.net [168.95.54.18]
4 33 ms 43 ms 42 ms tn-st-c12r12.router.hinet.net [220.128.27.118]
5 38 ms 44 ms 32 ms kh-c12r12.router.hinet.net [220.128.25.30]
6 39 ms 50 ms 39 ms tp-s2-c12r12.router.hinet.net [220.128.2.14]
7 55 ms 40 ms 51 ms tp-s2-c12r2.router.hinet.net [220.128.2.113]
8 45 ms 50 ms 38 ms tp-s2-c76r2.router.hinet.net [211.22.35.213]
9 40 ms 52 ms 64 ms 211.22.35.177
10 52 ms 41 ms 54 ms 211.20.43.121
11 52 ms 40 ms 54 ms w3.cc.ntu.edu.tw [140.112.8.130]
Trace complete.
**
$telnet 192.168.0.1 80
HTTP/1.0 400 Bad Request
Content-type: text/html
Pragma: no-cache
Date: Fri, 04 Aug 2006 14:06:10 GMT
Last-modified: Fri, 04 Aug 2006 14:06:10 GMT
Accept-Ranges: bytes
Connection: close
**
$nmap -O 192.168.0.1
Starting Nmap 4.11 ( http://www.insecure.org/nmap ) at 2006-08-04 22:02 台北標準時間
Interesting ports on 192.168.0.1:
Not shown: 1678 closed ports
PORT STATE SERVICE
80/tcp open http
8080/tcp open http-proxy
MAC Address: 00:0E:A0:00:08:84 (NetKlass Technology)
Device type: general purpose
Running: Linux 2.4.X|2.5.X
OS details: Linux 2.4.0 - 2.5.20
Uptime 0.492 days (since Fri Aug 04 10:14:05 2006)
Nmap finished: 1 IP address (1 host up) scanned in 8.734 seconds
**
$tracert www.ntu.edu.tw
Tracing route to w3.cc.ntu.edu.tw [140.112.8.130]
over a maximum of 30 hops:
1 2 ms 2 ms 2 ms 192.168.0.1
2 35 ms 45 ms 34 ms 218-175-144-254.dynamic.hinet.net [218.175.144.2
54]
3 44 ms 42 ms 32 ms tn-st-c6r1.router.hinet.net [168.95.54.18]
4 33 ms 43 ms 42 ms tn-st-c12r12.router.hinet.net [220.128.27.118]
5 38 ms 44 ms 32 ms kh-c12r12.router.hinet.net [220.128.25.30]
6 39 ms 50 ms 39 ms tp-s2-c12r12.router.hinet.net [220.128.2.14]
7 55 ms 40 ms 51 ms tp-s2-c12r2.router.hinet.net [220.128.2.113]
8 45 ms 50 ms 38 ms tp-s2-c76r2.router.hinet.net [211.22.35.213]
9 40 ms 52 ms 64 ms 211.22.35.177
10 52 ms 41 ms 54 ms 211.20.43.121
11 52 ms 40 ms 54 ms w3.cc.ntu.edu.tw [140.112.8.130]
Trace complete.
訂閱:
文章 (Atom)