diff --git a/docs/bn/common/arch.md b/docs/bn/common/arch.md index 69a7f94d6f..bebbb40c84 100644 --- a/docs/bn/common/arch.md +++ b/docs/bn/common/arch.md @@ -2,8 +2,8 @@ layout: page title: common/arch (বাংলা) description: "সিস্টেমের আর্কিটেকচারের নাম দেখানো।" -content_hash: 2c8278bbacfa0ae08fb0dbeeea0395e5981304ce -last_modified_at: 2023-11-12 +content_hash: 071677bb0d69b19214f7db272275ddb162607e0e +last_modified_at: 2024-12-07 related_topics: - title: English version url: /en/common/arch.html @@ -17,6 +17,9 @@ related_topics: - title: हिन्दी version url: /hi/common/arch.html icon: bi bi-globe + - title: Indonesia version + url: /id/common/arch.html + icon: bi bi-globe - title: italiano version url: /it/common/arch.html icon: bi bi-globe @@ -50,7 +53,7 @@ tldri18n_status: 2 সিস্টেমের আর্কিটেকচারের নাম দেখানো। `uname` ওয়েবসাইটে দেখানো যাক। -আরও তথ্য পাবেন: । +আরও তথ্য পাবেন: । - সিস্টেম আর্কিটেকচার দেখানো: diff --git a/docs/de/common/chown.md b/docs/de/common/chown.md index 87b51c283a..e5e27fe0e8 100644 --- a/docs/de/common/chown.md +++ b/docs/de/common/chown.md @@ -2,8 +2,8 @@ layout: page title: common/chown (Deutsch) description: "Ändere den Besitzer und die Besitzergruppe von Dateien und Verzeichnissen." -content_hash: 6054e3d7c6f8aa1609ce45107cb6271f9658bf74 -last_modified_at: 2024-04-19 +content_hash: e37a10d1c0eddf991df289a197883c09c3a51bca +last_modified_at: 2024-12-07 related_topics: - title: English version url: /en/common/chown.html @@ -43,7 +43,7 @@ This entry is very new in the [tldr-pages](https://github.com/tldr-pages/tldr) p
# chown Ändere den Besitzer und die Besitzergruppe von Dateien und Verzeichnissen. -Weitere Informationen: . +Weitere Informationen: . - Ändere den Besitzer einer Datei/eines Verzeichnisses: diff --git a/docs/en/common/arch.md b/docs/en/common/arch.md index e8601a06ee..2eb4a7649a 100644 --- a/docs/en/common/arch.md +++ b/docs/en/common/arch.md @@ -2,8 +2,8 @@ layout: page title: common/arch (English) description: "Display the name of the system architecture." -content_hash: c8c1b41d15c1dfe70afb7a80c7fe104639fa8cdc -last_modified_at: 2023-11-12 +content_hash: 7163ef9df9a6b7a23dac15abb2d943714b6a79e0 +last_modified_at: 2024-12-07 related_topics: - title: বাংলা version url: /bn/common/arch.html @@ -17,6 +17,9 @@ related_topics: - title: हिन्दी version url: /hi/common/arch.html icon: bi bi-globe + - title: Indonesia version + url: /id/common/arch.html + icon: bi bi-globe - title: italiano version url: /it/common/arch.html icon: bi bi-globe @@ -50,7 +53,7 @@ tldri18n_status: 2 Display the name of the system architecture. See also `uname`. -More information: . +More information: . - Display the system's architecture: diff --git a/docs/en/common/chown.md b/docs/en/common/chown.md index 836c213f9a..383ee77a55 100644 --- a/docs/en/common/chown.md +++ b/docs/en/common/chown.md @@ -2,8 +2,8 @@ layout: page title: common/chown (English) description: "Change user and group ownership of files and directories." -content_hash: e7a520ef0fa0ccbc9337f87fec334f420504ba52 -last_modified_at: 2024-04-19 +content_hash: e597bae470fce225070f04a675bddb53f2483502 +last_modified_at: 2024-12-07 related_topics: - title: Deutsch version url: /de/common/chown.html @@ -40,7 +40,7 @@ tldri18n_status: 2 # chown Change user and group ownership of files and directories. -More information: . +More information: . - Change the owner user of a file/directory: diff --git a/docs/en/common/tesseract.md b/docs/en/common/tesseract.md index 35eb78e550..bc80f93199 100644 --- a/docs/en/common/tesseract.md +++ b/docs/en/common/tesseract.md @@ -2,8 +2,12 @@ layout: page title: common/tesseract (English) description: "OCR (Optical Character Recognition) engine." -content_hash: 9552afac7fbfe5ae66d021b5e238f77e0b766ae4 -last_modified_at: 2023-11-12 +content_hash: e94b360e75e2a6ac51f42f5ba66793f65b6bdf50 +last_modified_at: 2024-12-07 +related_topics: + - title: 한국어 version + url: /ko/common/tesseract.html + icon: bi bi-globe tldri18n_status: 2 --- # tesseract @@ -25,7 +29,7 @@ More information: . - Specify a custom page segmentation mode (default is 3): -`tesseract -psm `0_to_10` `image.png` `output +`tesseract --psm `0_to_10` `image.png` `output - List page segmentation modes and their descriptions: diff --git a/docs/en/linux/euse.md b/docs/en/linux/euse.md new file mode 100644 index 0000000000..f329e028d7 --- /dev/null +++ b/docs/en/linux/euse.md @@ -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. + +View original (English) version +Contributing Guidelines + +
# euse + +Enable, disable, and obtain information about Gentoo USE flags. +More information: . + +- List active global USE flags: + +`euse --active --global` + +- List active local USE flags: + +`euse --active --local` + +- Enable a global USE flag: + +`sudo euse --enable `use_flag + +- Disable a global USE flag (put a '-' sign in front of the USE flag): + +`sudo euse --disable `use_flag + +- Remove a global USE flag: + +`sudo euse --prune `use_flag diff --git a/docs/es/common/adb-devices.md b/docs/es/common/adb-devices.md new file mode 100644 index 0000000000..b7db13a4d4 --- /dev/null +++ b/docs/es/common/adb-devices.md @@ -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. + +View original (English) version +Contributing Guidelines + +
# adb devices + +Lista los dispositivos Android conectados. +Más información: . + +- Lista los dispositivos: + +`adb devices` + +- Lista los dispositivos y su información de sistema (system info): + +`adb devices -l` diff --git a/docs/es/common/adb-reboot.md b/docs/es/common/adb-reboot.md new file mode 100644 index 0000000000..27d43b518f --- /dev/null +++ b/docs/es/common/adb-reboot.md @@ -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. + +View original (English) version +Contributing Guidelines + +
# adb reboot + +Reinicia un dispositivo Android o un emulador conectado. +Más información: . + +- 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` diff --git a/docs/es/common/arch.md b/docs/es/common/arch.md index ff7f4a7097..665db36d74 100644 --- a/docs/es/common/arch.md +++ b/docs/es/common/arch.md @@ -2,8 +2,8 @@ layout: page title: common/arch (español) description: "Muestra el nombre de la arquitectura del sistema." -content_hash: 5772741ce554b0fb8fd8b01422baec4de169e439 -last_modified_at: 2024-01-07 +content_hash: 3cd7de899cac94a108f50409629790894db92d46 +last_modified_at: 2024-12-07 related_topics: - title: বাংলা version url: /bn/common/arch.html @@ -17,6 +17,9 @@ related_topics: - title: हिन्दी version url: /hi/common/arch.html icon: bi bi-globe + - title: Indonesia version + url: /id/common/arch.html + icon: bi bi-globe - title: italiano version url: /it/common/arch.html icon: bi bi-globe @@ -50,7 +53,7 @@ tldri18n_status: 2 Muestra el nombre de la arquitectura del sistema. Vea también `uname`. -Más información: . +Más información: . - Muestra la arquitectura del sistema: diff --git a/docs/es/common/chown.md b/docs/es/common/chown.md index f6f1753ecd..30504cc3da 100644 --- a/docs/es/common/chown.md +++ b/docs/es/common/chown.md @@ -2,8 +2,8 @@ layout: page title: common/chown (español) description: "Cambia la propiedad de usuario y grupo de archivos y directorios." -content_hash: 54ea24f54c9d2d72a7d94e23a32d9b52ccb8a6ff -last_modified_at: 2024-11-02 +content_hash: 790399ea8f5b0ab017c92854e59807539a4d2948 +last_modified_at: 2024-12-07 related_topics: - title: Deutsch version url: /de/common/chown.html @@ -40,7 +40,7 @@ tldri18n_status: 2 # chown Cambia la propiedad de usuario y grupo de archivos y directorios. -Más información: . +Más información: . - Cambia el usuario propietario de un archivo/directorio: diff --git a/docs/es/common/podman-build.md b/docs/es/common/podman-build.md new file mode 100644 index 0000000000..5f9af6953c --- /dev/null +++ b/docs/es/common/podman-build.md @@ -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. + +View original (English) version +Contributing Guidelines + +
# 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: . + +- Crea una imagen usando un `Dockerfile` o `Containerfile` en el directorio especificado: + +`podman build `ruta/al/directorio + +- Crea una imagen con una etiqueta especificada: + +`podman build --tag `nombre_de_la_imagen:version` `ruta/al/directorio + +- Crea una imagen de un archivo no estándar: + +`podman build --file `Archivo_contenedor.different` .` + +- Crea una imagen sin usar ninguna imagen previamente almacenada en caché: + +`podman build --no-cache `ruta/al/directorio + +- Crea una imagen suprimiendo cualquier mensaje informativo (output): + +`podman build --quiet `ruta/al/directorio diff --git a/docs/es/common/podman-compose.md b/docs/es/common/podman-compose.md new file mode 100644 index 0000000000..b641f4c6cc --- /dev/null +++ b/docs/es/common/podman-compose.md @@ -0,0 +1,63 @@ +--- +layout: page +title: common/podman-compose (español) +description: "Ejecuta y gestiona la definición del contenedor según la especificación de composición (Compose Specification)." +content_hash: 77201a5ebd4e60003d1bc07848e61dc1622cfe0a +last_modified_at: 2024-12-07 +related_topics: + - title: English version + url: /en/common/podman-compose.html + icon: bi bi-globe + - title: 한국어 version + url: /ko/common/podman-compose.html + icon: bi bi-globe + - title: português (Brasil) version + url: /pt_BR/common/podman-compose.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. + +View original (English) version +Contributing Guidelines + +
# podman-compose + +Ejecuta y gestiona la definición del contenedor según la especificación de composición (Compose Specification). +Más información: . + +- Lista todos los contenedores en funcionamiento: + +`podman-compose ps` + +- Crea e inicia todos los contenedores en segundo plano utilizando un `docker-compose.yml` local: + +`podman-compose up -d` + +- Inicia todos los contenedores, construyendo si es necesario: + +`podman-compose up --build` + +- Inicia todos los contenedores usando un archivo de composición alterno: + +`podman-compose `-f|--file` `ruta/al/archivo.yaml` up` + +- Detiene todos los contenedores en funcionamiento: + +`podman-compose stop` + +- Quita todos los contenedores, redes y volúmenes: + +`podman-compose down --volumes` + +- Sigue los registros de un contenedor (omite todos los nombres de los contenedores): + +`podman-compose logs --follow `nombre_del_contenedor + +- Ejecuta un comando de una sola vez en un servicio sin puertos mapeados: + +`podman-compose run `nombre_del_servicio` `comando diff --git a/docs/es/common/podman-image.md b/docs/es/common/podman-image.md new file mode 100644 index 0000000000..15eeb441cb --- /dev/null +++ b/docs/es/common/podman-image.md @@ -0,0 +1,48 @@ +--- +layout: page +title: common/podman-image (español) +description: "Gestiona imágenes Docker." +content_hash: ac6d5fa22e624a75408a2c94585b83496a2862db +last_modified_at: 2024-12-07 +related_topics: + - title: English version + url: /en/common/podman-image.html + icon: bi bi-globe + - title: 한국어 version + url: /ko/common/podman-image.html + icon: bi bi-globe + - title: português (Brasil) version + url: /pt_BR/common/podman-image.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. + +View original (English) version +Contributing Guidelines + +
# podman image + +Gestiona imágenes Docker. +Vea también: `podman build`, `podman import` y `podman pull`. +Más información: . + +- Lista imágenes locales de Docker: + +`podman image ls` + +- Elimina imágenes locales de Docker no utilizadas: + +`podman image prune` + +- Elimina todas las imágenes no utilizadas (no sólo aquellas sin una etiqueta): + +`podman image prune --all` + +- Muestra la historia de una imagen Docker local: + +`podman image history `imagen diff --git a/docs/es/common/podman-images.md b/docs/es/common/podman-images.md new file mode 100644 index 0000000000..f5d83f44a9 --- /dev/null +++ b/docs/es/common/podman-images.md @@ -0,0 +1,51 @@ +--- +layout: page +title: common/podman-images (español) +description: "Gestiona imágenes de Podman." +content_hash: 26f834c1e305f5396767a48b84ef3de164339a6b +last_modified_at: 2024-12-07 +related_topics: + - title: English version + url: /en/common/podman-images.html + icon: bi bi-globe + - title: 한국어 version + url: /ko/common/podman-images.html + icon: bi bi-globe + - title: português (Brasil) version + url: /pt_BR/common/podman-images.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. + +View original (English) version +Contributing Guidelines + +
# podman images + +Gestiona imágenes de Podman. +Más información: . + +- Lista todas las imágenes de Podman: + +`podman images` + +- Lista todas las imágenes Podman incluyendo intermedias: + +`podman images --all` + +- Lista en modo silencioso (sólo ID numérico): + +`podman images --quiet` + +- Lista todas las imágenes Podman no utilizadas por ningún contenedor: + +`podman images --filter dangling=true` + +- Lista las imágenes que contienen una subcadena en su nombre: + +`podman images "`*imagen|imagen*`"` diff --git a/docs/es/common/podman-login.md b/docs/es/common/podman-login.md new file mode 100644 index 0000000000..eadfa223f0 --- /dev/null +++ b/docs/es/common/podman-login.md @@ -0,0 +1,38 @@ +--- +layout: page +title: common/podman-login (español) +description: "Inicia sesión en un registro de contenedores (container registry)." +content_hash: ccc267fde5f4634ca69b27a38487ef942b42ba3f +last_modified_at: 2024-12-07 +related_topics: + - title: English version + url: /en/common/podman-login.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. + +View original (English) version +Contributing Guidelines + +
# podman login + +Inicia sesión en un registro de contenedores (container registry). +Nota: la ruta predeterminada de archivo de autenticación (authfile) en Linux es `$XDG_RUNTIME_DIR/containers/auth.json`, que generalmente se almacena en un `tmpfs` (en RAM). +Más información: . + +- Inicia sesión en un registro (no permanente en Linux; persistente en Windows/macOS): + +`podman login `registry.example.org + +- Inicia sesión en un registro persistentemente en Linux: + +`podman login --authfile $HOME/.config/containers/auth.json `registry.example.org + +- Inicia sesión en un registro inseguro (HTTP): + +`podman login --tls-verify=false `registry.example.org diff --git a/docs/es/common/podman-machine.md b/docs/es/common/podman-machine.md new file mode 100644 index 0000000000..2d24f879dc --- /dev/null +++ b/docs/es/common/podman-machine.md @@ -0,0 +1,60 @@ +--- +layout: page +title: common/podman-machine (español) +description: "Crea y gestiona máquinas virtuales ejecutando Podman." +content_hash: e9b3e636082e2575a53236ba5f2b7c872963302a +last_modified_at: 2024-12-07 +related_topics: + - title: English version + url: /en/common/podman-machine.html + icon: bi bi-globe + - title: 한국어 version + url: /ko/common/podman-machine.html + icon: bi bi-globe + - title: português (Brasil) version + url: /pt_BR/common/podman-machine.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. + +View original (English) version +Contributing Guidelines + +
# podman machine + +Crea y gestiona máquinas virtuales ejecutando Podman. +Desde la versión 4 o superior de Podman. +Más información: . + +- Lista máquinas existentes: + +`podman machine ls` + +- Crea una nueva máquina predeterminada: + +`podman machine init` + +- Crea una nueva máquina con un nombre específico: + +`podman machine init `nombre + +- Crea una nueva máquina con diferentes recursos: + +`podman machine init --cpus=`4` --memory=`4096` --disk-size=`50 + +- Inicia o detiene una máquina: + +`podman machine `start|stop` `nombre + +- Conecta a una máquina en ejecución a través de SSH: + +`podman machine ssh `nombre + +- Inspecciona información sobre una máquina: + +`podman machine inspect `nombre diff --git a/docs/es/common/podman-ps.md b/docs/es/common/podman-ps.md new file mode 100644 index 0000000000..b894c67696 --- /dev/null +++ b/docs/es/common/podman-ps.md @@ -0,0 +1,63 @@ +--- +layout: page +title: common/podman-ps (español) +description: "Lista los contenedores Podman." +content_hash: 4e40b5fbf8a619773e657cf515abdf0491f985af +last_modified_at: 2024-12-07 +related_topics: + - title: English version + url: /en/common/podman-ps.html + icon: bi bi-globe + - title: 한국어 version + url: /ko/common/podman-ps.html + icon: bi bi-globe + - title: português (Brasil) version + url: /pt_BR/common/podman-ps.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. + +View original (English) version +Contributing Guidelines + +
# podman ps + +Lista los contenedores Podman. +Más información: . + +- Lista los contenedores Podman actualmente en ejecución: + +`podman ps` + +- Lista todos los contenedores Podman (corriendo y detenidos): + +`podman ps --all` + +- Muestra el último contenedor creado (incluye todos los estados): + +`podman ps --latest` + +- Filtra los contenedores que contienen una subcadena en su nombre: + +`podman ps --filter "name=`nombre`"` + +- Filtra los contenedores que comparten una imagen dada como ancestro: + +`podman ps --filter "ancestor=`imagen`:`etiqueta`"` + +- Filtra por código de estado de salida: + +`podman ps --all --filter "exited=`código`"` + +- Filtra los contenedores por estado (created, running, removing, paused, exited y dead). Se usa el término en inglés: + +`podman ps --filter "status=`estado`"` + +- Filtra contenedores que montan un volumen específico o tienen un volumen montado en una ruta específica: + +`podman ps --filter "volume=`ruta/al/directorio`" --format "table `.ID`\t`.Image`\t`.Names`\t`.Mounts`"` diff --git a/docs/es/common/podman-rmi.md b/docs/es/common/podman-rmi.md new file mode 100644 index 0000000000..723c7d943c --- /dev/null +++ b/docs/es/common/podman-rmi.md @@ -0,0 +1,47 @@ +--- +layout: page +title: common/podman-rmi (español) +description: "Elimina imágenes de Podman." +content_hash: 43a8f6dc33e2483fa0582615602b94f9a4ef4d8e +last_modified_at: 2024-12-07 +related_topics: + - title: English version + url: /en/common/podman-rmi.html + icon: bi bi-globe + - title: 한국어 version + url: /ko/common/podman-rmi.html + icon: bi bi-globe + - title: português (Brasil) version + url: /pt_BR/common/podman-rmi.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. + +View original (English) version +Contributing Guidelines + +
# podman rmi + +Elimina imágenes de Podman. +Más información: . + +- Elimina una o más imágenes dados sus nombres: + +`podman rmi `imagen:tag` `imagen2:tag` `... + +- Fuerza eliminar una imagen: + +`podman rmi --force `imagen + +- Quita una imagen sin eliminar padres sin etiquetar: + +`podman rmi --no-prune `imagen + +- Muestra ayuda: + +`podman rmi` diff --git a/docs/es/common/podman-run.md b/docs/es/common/podman-run.md new file mode 100644 index 0000000000..bec8938601 --- /dev/null +++ b/docs/es/common/podman-run.md @@ -0,0 +1,63 @@ +--- +layout: page +title: common/podman-run (español) +description: "Ejecuta un comando en un nuevo contenedor Podman." +content_hash: 2e67cbb5acdbd135d354ae22f672696aba26e1ed +last_modified_at: 2024-12-07 +related_topics: + - title: English version + url: /en/common/podman-run.html + icon: bi bi-globe + - title: 한국어 version + url: /ko/common/podman-run.html + icon: bi bi-globe + - title: português (Brasil) version + url: /pt_BR/common/podman-run.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. + +View original (English) version +Contributing Guidelines + +
# podman run + +Ejecuta un comando en un nuevo contenedor Podman. +Más información: . + +- Ejecuta el comando en un nuevo contenedor de una imagen etiquetada: + +`podman run `imagen:tag` `comando + +- Ejecuta el comando en un nuevo contenedor en el fondo y muestra su ID: + +`podman run --detach `imagen:tag` `comando + +- Ejecuta el comando en un contenedor único en modo interactivo y pseudo-TTY: + +`podman run --rm --interactive --tty `imagen:tag` `comando + +- Ejecuta el comando en un nuevo contenedor con variables de entorno enviadas: + +`podman run --env '`variable`=`valor`' --env `variable` `imagen:tag` `comando + +- Ejecuta el comando en un nuevo contenedor con volúmenes montados en un contenedor: + +`podman run --volume `/ruta/a/ruta_del_host`:`/ruta/a/ruta_del_contenedor` `imagen:tag` `comando + +- Ejecuta comando en un nuevo contenedor con los puertos publicados: + +`podman run --publish `puerto_del_anfitrion`:`puerto_del_contenedor` `imagen:tag` `comando + +- Ejecuta el comando en un nuevo contenedor sobrescribiendo el punto de entrada (entrypoint) de la imagen: + +`podman run --entrypoint `comando` `imagen:tag + +- Ejecuta el comando en un nuevo contenedor que lo conecta a una red: + +`podman run --network `red` `imagen:tag diff --git a/docs/es/linux/apt-clone.md b/docs/es/linux/apt-clone.md new file mode 100644 index 0000000000..05ebb5c678 --- /dev/null +++ b/docs/es/linux/apt-clone.md @@ -0,0 +1,48 @@ +--- +layout: page +title: linux/apt-clone (español) +description: "Clona/hace copia de seguridad/restaura el estado de un paquete de un sistema basado en Debian." +content_hash: d7271558ea268dfa6fa4c7dd2b6aacb13c61001e +last_modified_at: 2024-12-07 +related_topics: + - title: English version + url: /en/linux/apt-clone.html + icon: bi bi-globe + - title: 한국어 version + url: /ko/linux/apt-clone.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. + +View original (English) version +Contributing Guidelines + +
# apt-clone + +Clona/hace copia de seguridad/restaura el estado de un paquete de un sistema basado en Debian. +Más información: . + +- Clona el estado del paquete del sistema actual en un directorio especificado: + +`apt-clone clone `ruta/al/directorio + +- Crea un archivo clon (`tar.gz`) con fines de copia de seguridad: + +`apt-clone clone --destination `ruta/a/backup.tar.gz + +- Restaura el estado del paquete desde un archivo clon: + +`apt-clone restore `ruta/a/backup.tar.gz + +- Muestra información sobre un archivo clon (por ejemplo, la versión, la arquitectura): + +`apt-clone info `ruta/a/backup.tar.gz + +- Comprueba si el archivo clon se puede restaurar en el sistema actual: + +`apt-clone restore `ruta/a/backup.tar.gz` --destination `ruta/a/restaurar diff --git a/docs/es/linux/apt-moo.md b/docs/es/linux/apt-moo.md new file mode 100644 index 0000000000..2c0509dde6 --- /dev/null +++ b/docs/es/linux/apt-moo.md @@ -0,0 +1,38 @@ +--- +layout: page +title: linux/apt-moo (español) +description: "Un huevo de pascua en `APT`." +content_hash: cf07d8f82f99140d867457d4b2b2b84d40fce073 +last_modified_at: 2024-12-07 +related_topics: + - title: English version + url: /en/linux/apt-moo.html + icon: bi bi-globe + - title: 한국어 version + url: /ko/linux/apt-moo.html + icon: bi bi-globe + - title: polski version + url: /pl/linux/apt-moo.html + icon: bi bi-globe + - title: українська version + url: /uk/linux/apt-moo.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. + +View original (English) version +Contributing Guidelines + +
# apt moo + +Un huevo de pascua en `APT`. +Más información: . + +- Imprime un huevo de pascua de vaca: + +`apt moo` diff --git a/docs/es/linux/wl-copy.md b/docs/es/linux/wl-copy.md new file mode 100644 index 0000000000..0f4feb21f4 --- /dev/null +++ b/docs/es/linux/wl-copy.md @@ -0,0 +1,52 @@ +--- +layout: page +title: linux/wl-copy (español) +description: "Limpia y copia al portapapeles de Wayland." +content_hash: 85c9a3c7be03ffda2bb9c998c34445ee01bb3f22 +last_modified_at: 2024-12-07 +related_topics: + - title: English version + url: /en/linux/wl-copy.html + icon: bi bi-globe + - title: 한국어 version + url: /ko/linux/wl-copy.html + icon: bi bi-globe + - title: Türkçe version + url: /tr/linux/wl-copy.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. + +View original (English) version +Contributing Guidelines + +
# wl-copy + +Limpia y copia al portapapeles de Wayland. +Vea también: `wl-paste`, `xclip`. +Más información: . + +- Copia el texto al portapapeles: + +`wl-copy "`texto`"` + +- Envía la salida del comando (`ls`) al portapapeles: + +ls` | wl-copy` + +- Copia solo para pegar una única vez y luego lo limpia: + +`wl-copy --paste-once "`texto`"` + +- Copia una imagen: + +`wl-copy < `ruta/a/la/imagen + +- Limpia el portapapeles: + +`wl-copy --clear` diff --git a/docs/es/linux/wl-paste.md b/docs/es/linux/wl-paste.md new file mode 100644 index 0000000000..ab4bf7de4a --- /dev/null +++ b/docs/es/linux/wl-paste.md @@ -0,0 +1,48 @@ +--- +layout: page +title: linux/wl-paste (español) +description: "Pega contenido en el portapapeles Wayland." +content_hash: 273f274b0f8e67afc2d3ea118026533759b50a76 +last_modified_at: 2024-12-07 +related_topics: + - title: English version + url: /en/linux/wl-paste.html + icon: bi bi-globe + - title: 한국어 version + url: /ko/linux/wl-paste.html + icon: bi bi-globe + - title: Türkçe version + url: /tr/linux/wl-paste.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. + +View original (English) version +Contributing Guidelines + +
# wl-paste + +Pega contenido en el portapapeles Wayland. +Vea también: `wl-copy`, `xclip`. +Más información: . + +- Pega el contenido del portapapeles: + +`wl-paste` + +- Pega el contenido del portapapeles primario (texto seleccionado): + +`wl-paste --primary` + +- Escribe el contenido del portapapeles a un archivo: + +`wl-paste > `ruta/al/archivo + +- Envía el contenido del portapapeles a un comando: + +`wl-paste | `comando diff --git a/docs/fa/common/chown.md b/docs/fa/common/chown.md index 23bccfeb64..a07589d71e 100644 --- a/docs/fa/common/chown.md +++ b/docs/fa/common/chown.md @@ -2,8 +2,8 @@ layout: page title: common/chown (فارسی) description: "مالک فایل یا پوشه را تغییر میدهد." -content_hash: f8ffa6d426ab51d31557cff23dcdeb0039a4a3d4 -last_modified_at: 2024-02-28 +content_hash: abf3f1bb5187bec35d26dba14924da82b86fb8dc +last_modified_at: 2024-12-07 related_topics: - title: Deutsch version url: /de/common/chown.html @@ -43,7 +43,7 @@ This entry is very new in the [tldr-pages](https://github.com/tldr-pages/tldr) p
# chown مالک فایل یا پوشه را تغییر میدهد. -اطلاعات بیشتر: . +اطلاعات بیشتر: . - تغییر مالک یه فایل یا پوشه: diff --git a/docs/fr/common/7z.md b/docs/fr/common/7z.md index a79f0afe86..14505213aa 100644 --- a/docs/fr/common/7z.md +++ b/docs/fr/common/7z.md @@ -2,8 +2,8 @@ layout: page title: common/7z (français) description: "Un archiveur de fichiers avec un haut taux de compression." -content_hash: 5ff626fa06eb95164e5232b3381ccf098863259b -last_modified_at: 2023-12-14 +content_hash: a9157f97d3e93614c8054a6908f4e2daaafc73f9 +last_modified_at: 2024-12-07 related_topics: - title: বাংলা version url: /bn/common/7z.html @@ -56,6 +56,9 @@ related_topics: - title: Türkçe version url: /tr/common/7z.html icon: bi bi-globe + - title: українська version + url: /uk/common/7z.html + icon: bi bi-globe - title: 中文 version url: /zh/common/7z.html icon: bi bi-globe @@ -69,30 +72,34 @@ This entry is very new in the [tldr-pages](https://github.com/tldr-pages/tldr) p Un archiveur de fichiers avec un haut taux de compression. Plus d'informations : . -- Compresser un fichier ou un dossier : +- Compresse un fichier ou un dossier : `7z a `archive.7z` `chemin/vers/fichier_ou_dossier -- Chiffrer une archive existante (en incluant les en-têtes) : +- Chiffre une archive existante (en incluant les en-têtes) : `7z a `archive_chiffree.7z` -p`motdepasse` -mhe=on `archive.7z -- Extraire un fichier 7z existant en conservant l'arborescence des fichiers : +- Extrait un fichier 7z existant en conservant l'arborescence des fichiers : `7z x `archive.7z -- Extraire une archive vers la destination donnée : +- Extrait une archive vers la destination donnée : `7z x `archive.7z` -o`chemin/vers/destination -- Extraire une archive vers la sortie standard : +- Extrait une archive vers la sortie standard : `7z x `archive.7z` -so` -- Archiver en utilisant un algorithme de compression particulier : +- Archive en utilisant un algorithme de compression particulier : `7z a -t`7z|bzip2|gzip|lzip|tar|zip` `archive` `chemin/vers/fichier_ou_dossier -- Lister le contenu d'une archive : +- Liste le contenu d'une archive : `7z l `archive.7z + +- Définit le niveau de compression (plus il est élevé, plus la compression est importante, mais plus elle est lente) : + +`7z a `archive.7z` -mx=`0|1|3|5|7|9` `chemin/vers/fichier_ou_dossier diff --git a/docs/fr/common/7za.md b/docs/fr/common/7za.md index 9e8f9f5817..d90cd31edc 100644 --- a/docs/fr/common/7za.md +++ b/docs/fr/common/7za.md @@ -2,8 +2,8 @@ layout: page title: common/7za (français) description: "Un archiveur de fichiers avec un haut taux de compression." -content_hash: 4a3cb1bec9fce2f5626a3182fa27be1a446c8456 -last_modified_at: 2023-11-30 +content_hash: 6d2ca6e1341a01c1422a8c76c051eb89be69d75f +last_modified_at: 2024-12-07 related_topics: - title: বাংলা version url: /bn/common/7za.html @@ -50,6 +50,9 @@ related_topics: - title: русский version url: /ru/common/7za.html icon: bi bi-globe + - title: українська version + url: /uk/common/7za.html + icon: bi bi-globe - title: 中文 version url: /zh/common/7za.html icon: bi bi-globe @@ -61,7 +64,7 @@ This entry is very new in the [tldr-pages](https://github.com/tldr-pages/tldr) p
# 7za Un archiveur de fichiers avec un haut taux de compression. -Similaire à `7z` sauf qu'il supporte moins de type de fichiers mais il est multi-plateforme. +Similaire à `7z` sauf qu'il supporte moins de type de fichiers mais est multi-plateforme. Plus d'informations : . - Compresse un fichier ou un dossier : @@ -70,7 +73,7 @@ Plus d'informations : . - Chiffre une archive existante (en incluant les en-têtes) : -`7za a `chemin/vers/archive_chiffree.7z` -p`motdepasse` -mhe=on `chemin/vers/archive.7z +`7za a `chemin/vers/archive_chiffree.7z` -p`motdepasse` -mhe=`on` `chemin/vers/archive.7z - Extrait une archive en conservant l'arborescence des fichiers : @@ -86,8 +89,12 @@ Plus d'informations : . - Compresse en utilisant une compression spécifique : -`7za a -t`7z|bzip2|gzip|lzip|tar|zip` `chemin/vers/archive.7z` `chemin/vers/le/fichier_ou_dossier +`7za a -t`7z|bzip2|gzip|lzip|tar|...` `chemin/vers/archive.7z` `chemin/vers/le/fichier_ou_dossier - Liste le contenu d'une archive : `7za l `chemin/vers/archive.7z + +- Définit le niveau de compression (plus il est élevé, plus la compression est importante, mais plus elle est lente) : + +`7za a `chemin/vers/archive.7z` -mx=`0|1|3|5|7|9` `chemin/vers/fichier_ou_dossier diff --git a/docs/fr/common/7zr.md b/docs/fr/common/7zr.md index 516555f82f..dea5899522 100644 --- a/docs/fr/common/7zr.md +++ b/docs/fr/common/7zr.md @@ -2,8 +2,8 @@ layout: page title: common/7zr (français) description: "Un archiveur de fichiers avec un haut taux de compression." -content_hash: c93f9f2db03e76f5cdebb1dfc5ee9abaf27f8244 -last_modified_at: 2024-03-14 +content_hash: 1e8e0b3bb7000ea5fd077533cc58876fa30daae2 +last_modified_at: 2024-12-07 related_topics: - title: বাংলা version url: /bn/common/7zr.html @@ -20,6 +20,9 @@ related_topics: - title: فارسی version url: /fa/common/7zr.html icon: bi bi-globe + - title: हिन्दी version + url: /hi/common/7zr.html + icon: bi bi-globe - title: Indonesia version url: /id/common/7zr.html icon: bi bi-globe @@ -58,7 +61,7 @@ This entry is very new in the [tldr-pages](https://github.com/tldr-pages/tldr) p
# 7zr Un archiveur de fichiers avec un haut taux de compression. -Similaire à `7z` sauf qu'il supporte que les fichiers 7z. +Similaire à `7z` sauf qu'il ne supporte que les fichiers 7z. Plus d'informations : . - Compresse un fichier ou un dossier : @@ -84,3 +87,7 @@ Plus d'informations : . - Liste le contenu d'une archive : `7zr l `chemin/vers/archive.7z + +- Définit le niveau de compression (plus il est élevé, plus la compression est importante, mais plus elle est lente) : + +`7zr a `chemin/vers/archive.7z` -mx=`0|1|3|5|7|9` `chemin/vers/fichier_ou_dossier diff --git a/docs/fr/common/arch.md b/docs/fr/common/arch.md index f2c5371f37..510ddbefd6 100644 --- a/docs/fr/common/arch.md +++ b/docs/fr/common/arch.md @@ -2,8 +2,8 @@ layout: page title: common/arch (français) description: "Affiche le nom de l'architecture système." -content_hash: 8899f07af4cfa8e87a35830f2c39ab69ca34303a -last_modified_at: 2023-11-12 +content_hash: 5efa1b5a8495e253e320dd31b69a1dcea28a6f65 +last_modified_at: 2024-12-07 related_topics: - title: বাংলা version url: /bn/common/arch.html @@ -17,6 +17,9 @@ related_topics: - title: हिन्दी version url: /hi/common/arch.html icon: bi bi-globe + - title: Indonesia version + url: /id/common/arch.html + icon: bi bi-globe - title: italiano version url: /it/common/arch.html icon: bi bi-globe @@ -50,7 +53,7 @@ tldri18n_status: 2 Affiche le nom de l'architecture système. Voir aussi `uname`. -Plus d'informations : . +Plus d'informations : . - Affiche l'architecture système : diff --git a/docs/fr/common/chown.md b/docs/fr/common/chown.md index 3caa64067a..8cdccc683a 100644 --- a/docs/fr/common/chown.md +++ b/docs/fr/common/chown.md @@ -2,8 +2,8 @@ layout: page title: common/chown (français) description: "Modifie l'utilisateur et le groupe propriétaire des fichiers et dossiers." -content_hash: 5b57e8e4392839ac7d98b3b857d56cecbc619691 -last_modified_at: 2024-09-07 +content_hash: 53f9e04be80679f5bf8ef7627abe7b1d37927ca0 +last_modified_at: 2024-12-07 related_topics: - title: Deutsch version url: /de/common/chown.html @@ -40,7 +40,7 @@ tldri18n_status: 2 # chown Modifie l'utilisateur et le groupe propriétaire des fichiers et dossiers. -Plus d'informations : . +Plus d'informations : . - Modifie le propriétaire d'un fichier/dossier : diff --git a/docs/hi/common/arch.md b/docs/hi/common/arch.md index fa0d4a33f5..125c56469e 100644 --- a/docs/hi/common/arch.md +++ b/docs/hi/common/arch.md @@ -2,8 +2,8 @@ layout: page title: common/arch (हिन्दी) description: "सिस्टम आर्किटेक्चर का नाम प्रदर्शित करें।" -content_hash: c043b2d17c0dc7ea87dafce122d855753b49b763 -last_modified_at: 2023-11-12 +content_hash: f7462266416d309d3594e992236824bb3be4092b +last_modified_at: 2024-12-07 related_topics: - title: বাংলা version url: /bn/common/arch.html @@ -17,6 +17,9 @@ related_topics: - title: français version url: /fr/common/arch.html icon: bi bi-globe + - title: Indonesia version + url: /id/common/arch.html + icon: bi bi-globe - title: italiano version url: /it/common/arch.html icon: bi bi-globe @@ -50,7 +53,7 @@ tldri18n_status: 2 सिस्टम आर्किटेक्चर का नाम प्रदर्शित करें। `uname` भी देखें। -अधिक जानकारी: । +अधिक जानकारी: । - सिस्टम आर्किटेक्चर प्रदर्शित करें: diff --git a/docs/id/common/arch.md b/docs/id/common/arch.md index 5ee5f84c3f..8026959583 100644 --- a/docs/id/common/arch.md +++ b/docs/id/common/arch.md @@ -2,8 +2,8 @@ layout: page title: common/arch (Indonesia) description: "Tampilkan nama arsitektur sistem saat ini." -content_hash: 012ddb0ff7b063bb8baae0ed3df93124aed50f29 -last_modified_at: 2024-06-15 +content_hash: 8a01ae51707ae3b6133e302d7a64a447ed5f1dec +last_modified_at: 2024-12-07 related_topics: - title: বাংলা version url: /bn/common/arch.html @@ -53,7 +53,7 @@ tldri18n_status: 2 Tampilkan nama arsitektur sistem saat ini. Lihat juga: `uname`. -Informasi lebih lanjut: . +Informasi lebih lanjut: . - Tampilkan informasi arsitektur sistem saat ini: diff --git a/docs/it/common/arch.md b/docs/it/common/arch.md index 82e94b5141..e1df6b6a6a 100644 --- a/docs/it/common/arch.md +++ b/docs/it/common/arch.md @@ -2,8 +2,8 @@ layout: page title: common/arch (italiano) description: "Mostra il nome dell'architettura del sistema." -content_hash: df5c0465604d9077dac4a977020af9b15f55ca88 -last_modified_at: 2023-11-12 +content_hash: cca73c1ba92253f11fafeb3f962842ba720ff06b +last_modified_at: 2024-12-07 related_topics: - title: বাংলা version url: /bn/common/arch.html @@ -20,6 +20,9 @@ related_topics: - title: हिन्दी version url: /hi/common/arch.html icon: bi bi-globe + - title: Indonesia version + url: /id/common/arch.html + icon: bi bi-globe - title: 日本語 version url: /ja/common/arch.html icon: bi bi-globe @@ -50,7 +53,7 @@ tldri18n_status: 2 Mostra il nome dell'architettura del sistema. Vedi anche `uname`. -Maggiori informazioni: . +Maggiori informazioni: . - Mostra l'architettura del sistema: diff --git a/docs/it/common/chown.md b/docs/it/common/chown.md index ad811c8559..c08f2c1e1b 100644 --- a/docs/it/common/chown.md +++ b/docs/it/common/chown.md @@ -2,8 +2,8 @@ layout: page title: common/chown (italiano) description: "Cambia utente e gruppo proprietario di file e directory." -content_hash: 942b2117cb20e24d49c7799a7d28ca023e4f94ff -last_modified_at: 2024-02-28 +content_hash: 16eae90192912b1b686191e49ae8063e5ed5c3c9 +last_modified_at: 2024-12-07 related_topics: - title: Deutsch version url: /de/common/chown.html @@ -43,7 +43,7 @@ This entry is very new in the [tldr-pages](https://github.com/tldr-pages/tldr) p
# chown Cambia utente e gruppo proprietario di file e directory. -Maggiori informazioni: . +Maggiori informazioni: . - Cambia l'utente proprietario di un file/directory: diff --git a/docs/ja/common/arch.md b/docs/ja/common/arch.md index a650b679a5..91346ce693 100644 --- a/docs/ja/common/arch.md +++ b/docs/ja/common/arch.md @@ -2,8 +2,8 @@ layout: page title: common/arch (日本語) description: "システムアーキテクチャ名前を示する。" -content_hash: 7cb73fdbf50379804d6c74a671cc8c9718eeb853 -last_modified_at: 2023-11-12 +content_hash: 81fe96064125c2d050321197776efbf8e18f4a1b +last_modified_at: 2024-12-07 related_topics: - title: বাংলা version url: /bn/common/arch.html @@ -20,6 +20,9 @@ related_topics: - title: हिन्दी version url: /hi/common/arch.html icon: bi bi-globe + - title: Indonesia version + url: /id/common/arch.html + icon: bi bi-globe - title: italiano version url: /it/common/arch.html icon: bi bi-globe @@ -50,7 +53,7 @@ tldri18n_status: 2 システムアーキテクチャ名前を示する。 'uname' も参照してください。 -詳しくはこちら: +詳しくはこちら: - システムアーキテクチャを示する: diff --git a/docs/ko/common/arch.md b/docs/ko/common/arch.md index 8e9f691346..c7046e7e72 100644 --- a/docs/ko/common/arch.md +++ b/docs/ko/common/arch.md @@ -2,8 +2,8 @@ layout: page title: common/arch (한국어) description: "시스템 구조의 이름을 보여줍니다." -content_hash: bb7f65423ef3bed938e858891a74402b02785051 -last_modified_at: 2023-11-12 +content_hash: c7a6878d143230add41cddffe5ab9206a2a24a85 +last_modified_at: 2024-12-07 related_topics: - title: বাংলা version url: /bn/common/arch.html @@ -20,6 +20,9 @@ related_topics: - title: हिन्दी version url: /hi/common/arch.html icon: bi bi-globe + - title: Indonesia version + url: /id/common/arch.html + icon: bi bi-globe - title: italiano version url: /it/common/arch.html icon: bi bi-globe @@ -50,7 +53,7 @@ tldri18n_status: 2 시스템 구조의 이름을 보여줍니다. `uname` 도 같이 보세요. -더 많은 정보: . +더 많은 정보: . - 시스템 구조 보여주기: diff --git a/docs/ko/common/chown.md b/docs/ko/common/chown.md index 75b80868df..773228ffa6 100644 --- a/docs/ko/common/chown.md +++ b/docs/ko/common/chown.md @@ -2,8 +2,8 @@ layout: page title: common/chown (한국어) description: "파일과 디렉토리의 사용자 및 그룹 소유권 변경." -content_hash: eb83ed12518148bc41c9f71b9ee412491f0503fb -last_modified_at: 2024-11-27 +content_hash: b96ea5dd246621c4990af9b218b2cfe83f0605ed +last_modified_at: 2024-12-07 related_topics: - title: Deutsch version url: /de/common/chown.html @@ -40,7 +40,7 @@ tldri18n_status: 2 # chown 파일과 디렉토리의 사용자 및 그룹 소유권 변경. -더 많은 정보: . +더 많은 정보: . - 파일/디렉토리를 소유한 사용자를 변경: diff --git a/docs/ko/common/tesseract.md b/docs/ko/common/tesseract.md index 2993e3fea1..29d249e813 100644 --- a/docs/ko/common/tesseract.md +++ b/docs/ko/common/tesseract.md @@ -2,8 +2,8 @@ layout: page title: common/tesseract (한국어) description: "OCR (Optical Character Recognition) 엔진." -content_hash: c1df82f6feb7b10b7b9d1eeaa99147e026b4991b -last_modified_at: 2024-11-10 +content_hash: f612683e8ef0471fbd4cfb635f9ed3bab748b0d7 +last_modified_at: 2024-12-07 related_topics: - title: English version url: /en/common/tesseract.html @@ -29,7 +29,7 @@ OCR (Optical Character Recognition) 엔진. - 사용자 정의 페이지 세분화 모드 지정 (기본값은 3): -`tesseract -psm `0에서_10` `이미지.png` `출력 +`tesseract --psm `0에서_10` `이미지.png` `출력 - 페이지 세분화 모드 및 설명 나열: diff --git a/docs/nl/common/arch.md b/docs/nl/common/arch.md index 974e4d6127..673985b4d1 100644 --- a/docs/nl/common/arch.md +++ b/docs/nl/common/arch.md @@ -2,8 +2,8 @@ layout: page title: common/arch (Nederlands) description: "Geef de naam van de systeemarchitectuur weer." -content_hash: d0a50993c1a701f34c5ffb662ae84f905bdf24b6 -last_modified_at: 2024-06-19 +content_hash: 21cf25b2d26e02f986681ac112735c77bf8b7588 +last_modified_at: 2024-12-07 related_topics: - title: বাংলা version url: /bn/common/arch.html @@ -53,7 +53,7 @@ tldri18n_status: 2 Geef de naam van de systeemarchitectuur weer. Bekijk ook `uname`. -Meer informatie: . +Meer informatie: . - Geef de architectuur van het systeem weer: diff --git a/docs/nl/common/chown.md b/docs/nl/common/chown.md index 6089d5a42a..6dbcc155b5 100644 --- a/docs/nl/common/chown.md +++ b/docs/nl/common/chown.md @@ -2,8 +2,8 @@ layout: page title: common/chown (Nederlands) description: "Verander gebruiker- en groepsbeheer van bestanden en mappen." -content_hash: 33dc8e92eabf4bf3831a2ce7b180f80e2acc1daf -last_modified_at: 2024-05-04 +content_hash: 24800814ae0dfdc370bace0b1b8d4a5639f1ca64 +last_modified_at: 2024-12-07 related_topics: - title: Deutsch version url: /de/common/chown.html @@ -40,7 +40,7 @@ tldri18n_status: 2 # chown Verander gebruiker- en groepsbeheer van bestanden en mappen. -Meer informatie: . +Meer informatie: . - Verander gebruikkersbeheerder van een bestand/map: diff --git a/docs/no/common/arch.md b/docs/no/common/arch.md index 297de0f051..4a978cb09f 100644 --- a/docs/no/common/arch.md +++ b/docs/no/common/arch.md @@ -2,8 +2,8 @@ layout: page title: common/arch (norsk) description: "Vis navnet på systemarkitekturen." -content_hash: 9993af063cb37f60f0b98062fddeacc6f6a9fcde -last_modified_at: 2023-11-12 +content_hash: 950604910ffee987643ae75e541dede1404dc973 +last_modified_at: 2024-12-07 related_topics: - title: বাংলা version url: /bn/common/arch.html @@ -20,6 +20,9 @@ related_topics: - title: हिन्दी version url: /hi/common/arch.html icon: bi bi-globe + - title: Indonesia version + url: /id/common/arch.html + icon: bi bi-globe - title: italiano version url: /it/common/arch.html icon: bi bi-globe @@ -50,7 +53,7 @@ tldri18n_status: 2 Vis navnet på systemarkitekturen. Se også `uname`. -Mer informasjon: . +Mer informasjon: . - Vis systemets arkitektur: diff --git a/docs/pl/common/chown.md b/docs/pl/common/chown.md index 367b280e96..d4488e727c 100644 --- a/docs/pl/common/chown.md +++ b/docs/pl/common/chown.md @@ -2,8 +2,8 @@ layout: page title: common/chown (polski) description: "Zmienia właściciela i grupę właścicieli dla plików i katalogów." -content_hash: b3afa6f07d91ac268deb7b6206ad8402ae668f6e -last_modified_at: 2024-02-28 +content_hash: e019fd1f1a291d120206c211c9d0f0e523066fee +last_modified_at: 2024-12-07 related_topics: - title: Deutsch version url: /de/common/chown.html @@ -43,7 +43,7 @@ This entry is very new in the [tldr-pages](https://github.com/tldr-pages/tldr) p
# chown Zmienia właściciela i grupę właścicieli dla plików i katalogów. -Więcej informacji: . +Więcej informacji: . - Zmień właściciela pliku/katalogu: diff --git a/docs/pt_BR/common/arch.md b/docs/pt_BR/common/arch.md index 762afadacf..894efaedc4 100644 --- a/docs/pt_BR/common/arch.md +++ b/docs/pt_BR/common/arch.md @@ -2,8 +2,8 @@ layout: page title: common/arch (português (Brasil)) description: "Exibir o nome da arquitetura do sistema." -content_hash: 09f5c376f4f4b46dd79f55da72d2e44f3328098e -last_modified_at: 2023-12-28 +content_hash: ccbadc06b55bb267a8761ef484df18bb9750eb25 +last_modified_at: 2024-12-07 related_topics: - title: বাংলা version url: /bn/common/arch.html @@ -20,6 +20,9 @@ related_topics: - title: हिन्दी version url: /hi/common/arch.html icon: bi bi-globe + - title: Indonesia version + url: /id/common/arch.html + icon: bi bi-globe - title: italiano version url: /it/common/arch.html icon: bi bi-globe @@ -50,7 +53,7 @@ tldri18n_status: 2 Exibir o nome da arquitetura do sistema. Veja também `uname`. -Mais informações: . +Mais informações: . - Exibe a arquitetura do sistema: diff --git a/docs/pt_BR/common/chown.md b/docs/pt_BR/common/chown.md index ee8d35cf13..e2b7502883 100644 --- a/docs/pt_BR/common/chown.md +++ b/docs/pt_BR/common/chown.md @@ -2,8 +2,8 @@ layout: page title: common/chown (português (Brasil)) description: "Muda o usuário e grupo donos de arquivos e diretórios." -content_hash: 7eb76dec9e3cac5200f2a307f6f1ede688001609 -last_modified_at: 2024-04-19 +content_hash: ccb1a9699340dc3d115f844e6e0fe0922a3622ad +last_modified_at: 2024-12-07 related_topics: - title: Deutsch version url: /de/common/chown.html @@ -43,7 +43,7 @@ This entry is very new in the [tldr-pages](https://github.com/tldr-pages/tldr) p
# chown Muda o usuário e grupo donos de arquivos e diretórios. -Mais informações: . +Mais informações: . - Muda o usuário que é dono de um arquivo ou diretório: diff --git a/docs/sv/common/arch.md b/docs/sv/common/arch.md index 220e159831..7f9136140a 100644 --- a/docs/sv/common/arch.md +++ b/docs/sv/common/arch.md @@ -2,8 +2,8 @@ layout: page title: common/arch (svenska) description: "Visa namnet på systemarkitekturen." -content_hash: 4972535e1728359cc81407fdfdaaa39f5f24a8c1 -last_modified_at: 2023-11-12 +content_hash: 21b522356ddec4fd9c1dc4b90e1914150836e376 +last_modified_at: 2024-12-07 related_topics: - title: বাংলা version url: /bn/common/arch.html @@ -20,6 +20,9 @@ related_topics: - title: हिन्दी version url: /hi/common/arch.html icon: bi bi-globe + - title: Indonesia version + url: /id/common/arch.html + icon: bi bi-globe - title: italiano version url: /it/common/arch.html icon: bi bi-globe @@ -50,7 +53,7 @@ tldri18n_status: 2 Visa namnet på systemarkitekturen. Se även `uname`. -Mer information: . +Mer information: . - Visa systemarkitekturen: diff --git a/docs/tr/common/arch.md b/docs/tr/common/arch.md index 3d1dc835d9..65f1163cae 100644 --- a/docs/tr/common/arch.md +++ b/docs/tr/common/arch.md @@ -2,8 +2,8 @@ layout: page title: common/arch (Türkçe) description: "Sistem mimarisinin ismini göster." -content_hash: 9c9f357064bc65c5570307421574c9fcbf77b28e -last_modified_at: 2023-11-12 +content_hash: aacfbd2289afec27b5f29d2ac4cebd55fb4c889a +last_modified_at: 2024-12-07 related_topics: - title: বাংলা version url: /bn/common/arch.html @@ -20,6 +20,9 @@ related_topics: - title: हिन्दी version url: /hi/common/arch.html icon: bi bi-globe + - title: Indonesia version + url: /id/common/arch.html + icon: bi bi-globe - title: italiano version url: /it/common/arch.html icon: bi bi-globe @@ -50,7 +53,7 @@ tldri18n_status: 2 Sistem mimarisinin ismini göster. Ayrıca bakınız: `uname`. -Daha fazla bilgi için: . +Daha fazla bilgi için: . - Sistemin mimarisini göster: diff --git a/docs/zh/common/arch.md b/docs/zh/common/arch.md index c100c7c872..6b7d8e4640 100644 --- a/docs/zh/common/arch.md +++ b/docs/zh/common/arch.md @@ -2,8 +2,8 @@ layout: page title: common/arch (中文) description: "展示系统架构的名称。" -content_hash: 57738e10638adaefbef7378b64b2a4633fe2cc1f -last_modified_at: 2023-11-12 +content_hash: c60c0db001612d0642219702ef74c10e74b58248 +last_modified_at: 2024-12-07 related_topics: - title: বাংলা version url: /bn/common/arch.html @@ -20,6 +20,9 @@ related_topics: - title: हिन्दी version url: /hi/common/arch.html icon: bi bi-globe + - title: Indonesia version + url: /id/common/arch.html + icon: bi bi-globe - title: italiano version url: /it/common/arch.html icon: bi bi-globe @@ -50,7 +53,7 @@ tldri18n_status: 2 展示系统架构的名称。 另见`uname`. -更多信息:. +更多信息:. - 展示系统架构: diff --git a/docs/zh/common/chown.md b/docs/zh/common/chown.md index 61d9bbb5ba..af8ea462e2 100644 --- a/docs/zh/common/chown.md +++ b/docs/zh/common/chown.md @@ -2,8 +2,8 @@ layout: page title: common/chown (中文) description: "修改用户和用户组对文件或目录的所有权。" -content_hash: 4043262a9249647b26d2745dcb5097415369071e -last_modified_at: 2024-11-28 +content_hash: 19900c466f885b15428cdeacc73dcda607b096a8 +last_modified_at: 2024-12-07 related_topics: - title: Deutsch version url: /de/common/chown.html @@ -40,7 +40,7 @@ tldri18n_status: 2 # chown 修改用户和用户组对文件或目录的所有权。 -更多信息:. +更多信息:. - 修改文件或目录的所有者: diff --git a/source b/source index 620a8e8c05..cf58aef64b 160000 --- a/source +++ b/source @@ -1 +1 @@ -Subproject commit 620a8e8c0579a9908ac79a917376f862d758fd07 +Subproject commit cf58aef64b2473b7c7e00ebaea3ebb3237944ec7