4129 links
740 private links
  • Doo's links
  • Home
  • Login
  • RSS Feed
  • ATOM Feed
  • Tag cloud
  • Picture wall
  • Daily
  • ► Jouer les vidéos
Links per page: 20 50 100
  • thumbnail
    How can I use TCPDUMP to determine the top talker on my network? TCPDUMP | DSLReports, ISP Information

    tcpdump -tnn -c 20000 -i eth0 | awk -F "." '{print $1"."$2"."$3"."$4}' | sort | uniq -c | sort -nr | awk ' $1 > 100 '

    <3

    March 28, 2014 04:35:47 PM GMT+01:00 - permalink -
    QRCode
    - http://www.dslreports.com/faq/8448
    tcpdump cheatsheet
Links per page: 20 50 100
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Help/documentation