mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-13 20:55:52 +02:00
Merge branch 'main' into kant-patch-9
This commit is contained in:
commit
b379e52776
551 changed files with 3210 additions and 1123 deletions
10
.github/CODEOWNERS
vendored
10
.github/CODEOWNERS
vendored
|
@ -1,6 +1,6 @@
|
|||
/pages.ar/ @MachiavelliII
|
||||
/pages.de/ @pixelcmtd @gutjuri
|
||||
/pages.es/ @kant @tricantivu @ikks
|
||||
/pages.es/ @kant @ikks
|
||||
/pages.fa/ @MrMw3
|
||||
/pages.fi/ @Managor
|
||||
/pages.fr/ @Nico385412 @nicokosi @noraj
|
||||
|
@ -10,8 +10,7 @@
|
|||
/pages.ko/ @IMHOJEONG @Zamoca42 @CodePsy-2001
|
||||
/pages.nl/ @sebastiaanspeck @leonvsc @Waples @dmmqz
|
||||
/pages.pl/ @acuteenvy @spageektti
|
||||
/pages.pt_BR/ @isaacvicente @vitorhcl @renie
|
||||
/pages.pt_PT/ @waldyrious
|
||||
/pages.pt_BR/ @isaacvicente @renie
|
||||
/pages.ta/ @kbdharun
|
||||
/pages.tr/ @tansiret
|
||||
/pages.zh/ @blueskyson @einverne
|
||||
|
@ -30,7 +29,7 @@
|
|||
/contributing-guides/translation-templates/ @kbdharun @sebastiaanspeck
|
||||
/contributing-guides/*.ar.md @MachiavelliII
|
||||
/contributing-guides/*.de.md @pixelcmtd @gutjuri
|
||||
/contributing-guides/*.es.md @kant @tricantivu @ikks
|
||||
/contributing-guides/*.es.md @kant @ikks
|
||||
/contributing-guides/*.fa.md @MrMw3
|
||||
/contributing-guides/*.fr.md @Nico385412 @nicokosi @noraj
|
||||
/contributing-guides/*.hi.md @kbdharun @debghs @karthik-script
|
||||
|
@ -39,8 +38,7 @@
|
|||
/contributing-guides/*.ko.md @IMHOJEONG @Zamoca42 @CodePsy-2001
|
||||
/contributing-guides/*.nl.md @sebastiaanspeck @leonvsc @Waples @dmmqz
|
||||
/contributing-guides/*.pl.md @acuteenvy @spageektti
|
||||
/contributing-guides/*.pt_BR.md @isaacvicente @vitorhcl @renie
|
||||
/contributing-guides/*.pt_PT.md @waldyrious
|
||||
/contributing-guides/*.pt_BR.md @isaacvicente @renie
|
||||
/contributing-guides/*.ta.md @kbdharun
|
||||
/contributing-guides/*.tr.md @tansiret
|
||||
/contributing-guides/*.zh.md @blueskyson @einverne
|
||||
|
|
|
@ -73,6 +73,7 @@ The `pages` directory and `pages.*` language-specific directories contain the pl
|
|||
2. If the command is **only** available for **one** platform, these are the available directories followed by their right platform:
|
||||
|
||||
- `android`: Android
|
||||
- `cisco-ios`: Cisco IOS
|
||||
- `freebsd`: FreeBSD
|
||||
- `openbsd`: OpenBSD
|
||||
- `osx`: OSX/Mac OS/macOS (will be replaced by `macos`)
|
||||
|
@ -281,7 +282,7 @@ For other cases, it is suggested to follow <https://www.conventionalcommits.org/
|
|||
## Name collisions
|
||||
|
||||
When there are multiple commands sharing the same name, the existing page of the command and the new command can be renamed to `command.1` and so on following a numbering scheme or using a suffix relating to the program like the programming language i.e. `command.js`.
|
||||
The base page can be updated to reference the newly renamed/created pages by following [this subcommand reference format](#subcommands).
|
||||
The base page can be updated to reference the newly renamed/created pages by following [the disambiguation page format](contributing-guides/style-guide.md#disambiguations).
|
||||
|
||||
See the following page for reference:
|
||||
|
||||
|
|
|
@ -55,7 +55,7 @@ How about:
|
|||
|
||||
This repository is just that: an ever-growing collection of examples
|
||||
for the most common UNIX, Linux, macOS, FreeBSD, NetBSD, OpenBSD,
|
||||
SunOS, Android, and Windows command-line tools.
|
||||
SunOS, Android, Windows, and Cisco IOS command-line tools.
|
||||
|
||||
## How do I use it?
|
||||
|
||||
|
|
|
@ -490,7 +490,7 @@ Keep the following guidelines in mind when choosing placeholders:
|
|||
|
||||
- If a command can optionally take 1 or more arguments of the same kind, use an ellipsis: `{{placeholder1 placeholder2 ...}}`.
|
||||
For instance, if multiple paths are expected, use `{{path/to/directory1 path/to/directory2 ...}}`.
|
||||
- If only one of the multiple options is possible, write it as: `{{placeholder1|placeholder2|placeholder3}}`. If there are more than 4 possible values, you can use `|...` after the last item.
|
||||
- If only one of the multiple options is possible, write it as: `{{placeholder1|placeholder2|placeholder3}}`. If there are more than 3 possible values, you can use `|...` after the last item.
|
||||
- Use two dots to mark a range of possible values, for example `{{1..5}}` or `{{a..z}}`.
|
||||
|
||||
#### Optional placeholders
|
||||
|
|
|
@ -32,7 +32,7 @@ Only the left-alignment of the header gets lost and has to be re-added again (`|
|
|||
| pt_BR | caminho/para/arquivo | caminho/para/diretorio | caminho/para/arquivo_ou_diretorio | pacote | nome_do_usuario |
|
||||
| pt_PT | caminho/para/ficheiro | caminho/para/diretório | caminho/para/ficheiro_ou_diretório | pacote | nome_de_utilizador |
|
||||
| ro | cale/către/fișier | cale/către/director | cale/către/fișier_sau_director | pachet | nume_utilizator |
|
||||
| ru | путь/до/файла | путь/до/папки | путь/до/файла_или_папки | пакет | имя_пользователя |
|
||||
| ru | путь/к/файлу | путь/к/каталогу | путь/к/файлу_или_каталогу | пакет | имя_пользователя |
|
||||
| sh | put/do/datoteke | put/do/direktorija | put/do/datoteke_ili_direktorija | paket | korisničko_ime |
|
||||
| sr | put/do/datoteke | put/do/direktorijuma | put/do/datoteke_ili_direktorijuma | paket | korisničko_ime |
|
||||
| sv | sökväg/till/fil | sökväg/till/katalog | sökväg/till/fil_eller_katalog | paket | användarnamn |
|
||||
|
|
20
pages.cs/common/avrdude.md
Normal file
20
pages.cs/common/avrdude.md
Normal file
|
@ -0,0 +1,20 @@
|
|||
# avrdude
|
||||
|
||||
> Program ovladače pro programování Atmel AVR mikrořadičů.
|
||||
> Více informací: <https://www.nongnu.org/avrdude/user-manual/avrdude_3.html#Option-Descriptions>.
|
||||
|
||||
- P[r]ečíst flash ROM AVR mikrořadiče s konkrétním ID součástky:
|
||||
|
||||
`avrdude -p {{cislo_soucastky}} -c {{id_programatora}} -U flash:r:{{soubor.hex}}:i`
|
||||
|
||||
- Zapsat do flash ROM AVR mikrořadiče:
|
||||
|
||||
`avrdude -p {{cislo_soucastky}} -c {{programator}} -U flash:w:{{file.hex}}`
|
||||
|
||||
- Vypsat dostupné AVR zařízení:
|
||||
|
||||
`avrdude -p \?`
|
||||
|
||||
- Vypsat dostupné AVR programátory:
|
||||
|
||||
`avrdude -c \?`
|
20
pages.cs/common/cmatrix.md
Normal file
20
pages.cs/common/cmatrix.md
Normal file
|
@ -0,0 +1,20 @@
|
|||
# cmatrix
|
||||
|
||||
> Zobrazuje v terminálu obrazovku podobnou Matrixu.
|
||||
> Více informací: <https://github.com/abishekvashok/cmatrix>.
|
||||
|
||||
- Povolit [a]synchroní posouvání:
|
||||
|
||||
`cmatrix -a`
|
||||
|
||||
- Změnit barvu textu (výchozí je zelená):
|
||||
|
||||
`cmatrix -C {{red}}`
|
||||
|
||||
- Povolit duhový režim:
|
||||
|
||||
`cmatrix -r`
|
||||
|
||||
- Použít zpoždění akt[u]alizace 100 centisekund (1 sekunda):
|
||||
|
||||
`cmatrix -u 100`
|
12
pages.cs/common/esptool.py.md
Normal file
12
pages.cs/common/esptool.py.md
Normal file
|
@ -0,0 +1,12 @@
|
|||
# esptool.py
|
||||
|
||||
> Bootloader nástroj pro Espressif čipy (např. ESP8266).
|
||||
> Více informací: <https://docs.espressif.com/projects/esptool/en/latest/esp32/>.
|
||||
|
||||
- Flashnout firmware soubor do ESP čipu s uvedeným portem a přenosovou rychlostí:
|
||||
|
||||
`sudo esptool.py --port {{port}} --baud {{prenosova_rychlost}} write_flash 0x0 {{cesta/k/firmwaru.bin}}`
|
||||
|
||||
- Smazat flash ESP čipu:
|
||||
|
||||
`sudo esptool.py --port {{port}} --baud {{prenosova_rychlost}} erase_flash`
|
32
pages.cs/common/i3.md
Normal file
32
pages.cs/common/i3.md
Normal file
|
@ -0,0 +1,32 @@
|
|||
# i3
|
||||
|
||||
> Dlaždicový správce oken pro X11.
|
||||
> Více informací: <https://i3wm.org/docs/userguide.html>.
|
||||
|
||||
- Spustit `i3` (Už existující správce oken nesmí být otevřený při spuštění tohoto příkazu):
|
||||
|
||||
`i3`
|
||||
|
||||
- Otevřít nové terminálové okno:
|
||||
|
||||
`<Super Enter>`
|
||||
|
||||
- Přesunout aktivní okno do plochy:
|
||||
|
||||
`<Super Shift {{cislo}}>`
|
||||
|
||||
- Přesunout se do plochy:
|
||||
|
||||
`<Super {{cislo}}>`
|
||||
|
||||
- Rozdělit další okno horizontálně:
|
||||
|
||||
`<Super h>`
|
||||
|
||||
- Rozdělit další okno vertikálně:
|
||||
|
||||
`<Super v>`
|
||||
|
||||
- Otevřít spouštěč aplikací:
|
||||
|
||||
`<Super d>`
|
32
pages.cs/common/picotool.md
Normal file
32
pages.cs/common/picotool.md
Normal file
|
@ -0,0 +1,32 @@
|
|||
# picotool
|
||||
|
||||
> Spravuje desky Raspberry Pi Pico.
|
||||
> Více informací: <https://github.com/raspberrypi/picotool>.
|
||||
|
||||
- Zobrazit informace o aktuálně načteném programu na Picu:
|
||||
|
||||
`picotool info`
|
||||
|
||||
- Načíst binárku do Pica:
|
||||
|
||||
`picotool load {{cesta/k/binarce}}`
|
||||
|
||||
- Převést soubor ELF nebo BIN na UF2:
|
||||
|
||||
`picotool uf2 convert {{cesta/k/elf_nebo_bin}} {{cesta/k/vystupu}}`
|
||||
|
||||
- Restartovat Pico:
|
||||
|
||||
`picotool reboot`
|
||||
|
||||
- Vypsat všechny známe registry:
|
||||
|
||||
`picotool otp list`
|
||||
|
||||
- Zobrazit verzi:
|
||||
|
||||
`picotool version`
|
||||
|
||||
- Zobrazit nápovědu:
|
||||
|
||||
`picotool help`
|
|
@ -13,11 +13,11 @@
|
|||
|
||||
- Vergleiche zwei bestimmte Dateien:
|
||||
|
||||
`code --diff {{pfad/zu/datei1}} {{pfad/zu/datei2}}`
|
||||
`code {{[-d|--diff]}} {{pfad/zu/datei1}} {{pfad/zu/datei2}}`
|
||||
|
||||
- Öffne bestimmte Dateien und/oder Verzeichnisse in einem neuen Fenster:
|
||||
|
||||
`code --new-window {{pfad/zu/datei_oder_verzeichnis1 pfad/zu/datei_oder_verzeichnis2 ...}}`
|
||||
`code {{[-n|--new-window]}} {{pfad/zu/datei_oder_verzeichnis1 pfad/zu/datei_oder_verzeichnis2 ...}}`
|
||||
|
||||
- Installiere oder lösche bestimmte Erweiterung:
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
> The Friendly Interactive SHell.
|
||||
> Eine benutzerfreundliche Eingabeaufforderung.
|
||||
> Weitere Informationen: <https://fishshell.com>.
|
||||
> Weitere Informationen: <https://fishshell.com/docs/current/cmds/fish.html>.
|
||||
|
||||
- Starte eine interaktive Shell-Sitzung:
|
||||
|
||||
|
@ -10,11 +10,11 @@
|
|||
|
||||
- Starte eine interaktive Shell-Sitzung ohne die Start-Konfiguration zu laden:
|
||||
|
||||
`fish --no-config`
|
||||
`fish {{[-N|--no-config]}}`
|
||||
|
||||
- Führe einen bestimmten Befehl aus:
|
||||
|
||||
`fish --command "{{echo 'fish wird ausgeführt'}}"`
|
||||
`fish {{[-c|--command]}} "{{echo 'fish wird ausgeführt'}}"`
|
||||
|
||||
- Führe ein bestimmtes Skript aus:
|
||||
|
||||
|
@ -22,12 +22,12 @@
|
|||
|
||||
- Überprüfe ein bestimmtes Skript auf Syntaxfehler:
|
||||
|
||||
`fish --no-execute {{pfad/zu/skript.fish}}`
|
||||
`fish {{[-N|--no-execute]}} {{pfad/zu/skript.fish}}`
|
||||
|
||||
- Starte eine private, interaktive Shell-Sitzung, in der fish weder auf die Shell-History zugreift, noch diese verändert:
|
||||
|
||||
`fish --private`
|
||||
`fish {{[-P|--private]}}`
|
||||
|
||||
- Definiere und exportiere eine Umgebungsvariable, die über mehrere Shell-Neustarts hinweg existiert (builtin):
|
||||
|
||||
`set --universal --export {{variablenname}} {{variablenwert}}`
|
||||
`set {{[-U|--universal]}} {{[-x|--export]}} {{variablenname}} {{variablenwert}}`
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# nordvpn
|
||||
|
||||
> Kommandozeilen-Schnittstelle für NordVPN.
|
||||
> Weitere Informationen: <https://nordvpn.com/download/linux/>.
|
||||
> Weitere Informationen: <https://support.nordvpn.com/hc/en-us/articles/20196094470929-Installing-NordVPN-on-Linux-distributions>.
|
||||
|
||||
- Interaktiv bei einem NordVPN-Konto anmelden:
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# numlockx
|
||||
|
||||
> Steuere den Num-Lock-Tasten-Status in X11-Sitzungen.
|
||||
> Weitere Informationen: <https://www.mike-devlin.com/linux/README-numlockx.htm>.
|
||||
> Weitere Informationen: <https://manned.org/numlockx>.
|
||||
|
||||
- Zeige den aktuellen Status der Num-Lock-Taste an:
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
|
||||
- Ejecuta y genera una clave privada y un certificado:
|
||||
|
||||
`agate --content {{ruta/a/contenido/}} --addr {{[::]:1965}} --addr {{0.0.0.0:1965}} --hostname {{ejemplo.com}} --lang {{sp-SP}}`
|
||||
`agate --content {{ruta/a/contenido/}} --addr {{[::]:1965}} --addr {{0.0.0.0:1965}} --hostname {{example.com}} --lang {{sp-SP}}`
|
||||
|
||||
- Ejecuta servidor:
|
||||
|
||||
|
@ -13,4 +13,4 @@
|
|||
|
||||
- Muestra la ayuda:
|
||||
|
||||
`agate -h`
|
||||
`agate {{[-h|--help]}}`
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
|
||||
- Lee JSON de una URL y evalúa una expresión JSONPath especificada:
|
||||
|
||||
`ajson '{{avg($..price)}}' '{{https://ejemplo.com/api/}}'`
|
||||
`ajson '{{avg($..price)}}' '{{https://example.com/api/}}'`
|
||||
|
||||
- Lee un simple cadena JSON y calcula un valor:
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
> Cliente de línea de comandos para la biblioteca Open Asset Import.
|
||||
> Admite la carga de más de 40 formatos de archivo 3D y la exportación a varios formatos 3D populares.
|
||||
> Más información: <https://assimp-docs.readthedocs.io/>.
|
||||
> Más información: <https://manned.org/assimp>.
|
||||
|
||||
- Lista todos los formatos de importación soportados:
|
||||
|
||||
|
|
7
pages.es/common/bunzip2.md
Normal file
7
pages.es/common/bunzip2.md
Normal file
|
@ -0,0 +1,7 @@
|
|||
# bunzip2
|
||||
|
||||
> Este comando es un alias de `bzip2 --decompress`.
|
||||
|
||||
- Vea la documentación del comando original:
|
||||
|
||||
`tldr bzip2`
|
|
@ -13,11 +13,11 @@
|
|||
|
||||
- Compara dos archivos específicos:
|
||||
|
||||
`code --diff {{ruta/al/archivo1}} {{ruta/al/archivo2}}`
|
||||
`code {{[-d|--diff]}} {{ruta/al/archivo1}} {{ruta/al/archivo2}}`
|
||||
|
||||
- Abre archivos o directorios específicos en una nueva ventana:
|
||||
|
||||
`code --new-window {{ruta/al/archivo_o_directorio1 ruta/al/archivo_o_directorio2 ...}}`
|
||||
`code {{[-n|--new-window]}} {{ruta/al/archivo_o_directorio1 ruta/al/archivo_o_directorio2 ...}}`
|
||||
|
||||
- Instala/desinstala una extensión específica:
|
||||
|
||||
|
|
24
pages.es/common/comm.md
Normal file
24
pages.es/common/comm.md
Normal file
|
@ -0,0 +1,24 @@
|
|||
# comm
|
||||
|
||||
> Selecciona o rechaza las líneas comunes a dos ficheros. Ambos ficheros deben estar ordenados.
|
||||
> Más información: <https://www.gnu.org/software/coreutils/manual/html_node/comm-invocation.html>.
|
||||
|
||||
- Produce tres columnas separadas por tabuladores: líneas solo en el primer archivo, líneas solo en el segundo archivo y líneas comunes:
|
||||
|
||||
`comm {{fichero1}} {{fichero2}}`
|
||||
|
||||
- Imprime solo las líneas comunes a ambos archivos:
|
||||
|
||||
`comm -12 {{fichero1}} {{fichero2}}`
|
||||
|
||||
- Imprime solo las líneas comunes a ambos archivos, leyendo un archivo desde `stdin`:
|
||||
|
||||
`cat {{fichero1}} | comm -12 - {{fichero2}}`
|
||||
|
||||
- Obtiene las líneas que solo se encuentran en el primer fichero, guardando el resultado en un tercer fichero:
|
||||
|
||||
`comm -23 {{fichero1}} {{fichero2}} > {{solo_fichero1}}`
|
||||
|
||||
- Imprime las líneas solo encontradas en el segundo fichero, cuando los ficheros no están ordenados:
|
||||
|
||||
`comm -13 <( sort {{fichero1}}) <( sort {{fichero2}})`
|
|
@ -5,7 +5,7 @@
|
|||
|
||||
- Obtén todas las URLs de un dominio de Open Threat Exchange de AlienVault, Wayback Machine, Common Crawl y URLScan:
|
||||
|
||||
`gau {{ejemplo.com}}`
|
||||
`gau {{example.com}}`
|
||||
|
||||
- Obtén URLs de varios dominios:
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
|||
|
||||
- Escribe los resultados en un archivo:
|
||||
|
||||
`gau {{ejemplo.com}} --o {{ruta/a/urls_encontradas.txt}}`
|
||||
`gau {{example.com}} --o {{ruta/a/urls_encontradas.txt}}`
|
||||
|
||||
- Busca las URLs de un solo proveedor específico:
|
||||
|
||||
|
@ -25,8 +25,8 @@
|
|||
|
||||
- Busca las URLs de varios proveedores:
|
||||
|
||||
`gau --providers {{wayback,otx,...}} {{ejemplo.com}}`
|
||||
`gau --providers {{wayback,otx,...}} {{example.com}}`
|
||||
|
||||
- Busca las URLs dentro de un intervalo de fechas específico:
|
||||
|
||||
`gau --from {{AAAAMM}} --to {{YYYYMM}} {{ejemplo.com}}`
|
||||
`gau --from {{AAAAMM}} --to {{YYYYMM}} {{example.com}}`
|
||||
|
|
7
pages.es/common/gdm-binary.md
Normal file
7
pages.es/common/gdm-binary.md
Normal file
|
@ -0,0 +1,7 @@
|
|||
# gdm-binary
|
||||
|
||||
> Este comando es un alias de `gdm`.
|
||||
|
||||
- Vea la documentación del comando original:
|
||||
|
||||
`tldr gdm`
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
> Crea, edita y ejecuta fácilmente programas en Java autocontenidos de sólo código fuente.
|
||||
> Ver también: `java`.
|
||||
> Más información: <https://www.jbang.dev/documentation/guide/latest/cli/jbang.html>.
|
||||
> Más información: <https://www.jbang.dev/documentation/jbang/latest/cli/jbang.html>.
|
||||
|
||||
- Inicializa una clase en Java simple:
|
||||
|
||||
|
|
24
pages.es/common/kerl.md
Normal file
24
pages.es/common/kerl.md
Normal file
|
@ -0,0 +1,24 @@
|
|||
# kerl
|
||||
|
||||
> Construye e instala instancias Erlang/OTP con facilidad.
|
||||
> Más información: <https://github.com/kerl/kerl>.
|
||||
|
||||
- Compila e instala una versión de Erlang/OTP en un directorio:
|
||||
|
||||
`kerl build-install {{28.0}} {{28.0}} {{ruta/a/directorio_de_instalación}}/{{28.0}}`
|
||||
|
||||
- Activa una instalación Erlang/OTP:
|
||||
|
||||
`. {{ruta/a/instalación}}/activate`
|
||||
|
||||
- Desactiva la instalación Erlang/OTP actual:
|
||||
|
||||
`kerl_deactivate`
|
||||
|
||||
- Lista todas las versiones disponibles de Erlang/OTP:
|
||||
|
||||
`kerl list releases`
|
||||
|
||||
- Lista las versiones de Erlang/OTP instaladas:
|
||||
|
||||
`kerl list installations`
|
7
pages.es/common/mpiexec.md
Normal file
7
pages.es/common/mpiexec.md
Normal file
|
@ -0,0 +1,7 @@
|
|||
# mpiexec
|
||||
|
||||
> Este comando es un alias de `mpirun`.
|
||||
|
||||
- Vea la documentación del comando original:
|
||||
|
||||
`tldr mpirun`
|
|
@ -1,7 +1,7 @@
|
|||
# mysql
|
||||
|
||||
> Herramienta de línea de comandos para gestionar bases de datos MySQL.
|
||||
> Más información: <https://www.mysql.com/>.
|
||||
> Más información: <https://manned.org/mysql>.
|
||||
|
||||
- Conecta a una base de datos:
|
||||
|
||||
|
|
|
@ -1,32 +1,32 @@
|
|||
# npm-config
|
||||
# npm config
|
||||
|
||||
> Gestiona los ajustes de configuración de `npm`.
|
||||
> Más información: <https://docs.npmjs.com/cli/commands/npm-config>.
|
||||
> Más información: <https://docs.npmjs.com/cli/npm-config>.
|
||||
|
||||
- Muestra todos los ajustes de configuración:
|
||||
|
||||
`npm config list`
|
||||
`npm {{[c|config]}} list`
|
||||
|
||||
- Lista todos los ajustes de configuración como `JSON`:
|
||||
|
||||
`npm config list --json`
|
||||
`npm {{[c|config]}} list --json`
|
||||
|
||||
- Obtiene el valor de una clave de configuración específica:
|
||||
|
||||
`npm config get {{clave}}`
|
||||
`npm {{[c|config]}} get {{clave}}`
|
||||
|
||||
- Establece una clave de configuración a un valor específico:
|
||||
|
||||
`npm config set {{clave}} {{valor}}`
|
||||
`npm {{[c|config]}} set {{clave}} {{valor}}`
|
||||
|
||||
- Elimina una clave de configuración:
|
||||
|
||||
`npm config delete {{clave}}`
|
||||
`npm {{[c|config]}} delete {{clave}}`
|
||||
|
||||
- Edita el archivo de configuración global de npm en el editor predeterminado:
|
||||
- Edita el archivo de configuración global npm en el editor por defecto:
|
||||
|
||||
`npm config edit`
|
||||
`npm {{[c|config]}} edit`
|
||||
|
||||
- Intenta reparar elementos de configuración no válidos:
|
||||
- Intentar reparar elementos de configuración no válidos:
|
||||
|
||||
`npm config fix`
|
||||
`npm {{[c|config]}} fix`
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# npm ls
|
||||
|
||||
> Imprime los paquetes instalados a `stdout`.
|
||||
> Más información: <https://docs.npmjs.com/cli/commands/npm-ls>.
|
||||
> Más información: <https://docs.npmjs.com/cli/npm-ls>.
|
||||
|
||||
- Imprime todas las versiones de dependencias directas a `stdout`:
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# npm owner
|
||||
|
||||
> Gestiona la propiedad de paquetes publicados.
|
||||
> Más información: <https://docs.npmjs.com/cli/commands/npm-owner>.
|
||||
> Más información: <https://docs.npmjs.com/cli/npm-owner>.
|
||||
|
||||
- Añade un nuevo usuario como un mantenedor de un paquete:
|
||||
|
||||
|
|
7
pages.es/common/perl-rename.md
Normal file
7
pages.es/common/perl-rename.md
Normal file
|
@ -0,0 +1,7 @@
|
|||
# perl-rename
|
||||
|
||||
> Este comando es un alias de `rename`.
|
||||
|
||||
- Vea la documentación del comando original:
|
||||
|
||||
`tldr -p common rename`
|
7
pages.es/common/prename.md
Normal file
7
pages.es/common/prename.md
Normal file
|
@ -0,0 +1,7 @@
|
|||
# prename
|
||||
|
||||
> Este comando es un alias de `rename`.
|
||||
|
||||
- Vea la documentación del comando original:
|
||||
|
||||
`tldr -p common rename`
|
24
pages.es/common/rabbitmqctl.md
Normal file
24
pages.es/common/rabbitmqctl.md
Normal file
|
@ -0,0 +1,24 @@
|
|||
# rabbitmqctl
|
||||
|
||||
> Gestiona, configura e inspecciona servidores RabbitMQ.
|
||||
> Más información: <https://www.rabbitmq.com/rabbitmqctl.8.html>.
|
||||
|
||||
- Muestra el estado del nodo actual:
|
||||
|
||||
`rabbitmqctl status`
|
||||
|
||||
- Muestra la documentación de los comandos del cluster RabbitMQ:
|
||||
|
||||
`tldr rabbitmqctl cluster`
|
||||
|
||||
- Muestra la documentación de los comandos de usuario de RabbitMQ:
|
||||
|
||||
`tldr rabbitmqctl users`
|
||||
|
||||
- Muestra la documentación de los comandos de RabbitMQ vhosts:
|
||||
|
||||
`tldr rabbitmqctl vhosts`
|
||||
|
||||
- Más información sobre un comando específico:
|
||||
|
||||
`rabbitmqctl help {{comando}}`
|
32
pages.es/common/sha1sum.md
Normal file
32
pages.es/common/sha1sum.md
Normal file
|
@ -0,0 +1,32 @@
|
|||
# sha1sum
|
||||
|
||||
> Calcula sumas de comprobación criptográficas SHA1.
|
||||
> Más información: <https://www.gnu.org/software/coreutils/manual/html_node/sha1sum-invocation.html>.
|
||||
|
||||
- Calcula la suma de comprobación SHA1 de uno o más archivos:
|
||||
|
||||
`sha1sum {{ruta/al/archivo1 ruta/al/archivo2 ...}}`
|
||||
|
||||
- Calcula y guardar la lista de sumas de comprobación SHA1 en un archivo:
|
||||
|
||||
`sha1sum {{ruta/al/archivo1 ruta/al/archivo2 ...}} > {{ruta/al/archivo.sha1}}`
|
||||
|
||||
- Calcula una suma de comprobación SHA1 a partir de `stdin`:
|
||||
|
||||
`{{comando}} | sha1sum`
|
||||
|
||||
- Lee un archivo de sumas de comprobación SHA1 y nombres de archivo y verifica que todos los archivos tengan sumas de comprobación coincidentes:
|
||||
|
||||
`sha1sum {{[-c|--check]}} {{ruta/al/archivo.sha1}}`
|
||||
|
||||
- Solo muestra un mensaje cuando faltan archivos o cuando falla la verificación:
|
||||
|
||||
`sha1sum {{[-c|--check]}} --quiet {{ruta/al/archivo.sha1}}`
|
||||
|
||||
- Solo muestra un mensaje cuando falla la verificación, ignorando los archivos que faltan:
|
||||
|
||||
`sha1sum --ignore-missing {{[-c|--check]}} --quiet {{ruta/a/archivo.sha1}}`
|
||||
|
||||
- Comprueba una suma de comprobación SHA1 conocida de un archivo:
|
||||
|
||||
`echo {{suma_de_verificación_sha1_conocida_del_archivo}} {{ruta/al/archivo}} | sha1sum {{[-c|--check]}}`
|
|
@ -1,7 +1,7 @@
|
|||
# whence
|
||||
|
||||
> Un comando integrado de zsh para indicar cómo se interpretaría un comando dado.
|
||||
> Más información: <https://keith.github.io/xcode-man-pages/whence.1.html>.
|
||||
> Más información: <https://zsh.sourceforge.io/Doc/Release/Shell-Builtin-Commands.html#index-whence>.
|
||||
|
||||
- Interpreta `comando`, con expansión si se define como un `alias` (similar al `command -v` integrado):
|
||||
|
24
pages.es/common/wlc.md
Normal file
24
pages.es/common/wlc.md
Normal file
|
@ -0,0 +1,24 @@
|
|||
# wlc
|
||||
|
||||
> Gestiona proyectos de localización en una instancia de Weblate.
|
||||
> Más información: <https://docs.weblate.org/en/latest/wlc.html#commands>.
|
||||
|
||||
- Lista los proyectos usando un archivo de configuración:
|
||||
|
||||
`wlc {{[-c|--config]}} {{ruta/al/archivo}} list-projects`
|
||||
|
||||
- Lista los componentes de un proyecto y anula la URL y la clave de la API:
|
||||
|
||||
`wlc {{[-u|--url]}} {{URL}} {{[-k|--key]}} {{clave}} ls {{proyecto}}`
|
||||
|
||||
- Lista las traducciones de un componente en un formato específico:
|
||||
|
||||
`wlc {{[-f|--format]}} {{text|csv|json|html}} ls {{proyecto}}/{{componente}}`
|
||||
|
||||
- Imprime las estadísticas de un proyecto:
|
||||
|
||||
`wlc stats {{proyecto}}`
|
||||
|
||||
- Muestra la ayuda:
|
||||
|
||||
`wlc {{[-h|--help]}}`
|
32
pages.es/linux/aa-audit.md
Normal file
32
pages.es/linux/aa-audit.md
Normal file
|
@ -0,0 +1,32 @@
|
|||
# aa-audit
|
||||
|
||||
> Establece perfiles de seguridad de AppArmor en modo de auditoría.
|
||||
> Más información: <https://gitlab.com/apparmor/apparmor/-/wikis/manpage_aa-audit.8>.
|
||||
|
||||
- Establece un perfil en modo auditoría:
|
||||
|
||||
`sudo aa-audit {{nombre_perfil}}`
|
||||
|
||||
- Establece múltiples perfiles en modo auditoría:
|
||||
|
||||
`sudo aa-audit {{perfil1 perfil2 ...}}`
|
||||
|
||||
- Establece un perfil en modo auditoría desde un directorío específico:
|
||||
|
||||
`sudo aa-audit {{[-d|--dir]}} {{/ruta/a/perfiles}} {{nombre_perfil}}`
|
||||
|
||||
- Fuerza modo auditoría incluso si ya ha sido aplicado:
|
||||
|
||||
`sudo aa-audit --force {{nombre_perfil}}`
|
||||
|
||||
- Establece un perfil en modo auditoría sin recargarlo:
|
||||
|
||||
`sudo aa-audit --no-reload {{nombre_perfil}}`
|
||||
|
||||
- Elimina el modo auditoría de un perfil:
|
||||
|
||||
`sudo aa-audit {{[-r|--remove]}} {{nombre_perfil}}`
|
||||
|
||||
- Muestra la ayuda:
|
||||
|
||||
`aa-audit {{[-h|--help]}}`
|
28
pages.es/linux/aa-cleanprof.md
Normal file
28
pages.es/linux/aa-cleanprof.md
Normal file
|
@ -0,0 +1,28 @@
|
|||
# aa-cleanprof
|
||||
|
||||
> Limpia perfiles de seguridad de AppArmor eliminando reglas sin utilizar.
|
||||
> Más información: <https://gitlab.com/apparmor/apparmor/-/wikis/manpage_aa-cleanprof.8>.
|
||||
|
||||
- Limpia un usuario:
|
||||
|
||||
`sudo aa-cleanprof {{nombre_perfil}}`
|
||||
|
||||
- Limpia múltiples perfiles al mismo tiempo:
|
||||
|
||||
`sudo aa-cleanprof {{perfil1 perfil2 ...}}`
|
||||
|
||||
- Limpia un perfil desde un directorío específico:
|
||||
|
||||
`sudo aa-cleanprof {{[-d|--dir]}} {{/ruta/a/perfiles}} {{nombre_perfil}}`
|
||||
|
||||
- Ejecuta silenciosamente sin indicaciones:
|
||||
|
||||
`sudo aa-cleanprof {{[-s|--silent]}} {{nombre_perfil}}`
|
||||
|
||||
- Prevén la recarga del perfil tras limpiarlo:
|
||||
|
||||
`sudo aa-cleanprof --no-reload {{nombre_perfil}}`
|
||||
|
||||
- Muestra la ayuda:
|
||||
|
||||
`aa-cleanprof {{[-h|--help]}}`
|
|
@ -1,13 +1,13 @@
|
|||
# check-dfsg-status
|
||||
|
||||
> Informa de paquetes no libres instalados en sistemas operativos basados en Debian.
|
||||
> Este comando se conocía anteriormente como `vrms`.
|
||||
> Más información: <https://debian.pages.debian.net/check-dfsg-status/>.
|
||||
> Informa de los paquetes no libres instalados en sistemas operativos basados en Debian.
|
||||
> Este comando se conocía antes como `vrms`.
|
||||
> Más información: <https://salsa.debian.org/debian/check-dfsg-status>.
|
||||
|
||||
- Lista los paquetes no libres y `contrib` (más la descripción):
|
||||
- Lista los paquetes no libres y asociados (y sus descripciones):
|
||||
|
||||
`check-dfsg-status`
|
||||
|
||||
- Muestra solo los nombres de los paquetes:
|
||||
- Solo muestra los nombres de los paquetes:
|
||||
|
||||
`check-dfsg-status --sparse`
|
||||
`check-dfsg-status {{[-s|--sparse]}}`
|
||||
|
|
30
pages.es/linux/dnf-builddep.md
Normal file
30
pages.es/linux/dnf-builddep.md
Normal file
|
@ -0,0 +1,30 @@
|
|||
# dnf builddep
|
||||
|
||||
> Instala dependencias para construir un paquete dado.
|
||||
> No está predeterminado en `dnf` pero está soportado a través de `dnf-plugins-core`.
|
||||
> Vea también: `dnf`.
|
||||
> Más información: <https://dnf-plugins-core.readthedocs.io/en/latest/builddep.html>.
|
||||
|
||||
- Instala dependencias para un paquete dado:
|
||||
|
||||
`dnf builddep {{ruta/a/especificacion.spec}}`
|
||||
|
||||
- Instala dependencias para un paquete dado pero ignora los no disponibles:
|
||||
|
||||
`dnf builddep --skip-unavailable {{ruta/a/especificacion.spec}}`
|
||||
|
||||
- Define la macro RPM a una expresión dada:
|
||||
|
||||
`dnf builddep {{[-D|--define]}} '{{expresión}}'`
|
||||
|
||||
- Define un argumento para una ruta de archivo `.spec`:
|
||||
|
||||
`dnf builddep --spec {{argumento}}`
|
||||
|
||||
- Define un argumento para una ruta de archivo `.rpm`:
|
||||
|
||||
`dnf builddep --srpm {{argumento}}`
|
||||
|
||||
- Muestra la ayuda:
|
||||
|
||||
`dnf builddep --help-cmd`
|
|
@ -1,24 +1,24 @@
|
|||
# dnf group
|
||||
|
||||
> Gestiona colecciones virtuales de paquetes en sistemas basados en Fedora.
|
||||
> Más información: <https://manned.org/dnf-group>.
|
||||
> Más información: <https://dnf.readthedocs.io/en/latest/command_ref.html#group-command>.
|
||||
|
||||
- Lista los grupos DNF, mostrando el estado de instalado o no en una tabla:
|
||||
- Lista grupos DNF, mostrando el estado de instalado y desinstalado en una tabla:
|
||||
|
||||
`dnf group list`
|
||||
`dnf {{[grp|group]}} list`
|
||||
|
||||
- Muestra información del grupo DNF, incluyendo repositorio y paquetes opcionales:
|
||||
|
||||
`dnf group info {{nombre_del_grupo}}`
|
||||
`dnf {{[grp|group]}} info {{nombre_grupo}}`
|
||||
|
||||
- Instala un grupo DNF:
|
||||
|
||||
`dnf group install {{nombre_del_grupo}}`
|
||||
`dnf {{[grp|group]}} install {{nombre_grupo}}`
|
||||
|
||||
- Elimina un grupo DNF:
|
||||
|
||||
`dnf group remove {{nombre_del_grupo}}`
|
||||
`dnf {{[grp|group]}} remove {{nombre_grupo}}`
|
||||
|
||||
- Actualiza un grupo DNF:
|
||||
|
||||
`dnf group upgrade {{nombre_del_grupo}}`
|
||||
`dnf {{[grp|group]}} upgrade {{nombre_grupo}}`
|
||||
|
|
|
@ -1,12 +1,24 @@
|
|||
# factorio
|
||||
# Factorio
|
||||
|
||||
> Crea e inicia un servidor Factorio sin interfaz gráfica.
|
||||
> Más información: <https://wiki.factorio.com/Multiplayer>.
|
||||
|
||||
- Crea un nuevo archivo guardado:
|
||||
- Crea un nuevo archivo de guardado:
|
||||
|
||||
`{{ruta/a/factorio}} --create {{ruta/a/archivo_guardado.zip}}`
|
||||
`{{ruta/a/factorio}} --create {{ruta/al/archivo_guardado.zip}}`
|
||||
|
||||
- Inicia un servidor Factorio:
|
||||
- Inicia un servidor de Factorio:
|
||||
|
||||
`{{ruta/a/factorio}} --start-server {{ruta/a/archivo_guardado.zip}}`
|
||||
`{{ruta/a/factorio}} --start-server {{ruta/al/archivo_guardado.zip}}`
|
||||
|
||||
- Crea un nuevo archivo de guardado con ajustes específicos:
|
||||
|
||||
`{{ruta/a/factorio}} --create {{ruta/para/guardar.zip}} --map-gen-settings {{ruta/a/map-gen-settings.json}} --map-settings {{ruta/a/map-settings.json}}`
|
||||
|
||||
- Cierra el servidor correctamente:
|
||||
|
||||
`/quit`
|
||||
|
||||
- Muestra la ayuda:
|
||||
|
||||
`{{ruta/a/factorio}} {{[-h|--help]}}`
|
||||
|
|
|
@ -1,7 +1,36 @@
|
|||
# ip route list
|
||||
|
||||
> Este comando es un alias de `ip route show`.
|
||||
> Subcomando de visualización para la gestión de la tabla de rutas IP.
|
||||
> Más información: <https://manned.org/ip-route>.
|
||||
|
||||
- Muestra la documentación del comando original:
|
||||
- Muestra la tabla de enrutamiento `main`:
|
||||
|
||||
`tldr ip route show`
|
||||
`ip {{[r|route]}} {{[l|list]}}`
|
||||
|
||||
- Muestra la tabla de enrutamiento principal (igual que el primer ejemplo):
|
||||
|
||||
`ip {{[r|route]}} {{[l|list]}} {{[t|table]}} {{main|254}}`
|
||||
|
||||
- Muestra la tabla de enrutamiento local:
|
||||
|
||||
`ip {{[r|route]}} {{[l|list]}} {{[t|table]}} {{local|255}}`
|
||||
|
||||
- Muestra todas las tablas de enrutamiento:
|
||||
|
||||
`ip {{[r|route]}} {{[l|list]}} {{[t|table]}} {{all|unspec|0}}`
|
||||
|
||||
- Lista solo las rutas de un dispositivo determinado:
|
||||
|
||||
`ip {{[r|route]}} {{[l|list]}} dev {{ethX}}`
|
||||
|
||||
- Lista las rutas dentro de un ámbito determinado:
|
||||
|
||||
`ip {{[r|route]}} {{[l|list]}} {{[s|scope]}} link`
|
||||
|
||||
- Muestra la caché de enrutamiento:
|
||||
|
||||
`ip {{[r|route]}} {{[l|list]}} {{[c|cache]}}`
|
||||
|
||||
- Muestra solo rutas IPv6 o IPv4:
|
||||
|
||||
`ip {{-6|-4}} {{[r|route]}}`
|
||||
|
|
|
@ -1,24 +1,24 @@
|
|||
# qm cloud init
|
||||
# qm cloudinit
|
||||
|
||||
> Configuración de ajustes de cloudinit para máquinas virtuales gestionadas por Ambiente Virtual Proxmox (Virtual Environment) (PVE).
|
||||
> Más información: <https://pve.proxmox.com/pve-docs/qm.1.html>.
|
||||
|
||||
- Configura ajustes de cloudinit para un usuario específico y establece una contraseña para el mismo:
|
||||
|
||||
`qm cloud-init {{id_mv}} -user={{usuario}} -password={{contraseña}}`
|
||||
`qm cloudinit {{id_mv}} -user={{usuario}} -password={{contraseña}}`
|
||||
|
||||
- Configura ajustes de cloudinit para un usuario específico y le establece una contraseña con una clave SSH específica:
|
||||
|
||||
`qm cloud-init {{id_mv}} -user={{usuario}} -password={{contraseña}} -sshkey={{clave_ssh}}`
|
||||
`qm cloudinit {{id_mv}} -user={{usuario}} -password={{contraseña}} -sshkey={{clave_ssh}}`
|
||||
|
||||
- Establece el nombre de host para una máquina virtual específica:
|
||||
|
||||
`qm cloud-init {{id_mv}} -hostname={{nombre_del_equipo}}`
|
||||
`qm cloudinit {{id_mv}} -hostname={{nombre_del_equipo}}`
|
||||
|
||||
- Configura los ajustes de interfaz de red para una máquina virtual específica:
|
||||
|
||||
`qm cloud-init {{id_mv}} -ipconfig {{ipconfig}}`
|
||||
`qm cloudinit {{id_mv}} -ipconfig {{ipconfig}}`
|
||||
|
||||
- Configura un script de interfaz de comandos (shell) para ejecutarse antes de que `cloud-ini` se ejecute en una máquina virtual:
|
||||
- Configura un script de interfaz de comandos (shell) para ejecutarse antes de que `cloudinit` se ejecute en una máquina virtual:
|
||||
|
||||
`qm cloud-init {{id_mv}} -pre {{script}}`
|
||||
`qm cloudinit {{id_mv}} -pre {{script}}`
|
|
@ -14,7 +14,7 @@
|
|||
|
||||
- Inscribe las claves de arranque seguro personalizadas y los certificados de proveedor UEFI de Microsoft:
|
||||
|
||||
`sbctl enroll-keys --microsoft`
|
||||
`sbctl enroll-keys {{[-m|--microsoft]}}`
|
||||
|
||||
- Ejecuta automáticamente `create-keys` y `enroll-keys` basado en los parámetros de `/etc/sbctl/sbctl.conf`:
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
|
||||
- Inicia sesión en la Mac App Store por primera vez:
|
||||
|
||||
`mas signin "{{usuario@ejemplo.com}}"`
|
||||
`mas signin "{{usuario@example.com}}"`
|
||||
|
||||
- Muestra todas las aplicaciones instaladas y sus identificadores de producto:
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# xsltproc
|
||||
|
||||
> Transforma XML con XSLT para producir una salida (normalmente HTML o XML).
|
||||
> Más información: <http://www.xmlsoft.org/xslt/xsltproc.html>.
|
||||
> Más información: <https://manned.org/xsltproc>.
|
||||
|
||||
- Transforma un archivo XML con una hoja de estilos XSLT específica:
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
> Client en ligne de commande pour l'Open Asset Import Library.
|
||||
> Supporte le chargement de plus de 40 formats de fichiers 3D, et exporte vers quelques formats 3D populaire.
|
||||
> Plus d'informations : <https://assimp-docs.readthedocs.io/>.
|
||||
> Plus d'informations : <https://manned.org/assimp>.
|
||||
|
||||
- Liste tous les formats d'import supportés :
|
||||
|
||||
|
|
|
@ -13,11 +13,11 @@
|
|||
|
||||
- Compare deux fichiers spécifiques :
|
||||
|
||||
`code --diff {{chemin/vers/fichier1}} {{chemin/vers/fichier2}}`
|
||||
`code {{[-d|--diff]}} {{chemin/vers/fichier1}} {{chemin/vers/fichier2}}`
|
||||
|
||||
- Ouvre des fichiers/répertoires spécifiques dans une nouvelle fenêtre :
|
||||
|
||||
`code --new-window {{chemin/vers/fichier_ou_répertoire1 chemin/vers/fichier_ou_répertoire2 ...}}`
|
||||
`code {{[-n|--new-window]}} {{chemin/vers/fichier_ou_répertoire1 chemin/vers/fichier_ou_répertoire2 ...}}`
|
||||
|
||||
- Installe/désinstalle une extension spécifique :
|
||||
|
||||
|
|
21
pages.fr/common/dmypy.md
Normal file
21
pages.fr/common/dmypy.md
Normal file
|
@ -0,0 +1,21 @@
|
|||
# dmypy
|
||||
|
||||
> Vérifie les types dans du code Python, en utilisant `mypy` dans un démon pour une exécution plus rapide.
|
||||
> Voir aussi : `mypy` pour plus d'options à utiliser avec check et run.
|
||||
> Plus d'informations : <https://mypy.readthedocs.io/en/stable/mypy_daemon.html>.
|
||||
|
||||
- Vérifie les types dans un fichier, et démarre le démon s'il n'est pas lancé :
|
||||
|
||||
`dmypy check -- {{chemin/vers/fichier.py}}`
|
||||
|
||||
- Démarre le démon :
|
||||
|
||||
`dmypy start`
|
||||
|
||||
- Vérifie les types dans un fichier (nécéssite que le démon soit lancé) :
|
||||
|
||||
`dmypy run -- {{chemin/vers/fichier.py}}`
|
||||
|
||||
- Arrête le démon :
|
||||
|
||||
`dmypy stop`
|
|
@ -1,7 +1,7 @@
|
|||
# fish
|
||||
|
||||
> Friendly Interactive SHell, un interpréteur de ligne de commande, conçu pour être facile à utiliser.
|
||||
> Plus d'informations : <https://fishshell.com>.
|
||||
> Plus d'informations : <https://fishshell.com/docs/current/cmds/fish.html>.
|
||||
|
||||
- Démarre une session shell interactive :
|
||||
|
||||
|
@ -9,7 +9,7 @@
|
|||
|
||||
- Exécute une commande, puis termine la session :
|
||||
|
||||
`fish -c "{{commande}}"`
|
||||
`fish {{[-c|--command]}} "{{commande}}"`
|
||||
|
||||
- Exécute un script :
|
||||
|
||||
|
@ -17,15 +17,15 @@
|
|||
|
||||
- Vérifie les erreurs de syntaxe dans un script :
|
||||
|
||||
`fish --no-execute {{chemin/vers/le/script.fish}}`
|
||||
`fish {{[-N|--no-execute]}} {{chemin/vers/le/script.fish}}`
|
||||
|
||||
- Démarre une session shell interactive en mode privé, dans laquelle le shell n'a pas accès à l'historique et n'y écrit rien :
|
||||
|
||||
`fish --private`
|
||||
`fish {{[-P|--private]}}`
|
||||
|
||||
- Affiche les informations de version :
|
||||
|
||||
`fish --version`
|
||||
`fish {{[-v|--version]}}`
|
||||
|
||||
- Ajoute et exporte une variable d'environnement, qui persiste entre les redémarrages du shell (à exécuter depuis le shell uniquement) :
|
||||
|
||||
|
|
36
pages.fr/common/mypy.md
Normal file
36
pages.fr/common/mypy.md
Normal file
|
@ -0,0 +1,36 @@
|
|||
# mypy
|
||||
|
||||
> Vérifie les types dans un code Python.
|
||||
> Plus d'informations : <https://mypy.readthedocs.io/en/stable/running_mypy.html>.
|
||||
|
||||
- Vérifie les types pour un fichier spécifique :
|
||||
|
||||
`mypy {{chemin/vers/fichier.py}}`
|
||||
|
||||
- Vérifie les types pour un module :
|
||||
|
||||
`mypy {{[-m|--module]}} {{nom_module}}`
|
||||
|
||||
- Vérifie les types pour un paquet :
|
||||
|
||||
`mypy {{[-p|--package]}} {{nom_paquet}}`
|
||||
|
||||
- Vérifie les types pour une chaîne de code :
|
||||
|
||||
`mypy {{[-c|--command]}} "{{code}}"`
|
||||
|
||||
- Ignore les imports manquants :
|
||||
|
||||
`mypy --ignore-missing-imports {{chemin/vers/fichier_ou_dossier}}`
|
||||
|
||||
- Montre le détail des messages d'erreurs :
|
||||
|
||||
`mypy {{[--tb|--show-traceback]}} {{chemin/vers/fichier_ou_dossier}}`
|
||||
|
||||
- Spécifie un fichier de configuration :
|
||||
|
||||
`mypy --config-file {{chemin/vers/fichier_de_configuration}}`
|
||||
|
||||
- Affiche l'aide :
|
||||
|
||||
`mypy {{[-h|--help]}}`
|
28
pages.hi/common/%.md
Normal file
28
pages.hi/common/%.md
Normal file
|
@ -0,0 +1,28 @@
|
|||
# %
|
||||
|
||||
> काम प्रबन्ध करता है।
|
||||
> अधिक जानकारी: <https://www.gnu.org/software/bash/manual/bash.html#Job-Control-Basics>।
|
||||
|
||||
- वर्तमान काम को आगे लाता हैं:
|
||||
|
||||
`%`
|
||||
|
||||
- पिछले काम को आगे लाता हैं:
|
||||
|
||||
`%-`
|
||||
|
||||
- काम नंबर `n` को आगे लाता हैं:
|
||||
|
||||
`%{{n}}`
|
||||
|
||||
- काम आगे लाती हैं जिसके आदेश `string` से शुरू होती हैं:
|
||||
|
||||
`%{{string}}`
|
||||
|
||||
- काम आगे लाती हैं जिसके आदेश में `string` हैं:
|
||||
|
||||
`%?{{string}}`
|
||||
|
||||
- निलंबित काम को पूर्व शुरू करता हैं:
|
||||
|
||||
`%{{1}} &`
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
> Klien baris perintah untuk pustaka Open Asset Import Library.
|
||||
> Mendukung pemuatan 40+ format file 3D, dan mengekspor ke beberapa format 3D populer.
|
||||
> Informasi lebih lanjut: <https://assimp-docs.readthedocs.io/>.
|
||||
> Informasi lebih lanjut: <https://manned.org/assimp>.
|
||||
|
||||
- Tampilkan daftar format berkas impor yang didukung:
|
||||
|
||||
|
|
|
@ -13,11 +13,11 @@
|
|||
|
||||
- Bandingkan isi antara dua berkas teks:
|
||||
|
||||
`code --diff {{jalan/menuju/berkas1}} {{jalan/menuju/berkas2}}`
|
||||
`code {{[-d|--diff]}} {{jalan/menuju/berkas1}} {{jalan/menuju/berkas2}}`
|
||||
|
||||
- Buka kumpulan berkas atau direktori menuju sebuah jendela pengolah baru:
|
||||
|
||||
`code --new-window {{jalan/menuju/berkas_atau_direktori1 jalan/menuju/berkas_atau_direktori2 ...}}`
|
||||
`code {{[-n|--new-window]}} {{jalan/menuju/berkas_atau_direktori1 jalan/menuju/berkas_atau_direktori2 ...}}`
|
||||
|
||||
- Pasang/bongkat suatu paket ekstensi:
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
> Client da linea di comando per la Open Asset Import Library.
|
||||
> Supporta il caricamento di 40+ formati di file per modelli 3D, e l'espoerazione di diversi formati 3D popolari.
|
||||
> Maggiori informazioni: <https://assimp-docs.readthedocs.io/>.
|
||||
> Maggiori informazioni: <https://manned.org/assimp>.
|
||||
|
||||
- Elenca tutti i formati supportati:
|
||||
|
||||
|
|
20
pages.ja/android/am.md
Normal file
20
pages.ja/android/am.md
Normal file
|
@ -0,0 +1,20 @@
|
|||
# am
|
||||
|
||||
> Android Activity Manager(アクティビティ マネージャー)
|
||||
> もっと詳しく: <https://developer.android.com/tools/adb#am>。
|
||||
|
||||
- 指定したコンポーネントとパッケージ名でアクティビティを開始します:
|
||||
|
||||
`am start -n {{com.android.settings/.Settings}}`
|
||||
|
||||
- インテントアクションを開始させ、データを渡します:
|
||||
|
||||
`am start -a {{android.intent.action.VIEW}} -d {{tel:123}}`
|
||||
|
||||
- 指定したカテゴリーとマッチしたアクティビティを実行します:
|
||||
|
||||
`am start -a {{android.intent.action.MAIN}} -c {{android.intent.category.HOME}}`
|
||||
|
||||
- インテントをURIに変換します:
|
||||
|
||||
`am to-uri -a {{android.intent.action.VIEW}} -d {{tel:123}}`
|
9
pages.ja/android/bugreport.md
Normal file
9
pages.ja/android/bugreport.md
Normal file
|
@ -0,0 +1,9 @@
|
|||
# bugreport
|
||||
|
||||
> Androidのバグレポートを表示します。
|
||||
> このコマンドは `adb shell` 経由でのみ実行できます。
|
||||
> もっと詳しく: <https://cs.android.com/android/platform/superproject/+/main:frameworks/native/cmds/bugreport>。
|
||||
|
||||
- Androidデバイスの完全なバグレポートを表示します:
|
||||
|
||||
`bugreport`
|
25
pages.ja/android/bugreportz.md
Normal file
25
pages.ja/android/bugreportz.md
Normal file
|
@ -0,0 +1,25 @@
|
|||
# bugreportz
|
||||
|
||||
> 圧縮されたAndroid バグレポートを生成します。
|
||||
> このコマンドは `adb shell` 経由でのみ実行できます。
|
||||
> もっと詳しく: <https://cs.android.com/android/platform/superproject/+/main:frameworks/native/cmds/bugreportz>。
|
||||
|
||||
- 圧縮されたAndroidデバイスの完全なバグレポートを生成します:
|
||||
|
||||
`bugreportz`
|
||||
|
||||
- 実行中の `bugreportz` の進捗を表示します:
|
||||
|
||||
`bugreportz -p`
|
||||
|
||||
- バグレポートの内容を標準出力 `stdout` に出力します:
|
||||
|
||||
`bugreportz -s`
|
||||
|
||||
- ヘルプを表示します:
|
||||
|
||||
`bugreportz -h`
|
||||
|
||||
- バージョンを表示します:
|
||||
|
||||
`bugreportz -v`
|
16
pages.ja/android/cmd.md
Normal file
16
pages.ja/android/cmd.md
Normal file
|
@ -0,0 +1,16 @@
|
|||
# cmd
|
||||
|
||||
> Android サービスマネージャー。
|
||||
> もっと詳しく: <https://cs.android.com/android/platform/superproject/+/main:frameworks/native/cmds/cmd/>。
|
||||
|
||||
- 実行中のすべてのサービスを表示します:
|
||||
|
||||
`cmd -l`
|
||||
|
||||
- 指定したサービスを呼び出します:
|
||||
|
||||
`cmd {{service}}`
|
||||
|
||||
- 指定した引数でサービスを呼び出します:
|
||||
|
||||
`cmd {{service}} {{argument1 argument2 ...}}`
|
8
pages.ja/android/dalvikvm.md
Normal file
8
pages.ja/android/dalvikvm.md
Normal file
|
@ -0,0 +1,8 @@
|
|||
# dalvikvm
|
||||
|
||||
> Android Java 仮想環境。
|
||||
> もっと詳しく: <https://source.android.com/docs/core/runtime>。
|
||||
|
||||
- 指定したJavaプログラムを開始します:
|
||||
|
||||
`dalvikvm -classpath {{path/to/file.jar}} {{classname}}`
|
29
pages.ja/android/dumpsys.md
Normal file
29
pages.ja/android/dumpsys.md
Normal file
|
@ -0,0 +1,29 @@
|
|||
# dumpsys
|
||||
|
||||
> Android システムサービスの情報を取得します。
|
||||
> このコマンドは `adb shell` 経由でのみ実行できます。
|
||||
> もっと詳しく: <https://developer.android.com/tools/dumpsys>。
|
||||
|
||||
- すべてのシステムに対して診断を出力します:
|
||||
|
||||
`dumpsys`
|
||||
|
||||
- 特定のシステムに対して診断を出力します:
|
||||
|
||||
`dumpsys {{service}}`
|
||||
|
||||
- `dumpsys` で表示できるすべてのサービスの情報を表示します:
|
||||
|
||||
`dumpsys -l`
|
||||
|
||||
- 指定したサービスを引数をサービスに表示させます:
|
||||
|
||||
`dumpsys {{service}} -h`
|
||||
|
||||
- 指定したサービスを診断から除外して出力します:
|
||||
|
||||
`dumpsys --skip {{service}}`
|
||||
|
||||
- タイムアウトを秒数で指定します。(デフォルトは10秒):
|
||||
|
||||
`dumpsys -t {{8}}`
|
32
pages.ja/android/getprop.md
Normal file
32
pages.ja/android/getprop.md
Normal file
|
@ -0,0 +1,32 @@
|
|||
# getprop
|
||||
|
||||
> Androidのシステムプロパティについての情報を表示します。
|
||||
> もっと詳しく: <https://manned.org/getprop>。
|
||||
|
||||
- Android のシステムプロパティについての情報を表示します:
|
||||
|
||||
`getprop`
|
||||
|
||||
- 指定したプロパティの情報を表示します:
|
||||
|
||||
`getprop {{property}}`
|
||||
|
||||
- SDK API レベルを表示します:
|
||||
|
||||
`getprop {{ro.build.version.sdk}}`
|
||||
|
||||
- Androidのバージョン情報を表示します:
|
||||
|
||||
`getprop {{ro.build.version.release}}`
|
||||
|
||||
- Androidのデバイス情報を表示します:
|
||||
|
||||
`getprop {{ro.vendor.product.model}}`
|
||||
|
||||
- OEMのアンロック状況を表示します:
|
||||
|
||||
`getprop {{ro.oem_unlock_supported}}`
|
||||
|
||||
- Android の Wi-FiカードのMACアドレスを表示します:
|
||||
|
||||
`getprop {{ro.boot.wifimacaddr}}`
|
25
pages.ja/android/input.md
Normal file
25
pages.ja/android/input.md
Normal file
|
@ -0,0 +1,25 @@
|
|||
# input
|
||||
|
||||
> イベントコードまたはタッチスクリーンジェスチャーをAndroidデバイスに送信します。
|
||||
> このコマンドは `adb shell` 経由でのみ実行できます。
|
||||
> もっと詳しく: <https://developer.android.com/reference/android/view/KeyEvent.html#constants_1>。
|
||||
|
||||
- Androidデバイスに1文字のイベントコードを送信します:
|
||||
|
||||
`input keyevent {{event_code}}`
|
||||
|
||||
- Androidデバイスにテキストを送信します。(`%s` はスペースを表します):
|
||||
|
||||
`input text "{{text}}"`
|
||||
|
||||
- Androidデバイスに単一のタップを送信します:
|
||||
|
||||
`input tap {{x_position}} {{y_position}}`
|
||||
|
||||
- Android デバイスにスワイプジェスチャーを送信します:
|
||||
|
||||
`input swipe {{x_start}} {{y_start}} {{x_end}} {{y_end}} {{duration_in_ms}}`
|
||||
|
||||
- Androidデバイスにホールドをスワイプジェスチャーを利用して送信します:
|
||||
|
||||
`input swipe {{x_position}} {{y_position}} {{x_position}} {{y_position}} {{duration_in_ms}}`
|
24
pages.ja/android/logcat.md
Normal file
24
pages.ja/android/logcat.md
Normal file
|
@ -0,0 +1,24 @@
|
|||
# logcat
|
||||
|
||||
> エラー時に発生したスタックトレースを含む、アプリケーションによって作成されたログや、システムメッセージのログを削除します。
|
||||
> もっと詳しく: <https://developer.android.com/tools/logcat>。
|
||||
|
||||
- システムログを表示します:
|
||||
|
||||
`logcat`
|
||||
|
||||
- 指定したファイルにシステムログを書き出します:
|
||||
|
||||
`logcat -f {{path/to/file}}`
|
||||
|
||||
- 正規表現にマッチする行を表示します:
|
||||
|
||||
`logcat --regex {{regular_expression}}`
|
||||
|
||||
- 指定したPIDのログを表示します:
|
||||
|
||||
`logcat --pid {{pid}}`
|
||||
|
||||
- 特定のパッケージのプロセスのログを表示します:
|
||||
|
||||
`logcat --pid $(pidof -s {{package}})`
|
24
pages.ja/android/pkg.md
Normal file
24
pages.ja/android/pkg.md
Normal file
|
@ -0,0 +1,24 @@
|
|||
# pkg
|
||||
|
||||
> Termux 用パッケージ管理ユーティリティ。
|
||||
> もっと詳しく: <https://wiki.termux.com/wiki/Package_Management>。
|
||||
|
||||
- すべてのインストールされたパッケージをアップグレードします:
|
||||
|
||||
`pkg upgrade`
|
||||
|
||||
- パッケージをインストールします:
|
||||
|
||||
`pkg install {{package}}`
|
||||
|
||||
- パッケージをアンインストールします:
|
||||
|
||||
`pkg uninstall {{package}}`
|
||||
|
||||
- パッケージを再インストールします:
|
||||
|
||||
`pkg reinstall {{package}}`
|
||||
|
||||
- パッケージを検索します:
|
||||
|
||||
`pkg search {{package}}`
|
24
pages.ja/android/pm.md
Normal file
24
pages.ja/android/pm.md
Normal file
|
@ -0,0 +1,24 @@
|
|||
# pm
|
||||
|
||||
> Android デバイスに関連するアプリケーションの情報を表示します。
|
||||
> もっと詳しく: <https://developer.android.com/tools/adb#pm>。
|
||||
|
||||
- インストールされたすべてのアプリケーションを表示します:
|
||||
|
||||
`pm list packages`
|
||||
|
||||
- インストールされたすべてのシステムアプリケーションを表示します:
|
||||
|
||||
`pm list packages -s`
|
||||
|
||||
- インストールされたすべてのサードパーティ製アプリケーションを表示します:
|
||||
|
||||
`pm list packages -3`
|
||||
|
||||
- 指定したキーワードにマッチするアプリケーションを表示します:
|
||||
|
||||
`pm list packages {{keyword1 keyword2 ...}}`
|
||||
|
||||
- 指定したアプリケーションのAPKのパスを表示します:
|
||||
|
||||
`pm path {{app}}`
|
9
pages.ja/android/screencap.md
Normal file
9
pages.ja/android/screencap.md
Normal file
|
@ -0,0 +1,9 @@
|
|||
# screencap
|
||||
|
||||
> モバイルディスプレイのスクリーンショットを撮影します。
|
||||
> このコマンドは `adb shell` 経由でのみ実行できます。
|
||||
> もっと詳しく: <https://developer.android.com/tools/adb#screencap>。
|
||||
|
||||
- スクリーンショットを撮影します:
|
||||
|
||||
`screencap {{path/to/file}}`
|
20
pages.ja/android/settings.md
Normal file
20
pages.ja/android/settings.md
Normal file
|
@ -0,0 +1,20 @@
|
|||
# settings
|
||||
|
||||
> Android OSに関連する情報を取得します。
|
||||
> もっと詳しく: <https://adbinstaller.com/commands/adb-shell-settings-5b670d5ee7958178a2955536>。
|
||||
|
||||
- `global` 名前空間にある設定を表示します:
|
||||
|
||||
`settings list {{global}}`
|
||||
|
||||
- 指定した設定値を取得します:
|
||||
|
||||
`settings get {{global}} {{airplane_mode_on}}`
|
||||
|
||||
- 指定した設定値を設定します:
|
||||
|
||||
`settings put {{system}} {{screen_brightness}} {{42}}`
|
||||
|
||||
- 指定した設定を削除します:
|
||||
|
||||
`settings delete {{secure}} {{screensaver_enabled}}`
|
13
pages.ja/android/wm.md
Normal file
13
pages.ja/android/wm.md
Normal file
|
@ -0,0 +1,13 @@
|
|||
# wm
|
||||
|
||||
> Android デバイスのスクリーンに関する情報を表示します。
|
||||
> このコマンドは `adb shell` 経由でのみ実行できます。
|
||||
> もっと詳しく: <https://adbinstaller.com/commands/adb-shell-wm-5b672b17e7958178a2955538>。
|
||||
|
||||
- Android デバイスの物理サイズを表示します:
|
||||
|
||||
`wm size`
|
||||
|
||||
- Android デバイスの画面の物理的密度を表示します:
|
||||
|
||||
`wm density`
|
|
@ -1,7 +1,7 @@
|
|||
# mysql
|
||||
|
||||
> MySQL のコマンドラインツールです。
|
||||
> もっと詳しく: <https://www.mysql.com/>。
|
||||
> もっと詳しく: <https://manned.org/mysql>.
|
||||
|
||||
- データベースへの接続:
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
> Open Asset Import Library 위한 Command-line 클라이언트.
|
||||
> 40 +3D 파일 형식을 지원하고 몇 개의 유명한 3D포맷으로 내보낼 수 있습니다.
|
||||
> 더 많은 정보: <https://assimp-docs.readthedocs.io/>.
|
||||
> 더 많은 정보: <https://manned.org/assimp>.
|
||||
|
||||
- 지원되는 모든 가져오기 형식을 나열:
|
||||
|
||||
|
|
|
@ -13,11 +13,11 @@
|
|||
|
||||
- 두 파일 비교:
|
||||
|
||||
`code --diff {{파일의/경로1}} {{파일의/경로2}}`
|
||||
`code {{[-d|--diff]}} {{파일의/경로1}} {{파일의/경로2}}`
|
||||
|
||||
- 특정 파일 혹은 디렉토리를 새로운 창에서 열기:
|
||||
|
||||
`code --new-window {{파일/혹은/디렉토리의/경로1 파일/혹은/디렉토리의/경로2 ...}}`
|
||||
`code {{[-n|--new-window]}} {{파일/혹은/디렉토리의/경로1 파일/혹은/디렉토리의/경로2 ...}}`
|
||||
|
||||
- 특정 확장 프로그램 설치/삭제:
|
||||
|
||||
|
|
28
pages.ko/common/distcc.md
Normal file
28
pages.ko/common/distcc.md
Normal file
|
@ -0,0 +1,28 @@
|
|||
# distcc
|
||||
|
||||
> `distccd`와 함께 사용하는 분산 C/C++/ObjC 컴파일 클라이언트입니다.
|
||||
> 더 많은 정보: <https://manned.org/distcc>.
|
||||
|
||||
- `gcc`와 같은 컴파일러로 소스 파일을 컴파일:
|
||||
|
||||
`distcc {{컴파일러명}} -c {{소스/파일/경로.c}} -o {{출력/파일/경로.o}}`
|
||||
|
||||
- 컴파일을 분산시킬 원격 호스트 설정:
|
||||
|
||||
`export DISTCC_HOSTS="localhost {{호스트IP1 호스트IP2 ...}}"`
|
||||
|
||||
- `distcc`를 사용해 `make`로 프로젝트를 병렬 컴파일:
|
||||
|
||||
`make {{[-j|--jobs]}} {{병렬_작업_수}} CC="distcc {{컴파일러명}}"`
|
||||
|
||||
- 현재 설정된 `distcc` 호스트 목록 확인:
|
||||
|
||||
`distcc --show-hosts`
|
||||
|
||||
- 도움말 출력:
|
||||
|
||||
`distcc --help`
|
||||
|
||||
- 버전 출력:
|
||||
|
||||
`distcc --version`
|
|
@ -1,7 +1,7 @@
|
|||
# fish
|
||||
|
||||
> 사용자 친화적으로 설계된 명령줄 해석기인 Friendly Interactive SHell입니다.
|
||||
> 더 많은 정보: <https://fishshell.com>.
|
||||
> 더 많은 정보: <https://fishshell.com/docs/current/cmds/fish.html>.
|
||||
|
||||
- 대화형 쉘 세션을 시작:
|
||||
|
||||
|
@ -9,11 +9,11 @@
|
|||
|
||||
- 시작 구성을 로드하지 않고 대화형 쉘 세션을 시작:
|
||||
|
||||
`fish --no-config`
|
||||
`fish {{[-N|--no-config]}}`
|
||||
|
||||
- 특정 명령을 실행:
|
||||
|
||||
`fish --command "{{echo 'fish is executed'}}"`
|
||||
`fish {{[-c|--command]}} "{{echo 'fish is executed'}}"`
|
||||
|
||||
- 특정 스크립트를 실행:
|
||||
|
||||
|
@ -21,7 +21,7 @@
|
|||
|
||||
- 구문 오류가 있는지 특정 스크립트를 확인:
|
||||
|
||||
`fish --no-execute {{경로/대상/스크립트.fish}}`
|
||||
`fish {{[-N|--no-execute]}} {{경로/대상/스크립트.fish}}`
|
||||
|
||||
- `stdin`에서 특정 명령을 실행:
|
||||
|
||||
|
@ -29,8 +29,8 @@
|
|||
|
||||
- 쉘이 이전 기록에 액세스하거나 새 기록을 저장하지 않는 비공개 모드에서 대화형 쉘 세션을 시작:
|
||||
|
||||
`fish --private`
|
||||
`fish {{[-P|--private]}}`
|
||||
|
||||
- 쉘을 다시 시작해도 지속되는 환경 변수를 정의하고 내보냄 (기본 제공):
|
||||
|
||||
`set --universal --export {{변수_이름}} {{변수_값}}`
|
||||
`set {{[-U|--universal]}} {{[-x|--export]}} {{변수_이름}} {{변수_값}}`
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
> 독립 실행형 소스 전용 Java 프로그램을 쉽게 생성, 편집 및 실행.
|
||||
> 같이 보기: `java`.
|
||||
> 더 많은 정보: <https://www.jbang.dev/documentation/guide/latest/cli/jbang.html>.
|
||||
> 더 많은 정보: <https://www.jbang.dev/documentation/jbang/latest/cli/jbang.html>.
|
||||
|
||||
- 간단한 Java 클래스 초기화:
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# lychee
|
||||
|
||||
> 깨진 URL을 찾기 위한 도구.
|
||||
> 더 많은 정보: <https://lychee.cli.rs/usage/cli/>.
|
||||
> 더 많은 정보: <https://github.com/lycheeverse/lychee/blob/master/README.md#commandline-usage>.
|
||||
|
||||
- 웹사이트에서 깨진 링크 스캔:
|
||||
|
||||
|
|
32
pages.ko/common/manim.md
Normal file
32
pages.ko/common/manim.md
Normal file
|
@ -0,0 +1,32 @@
|
|||
# manim
|
||||
|
||||
> 수학 설명 영상을 위한 애니메이션 엔진입니다.
|
||||
> 더 많은 정보: <https://docs.manim.community/en/stable/tutorials/quickstart.html>.
|
||||
|
||||
- 기본 설정으로 Python 스크립트의 장면을 렌더링:
|
||||
|
||||
`manim {{경로/파일.py}} {{장면이름}}`
|
||||
|
||||
- 실시간 미리보기로 렌더링 (렌더링 후 자동으로 영상 열기):
|
||||
|
||||
`manim {{[-pql|--preview --quality low]}} {{경로/파일.py}} {{장면이름}}`
|
||||
|
||||
- 고화질(1080p 60fps)로 렌더링:
|
||||
|
||||
`manim {{[-pqh|--preview --quality high]}} {{경로/파일.py}} {{장면이름}}`
|
||||
|
||||
- 출력 파일 이름을 직접 지정:
|
||||
|
||||
`manim {{[-o|--output_file]}} {{출력파일이름}} {{경로/파일.py}} {{장면이름}}`
|
||||
|
||||
- 특정 해상도와 프레임 속도로 렌더링:
|
||||
|
||||
`manim {{[-r|--resolution]}} {{1920,1080}} {{[-f|--fps]}} {{60}} {{경로/파일.py}} {{장면이름}}`
|
||||
|
||||
- 렌더링 없이 스크립트에 정의된 장면 목록 보기:
|
||||
|
||||
`manim --list_scenes {{경로/파일.py}}`
|
||||
|
||||
- 도움말 표시:
|
||||
|
||||
`manim --help`
|
|
@ -1,7 +1,7 @@
|
|||
# mysql
|
||||
|
||||
> MySQL 명령줄 도구.
|
||||
> 더 많은 정보: <https://www.mysql.com/>.
|
||||
> 더 많은 정보: <https://manned.org/mysql>.
|
||||
|
||||
- 데이터베이스에 연결:
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
> SQL, JavaScript, Python을 지원하는 MySQL의 고급 명령줄 클라이언트.
|
||||
> InnoDB 클러스터 및 문서 저장소 컬렉션 관리를 위한 기능 제공.
|
||||
> 더 많은 정보: <https://dev.mysql.com/doc/mysql-shell/en/mysql-shell-commands.html>.
|
||||
> 더 많은 정보: <https://manned.org/mysqlsh>.
|
||||
|
||||
- 대화형 모드로 MySQL Shell 시작:
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# octave
|
||||
|
||||
> 과학 계산을 위한 프로그래밍 언어.
|
||||
> 더 많은 정보: <https://docs.octave.org/latest/Invoking-Octave-from-the-Command-Line.html>.
|
||||
> 더 많은 정보: <https://docs.octave.org/latest/Command-Line-Options.html>.
|
||||
|
||||
- 대화형 세션 시작:
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# p4
|
||||
|
||||
> Perforce 버전 관리 시스템.
|
||||
> 더 많은 정보: <https://www.perforce.com/manuals/cmdref>.
|
||||
> 더 많은 정보: <https://ftp.perforce.com/perforce/r16.2/doc/manuals/cmdref/>.
|
||||
|
||||
- Perforce 서비스에 로그인:
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# pdftocairo
|
||||
|
||||
> PDF 파일을 PNG/JPEG/TIFF/PDF/PS/EPS/SVG 형식으로 변환하는 도구입니다 (cairo 사용).
|
||||
> 더 많은 정보: <https://poppler.freedesktop.org>.
|
||||
> 더 많은 정보: <https://manned.org/pdftocairo>.
|
||||
|
||||
- PDF 파일을 JPEG로 변환:
|
||||
|
||||
|
|
|
@ -1,25 +0,0 @@
|
|||
# qemu
|
||||
|
||||
> 범용 머신 에뮬레이터 및 가상화 도구.
|
||||
> 다양한 CPU 아키텍처를 지원.
|
||||
> 더 많은 정보: <https://www.qemu.org>.
|
||||
|
||||
- i386 아키텍처를 에뮬레이트하여 이미지에서 부팅:
|
||||
|
||||
`qemu-system-i386 -hda {{이미지_이름.img}}`
|
||||
|
||||
- x64 아키텍처를 에뮬레이트하여 이미지에서 부팅:
|
||||
|
||||
`qemu-system-x86_64 -hda {{이미지_이름.img}}`
|
||||
|
||||
- 라이브 ISO 이미지를 사용하여 QEMU 인스턴스 부팅:
|
||||
|
||||
`qemu-system-i386 -hda {{이미지_이름.img}} -cdrom {{os_이미지.iso}} -boot d`
|
||||
|
||||
- 인스턴스에 할당할 RAM의 양 지정:
|
||||
|
||||
`qemu-system-i386 -m 256 -hda {{이미지_이름.img}} -cdrom {{os_이미지.iso}} -boot d`
|
||||
|
||||
- 물리적 장치에서 부팅 (예: 부팅 가능한 매체 테스트를 위한 USB):
|
||||
|
||||
`qemu-system-i386 -hda {{/dev/저장장치}}`
|
|
@ -1,7 +1,7 @@
|
|||
# whence
|
||||
|
||||
> Zsh 내장 명령어로, 명령어가 어떻게 해석될지를 나타냅니다.
|
||||
> 더 많은 정보: <https://keith.github.io/xcode-man-pages/whence.1.html>.
|
||||
> 더 많은 정보: <https://zsh.sourceforge.io/Doc/Release/Shell-Builtin-Commands.html#index-whence>.
|
||||
|
||||
- `command`를 해석하고, `alias`로 정의된 경우 확장:
|
||||
|
|
@ -1,7 +1,7 @@
|
|||
# f5fpc
|
||||
|
||||
> BIG-IP Edge의 독점 상업용 SSL VPN 클라이언트.
|
||||
> 더 많은 정보: <https://techdocs.f5.com/kb/en-us/products/big-ip_apm/manuals/product/apm-client-configuration-11-4-0/4.html>.
|
||||
> 더 많은 정보: <https://my.f5.com/manage/s/article/K47922841>.
|
||||
|
||||
- 새 VPN 연결 열기:
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# factorio
|
||||
# Factorio
|
||||
|
||||
> 헤드리스 Factorio 서버를 생성하고 시작합니다.
|
||||
> 더 많은 정보: <https://wiki.factorio.com/Multiplayer>.
|
||||
|
|
|
@ -1,25 +0,0 @@
|
|||
# rename
|
||||
|
||||
> 여러 파일 이름 변경.
|
||||
> 참고: 이 페이지는 `rename` Debian 패키지의 명령을 설명합니다.
|
||||
> 더 많은 정보: <https://manned.org/file-rename>.
|
||||
|
||||
- Perl 공통 정규 표현식을 사용하여 파일 이름 변경 ('foo'를 'bar'로 대체):
|
||||
|
||||
`rename {{'s/foo/bar/'}} {{*}}`
|
||||
|
||||
- 실행하지 않고 변경될 파일 이름 표시 (드라이런):
|
||||
|
||||
`rename -n {{'s/foo/bar/'}} {{*}}`
|
||||
|
||||
- 기존 대상 파일이 제거될 수 있어도 강제로 이름 변경:
|
||||
|
||||
`rename -f {{'s/foo/bar/'}} {{*}}`
|
||||
|
||||
- 파일명을 소문자로 변환 (`-f`를 대소문자 구분 없는 파일 시스템에서 사용하여 "이미 존재" 오류 방지):
|
||||
|
||||
`rename 'y/A-Z/a-z/' {{*}}`
|
||||
|
||||
- 공백을 밑줄로 대체:
|
||||
|
||||
`rename 's/\s+/_/g' {{*}}`
|
|
@ -1,7 +1,7 @@
|
|||
# nordvpn
|
||||
|
||||
> NordVPN의 명령줄 인터페이스.
|
||||
> 더 많은 정보: <https://nordvpn.com/download/linux/>.
|
||||
> 더 많은 정보: <https://support.nordvpn.com/hc/en-us/articles/20196094470929-Installing-NordVPN-on-Linux-distributions>.
|
||||
|
||||
- NordVPN 계정에 대화형으로 로그인:
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# numlockx
|
||||
|
||||
> X11 세션에서 넘버락 키 상태를 제어합니다.
|
||||
> 더 많은 정보: <https://www.mike-devlin.com/linux/README-numlockx.htm>.
|
||||
> 더 많은 정보: <https://manned.org/numlockx>.
|
||||
|
||||
- 현재 넘버락 상태 표시:
|
||||
|
||||
|
|
|
@ -1,25 +0,0 @@
|
|||
# rename
|
||||
|
||||
> 여러 파일의 이름을 변경합니다.
|
||||
> 참고: 이 페이지는 `perl-rename` Arch Linux 패키지의 명령어에 대한 것입니다.
|
||||
> 더 많은 정보: <https://manned.org/rename>.
|
||||
|
||||
- Perl 정규표현식을 사용해 파일 이름 변경 ('foo'를 'bar'로 변경):
|
||||
|
||||
`rename {{'s/foo/bar/'}} {{*}}`
|
||||
|
||||
- 실행 없이 변경 사항 미리 보기:
|
||||
|
||||
`rename -n {{'s/foo/bar/'}} {{*}}`
|
||||
|
||||
- 기존 대상 파일을 덮어쓰면서 강제 이름 변경:
|
||||
|
||||
`rename -f {{'s/foo/bar/'}} {{*}}`
|
||||
|
||||
- 파일명을 소문자로 변환 (대소문자 구분 없는 파일 시스템에서는 "이미 존재" 오류 방지를 위해 `-f` 사용):
|
||||
|
||||
`rename 'y/A-Z/a-z/' {{*}}`
|
||||
|
||||
- 공백을 밑줄로 대체:
|
||||
|
||||
`rename 's/\s+/_/g' {{*}}`
|
|
@ -1,7 +1,7 @@
|
|||
# phpquery
|
||||
|
||||
> Debian 기반 운영체제를 위한 PHP 확장 관리자.
|
||||
> 더 많은 정보: <https://helpmanual.io/help/phpquery/>.
|
||||
> 더 많은 정보: <https://code.google.com/archive/p/phpquery/wikis/CommandLineInterface.wiki>.
|
||||
|
||||
- 사용 가능한 PHP 버전 나열:
|
||||
|
||||
|
|
|
@ -1,25 +0,0 @@
|
|||
# rename
|
||||
|
||||
> 다수의 파일 이름을 변경.
|
||||
> 참고: 이 페이지는 `prename` Fedora 패키지의 명령어에 관한 것입니다.
|
||||
> 더 많은 정보: <https://manned.org/prename>.
|
||||
|
||||
- Perl 공통 정규 표현식을 사용하여 파일 이름 바꾸기 ('foo'를 'bar'로 대체):
|
||||
|
||||
`rename {{'s/foo/bar/'}} {{*}}`
|
||||
|
||||
- 실행하지 않고 변경될 파일 이름 미리보기:
|
||||
|
||||
`rename -n {{'s/foo/bar/'}} {{*}}`
|
||||
|
||||
- 기존 대상 파일을 제거하면서 강제로 이름 변경:
|
||||
|
||||
`rename -f {{'s/foo/bar/'}} {{*}}`
|
||||
|
||||
- 파일 이름을 소문자로 변환 (대소문자 구분 없는 파일 시스템에서는 "이미 존재함" 오류를 방지하기 위해 `-f` 사용):
|
||||
|
||||
`rename 'y/A-Z/a-z/' {{*}}`
|
||||
|
||||
- 공백을 밑줄로 대체:
|
||||
|
||||
`rename 's/\s+/_/g' {{*}}`
|
|
@ -5,7 +5,7 @@
|
|||
|
||||
- 모든 오디오 출력 및 입력 포트와 해당 ID 나열:
|
||||
|
||||
`pw-link --output --input --ids`
|
||||
`pw-link {{[-oiI|--output --input --id]}}`
|
||||
|
||||
- 출력 포트와 입력 포트 간 링크 생성:
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
|||
|
||||
- 모든 링크와 해당 ID 나열:
|
||||
|
||||
`pw-link {{[-lI|--links --ids]}}`
|
||||
`pw-link {{[-lI|--links --id]}}`
|
||||
|
||||
- 도움말 표시:
|
||||
|
||||
|
|
|
@ -1,24 +1,24 @@
|
|||
# qm cloud init
|
||||
# qm cloudinit
|
||||
|
||||
> Proxmox Virtual Environment (PVE)에서 관리하는 가상 머신에 대한 cloudinit 설정 구성.
|
||||
> 더 많은 정보: <https://pve.proxmox.com/pve-docs/qm.1.html>.
|
||||
|
||||
- 특정 사용자에 대한 cloudinit 설정 구성 및 사용자 비밀번호 설정:
|
||||
|
||||
`qm cloud-init {{가상_머신_ID}} -user={{사용자}} -password={{비밀번호}}`
|
||||
`qm cloudinit {{가상_머신_ID}} -user={{사용자}} -password={{비밀번호}}`
|
||||
|
||||
- 특정 사용자에 대한 cloudinit 설정 구성 및 특정 SSH 키로 사용자 비밀번호 설정:
|
||||
|
||||
`qm cloud-init {{가상_머신_ID}} -user={{사용자}} -password={{비밀번호}} -sshkey={{ssh_키}}`
|
||||
`qm cloudinit {{가상_머신_ID}} -user={{사용자}} -password={{비밀번호}} -sshkey={{ssh_키}}`
|
||||
|
||||
- 특정 가상 머신의 호스트네임 설정:
|
||||
|
||||
`qm cloud-init {{가상_머신_ID}} -hostname={{호스트네임}}`
|
||||
`qm cloudinit {{가상_머신_ID}} -hostname={{호스트네임}}`
|
||||
|
||||
- 특정 가상 머신의 네트워크 인터페이스 설정 구성:
|
||||
|
||||
`qm cloud-init {{가상_머신_ID}} -ipconfig {{ipconfig}}`
|
||||
`qm cloudinit {{가상_머신_ID}} -ipconfig {{ipconfig}}`
|
||||
|
||||
- 가상 머신에서 `cloud-init`이 실행되기 전에 수행할 셸 스크립트 구성:
|
||||
- 가상 머신에서 `cloudinit`이 실행되기 전에 수행할 셸 스크립트 구성:
|
||||
|
||||
`qm cloud-init {{가상_머신_ID}} -pre {{스크립트}}`
|
||||
`qm cloudinit {{가상_머신_ID}} -pre {{스크립트}}`
|
|
@ -1,31 +0,0 @@
|
|||
# rename
|
||||
|
||||
> 여러 파일의 이름을 변경합니다.
|
||||
> 참고: 이 페이지는 `util-linux` 패키지의 명령어를 다룹니다.
|
||||
> Perl 버전에 대해서는 `file-rename` 또는 `perl-rename`을 참조하세요.
|
||||
> 경고: 이 명령어는 안전장치가 없으며, 파일을 덮어쓰기 전에 확인하지 않습니다.
|
||||
> 더 많은 정보: <https://manned.org/rename>.
|
||||
|
||||
- 간단한 치환을 사용하여 파일 이름 변경 ('foo'를 'bar'로 변경):
|
||||
|
||||
`rename {{foo}} {{bar}} {{*}}`
|
||||
|
||||
- 실행하지 않고 변경 내용을 표시하는 드라이런:
|
||||
|
||||
`rename {{[-vn|--verbose --no-act]}} {{foo}} {{bar}} {{*}}`
|
||||
|
||||
- 기존 파일을 덮어쓰지 않음:
|
||||
|
||||
`rename {{[-o|--no-overwrite]}} {{foo}} {{bar}} {{*}}`
|
||||
|
||||
- 파일 확장자 변경:
|
||||
|
||||
`rename {{.ext}} {{.bak}} {{*.ext}}`
|
||||
|
||||
- 현재 디렉토리의 모든 파일 이름 앞에 "foo" 추가:
|
||||
|
||||
`rename {{''}} {{'foo'}} {{*}}`
|
||||
|
||||
- 숫자가 점차 증가하는 파일 그룹의 이름을 3자리로 0을 채워 변경:
|
||||
|
||||
`rename {{foo}} {{foo00}} {{foo?}} && rename {{foo}} {{foo0}} {{foo??}}`
|
|
@ -14,7 +14,7 @@
|
|||
|
||||
- 사용자 정의 보안 부트 키 및 Microsoft의 UEFI 공급업체 인증서 등록:
|
||||
|
||||
`sbctl enroll-keys --microsoft`
|
||||
`sbctl enroll-keys {{[-m|--microsoft]}}`
|
||||
|
||||
- `/etc/sbctl/sbctl.conf`의 설정에 따라 `create-keys`와 `enroll-keys` 자동 실행:
|
||||
|
||||
|
|
|
@ -1,8 +0,0 @@
|
|||
# rename
|
||||
|
||||
> 정규 표현식을 사용하여 파일 또는 파일 그룹의 이름을 변경.
|
||||
> 더 많은 정보: <https://keith.github.io/xcode-man-pages/rename.2.html>.
|
||||
|
||||
- 지정된 파일들의 파일명에서 `from`을 `to`로 변경:
|
||||
|
||||
`rename 's/{{from}}/{{to}}/' {{*.txt}}`
|
|
@ -1,7 +1,7 @@
|
|||
# xsltproc
|
||||
|
||||
> XSLT를 사용하여 XML을 변환하여 출력(주로 HTML 또는 XML)을 생성합니다.
|
||||
> 더 많은 정보: <http://www.xmlsoft.org/xslt/xsltproc.html>.
|
||||
> 더 많은 정보: <https://manned.org/xsltproc>.
|
||||
|
||||
- 특정 XSLT 스타일시트를 사용하여 XML 파일 변환:
|
||||
|
||||
|
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Reference in a new issue