mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-08 01:57:24 +00:00
Update cheatsheets
This commit is contained in:
@@ -34,8 +34,8 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
- Capture all traffic except traffic over port 22 and [w]rite to a dump file:
|
||||
|
||||
`sudo tcpdump -w {{dumpfile.pcap}} port not {{22}}`
|
||||
`sudo tcpdump -w {{path/to/dumpfile.pcap}} port not 22`
|
||||
|
||||
- [r]ead from a given dump file:
|
||||
|
||||
`tcpdump -r {{dumpfile.pcap}}`
|
||||
`tcpdump -r {{path/to/dumpfile.pcap}}`
|
||||
|
||||
Reference in New Issue
Block a user