Difference: UnixNotes (49 vs. 50)

Revision 5023 Jul 2013 - TobyCabot

Line: 1 to 1
 
META TOPICPARENT name="TechNotes"
Line: 186 to 186
  to force a full fsck on the next reboot, touch /forcefsck
Added:
>
>

tcpdump

Sometimes there's no substitute for looking at what's crossing the wire. Assuming that it's not encrypted, of course.

$ sudo tcpdump -s 0 -vv -A "host 173.76.76.13 and tcp port http" | tee capture.txt

That command dumps all HTTP traffic to 173.76.76.13 into capture.txt and displays it on the console. -s 0 means no packet size limit, -A means dump in ASCII (good for HTTP), and -vv means verbose.

 
META TOPICMOVED by="guest" date="1077055262" from="Tech.UnixTips" to="Tech.UnixNotes"
View topic | History: r51 < r50 < r49 < r48 | More topic actions...
Copyright © 2008-2024 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding The Caboteria? Send feedback