原创 我的友情鏈接

51CTO博客開發

原创 關於博客

關於博客關於技術, 從大學到現在大學畢業好幾年,技術方面一直走走停停,瘋狂過,到達過小山頂;低估過,領略過低谷的寒風.當時間來到今天,突然感覺其實你的興趣你的愛好依然在那裏,網絡,系統依然是你的戰場.你徘徊過是否繼續走技術路線;你也想過XX

原创 網絡alive主機存活捕捉 三 (完,生成smokeping配置)

#!/usr/bin/perl sub get_ip_array{ $filename="$_[0]"; open "file","$filename"; my @nets; foreach $file_line (<file>){    

原创 關於博客

關於博客關於技術, 從大學到現在大學畢業好幾年,技術方面一直走走停停,瘋狂過,到達過小山頂;低估過,領略過低谷的寒風.當時間來到今天,突然感覺其實你的興趣你的愛好依然在那裏,網絡,系統依然是你的戰場.你徘徊過是否繼續走技術路線;你也想過XX

原创 nmap 常用命令

   # 掃描主機存活端口nmap 192.168.200.10 -sS -p 21,23,80,8080  # 可以快速掃描網絡中存活主機 nmap -nsP 192.168.1.0/24 192.168.2.0/24   

原创 如何命令行獲取ip地址歸屬地 非網頁形式

 方法一 BASH命令:  echo -e "ip=1.1.1.1&action=2"|w3m -dump -no-cookie http://www.ip138.com/ips8.asp -post -|grep '數據:'    注意:

原创 關於各種流量控制

1. Flow-Control華三文檔中有說:Use the flow-control command to enable flow control on the port so as to avoid packet loss during

原创 測試網絡帶寬 之 iperf

    安裝 yum install iperf 使用 網絡環境:Server: 192.168.100.1Client: 192.168.200.1目標: 測試Server Client之間的帶寬有多大 Server:  iperf -s

原创 網絡alive主機存活捕捉 二 (掃描)

  #!/usr/bin/perl -w ##################################### 函數 get_ip_array ########################################## ##

原创 網絡alive主機存活捕捉 一 (下載)

  #!/usr/bin/perl -w ######################## 連接數據庫, 將數據庫中查找出來的 城市 中文名字和 英文名字 分別放到數組 use DBI; use DBD::mysql; # 連接數據庫,地址

原创 我的友情鏈接

51CTO博客開發

原创 VirtualBox 使用 img 作爲啓動硬盤

 VBoxManage convertdd  file.img file.vdi Ref: http://herogun.blog.51cto.com/21804/957968   VBoxManage convertfromraw