close
Warning:
Can't synchronize with repository "(default)" (Unsupported version control system "svn": /usr/lib/python2.7/dist-packages/libsvn/_fs.so: failed to map segment from shared object: Cannot allocate memory). Look in the Trac log for more information.
- Timestamp:
-
Jul 15, 2008, 3:37:32 PM (17 years ago)
- Author:
-
waue
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v54
|
v55
|
|
7 | 7 | * [Suspending][wiki:MR_manual Map Reduce 開發文件] |
8 | 8 | == 工作日誌 == |
9 | | === 7/14 === |
10 | 9 | |
11 | | [**] [1:366:7] ICMP PING *NIX [**] |
| 10 | === 7/14-15 === |
12 | 11 | |
13 | | [Classification: Misc activity] [Priority: 3] |
| 12 | * 正規表示法: |
| 13 | [] 來搜尋集合字元: 't[ae]st' |
| 14 | 不想要 oo 前面有 g: '[^g]oo' |
| 15 | oo 前面不想要有小寫字元: '[^a-z]oo' |
| 16 | 取得有數字的那一行 : '[0-9]' |
| 17 | 只列出在行首的 the : '^the' |
| 18 | 不想要開頭是英文字母:'^[^a-zA-Z]' |
| 19 | 行尾結束為小數點 (.) 的那一行 : '\.$' |
| 20 | ^ 符號,在 [] 內代表『反向選擇』,在 [] 之外則代表定位在行首的意義! |
14 | 21 | |
15 | | 03/06-10:28:40.281751 218.206.116.41 -> 192.168.1.7 |
| 22 | > [**] [1:2189:3] BAD-TRAFFIC IP Proto 103 PIM [**] |
16 | 23 | |
17 | | ICMP TTL:55 TOS:0x0 ID:9 IpLen:20 DgmLen:84 DF |
| 24 | {{{ |
| 25 | ^\[\**\] \[([1-9]*):([1-9]*):([1-9]*)\] ([^[]*) |
| 26 | }}} |
18 | 27 | |
19 | | Type:8 Code:0 ID:32882 Seq:9 ECHO |
| 28 | || 1 || [**] [1:2189:3] BAD-TRAFFIC IP Proto 103 PIM || |
| 29 | || 2 || 1 || |
| 30 | || 3 || 2189 || |
| 31 | || 4 || 3 || |
| 32 | || 5 || BAD-TRAFFIC IP Proto 103 PIM || |
| 33 | |
| 34 | [Classification: Detection of a non-standard protocol or event] [Priority: 2] |
| 35 | |
| 36 | 07/08-14:58:56.295033 140.110.138.253 -> 224.0.0.13 |
| 37 | |
| 38 | PIM TTL:1 TOS:0xC0 ID:11423 IpLen:20 DgmLen:54 |
| 39 | |
| 40 | [Xref => http://cve.mitre.org/cgi-bin/cvename.cgi?name=2003-0567][Xref => http://www.securityfocus.com/bid/8211] |
20 | 41 | |
21 | 42 | === 7/11 === |