mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-15 12:48:51 +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}}`
|
||||
|
||||
@@ -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:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user