mirror of https://github.com/CrimsonTome/tldr.git
*: fix spelling mistakes (#8072)
parent
2eefbce0c1
commit
c2a5c86033
|
@ -1,6 +1,6 @@
|
||||||
# cgroups
|
# cgroups
|
||||||
|
|
||||||
> Cgroups aka control groups is a Linux kernel feature for limiting, mesuring, and controling resource usage by processes.
|
> Cgroups aka control groups is a Linux kernel feature for limiting, measuring, and controling resource usage by processes.
|
||||||
> More information: <https://www.kernel.org/doc/Documentation/cgroup-v2.txt>.
|
> More information: <https://www.kernel.org/doc/Documentation/cgroup-v2.txt>.
|
||||||
|
|
||||||
- Show the tldr page for `cgclassify`:
|
- Show the tldr page for `cgclassify`:
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
|
|
||||||
`ffuf -w {{path/to/wordlist}} -u {{https://target/FUZZ}} -c -v`
|
`ffuf -w {{path/to/wordlist}} -u {{https://target/FUZZ}} -c -v`
|
||||||
|
|
||||||
- Fuzz host-[H]eaders with a host file on a traget website and [m]atch HTTP 200 [c]ode responses:
|
- Fuzz host-[H]eaders with a host file on a target website and [m]atch HTTP 200 [c]ode responses:
|
||||||
|
|
||||||
`ffuf -w {{hosts.txt}} -u {{https://example.org}} -H "{{Host: FUZZ}}" -mc {{200}}`
|
`ffuf -w {{hosts.txt}} -u {{https://example.org}} -H "{{Host: FUZZ}}" -mc {{200}}`
|
||||||
|
|
||||||
|
|
|
@ -7,6 +7,6 @@
|
||||||
|
|
||||||
`mate-calc-cmd`
|
`mate-calc-cmd`
|
||||||
|
|
||||||
- Calculate a specific mathematic expession:
|
- Calculate a specific mathematic expression:
|
||||||
|
|
||||||
`{{2 + 5}}`
|
`{{2 + 5}}`
|
||||||
|
|
|
@ -7,6 +7,6 @@
|
||||||
|
|
||||||
`mate-calc`
|
`mate-calc`
|
||||||
|
|
||||||
- Calculate a specific mathematic expession:
|
- Calculate a specific mathematic expression:
|
||||||
|
|
||||||
`mate-calc --solve {{2 + 5}}`
|
`mate-calc --solve {{2 + 5}}`
|
||||||
|
|
|
@ -7,6 +7,6 @@
|
||||||
|
|
||||||
`pinout`
|
`pinout`
|
||||||
|
|
||||||
- Open https://pinout.xyz/ in the default broswer:
|
- Open https://pinout.xyz/ in the default browser:
|
||||||
|
|
||||||
`pinout -x`
|
`pinout -x`
|
||||||
|
|
|
@ -11,6 +11,6 @@
|
||||||
|
|
||||||
`po4a-gettextize --help-format`
|
`po4a-gettextize --help-format`
|
||||||
|
|
||||||
- Convert a text file along with a translated document to a PO file (`-l` option can be provied multiple times):
|
- Convert a text file along with a translated document to a PO file (`-l` option can be provided multiple times):
|
||||||
|
|
||||||
`po4a-gettextize --format {{text}} --master {{path/to/master.txt}} --localized {{path/to/translated.txt}} --po {{path/to/result.po}}`
|
`po4a-gettextize --format {{text}} --master {{path/to/master.txt}} --localized {{path/to/translated.txt}} --po {{path/to/result.po}}`
|
||||||
|
|
|
@ -15,6 +15,6 @@
|
||||||
|
|
||||||
`sacctmgr add account {{account_name}} cluster={{cluster_of_account}}`
|
`sacctmgr add account {{account_name}} cluster={{cluster_of_account}}`
|
||||||
|
|
||||||
- Show details of user/association/cluster/account using a spcific format:
|
- Show details of user/association/cluster/account using a specific format:
|
||||||
|
|
||||||
`sacctmgr show {{user|association|cluster|account}} format="Accout%10" format="GrpTRES%30"`
|
`sacctmgr show {{user|association|cluster|account}} format="Accout%10" format="GrpTRES%30"`
|
||||||
|
|
|
@ -19,7 +19,7 @@
|
||||||
|
|
||||||
`trash-empty`
|
`trash-empty`
|
||||||
|
|
||||||
- Permanentely delete all files in the trash which are older than 10 days:
|
- Permanently delete all files in the trash which are older than 10 days:
|
||||||
|
|
||||||
`trash-empty {{10}}`
|
`trash-empty {{10}}`
|
||||||
|
|
||||||
|
|
|
@ -19,7 +19,7 @@
|
||||||
|
|
||||||
`v4l2-ctl --all --device {{path/to/video_device}}`
|
`v4l2-ctl --all --device {{path/to/video_device}}`
|
||||||
|
|
||||||
- Capture a JPEG photo with a specfic resolution from video device:
|
- Capture a JPEG photo with a specific resolution from video device:
|
||||||
|
|
||||||
`v4l2-ctl --device {{path/to/video_device}} --set-fmt-video=width={{width}},height={{height}},pixelformat=MJPG --stream-mmap --stream-to={{path/to/output.jpg}} --stream-count=1`
|
`v4l2-ctl --device {{path/to/video_device}} --set-fmt-video=width={{width}},height={{height}},pixelformat=MJPG --stream-mmap --stream-to={{path/to/output.jpg}} --stream-count=1`
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue