Skip to content

Commit

Permalink
Data update 2023-08-26 18-11-05
Browse files Browse the repository at this point in the history
  • Loading branch information
1010bots committed Aug 26, 2023
1 parent 257e3b4 commit 2b60d5f
Show file tree
Hide file tree
Showing 80 changed files with 437 additions and 336 deletions.
5 changes: 3 additions & 2 deletions docs/ca/linux/cpulimit.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
layout: page
title: linux/cpulimit (català)
description: "Eina per limitar l'ús de la CPU en altres processos."
content_hash: d729382b77e7349def54566d1a9fe91457bdc058
content_hash: 2b76a7e5994b4ff62de955d750702dfe8edb071a
last_modified_at: 2023-08-26
related_topics:
- title: English version
url: /en/linux/cpulimit.html
Expand All @@ -26,7 +27,7 @@ Més informació: <http://cpulimit.sourceforge.net/>.

- Executa un programa determinat i limita el seu ús a només el 50% de la CPU:

`cpulimit --limit `<span class="tldr-var badge badge-pill bg-dark-lm bg-white-dm text-white-lm text-dark-dm font-weight-bold">50</span>` -- `<span class="tldr-var badge badge-pill bg-dark-lm bg-white-dm text-white-lm text-dark-dm font-weight-bold">programa arg1 arg2 ...</span>
`cpulimit --limit `<span class="tldr-var badge badge-pill bg-dark-lm bg-white-dm text-white-lm text-dark-dm font-weight-bold">50</span>` -- `<span class="tldr-var badge badge-pill bg-dark-lm bg-white-dm text-white-lm text-dark-dm font-weight-bold">programa argument1 argument2 ...</span>

- Executa un programa, limita l'ús de la CPU a 50% i executa cpulimit en segon pla:

Expand Down
11 changes: 4 additions & 7 deletions docs/de/common/kubectl-run.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,14 @@
layout: page
title: common/kubectl-run (Deutsch)
description: "Pods in Kubernetes ausführen. Gibt den Pod-Generator an, um einen deprecation Fehler in einigen Kubernetes Versionen zu vermeiden."
content_hash: f3e07b4d5720b97d5f0c525b8af3e08fa518edcc
last_modified_at: 2022-12-21
content_hash: 6922f1a892dba12d4c4c697b3e18759080bb2166
last_modified_at: 2023-08-26
related_topics:
- title: English version
url: /en/common/kubectl-run.html
icon: bi bi-globe
---

This entry is very new in the [tldr-pages](https://github.com/tldr-pages/tldr) project, hence translation data is currently unavailable for a while.

<hr># kubectl run
# kubectl run

Pods in Kubernetes ausführen. Gibt den Pod-Generator an, um einen deprecation Fehler in einigen Kubernetes Versionen zu vermeiden.
Weitere Informationen: <https://kubernetes.io/docs/reference/generated/kubectl/kubectl-commands#run>.
Expand All @@ -35,4 +32,4 @@ Weitere Informationen: <https://kubernetes.io/docs/reference/generated/kubectl/k

- Führe einen Ubuntu-Pod aus, überschreibe den Standardbefehl mit echo und gib eigene Argumente an:

`kubectl run --generator=run-pod/v1 temp-ubuntu --image=ubuntu:20.04 --command -- echo arg1 arg2 arg3`
`kubectl run --generator=run-pod/v1 temp-ubuntu --image=ubuntu:20.04 --command -- echo `<span class="tldr-var badge badge-pill bg-dark-lm bg-white-dm text-white-lm text-dark-dm font-weight-bold">argument1 argument2 ...</span>
6 changes: 3 additions & 3 deletions docs/de/common/nix-shell.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
layout: page
title: common/nix-shell (Deutsch)
description: "Startet eine interaktive Shell, die auf einem Nix-Ausdruck basiert."
content_hash: 7714345a784576e9b57e7d6dce410019802f178c
last_modified_at: 2023-01-01
content_hash: f85cbd4cebb9548c4d664512d6edc9a64428fff9
last_modified_at: 2023-08-26
related_topics:
- title: English version
url: /en/common/nix-shell.html
Expand All @@ -20,7 +20,7 @@ Weitere Informationen: <https://nixos.org/manual/nix/stable/#sec-nix-shell>.

- Führe Shell-Befehl in nicht-interaktiver Shell aus und beende:

`nix-shell --run "`<span class="tldr-var badge badge-pill bg-dark-lm bg-white-dm text-white-lm text-dark-dm font-weight-bold">befehl</span>` `<span class="tldr-var badge badge-pill bg-dark-lm bg-white-dm text-white-lm text-dark-dm font-weight-bold">arg1 arg2 ...</span>`"`
`nix-shell --run "`<span class="tldr-var badge badge-pill bg-dark-lm bg-white-dm text-white-lm text-dark-dm font-weight-bold">befehl</span>` `<span class="tldr-var badge badge-pill bg-dark-lm bg-white-dm text-white-lm text-dark-dm font-weight-bold">argument1 argument2 ...</span>`"`

- Starte mit Ausdruck in `default.nix` im aktuellen Verzeichnis:

Expand Down
6 changes: 3 additions & 3 deletions docs/en/android/cmd.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
layout: page
title: android/cmd (English)
description: "Android service manager."
content_hash: 1eb27301a6a0efbdfe42b8d0cba12a2ed8de67f9
last_modified_at: 2023-01-04
content_hash: afe98a36c1e2fd7c4ade240e66b0c2701e035f6b
last_modified_at: 2023-08-26
related_topics:
- title: বাংলা version
url: /bn/android/cmd.html
Expand Down Expand Up @@ -66,4 +66,4 @@ More information: <https://cs.android.com/android/platform/superproject/+/master

- Call a service with specific arguments:

`cmd `<span class="tldr-var badge badge-pill bg-dark-lm bg-white-dm text-white-lm text-dark-dm font-weight-bold">service</span>` `<span class="tldr-var badge badge-pill bg-dark-lm bg-white-dm text-white-lm text-dark-dm font-weight-bold">arg1 arg2 ...</span>
`cmd `<span class="tldr-var badge badge-pill bg-dark-lm bg-white-dm text-white-lm text-dark-dm font-weight-bold">service</span>` `<span class="tldr-var badge badge-pill bg-dark-lm bg-white-dm text-white-lm text-dark-dm font-weight-bold">argument1 argument2 ...</span>
15 changes: 11 additions & 4 deletions docs/en/common/apm.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,15 @@
layout: page
title: common/apm (English)
description: "Atom editor Package Manager."
content_hash: 3b2a0534218b6cafc31b7d319d4da77d3031e0ae
content_hash: a054137ed7ee52c1876dcacdd639875a942c7050
last_modified_at: 2023-08-26
related_topics:
- title: español version
url: /es/common/apm.html
icon: bi bi-globe
- title: français version
url: /fr/common/apm.html
icon: bi bi-globe
- title: italiano version
url: /it/common/apm.html
icon: bi bi-globe
Expand All @@ -25,12 +32,12 @@ More information: <https://github.com/atom/apm>.

- Install a package from http://atom.io/packages or a theme from http://atom.io/themes:

`apm install `<span class="tldr-var badge badge-pill bg-dark-lm bg-white-dm text-white-lm text-dark-dm font-weight-bold">package_name</span>
`apm install `<span class="tldr-var badge badge-pill bg-dark-lm bg-white-dm text-white-lm text-dark-dm font-weight-bold">package</span>

- Remove a package/theme:

`apm remove `<span class="tldr-var badge badge-pill bg-dark-lm bg-white-dm text-white-lm text-dark-dm font-weight-bold">package_name</span>
`apm remove `<span class="tldr-var badge badge-pill bg-dark-lm bg-white-dm text-white-lm text-dark-dm font-weight-bold">package</span>

- Upgrade a package/theme:

`apm upgrade `<span class="tldr-var badge badge-pill bg-dark-lm bg-white-dm text-white-lm text-dark-dm font-weight-bold">package_name</span>
`apm upgrade `<span class="tldr-var badge badge-pill bg-dark-lm bg-white-dm text-white-lm text-dark-dm font-weight-bold">package</span>
13 changes: 10 additions & 3 deletions docs/en/common/cabal.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,21 @@
layout: page
title: common/cabal (English)
description: "Command-line interface to the Haskell package infrastructure (Cabal)."
content_hash: 6655d3177ebec9067e1de98103e19abc0b744bd6
content_hash: 9a17b55870f6b73ee42504a21ab7160d1a39bb3c
last_modified_at: 2023-08-26
related_topics:
- title: italiano version
url: /it/common/cabal.html
icon: bi bi-globe
- title: 한국어 version
url: /ko/common/cabal.html
icon: bi bi-globe
- title: português (Brasil) version
url: /pt_BR/common/cabal.html
icon: bi bi-globe
- title: русский version
url: /ru/common/cabal.html
icon: bi bi-globe
---
# cabal

Expand All @@ -23,11 +30,11 @@ More information: <https://cabal.readthedocs.io/en/latest/intro.html>.

- Show information about a package:

`cabal info `<span class="tldr-var badge badge-pill bg-dark-lm bg-white-dm text-white-lm text-dark-dm font-weight-bold">package_name</span>
`cabal info `<span class="tldr-var badge badge-pill bg-dark-lm bg-white-dm text-white-lm text-dark-dm font-weight-bold">package</span>

- Download and install a package:

`cabal install `<span class="tldr-var badge badge-pill bg-dark-lm bg-white-dm text-white-lm text-dark-dm font-weight-bold">package_name</span>
`cabal install `<span class="tldr-var badge badge-pill bg-dark-lm bg-white-dm text-white-lm text-dark-dm font-weight-bold">package</span>

- Create a new Haskell project in the current directory:

Expand Down
12 changes: 8 additions & 4 deletions docs/en/common/composer.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,12 @@
layout: page
title: common/composer (English)
description: "A package-based dependency manager for PHP projects."
content_hash: d665334c814fe7a844cd5468d92134a9cced051e
content_hash: 7e522cb01ffe70654701188e81a3899d8d39d2d7
last_modified_at: 2023-08-26
related_topics:
- title: Indonesia version
url: /id/common/composer.html
icon: bi bi-globe
- title: italiano version
url: /it/common/composer.html
icon: bi bi-globe
Expand All @@ -22,15 +26,15 @@ More information: <https://getcomposer.org/>.

- Add a package as a dependency for this project, adding it to `composer.json`:

`composer require `<span class="tldr-var badge badge-pill bg-dark-lm bg-white-dm text-white-lm text-dark-dm font-weight-bold">user/package_name</span>
`composer require `<span class="tldr-var badge badge-pill bg-dark-lm bg-white-dm text-white-lm text-dark-dm font-weight-bold">user/package</span>

- Install all the dependencies in this project's `composer.json` and create `composer.lock`:

`composer install`

- Uninstall a package from this project, removing it as a dependency from `composer.json`:

`composer remove `<span class="tldr-var badge badge-pill bg-dark-lm bg-white-dm text-white-lm text-dark-dm font-weight-bold">user/package_name</span>
`composer remove `<span class="tldr-var badge badge-pill bg-dark-lm bg-white-dm text-white-lm text-dark-dm font-weight-bold">user/package</span>

- Update all the dependencies in this project's `composer.json` and note versions in `composer.lock` file:

Expand All @@ -42,7 +46,7 @@ More information: <https://getcomposer.org/>.

- Learn more about why a dependency can't be installed:

`composer why-not `<span class="tldr-var badge badge-pill bg-dark-lm bg-white-dm text-white-lm text-dark-dm font-weight-bold">user/package_name</span>
`composer why-not `<span class="tldr-var badge badge-pill bg-dark-lm bg-white-dm text-white-lm text-dark-dm font-weight-bold">user/package</span>

- Update composer to its latest version:

Expand Down
9 changes: 7 additions & 2 deletions docs/en/common/conda-create.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,12 @@
layout: page
title: common/conda-create (English)
description: "Create new conda environments."
content_hash: 7efecf5530185b20c03edfe96b4543c14b28d1f5
content_hash: 30103b6140c6952f4a38baffdc4a102d51537441
last_modified_at: 2023-08-26
related_topics:
- title: Deutsch version
url: /de/common/conda-create.html
icon: bi bi-globe
---
# conda create

Expand All @@ -19,4 +24,4 @@ More information: <https://docs.conda.io/projects/conda/en/latest/commands/creat

- Create a new environment with a specified name and install a given package:

`conda create --name `<span class="tldr-var badge badge-pill bg-dark-lm bg-white-dm text-white-lm text-dark-dm font-weight-bold">env_name</span>` `<span class="tldr-var badge badge-pill bg-dark-lm bg-white-dm text-white-lm text-dark-dm font-weight-bold">package_name</span>
`conda create --name `<span class="tldr-var badge badge-pill bg-dark-lm bg-white-dm text-white-lm text-dark-dm font-weight-bold">env_name</span>` `<span class="tldr-var badge badge-pill bg-dark-lm bg-white-dm text-white-lm text-dark-dm font-weight-bold">package</span>
5 changes: 3 additions & 2 deletions docs/en/common/cordova.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
layout: page
title: common/cordova (English)
description: "Mobile apps with HTML, CSS & JS."
content_hash: 039b81a00dc6b7001d55b3561504e19ce36e75f2
content_hash: 6082243c8ae85ad908e8c107b15f5397fbc1c8eb
last_modified_at: 2023-08-26
related_topics:
- title: italiano version
url: /it/common/cordova.html
Expand All @@ -18,7 +19,7 @@ More information: <https://cordova.apache.org/docs/en/latest/guide/cli/>.

- Create a Cordova project:

`cordova create `<span class="tldr-var badge badge-pill bg-dark-lm bg-white-dm text-white-lm text-dark-dm font-weight-bold">path</span>` `<span class="tldr-var badge badge-pill bg-dark-lm bg-white-dm text-white-lm text-dark-dm font-weight-bold">package_name</span>` `<span class="tldr-var badge badge-pill bg-dark-lm bg-white-dm text-white-lm text-dark-dm font-weight-bold">project_name</span>
`cordova create `<span class="tldr-var badge badge-pill bg-dark-lm bg-white-dm text-white-lm text-dark-dm font-weight-bold">path/to/directory</span>` `<span class="tldr-var badge badge-pill bg-dark-lm bg-white-dm text-white-lm text-dark-dm font-weight-bold">package</span>` `<span class="tldr-var badge badge-pill bg-dark-lm bg-white-dm text-white-lm text-dark-dm font-weight-bold">project_name</span>

- Display the current workspace status:

Expand Down
9 changes: 5 additions & 4 deletions docs/en/common/cradle-elastic.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
layout: page
title: common/cradle-elastic (English)
description: "Manage the Elasticsearch instances for a Cradle instance."
content_hash: 2dff576f0cc83f1aaac774602d1d968f4ae4b1c1
content_hash: ec25cc7973da7a40048a2fc7d4c12f08c01c0de7
last_modified_at: 2023-08-26
related_topics:
- title: Deutsch version
url: /de/common/cradle-elastic.html
Expand All @@ -25,20 +26,20 @@ More information: <https://cradlephp.github.io/docs/3.B.-Reference-Command-Line-

- Truncate the Elasticsearch index for a specific package:

`cradle elastic flush `<span class="tldr-var badge badge-pill bg-dark-lm bg-white-dm text-white-lm text-dark-dm font-weight-bold">package_name</span>
`cradle elastic flush `<span class="tldr-var badge badge-pill bg-dark-lm bg-white-dm text-white-lm text-dark-dm font-weight-bold">package</span>

- Submit the Elasticsearch schema:

`cradle elastic map`

- Submit the Elasticsearch schema for a specific package:

`cradle elastic map `<span class="tldr-var badge badge-pill bg-dark-lm bg-white-dm text-white-lm text-dark-dm font-weight-bold">package_name</span>
`cradle elastic map `<span class="tldr-var badge badge-pill bg-dark-lm bg-white-dm text-white-lm text-dark-dm font-weight-bold">package</span>

- Populate the Elasticsearch indices for all packages:

`cradle elastic populate`

- Populate the Elasticsearch indices for a specific package:

`cradle elastic populate `<span class="tldr-var badge badge-pill bg-dark-lm bg-white-dm text-white-lm text-dark-dm font-weight-bold">package_name</span>
`cradle elastic populate `<span class="tldr-var badge badge-pill bg-dark-lm bg-white-dm text-white-lm text-dark-dm font-weight-bold">package</span>
9 changes: 5 additions & 4 deletions docs/en/common/cradle-sql.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
layout: page
title: common/cradle-sql (English)
description: "Manage Cradle SQL databases."
content_hash: 75f20a91413de25e926da7b52f0b64da568eb177
content_hash: c87bb811bc779e4004b1a7e27ed66b183dffee56
last_modified_at: 2023-08-26
related_topics:
- title: Deutsch version
url: /de/common/cradle-sql.html
Expand All @@ -25,20 +26,20 @@ More information: <https://cradlephp.github.io/docs/3.B.-Reference-Command-Line-

- Rebuild the database schema for a specific package:

`cradle sql build `<span class="tldr-var badge badge-pill bg-dark-lm bg-white-dm text-white-lm text-dark-dm font-weight-bold">package_name</span>
`cradle sql build `<span class="tldr-var badge badge-pill bg-dark-lm bg-white-dm text-white-lm text-dark-dm font-weight-bold">package</span>

- Empty the entire database:

`cradle sql flush`

- Empty the database tables for a specific package:

`cradle sql flush `<span class="tldr-var badge badge-pill bg-dark-lm bg-white-dm text-white-lm text-dark-dm font-weight-bold">package_name</span>
`cradle sql flush `<span class="tldr-var badge badge-pill bg-dark-lm bg-white-dm text-white-lm text-dark-dm font-weight-bold">package</span>

- Populate the tables for all packages:

`cradle sql populate`

- Populate the tables for a specific package:

`cradle sql populate `<span class="tldr-var badge badge-pill bg-dark-lm bg-white-dm text-white-lm text-dark-dm font-weight-bold">package_name</span>
`cradle sql populate `<span class="tldr-var badge badge-pill bg-dark-lm bg-white-dm text-white-lm text-dark-dm font-weight-bold">package</span>
13 changes: 5 additions & 8 deletions docs/en/common/cs-launch.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,24 +2,21 @@
layout: page
title: common/cs-launch (English)
description: "Launch an application from the name directly from one or more Maven dependencies without the need of installing it."
content_hash: 9ba8244e84ca4694f511e17835829d0a43f29137
last_modified_at: 2023-01-09
content_hash: 79f5b8cd0f6ba0c90454e53c139ece2533a95174
last_modified_at: 2023-08-26
---

This entry is very new in the [tldr-pages](https://github.com/tldr-pages/tldr) project, hence translation data is currently unavailable for a while.

<hr># cs launch
# cs launch

Launch an application from the name directly from one or more Maven dependencies without the need of installing it.
More information: <https://get-coursier.io/docs/cli-launch>.

- Launch a specific application with arguments:

`cs launch `<span class="tldr-var badge badge-pill bg-dark-lm bg-white-dm text-white-lm text-dark-dm font-weight-bold">application_name</span>` -- `<span class="tldr-var badge badge-pill bg-dark-lm bg-white-dm text-white-lm text-dark-dm font-weight-bold">arg1 arg2 ...</span>
`cs launch `<span class="tldr-var badge badge-pill bg-dark-lm bg-white-dm text-white-lm text-dark-dm font-weight-bold">application_name</span>` -- `<span class="tldr-var badge badge-pill bg-dark-lm bg-white-dm text-white-lm text-dark-dm font-weight-bold">argument1 argument2 ...</span>

- Launch a specific application version with arguments:

`cs launch `<span class="tldr-var badge badge-pill bg-dark-lm bg-white-dm text-white-lm text-dark-dm font-weight-bold">application_name</span>`:`<span class="tldr-var badge badge-pill bg-dark-lm bg-white-dm text-white-lm text-dark-dm font-weight-bold">application_version</span>` -- `<span class="tldr-var badge badge-pill bg-dark-lm bg-white-dm text-white-lm text-dark-dm font-weight-bold">arg1 arg2 ...</span>
`cs launch `<span class="tldr-var badge badge-pill bg-dark-lm bg-white-dm text-white-lm text-dark-dm font-weight-bold">application_name</span>`:`<span class="tldr-var badge badge-pill bg-dark-lm bg-white-dm text-white-lm text-dark-dm font-weight-bold">application_version</span>` -- `<span class="tldr-var badge badge-pill bg-dark-lm bg-white-dm text-white-lm text-dark-dm font-weight-bold">argument1 argument2 ...</span>

- Launch a specific version of an application specifying which is the main file:

Expand Down
5 changes: 3 additions & 2 deletions docs/en/common/espanso.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
layout: page
title: common/espanso (English)
description: "Cross-platform Text Expander written in Rust."
content_hash: 0133ff946e47f98a6a630268dc9697be779e5c05
content_hash: cdafed480f99834971e06765cd6824649c830e2e
last_modified_at: 2023-08-26
related_topics:
- title: español version
url: /es/common/espanso.html
Expand All @@ -26,7 +27,7 @@ More information: <https://espanso.org>.

- Install a package from the hub store (<https://hub.espanso.org/>):

`espanso install `<span class="tldr-var badge badge-pill bg-dark-lm bg-white-dm text-white-lm text-dark-dm font-weight-bold">package_name</span>
`espanso install `<span class="tldr-var badge badge-pill bg-dark-lm bg-white-dm text-white-lm text-dark-dm font-weight-bold">package</span>

- Restart (required after installing a package, useful in case of failure):

Expand Down
Loading

0 comments on commit 2b60d5f

Please sign in to comment.