Rookie worker
菜鳥工程師的學習心得筆記
2010年7月20日 星期二
Nessus
›
Nessus軟體是一套遠端弱點偵測掃瞄軟體,只要使用者能夠確認遠端主機的IP位址,它即能針對目標主機或網路進行安全評估。掃瞄結束後,Nessus能針對目標主機或網路安全弱點產生評估報告,並提供使用者包括:是否具有安全弱點或安全漏洞之訊息,以及提供安全弱點、安全漏洞之說明連結等。 ...
2010年7月14日 星期三
C語言- strdup()
›
語法 #include string.h char * strdup(const char *str); 函數描述 配置足夠容納str字串的記憶體, 並把str的內容複製到新配置的記憶體, 傳回新記憶體位置。...
2010年6月23日 星期三
Ping 的參數
›
*Ping是藉由傳送「網際網路控制訊息通訊協定 (ICMP)」的「回應要求」訊息,驗證到其他 TCP/IP 電腦的 IP 級連線。顯示相應「回應轉接」訊息的回條及來回時間。 Syntax: ping [-t] [-a] [-nCount] [-l Size] [-f] ...
2010年6月8日 星期二
MVR (Multicast VLAN Registration )
›
MVR(Multicast VLAN Registration) is designed for applications (such as Media-on-Demand (MoD)) that use multicast traffic across an Ethernet ...
2010年6月4日 星期五
IGMP (Internet Group Management Protocol)
›
IGMP is used by Hosts to report their group memberships to Multicast Routers. I GMPv1: /* RFC1112*/ IGMP message types General Query ...
2010年5月26日 星期三
C語言- warning message: function declaration isn't a prototype
›
Question : int function() Solution: 改成 int function( void ) Reference: http://miox.cc/2009/05/kernel-warning-function-declaration.htm...
2010年5月17日 星期一
IEEE 802.1Q VLAN Tag in Ethernet Frame
›
‹
›
首頁
查看網路版