mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-06 16:56:57 +00:00
Update cheatsheets
This commit is contained in:
17
tldr/linux/termshark
Normal file
17
tldr/linux/termshark
Normal file
@@ -0,0 +1,17 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, linux]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# termshark
|
||||
|
||||
> Terminal UI for `tshark`, but looks more like `wireshark`.
|
||||
> More information: <https://github.com/gcla/termshark/blob/master/docs/UserGuide.md>.
|
||||
|
||||
- Monitor the default network interface:
|
||||
|
||||
`sudo termshark`
|
||||
|
||||
- Specify the interface to monitor:
|
||||
|
||||
`sudo termshark {{interface}}`
|
||||
Reference in New Issue
Block a user