Skip to content

Commit

Permalink
Data update 2024-12-05 18-18-24
Browse files Browse the repository at this point in the history
  • Loading branch information
1010bots committed Dec 5, 2024
1 parent 2bdc76e commit bc640b2
Show file tree
Hide file tree
Showing 57 changed files with 275 additions and 173 deletions.
12 changes: 9 additions & 3 deletions docs/bn/common/acme.sh.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
layout: page
title: common/acme.sh (বাংলা)
description: "ACME ক্লায়েন্ট প্রোটোকল প্রয়োজনীয় স্ক্রিপ্ট, `certbot` এর একটি বিকল্প।"
content_hash: a82e596c2564241f00fb7ee3c6c9921c21d2193e
last_modified_at: 2023-12-03
content_hash: e5dda744450b728c0025bb79ce9b0da4f88f0f0d
last_modified_at: 2024-12-05
related_topics:
- title: English version
url: /en/common/acme.sh.html
Expand All @@ -14,6 +14,12 @@ related_topics:
- title: français version
url: /fr/common/acme.sh.html
icon: bi bi-globe
- title: Indonesia version
url: /id/common/acme.sh.html
icon: bi bi-globe
- title: 한국어 version
url: /ko/common/acme.sh.html
icon: bi bi-globe
- title: Nederlands version
url: /nl/common/acme.sh.html
icon: bi bi-globe
Expand Down Expand Up @@ -57,4 +63,4 @@ ACME ক্লায়েন্ট প্রোটোকল প্রয়ো

- নির্দিষ্ট অবস্থানে সার্টিফিকেট ফাইল ইনস্টল করুন (স্বয়ংক্রিয় সার্টিফিকেট পুনরারম্ভের জন্য উপযুক্ত):

`acme.sh --install-cert -d `<span class="tldr-var badge badge-pill bg-dark-lm bg-white-dm text-white-lm text-dark-dm font-weight-bold">example.com</span>` --key-file `<span class="tldr-var badge badge-pill bg-dark-lm bg-white-dm text-white-lm text-dark-dm font-weight-bold">/পথ/থেকে/উদাহরণ.কম.কি</span>` --fullchain-file `<span class="tldr-var badge badge-pill bg-dark-lm bg-white-dm text-white-lm text-dark-dm font-weight-bold">/পথ/থেকে/উদাহরণ.কম.সিআর</span>` --reloadcmd `<span class="tldr-var badge badge-pill bg-dark-lm bg-white-dm text-white-lm text-dark-dm font-weight-bold">"systemctl force-reload nginx"</span>
`acme.sh --install-cert -d `<span class="tldr-var badge badge-pill bg-dark-lm bg-white-dm text-white-lm text-dark-dm font-weight-bold">example.com</span>` --key-file `<span class="tldr-var badge badge-pill bg-dark-lm bg-white-dm text-white-lm text-dark-dm font-weight-bold">/পথ/থেকে/উদাহরণ.কম.কি</span>` --fullchain-file `<span class="tldr-var badge badge-pill bg-dark-lm bg-white-dm text-white-lm text-dark-dm font-weight-bold">/পথ/থেকে/উদাহরণ.কম.সিআর</span>` --reloadcmd "`<span class="tldr-var badge badge-pill bg-dark-lm bg-white-dm text-white-lm text-dark-dm font-weight-bold">systemctl force-reload nginx</span>`"`
6 changes: 3 additions & 3 deletions docs/de/common/chmod.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
layout: page
title: common/chmod (Deutsch)
description: "Ändere die Zugriffsberechtigungen einer Datei oder eines Verzeichnisses."
content_hash: 080239e8e409f9728f07a78b1dbea322a0ddf2fc
last_modified_at: 2023-11-12
content_hash: c92f9650b6a479daf7c6eb979a85ba9be08aaee4
last_modified_at: 2024-12-05
related_topics:
- title: English version
url: /en/common/chmod.html
Expand Down Expand Up @@ -52,7 +52,7 @@ tldri18n_status: 2
# chmod

Ändere die Zugriffsberechtigungen einer Datei oder eines Verzeichnisses.
Weitere Informationen: <https://www.gnu.org/software/coreutils/chmod>.
Weitere Informationen: <https://www.gnu.org/software/coreutils/manual/html_node/chmod-invocation.html>.

- Gib dem Besitzer einer Datei ([u]ser) das Recht, sie auszuführen (e[x]ecute):

Expand Down
12 changes: 9 additions & 3 deletions docs/en/common/acme.sh.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
layout: page
title: common/acme.sh (English)
description: "Shell script implementing ACME client protocol, an alternative to `certbot`."
content_hash: 7362264100479704b8c9daac126a2b2ff91f081f
last_modified_at: 2023-12-03
content_hash: 8230fb6d8fe9e923104c520713e86986e3036b58
last_modified_at: 2024-12-05
related_topics:
- title: বাংলা version
url: /bn/common/acme.sh.html
Expand All @@ -14,6 +14,12 @@ related_topics:
- title: français version
url: /fr/common/acme.sh.html
icon: bi bi-globe
- title: Indonesia version
url: /id/common/acme.sh.html
icon: bi bi-globe
- title: 한국어 version
url: /ko/common/acme.sh.html
icon: bi bi-globe
- title: Nederlands version
url: /nl/common/acme.sh.html
icon: bi bi-globe
Expand Down Expand Up @@ -57,4 +63,4 @@ More information: <https://github.com/acmesh-official/acme.sh>.

- Install certificate files into the specified locations (useful for automatic certificate renewal):

`acme.sh --install-cert -d `<span class="tldr-var badge badge-pill bg-dark-lm bg-white-dm text-white-lm text-dark-dm font-weight-bold">example.com</span>` --key-file `<span class="tldr-var badge badge-pill bg-dark-lm bg-white-dm text-white-lm text-dark-dm font-weight-bold">/path/to/example.com.key</span>` --fullchain-file `<span class="tldr-var badge badge-pill bg-dark-lm bg-white-dm text-white-lm text-dark-dm font-weight-bold">/path/to/example.com.cer</span>` --reloadcmd `<span class="tldr-var badge badge-pill bg-dark-lm bg-white-dm text-white-lm text-dark-dm font-weight-bold">"systemctl force-reload nginx"</span>
`acme.sh --install-cert -d `<span class="tldr-var badge badge-pill bg-dark-lm bg-white-dm text-white-lm text-dark-dm font-weight-bold">example.com</span>` --key-file `<span class="tldr-var badge badge-pill bg-dark-lm bg-white-dm text-white-lm text-dark-dm font-weight-bold">/path/to/example.com.key</span>` --fullchain-file `<span class="tldr-var badge badge-pill bg-dark-lm bg-white-dm text-white-lm text-dark-dm font-weight-bold">/path/to/example.com.cer</span>` --reloadcmd "`<span class="tldr-var badge badge-pill bg-dark-lm bg-white-dm text-white-lm text-dark-dm font-weight-bold">systemctl force-reload nginx</span>`"`
6 changes: 3 additions & 3 deletions docs/en/common/chmod.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
layout: page
title: common/chmod (English)
description: "Change the access permissions of a file or directory."
content_hash: 2680a4295b967cf730e2afbad1e9ab42819ffdb2
last_modified_at: 2023-11-12
content_hash: 96e6fe3fbdd2a24adaf7cbca1acc407193921203
last_modified_at: 2024-12-05
related_topics:
- title: Deutsch version
url: /de/common/chmod.html
Expand Down Expand Up @@ -52,7 +52,7 @@ tldri18n_status: 2
# chmod

Change the access permissions of a file or directory.
More information: <https://www.gnu.org/software/coreutils/chmod>.
More information: <https://www.gnu.org/software/coreutils/manual/html_node/chmod-invocation.html>.

- Give the [u]ser who owns a file the right to e[x]ecute it:

Expand Down
10 changes: 7 additions & 3 deletions docs/en/common/gh-config.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,12 @@
layout: page
title: common/gh-config (English)
description: "Change configuration for GitHub cli."
content_hash: 048febc7f0c57cd1350e59cc15bdf0a43c68d2ad
last_modified_at: 2023-11-12
content_hash: 131a4b5b65da7bda51160bcf491ab18a7f44082f
last_modified_at: 2024-12-05
related_topics:
- title: 한국어 version
url: /ko/common/gh-config.html
icon: bi bi-globe
tldri18n_status: 2
---
# gh config
Expand All @@ -29,7 +33,7 @@ More information: <https://cli.github.com/manual/gh_config>.

- Reset to default text editor:

`gh config set editor `<span class="tldr-var badge badge-pill bg-dark-lm bg-white-dm text-white-lm text-dark-dm font-weight-bold">""</span>
`gh config set editor ""`

- Disable interactive prompts:

Expand Down
10 changes: 7 additions & 3 deletions docs/en/common/licensor.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,12 @@
layout: page
title: common/licensor (English)
description: "Write licenses to `stdout`."
content_hash: 9498bb4e385038a2a62542449a1064c922764b3b
last_modified_at: 2023-11-12
content_hash: d3af2304330d918ff6d4eff5f4226f72ca4b81fa
last_modified_at: 2024-12-05
related_topics:
- title: 한국어 version
url: /ko/common/licensor.html
icon: bi bi-globe
tldri18n_status: 2
---
# licensor
Expand All @@ -21,7 +25,7 @@ More information: <https://github.com/raftario/licensor>.

- Specify a copyright holder named Bobby Tables:

`licensor `<span class="tldr-var badge badge-pill bg-dark-lm bg-white-dm text-white-lm text-dark-dm font-weight-bold">MIT</span>` `<span class="tldr-var badge badge-pill bg-dark-lm bg-white-dm text-white-lm text-dark-dm font-weight-bold">"Bobby Tables"</span>` > `<span class="tldr-var badge badge-pill bg-dark-lm bg-white-dm text-white-lm text-dark-dm font-weight-bold">LICENSE</span>
`licensor `<span class="tldr-var badge badge-pill bg-dark-lm bg-white-dm text-white-lm text-dark-dm font-weight-bold">MIT</span>` "`<span class="tldr-var badge badge-pill bg-dark-lm bg-white-dm text-white-lm text-dark-dm font-weight-bold">Bobby Tables</span>`" > `<span class="tldr-var badge badge-pill bg-dark-lm bg-white-dm text-white-lm text-dark-dm font-weight-bold">LICENSE</span>

- Specify licence exceptions with a WITH expression:

Expand Down
9 changes: 6 additions & 3 deletions docs/en/common/mkfifo.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,18 @@
layout: page
title: common/mkfifo (English)
description: "Make FIFOs (named pipes)."
content_hash: 24e89214f86b25d911a83ea2d22c50d234ffe3d0
last_modified_at: 2024-10-08
content_hash: 6ddae5547218317e4ae4809381e009567e77a5a1
last_modified_at: 2024-12-05
related_topics:
- title: bosanski version
url: /bs/common/mkfifo.html
icon: bi bi-globe
- title: español version
url: /es/common/mkfifo.html
icon: bi bi-globe
- title: 한국어 version
url: /ko/common/mkfifo.html
icon: bi bi-globe
- title: Nederlands version
url: /nl/common/mkfifo.html
icon: bi bi-globe
Expand All @@ -27,7 +30,7 @@ More information: <https://www.gnu.org/software/coreutils/mkfifo>.

- Send data through a named pipe and send the command to the background:

`echo `<span class="tldr-var badge badge-pill bg-dark-lm bg-white-dm text-white-lm text-dark-dm font-weight-bold">"Hello World"</span>` > `<span class="tldr-var badge badge-pill bg-dark-lm bg-white-dm text-white-lm text-dark-dm font-weight-bold">path/to/pipe</span>` &`
`echo "`<span class="tldr-var badge badge-pill bg-dark-lm bg-white-dm text-white-lm text-dark-dm font-weight-bold">Hello World</span>`" > `<span class="tldr-var badge badge-pill bg-dark-lm bg-white-dm text-white-lm text-dark-dm font-weight-bold">path/to/pipe</span>` &`

- Receive data through a named pipe:

Expand Down
10 changes: 7 additions & 3 deletions docs/en/common/nuclei.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,12 @@
layout: page
title: common/nuclei (English)
description: "Fast and customizable vulnerability scanner based on a simple YAML based DSL."
content_hash: 053c18aeea32af366533021a74ebc25dd49e40df
last_modified_at: 2024-08-24
content_hash: 4c61b77cc1b01f37efc1bb1f102760c836ca9010
last_modified_at: 2024-12-05
related_topics:
- title: 한국어 version
url: /ko/common/nuclei.html
icon: bi bi-globe
tldri18n_status: 2
---
# nuclei
Expand Down Expand Up @@ -41,4 +45,4 @@ More information: <https://docs.projectdiscovery.io/tools/nuclei/overview>.

- Run scan based on one or more [t]emplate [c]onditions:

`nuclei -tc `<span class="tldr-var badge badge-pill bg-dark-lm bg-white-dm text-white-lm text-dark-dm font-weight-bold">"contains(tags, 'xss') && contains(tags, 'cve')"</span>` -u `<span class="tldr-var badge badge-pill bg-dark-lm bg-white-dm text-white-lm text-dark-dm font-weight-bold">https://vulnerable.website</span>
`nuclei -tc "`<span class="tldr-var badge badge-pill bg-dark-lm bg-white-dm text-white-lm text-dark-dm font-weight-bold">contains(tags, 'xss') && contains(tags, 'cve')</span>`" -u `<span class="tldr-var badge badge-pill bg-dark-lm bg-white-dm text-white-lm text-dark-dm font-weight-bold">https://vulnerable.website</span>
12 changes: 8 additions & 4 deletions docs/en/common/openai.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,12 @@
layout: page
title: common/openai (English)
description: "CLI tool providing access to the OpenAI API."
content_hash: a145145be9fafaa9ef437f3700baebc502b7fdad
last_modified_at: 2023-11-12
content_hash: 1e4f9a08befe27670b7526a05c274b10e69092df
last_modified_at: 2024-12-05
related_topics:
- title: 한국어 version
url: /ko/common/openai.html
icon: bi bi-globe
tldri18n_status: 2
---
# openai
Expand All @@ -17,12 +21,12 @@ More information: <https://github.com/openai/openai-python>.

- Create a completion:

`openai api completions.create --model `<span class="tldr-var badge badge-pill bg-dark-lm bg-white-dm text-white-lm text-dark-dm font-weight-bold">ada</span>` --prompt `<span class="tldr-var badge badge-pill bg-dark-lm bg-white-dm text-white-lm text-dark-dm font-weight-bold">"Hello world"</span>
`openai api completions.create --model `<span class="tldr-var badge badge-pill bg-dark-lm bg-white-dm text-white-lm text-dark-dm font-weight-bold">ada</span>` --prompt "`<span class="tldr-var badge badge-pill bg-dark-lm bg-white-dm text-white-lm text-dark-dm font-weight-bold">Hello world</span>`"`

- Create a chat completion:

`openai api chat_completions.create --model `<span class="tldr-var badge badge-pill bg-dark-lm bg-white-dm text-white-lm text-dark-dm font-weight-bold">gpt-3.5-turbo</span>` --message `<span class="tldr-var badge badge-pill bg-dark-lm bg-white-dm text-white-lm text-dark-dm font-weight-bold">user "Hello world"</span>

- Generate images via DALL·E API:

`openai api image.create --prompt `<span class="tldr-var badge badge-pill bg-dark-lm bg-white-dm text-white-lm text-dark-dm font-weight-bold">"two dogs playing chess, cartoon"</span>` --num-images `<span class="tldr-var badge badge-pill bg-dark-lm bg-white-dm text-white-lm text-dark-dm font-weight-bold">1</span>
`openai api image.create --prompt "`<span class="tldr-var badge badge-pill bg-dark-lm bg-white-dm text-white-lm text-dark-dm font-weight-bold">two dogs playing chess, cartoon</span>`" --num-images `<span class="tldr-var badge badge-pill bg-dark-lm bg-white-dm text-white-lm text-dark-dm font-weight-bold">1</span>
16 changes: 13 additions & 3 deletions docs/en/common/read.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,18 @@
layout: page
title: common/read (English)
description: "Shell builtin for retrieving data from `stdin`."
content_hash: 236712518c71808ea9ae854d36f218542bf081b4
last_modified_at: 2024-08-06
content_hash: 8da93b6007acefccdf1971649f03454aaac1b134
last_modified_at: 2024-12-05
related_topics:
- title: español version
url: /es/common/read.html
icon: bi bi-globe
- title: 한국어 version
url: /ko/common/read.html
icon: bi bi-globe
- title: Nederlands version
url: /nl/common/read.html
icon: bi bi-globe
tldri18n_status: 2
---
# read
Expand All @@ -25,7 +35,7 @@ More information: <https://manned.org/read.1p>.

- Assign multiple values to multiple variables:

`read `<span class="tldr-var badge badge-pill bg-dark-lm bg-white-dm text-white-lm text-dark-dm font-weight-bold">_ variable1 _ variable2</span>` <<< `<span class="tldr-var badge badge-pill bg-dark-lm bg-white-dm text-white-lm text-dark-dm font-weight-bold">"The surname is Bond"</span>
`read `<span class="tldr-var badge badge-pill bg-dark-lm bg-white-dm text-white-lm text-dark-dm font-weight-bold">_ variable1 _ variable2</span>` <<< "`<span class="tldr-var badge badge-pill bg-dark-lm bg-white-dm text-white-lm text-dark-dm font-weight-bold">The surname is Bond</span>`"`

- Do not let backslash (\\) act as an escape character:

Expand Down
6 changes: 3 additions & 3 deletions docs/en/common/rich.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
layout: page
title: common/rich (English)
description: "A toolbox for fancy output in the terminal."
content_hash: 68032a1c2f4f0e5548a54aa6292a306b68361e8a
last_modified_at: 2024-11-15
content_hash: 1abf1dfd382dc292bd6595afccbd46a0867e81e0
last_modified_at: 2024-12-05
related_topics:
- title: 한국어 version
url: /ko/common/rich.html
Expand Down Expand Up @@ -41,4 +41,4 @@ More information: <https://github.com/Textualize/rich-cli>.

- Display text with formatting tags, custom alignment, and line width:

`rich --print `<span class="tldr-var badge badge-pill bg-dark-lm bg-white-dm text-white-lm text-dark-dm font-weight-bold">"Hello [green on black]Stylized[/green on black] [bold]World[/bold]"</span>` --`<span class="tldr-var badge badge-pill bg-dark-lm bg-white-dm text-white-lm text-dark-dm font-weight-bold">left|center|right</span>` --width `<span class="tldr-var badge badge-pill bg-dark-lm bg-white-dm text-white-lm text-dark-dm font-weight-bold">10</span>
`rich --print "`<span class="tldr-var badge badge-pill bg-dark-lm bg-white-dm text-white-lm text-dark-dm font-weight-bold">Hello [green on black]Stylized[/green on black] [bold]World[/bold]</span>`" --`<span class="tldr-var badge badge-pill bg-dark-lm bg-white-dm text-white-lm text-dark-dm font-weight-bold">left|center|right</span>` --width `<span class="tldr-var badge badge-pill bg-dark-lm bg-white-dm text-white-lm text-dark-dm font-weight-bold">10</span>
10 changes: 7 additions & 3 deletions docs/en/common/semver.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,12 @@
layout: page
title: common/semver (English)
description: "Semantic version string parser."
content_hash: a847469cd89e1926968294b04d83569a244f6d19
last_modified_at: 2023-11-12
content_hash: 1d5318bd620c20c409c6bc32b5d1e25686947044
last_modified_at: 2024-12-05
related_topics:
- title: 한국어 version
url: /ko/common/semver.html
icon: bi bi-globe
tldri18n_status: 2
---
# semver
Expand All @@ -25,7 +29,7 @@ More information: <https://github.com/npm/node-semver>.

- Test with multiple ranges:

`semver `<span class="tldr-var badge badge-pill bg-dark-lm bg-white-dm text-white-lm text-dark-dm font-weight-bold">1.2.3</span>` --range `<span class="tldr-var badge badge-pill bg-dark-lm bg-white-dm text-white-lm text-dark-dm font-weight-bold">">=1.0"</span>` `<span class="tldr-var badge badge-pill bg-dark-lm bg-white-dm text-white-lm text-dark-dm font-weight-bold">"<2.0"</span>
`semver `<span class="tldr-var badge badge-pill bg-dark-lm bg-white-dm text-white-lm text-dark-dm font-weight-bold">1.2.3</span>` --range "`<span class="tldr-var badge badge-pill bg-dark-lm bg-white-dm text-white-lm text-dark-dm font-weight-bold">>=1.0</span>`" "`<span class="tldr-var badge badge-pill bg-dark-lm bg-white-dm text-white-lm text-dark-dm font-weight-bold"><2.0</span>`"`

- Test multiple version strings and return only the ones that match:

Expand Down
10 changes: 7 additions & 3 deletions docs/en/common/trivy.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,12 @@
layout: page
title: common/trivy (English)
description: "Scanner for vulnerabilities in container images, file systems, and Git repositories, as well as for configuration issues."
content_hash: 9cb196f0d27a12f3f5bb338b83cc396d791717ed
last_modified_at: 2024-03-02
content_hash: 14832b7e6f1b8c0343b88415c849707510544a4b
last_modified_at: 2024-12-05
related_topics:
- title: 한국어 version
url: /ko/common/trivy.html
icon: bi bi-globe
tldri18n_status: 2
---
# trivy
Expand Down Expand Up @@ -41,4 +45,4 @@ More information: <https://aquasecurity.github.io/trivy>.

- Generate output with a SARIF template:

`trivy image --format `<span class="tldr-var badge badge-pill bg-dark-lm bg-white-dm text-white-lm text-dark-dm font-weight-bold">template</span>` --template `<span class="tldr-var badge badge-pill bg-dark-lm bg-white-dm text-white-lm text-dark-dm font-weight-bold">"@sarif.tpl"</span>` -o `<span class="tldr-var badge badge-pill bg-dark-lm bg-white-dm text-white-lm text-dark-dm font-weight-bold">path/to/report.sarif</span>` `<span class="tldr-var badge badge-pill bg-dark-lm bg-white-dm text-white-lm text-dark-dm font-weight-bold">image:tag</span>
`trivy image --format `<span class="tldr-var badge badge-pill bg-dark-lm bg-white-dm text-white-lm text-dark-dm font-weight-bold">template</span>` --template "`<span class="tldr-var badge badge-pill bg-dark-lm bg-white-dm text-white-lm text-dark-dm font-weight-bold">@sarif.tpl</span>`" -o `<span class="tldr-var badge badge-pill bg-dark-lm bg-white-dm text-white-lm text-dark-dm font-weight-bold">path/to/report.sarif</span>` `<span class="tldr-var badge badge-pill bg-dark-lm bg-white-dm text-white-lm text-dark-dm font-weight-bold">image:tag</span>
Loading

0 comments on commit bc640b2

Please sign in to comment.