-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
48 changed files
with
973 additions
and
102 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
--- | ||
layout: page | ||
title: linux/euse (English) | ||
description: "Enable, disable, and obtain information about Gentoo USE flags." | ||
content_hash: 9ae2f30e1f36a4a4e9b12579f3c9aec3b0049ca5 | ||
last_modified_at: 2024-12-07 | ||
tldri18n_status: 0 | ||
--- | ||
|
||
### Outdated Translation | ||
This entry is currently considered outdated and its contents may not be up-to-date with other translations. | ||
|
||
Please considering fixing this issue by contributing to the [tldr-pages](https://github.com/tldr-pages/tldr) project directly. | ||
|
||
<a class="btn btn-primary" href="{{ site.url }}/en/linux/euse.html">View original (English) version</a> | ||
<a class="btn" href="https://github.com/tldr-pages/tldr/blob/main/CONTRIBUTING.md">Contributing Guidelines</a> | ||
|
||
<hr># euse | ||
|
||
Enable, disable, and obtain information about Gentoo USE flags. | ||
More information: <https://wiki.gentoo.org/wiki/Euse>. | ||
|
||
- List active global USE flags: | ||
|
||
`euse --active --global` | ||
|
||
- List active local USE flags: | ||
|
||
`euse --active --local` | ||
|
||
- Enable a global USE flag: | ||
|
||
`sudo euse --enable `<span class="tldr-var badge badge-pill bg-dark-lm bg-white-dm text-white-lm text-dark-dm font-weight-bold">use_flag</span> | ||
|
||
- Disable a global USE flag (put a '-' sign in front of the USE flag): | ||
|
||
`sudo euse --disable `<span class="tldr-var badge badge-pill bg-dark-lm bg-white-dm text-white-lm text-dark-dm font-weight-bold">use_flag</span> | ||
|
||
- Remove a global USE flag: | ||
|
||
`sudo euse --prune `<span class="tldr-var badge badge-pill bg-dark-lm bg-white-dm text-white-lm text-dark-dm font-weight-bold">use_flag</span> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,45 @@ | ||
--- | ||
layout: page | ||
title: common/adb-devices (español) | ||
description: "Lista los dispositivos Android conectados." | ||
content_hash: 8a12329eedf29f9fff6cb13279615d90add2da80 | ||
last_modified_at: 2024-12-07 | ||
related_topics: | ||
- title: English version | ||
url: /en/common/adb-devices.html | ||
icon: bi bi-globe | ||
- title: français version | ||
url: /fr/common/adb-devices.html | ||
icon: bi bi-globe | ||
- title: Indonesia version | ||
url: /id/common/adb-devices.html | ||
icon: bi bi-globe | ||
- title: 한국어 version | ||
url: /ko/common/adb-devices.html | ||
icon: bi bi-globe | ||
- title: 中文 version | ||
url: /zh/common/adb-devices.html | ||
icon: bi bi-globe | ||
tldri18n_status: 0 | ||
--- | ||
|
||
### Outdated Translation | ||
This entry is currently considered outdated and its contents may not be up-to-date with other translations. | ||
|
||
Please considering fixing this issue by contributing to the [tldr-pages](https://github.com/tldr-pages/tldr) project directly. | ||
|
||
<a class="btn btn-primary" href="{{ site.url }}/en/common/adb-devices.html">View original (English) version</a> | ||
<a class="btn" href="https://github.com/tldr-pages/tldr/blob/main/CONTRIBUTING.md">Contributing Guidelines</a> | ||
|
||
<hr># adb devices | ||
|
||
Lista los dispositivos Android conectados. | ||
Más información: <https://manned.org/adb>. | ||
|
||
- Lista los dispositivos: | ||
|
||
`adb devices` | ||
|
||
- Lista los dispositivos y su información de sistema (system info): | ||
|
||
`adb devices -l` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,50 @@ | ||
--- | ||
layout: page | ||
title: common/adb-reboot (español) | ||
description: "Reinicia un dispositivo Android o un emulador conectado." | ||
content_hash: 3ba2a9bb140b79e01f62efd0d973f05112d54066 | ||
last_modified_at: 2024-12-07 | ||
related_topics: | ||
- title: English version | ||
url: /en/common/adb-reboot.html | ||
icon: bi bi-globe | ||
- title: Indonesia version | ||
url: /id/common/adb-reboot.html | ||
icon: bi bi-globe | ||
- title: 한국어 version | ||
url: /ko/common/adb-reboot.html | ||
icon: bi bi-globe | ||
- title: 中文 version | ||
url: /zh/common/adb-reboot.html | ||
icon: bi bi-globe | ||
tldri18n_status: 0 | ||
--- | ||
|
||
### Outdated Translation | ||
This entry is currently considered outdated and its contents may not be up-to-date with other translations. | ||
|
||
Please considering fixing this issue by contributing to the [tldr-pages](https://github.com/tldr-pages/tldr) project directly. | ||
|
||
<a class="btn btn-primary" href="{{ site.url }}/en/common/adb-reboot.html">View original (English) version</a> | ||
<a class="btn" href="https://github.com/tldr-pages/tldr/blob/main/CONTRIBUTING.md">Contributing Guidelines</a> | ||
|
||
<hr># adb reboot | ||
|
||
Reinicia un dispositivo Android o un emulador conectado. | ||
Más información: <https://manned.org/adb>. | ||
|
||
- Reinicia el dispositivo normalmente: | ||
|
||
`adb reboot` | ||
|
||
- Reinicia el dispositivo en modo bootloader: | ||
|
||
`adb reboot bootloader` | ||
|
||
- Reinicia el dispositivo en modo de recuperación: | ||
|
||
`adb reboot recovery` | ||
|
||
- Reinicia el dispositivo en modo de arranque rápido: | ||
|
||
`adb reboot fastboot` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,52 @@ | ||
--- | ||
layout: page | ||
title: common/podman-build (español) | ||
description: "Herramienta que no corre como servicio (daemon) para construir imágenes de contenedores." | ||
content_hash: 42e5c981d9497ae00be30a5169ddfe0d196ae652 | ||
last_modified_at: 2024-12-07 | ||
related_topics: | ||
- title: English version | ||
url: /en/common/podman-build.html | ||
icon: bi bi-globe | ||
- title: 한국어 version | ||
url: /ko/common/podman-build.html | ||
icon: bi bi-globe | ||
- title: português (Brasil) version | ||
url: /pt_BR/common/podman-build.html | ||
icon: bi bi-globe | ||
tldri18n_status: 0 | ||
--- | ||
|
||
### Outdated Translation | ||
This entry is currently considered outdated and its contents may not be up-to-date with other translations. | ||
|
||
Please considering fixing this issue by contributing to the [tldr-pages](https://github.com/tldr-pages/tldr) project directly. | ||
|
||
<a class="btn btn-primary" href="{{ site.url }}/en/common/podman-build.html">View original (English) version</a> | ||
<a class="btn" href="https://github.com/tldr-pages/tldr/blob/main/CONTRIBUTING.md">Contributing Guidelines</a> | ||
|
||
<hr># podman build | ||
|
||
Herramienta que no corre como servicio (daemon) para construir imágenes de contenedores. | ||
Podman proporciona una línea de comando comparable con Docker-CLI. En pocas palabras: `alias docker=podman`. | ||
Más información: <https://docs.podman.io/en/latest/markdown/podman-build.1.html>. | ||
|
||
- Crea una imagen usando un `Dockerfile` o `Containerfile` en el directorio especificado: | ||
|
||
`podman build `<span class="tldr-var badge badge-pill bg-dark-lm bg-white-dm text-white-lm text-dark-dm font-weight-bold">ruta/al/directorio</span> | ||
|
||
- Crea una imagen con una etiqueta especificada: | ||
|
||
`podman build --tag `<span class="tldr-var badge badge-pill bg-dark-lm bg-white-dm text-white-lm text-dark-dm font-weight-bold">nombre_de_la_imagen:version</span>` `<span class="tldr-var badge badge-pill bg-dark-lm bg-white-dm text-white-lm text-dark-dm font-weight-bold">ruta/al/directorio</span> | ||
|
||
- Crea una imagen de un archivo no estándar: | ||
|
||
`podman build --file `<span class="tldr-var badge badge-pill bg-dark-lm bg-white-dm text-white-lm text-dark-dm font-weight-bold">Archivo_contenedor.different</span>` .` | ||
|
||
- Crea una imagen sin usar ninguna imagen previamente almacenada en caché: | ||
|
||
`podman build --no-cache `<span class="tldr-var badge badge-pill bg-dark-lm bg-white-dm text-white-lm text-dark-dm font-weight-bold">ruta/al/directorio</span> | ||
|
||
- Crea una imagen suprimiendo cualquier mensaje informativo (output): | ||
|
||
`podman build --quiet `<span class="tldr-var badge badge-pill bg-dark-lm bg-white-dm text-white-lm text-dark-dm font-weight-bold">ruta/al/directorio</span> |
Oops, something went wrong.