Update cheatsheets

This commit is contained in:
ivuorinen
2025-06-14 00:19:47 +00:00
parent d60c0b1b4b
commit ae37c90b9f
6 changed files with 39 additions and 5 deletions

17
tldr/linux/termshark Normal file
View 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}}`