Update cheatsheets

This commit is contained in:
ivuorinen
2026-02-15 00:29:22 +00:00
parent 8b565f40ba
commit cb9fcd9fcf
2 changed files with 4 additions and 4 deletions

View File

@@ -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}}`

View File

@@ -14,7 +14,7 @@ source: https://github.com/tldr-pages/tldr.git
- Specify a custom [l]anguage (default is English) with an ISO 639-2 code (e.g. deu = Deutsch = German):
`tesseract -l deu {{path/to/image.png}} {{path/to/output}}`
`tesseract -l deu {{path/to/image.png}} {{path/to/output_file}}`
- List the ISO 639-2 codes of installed languages:
@@ -22,7 +22,7 @@ source: https://github.com/tldr-pages/tldr.git
- Specify a custom [p]age [s]egmentation [m]ode (default is 3):
`tesseract --psm {{0..13}} {{path/to/image.png}} {{path/to/output}}`
`tesseract --psm {{0..13}} {{path/to/image.png}} {{path/to/output_file}}`
- List page segmentation modes and their descriptions: