From cb9fcd9fcfa973909e657ed329de29def5038b05 Mon Sep 17 00:00:00 2001 From: ivuorinen Date: Sun, 15 Feb 2026 00:29:22 +0000 Subject: [PATCH] Update cheatsheets --- tldr/tcpdump | 4 ++-- tldr/tesseract | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/tldr/tcpdump b/tldr/tcpdump index c5b72762..bc5c010d 100644 --- a/tldr/tcpdump +++ b/tldr/tcpdump @@ -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}}` diff --git a/tldr/tesseract b/tldr/tesseract index 943d21e4..74881868 100644 --- a/tldr/tesseract +++ b/tldr/tesseract @@ -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: