1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-01 23:35:24 +02:00

Merge branch 'main' into main

This commit is contained in:
Managor 2025-06-29 15:35:50 +03:00 committed by GitHub
commit 22ae11c608
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
136 changed files with 704 additions and 199 deletions

View file

@ -72,8 +72,6 @@ If you are an owner of the organization, you can see an automated list [here](ht
[16 August 2024](https://github.com/tldr-pages/tldr/issues/13450) — present
- **jxu ([@jxu](https://github.com/jxu))**:
[18 August 2024](https://github.com/tldr-pages/tldr/issues/13451) — present
- **Nelson Figueroa ([@nelsonfigueroa](https://github.com/nelsonfigueroa)):**
[21 September 2024](https://github.com/tldr-pages/tldr/issues/13781) — present
- **Iván Hernández Cazorla ([@ivanhercaz](https://github.com/ivanhercaz))**:
[24 December 2019](https://github.com/tldr-pages/tldr/issues/3690) — [5 January 2020](https://github.com/tldr-pages/tldr/issues/3736), [22 September 2024](https://github.com/tldr-pages/tldr/issues/5932) — present
- **Yi Liu ([@LiLittleCat](https://github.com/LiLittleCat))**:
@ -152,6 +150,8 @@ If you are an owner of the organization, you can see an automated list [here](ht
[03 October 2024](https://github.com/tldr-pages/tldr/issues/13946) — [23 October 2024](https://github.com/tldr-pages/tldr/issues/14343)
- Machiavelli ([@MachiavelliII](https://github.com/MachiavelliII)):
[21 January 2025](https://github.com/tldr-pages/tldr/issues/15564) — [27 Mar 2025](https://github.com/tldr-pages/tldr/issues/16036)
- Nelson Figueroa ([@nelsonfigueroa](https://github.com/nelsonfigueroa)):
[21 September 2024](https://github.com/tldr-pages/tldr/issues/13781) — [29 June 2025](https://github.com/tldr-pages/tldr/issues/17025)
## Organization members
@ -180,12 +180,12 @@ An automated list can be found [here](https://github.com/orgs/tldr-pages/people)
[3 May 2024](https://github.com/tldr-pages/tldr/issues/12718) — present
- **Wiktor Perskawiec ([@spageektti](https://github.com/spageektti))**:
[1 June 2024](https://github.com/tldr-pages/tldr/issues/12869) — present
- **Managor ([@Managor](https://github.com/Managor))**:
[3 October 2024](https://github.com/tldr-pages/tldr/issues/13956) — present
- **Renie ([@renie](https://github.com/renie))**:
[23 October 2024](https://github.com/tldr-pages/tldr/issues/14343) — present
- **Machiavelli ([@MachiavelliII](https://github.com/MachiavelliII))**:
[27 Mar 2025](https://github.com/tldr-pages/tldr/issues/16036) — present
- **Nelson Figueroa ([@nelsonfigueroa](https://github.com/nelsonfigueroa))**:
[29 June 2025](https://github.com/tldr-pages/tldr/issues/17025) — present
- Owen Voke ([@owenvoke](https://github.com/owenvoke))
[26 August 2018](https://github.com/tldr-pages/tldr/issues/2258) — [8 May 2019](https://github.com/tldr-pages/tldr/issues/2989)
- Marco Bonelli ([@mebeim](https://github.com/mebeim)):
@ -222,6 +222,8 @@ An automated list can be found [here](https://github.com/orgs/tldr-pages/people)
[24 October 2023](https://github.com/tldr-pages/tldr/issues/11201) — [29 April 2024](https://github.com/tldr-pages/tldr/issues/12686)
- Iván Hernández Cazorla ([@ivanhercaz](https://github.com/ivanhercaz)):
[5 January 2020](https://github.com/tldr-pages/tldr/issues/3736) — [22 September 2024](https://github.com/tldr-pages/tldr/issues/5932)
- Managor ([@Managor](https://github.com/Managor)):
[3 October 2024](https://github.com/tldr-pages/tldr/issues/13956) — [29 June 2025](https://github.com/tldr-pages/tldr/issues/17029)
## Organization owners
@ -254,6 +256,8 @@ An automated list can be found [here](https://github.com/orgs/tldr-pages/people)
[28 April 2024](https://github.com/tldr-pages/tldr/issues/12687) — present
- **Juri ([@gutjuri](https://github.com/gutjuri))**:
[29 April 2024](https://github.com/tldr-pages/tldr/issues/12686) — present
- **Managor ([@Managor](https://github.com/Managor))**:
[29 June 2025](https://github.com/tldr-pages/tldr/issues/17029) — present
- Igor Shubovych ([@igorshubovych](https://github.com/igorshubovych)):
until [18 January 2018](https://github.com/tldr-pages/tldr/issues/1878#issuecomment-358610454)
- Ruben Vereecken ([@rubenvereecken](https://github.com/rubenvereecken)):

View file

@ -1,17 +1,21 @@
# aircrack-ng
> Crackea claves WEP y WPA/WPA2 desde handshake en paquetes capturados.
> Crackea claves WEP y WPA/WPA2 a partir de handshake en paquetes capturados.
> Parte de la suite de software de red Aircrack-ng.
> Más información: <https://www.aircrack-ng.org/doku.php?id=aircrack-ng>.
- Crackea la clave desde el archivo de captura usando [w]ordlist:
- Crackea la clave desde el archivo de captura usando un listado:
`aircrack-ng -w {{ruta/al/lista.txt}} {{ruta/al/captura.cap}}`
`aircrack-ng -w {{ruta/a/listado.txt}} {{ruta/a/captura.cap}}`
- Descifra la clave del archivo de captura utilizando [w]ordlist y el [e]ssid del punto de acceso:
- Crackea la clave usando múltiples hilos de CPU desde el archivo de captura usando una lista:
`aircrack-ng -w {{ruta/al/lista.txt}} -e {{essid}} {{ruta/al/captura.cap}}`
`aircrack-ng -p {{número}} -w {{ruta/a/listado.txt}} {{ruta/a/captura.cap}}`
- Descifra la clave del archivo de captura utilizando [w]ordlist y la dirección MAC del punto de acceso:
- Descifra la clave del archivo de captura utilizando un listado y el [e]ssid del punto de acceso:
`aircrack-ng -w {{ruta/al/lista.txt}} --bssid {{mac}} {{ruta/al/captura.cap}}`
`aircrack-ng -w {{ruta/a/listado.txt}} -e {{essid}} {{ruta/a/captura.cap}}`
- Descifra la clave del archivo de captura utilizando una listado y la dirección MAC del punto de acceso:
`aircrack-ng -w {{ruta/a/listado.txt}} --bssid {{mac}} {{ruta/a/captura.cap}}`

View file

@ -2,7 +2,7 @@
> Crea alias -- palabras que son reemplazadas por una cadena de comando(s).
> Los alias son temporales en la sesión de shell actual, a no ser que estén definidos en el archivo de configuración de la shell, ej. `~/.bashrc`.
> Más información: <https://tldp.org/LDP/abs/html/aliases.html>.
> Más información: <https://manned.org/alias>.
- Lista todos los aliases:

20
pages.es/common/basenc.md Normal file
View file

@ -0,0 +1,20 @@
# basenc
> Codifica o decodifica un archivo o `stdin` usando una codificación especificada, a `stdout`.
> Más información: <https://www.gnu.org/software/coreutils/manual/html_node/basenc-invocation.html>.
- Codifica un archivo con codificación base64:
`basenc --base64 {{ruta/a/archivo}}`
- Descifra un archivo con codificación base64:
`basenc {{[-d|--decode]}} --base64 {{ruta/a/archivo}}`
- Codifica desde `stdin` con codificación base32 con 42 columnas:
`{{comando}} | basenc --base32 {{[-w|--wrap]}} 42`
- Codifica desde `stdin` con codificación base32:
`{{comando}} | basenc --base32`

7
pages.es/common/bzcat.md Normal file
View file

@ -0,0 +1,7 @@
# bzcat
> Este comando es un alias de `bzip2 --decompress --stdout`.
- Vea la documentación del comando original:
`tldr bzip2`

View file

@ -0,0 +1,28 @@
# dircolors
> Comandos de salida para establecer la variable de entorno LS_COLOR y el estilo `ls`, `dir`, etc.
> Más información: <https://www.gnu.org/software/coreutils/manual/html_node/dircolors-invocation.html>.
- Comandos de salida para establecer LS_COLOR usando los colores por defecto:
`dircolors`
- Muestra cada tipo de fichero con el color con el que aparecerían en `ls`:
`dircolors --print-ls-colors`
- Comandos de salida para establecer LS_COLOR utilizando los colores de un archivo:
`dircolors {{ruta/al/archivo}}`
- Comandos de salida para el intérprete de comandos Bourne:
`dircolors {{[-b|--bourne-shell]}}`
- Comandos de salida para el intérprete de comandos C:
`dircolors {{[-c|--c-shell]}}`
- Visualiza los colores predeterminados según los tipos de archivo y extensiones:
`dircolors {{[-p|--print-database]}}`

View file

@ -1,37 +1,37 @@
# fabric
> Un marco de trabajo de código abierto para aumentar el número de humanos utilizando IA.
> Proporciona un marco modular para resolver problemas específicos utilizando un conjunto de instrucciones de IA de origen colectivo.
> Más información: <https://github.com/danielmiessler/fabric>.
> Un marco de código abierto para mejorar las capacidades humanas mediante la IA.
> Proporciona un marco modular para resolver problemas específicos utilizando un conjunto de indicaciones de IA obtenidas mediante crowdsourcing.
> Más información: <https://github.com/danielmiessler/fabric#usage>.
- Ejecuta el setup para configurar fabric:
- Ejecuta la instalación para configurar fabric:
`fabric --setup`
`fabric {{[-S|--setup]}}`
- Lista todos los patrones disponibles:
- Muestra todos los patrones disponibles:
`fabric --listpatterns`
`fabric {{[-l|--listpatterns]}}`
- Ejecuta un patrón con la entrada de un archivo:
`fabric --pattern {{nombre_del_patrón}} < {{ruta/al/archivo_de_entrada}}`
`fabric {{[-p|--pattern]}} {{nombre_del_patrón}} < {{ruta/a/archivo_de_entrada}}`
- Ejecuta un patrón en la URL de un vídeo de YouTube:
- Ejecuta un patrón en una dirección URL de YouTube:
`fabric --youtube "{{https://www.youtube.com/watch?v=id_del_video}}" --pattern {{nombre_del_patrón}}`
`fabric {{[-y|--youtube]}} "{{https://www.youtube.com/watch?v=video_id}}" {{[-p|--pattern]}} {{nombre_del_patrón}}`
- Encadena patrones pasando la salida de uno a otro:
- Encadena patrones conectando la salida de uno al otro:
`fabric --pattern {{patrón1}} | fabric --pattern {{patrón2}}`
`fabric {{[-p|--pattern]}} {{pattern1}} | fabric {{[-p|--pattern]}} {{pattern2}}`
- Ejecuta un patrón personalizado definido por el usuario:
`fabric --pattern {{nombre_patrón_personalizado}}`
`fabric {{[-p|--pattern]}} {{nombre_patrón_personalizado}}`
- Ejecuta un patrón y guarda el resultado en un archivo:
- Ejecuta un patrón y guarda la salida en un archivo:
`fabric --pattern {{nombre_del_patrón}} --output {{ruta/a/archivo_salida}}`
`fabric {{[-p|--pattern]}} {{nombre_del_patrón}} {{[-o|--output]}} {{ruta/al/archivo_de_salida}}`
- Ejecuta un patrón con las variables especificadas:
`fabric --pattern {{nombre_del_patrón}} --variable "{{nombre_de_la_variable}}:{{valor}}"`
`fabric {{[-p|--pattern]}} {{nombre_del_patrón}} {{[-v|--variable]}} "{{nombre_variable}}:{{valor}}"`

36
pages.es/common/ftp.md Normal file
View file

@ -0,0 +1,36 @@
# ftp
> Herramientas para interactuar con un servidor a través del Protocolo de Transferencia de Archivos.
> Más información: <https://manned.org/ftp>.
- Se conecta a un servidor FTP:
`ftp {{ftp.example.com}}`
- Se conecta a un servidor FTP especificando su dirección IP y su puerto:
`ftp {{dirección_ip}} {{puerto}}`
- Cambia al modo de transferencia binario (gráficos, archivos comprimidos, etc):
`binary`
- Transfiere varios archivos sin pedir confirmación por cada archivo:
`prompt off`
- Descarga varios archivos (expresión glob):
`mget {{*.png}}`
- Carga varios archivos (expresión glob):
`mput {{*.zip}}`
- Elimina varios archivos del servidor remoto:
`mdelete {{*.txt}}`
- Cambia el nombre de un archivo en el servidor remoto:
`rename {{nombre_archivo_original}} {{nuevo_nombre_archivo}}`

36
pages.es/common/komac.md Normal file
View file

@ -0,0 +1,36 @@
# komac
> Crea manifiestos WinGet para el repositorio `winget-pkgs`.
> Más información: <https://github.com/russellbanks/Komac>.
- Crea un nuevo paquete desde cero:
`komac new {{Paquete.Identificador}} --version {{1.2.3}} --urls {{https://example.com/app.exe}}`
- Actualiza un paquete existente con una nueva versión:
`komac update {{Paquete.Identificador}} --version {{1.2.3}} --urls {{https://example.com/app.exe}}`
- Actualiza un paquete con varias URL y lo envía automáticamente:
`komac update {{Paquete.Identificador}} --version {{1.2.3}} --urls {{https://example.com/app.exe https://example.com/app.msi ...}} --submit`
- Elimina una versión de winget-pkgs:
`komac remove {{Paquete.Identificador}} --version {{1.2.3}}`
- Lista todas las versiones de un paquete:
`komac list-versions {{Paquete.Identificador}}`
- Sincroniza tu fork de winget-pkgs con el repositorio fuente:
`komac sync-fork`
- Actualiza el token de GitHub almacenado:
`komac token update --token {{tu_token_github}}`
- Genera una secuencia de comandos de autocompletado del intérprete de comandos:
`komac complete {{bash|zsh|fish|powershell}}`

View file

@ -0,0 +1,24 @@
# pulumi org
> Gestiona la configuración de la organización Pulumi.
> Más información: <https://www.pulumi.com/docs/iac/cli/commands/pulumi_org/>.
- Muestra la organización predeterminada y el backend actual:
`pulumi org`
- Muestra la organización predeterminada:
`pulumi org get-default`
- Establece la organización predeterminada:
`pulumi org set-default {{nombre_de_la_organización}}`
- Busca recursos en Pulumi Cloud utilizando Pulumi AI con una consulta en lenguaje natural de texto sin formato:
`pulumi org search ai {{[-q|--query]}} {{«muéstrame todos los equilibradores de carga de mi organización»}}`
- Muestra la ayuda:
`pulumi org {{[-h|--help]}}`

24
pages.es/linux/crond.md Normal file
View file

@ -0,0 +1,24 @@
# crond
> Programa residente para ejecutar comandos programados desde archivos crontab.
> Más información: <https://manned.org/crond>.
- Inicia el programa residente en segundo plano y comprueba los comandos programados:
`crond`
- Inicia el programa residente en primer plano y comprueba los comandos programados:
`crond -n`
- Envía la salida del trabajo desde el programa residente al registro del sistema:
`crond -s`
- Anula las limitaciones predeterminadas y acepta crontables personalizados:
`crond -p`
- Hereda la ruta del archivo crontab desde la configuración del entorno:
`crond -P`

View file

@ -0,0 +1,36 @@
# choco install
> Instala uno o más paquetes con Chocolatey.
> Más información: <https://chocolatey.org/docs/commands-install>.
- Instala uno o más paquetes:
`choco install {{paquete1 paquete2 ...}}`
- Instala paquetes desde un archivo de configuración personalizado:
`choco install {{ruta\al\archivo_de_paquetes.config}}`
- Instala un archivo `nuspec` o `nupkg` específico:
`choco install {{path\to\file}}`
- Instala una versión específica de un paquete:
`choco install {{paquete}} --version {{versión}}`
- Permite instalar varias versiones de un paquete:
`choco install {{paquete}} --allow-multiple`
- Confirma todas las solicitudes automáticamente:
`choco install {{paquete}} --yes`
- Especifica una fuente personalizada desde la cual recibir los paquetes:
`choco install {{paquete}} --source {{url_fuente|alias}}`
- Proporciona un nombre de usuario y una contraseña para la autenticación:
`choco install {{paquete}} --user {{nombre_usuario}} --password {{contraseña}}`

View file

@ -0,0 +1,17 @@
# Where-Object
> Selecciona objetos de una colección basándose en los valores de sus propiedades.
> Nota: Este comando solo puede utilizarse a través de PowerShell.
> Más información: <https://learn.microsoft.com/powershell/module/microsoft.powershell.core/where-object>.
- Filtra alias por su nombre:
`Get-Alias | Where-Object -{{Propiedad}} {{Nombre}} -{{eq}} {{nombre}}`
- Lista todos los servicios que están actualmente detenidos. La variable automática `$_` representa cada objeto que se pasa al cmdlet `Where-Object`:
`Get-Service | Where-Object {$_.Status -eq "Stopped"}`
- Utiliza múltiples condiciones:
`Get-Module -ListAvailable | Where-Object { $_.Name -NotLike "Microsoft*" -And $_.Name -NotLike "PS*" }`

View file

@ -2,7 +2,7 @@
> DNS 조회 유틸리티.
> 다채로운 출력을 제공하고, DNS-over-TLS 및 DNS-over-HTTPS 프로토콜을 지원하며, JSON을 내보낼 수 있음.
> 더 많은 정보: <https://dns.lookup.dog>.
> 더 많은 정보: <https://github.com/ogham/dog#examples>.
- 호스트 이름과 연결된 IP를 조회 (A 레코드):
@ -18,12 +18,12 @@
- UDP가 아닌 TCP를 통한 쿼리:
`dog {{example.com}} MX @{{1.1.1.1}} --tcp`
`dog {{example.com}} MX @{{1.1.1.1}} {{[-T|--tcp]}}`
- 명시적 인수를 사용하여 TCP를 통해 특정 도메인 이름과 연결된 MX 레코드 유형을 쿼리:
`dog --query {{example.com}} --type MX --nameserver {{1.1.1.1}} --tcp`
`dog {{[-q|--query]}} {{example.com}} {{[-t|--type]}} MX {{[-n|--nameserver]}} {{1.1.1.1}} {{[-T|--tcp]}}`
- DoH(DNS over HTTPS)를 사용하여 호스트 이름(A 레코드)과 연결된 IP를 조회:
`dog {{example.com}} --https @{{https://cloudflare-dns.com/dns-query}}`
`dog {{example.com}} {{[-H|--https]}} @{{https://cloudflare-dns.com/dns-query}}`

View file

@ -2,7 +2,7 @@
> 코드, 시각화 및 노트를 포함한 문서를 생성하고 공유할 수 있는 웹 애플리케이션.
> 주로 데이터 분석, 과학 컴퓨팅 및 머신 러닝에 사용됩니다.
> 더 많은 정보: <https://jupyter.org>.
> 더 많은 정보: <https://docs.jupyter.org/en/latest/>.
- 현재 디렉토리에서 Jupyter 노트북 서버 시작:
@ -18,7 +18,7 @@
- 특정 포트에서 서버 시작:
`jupyter notebook --port={{포트}}`
`jupyter notebook --port {{포트}}`
- 현재 실행 중인 노트북 서버 나열:

View file

@ -2,7 +2,7 @@
> Aplicação web para criar e compartilhar documentos que contem código, visualizações e anotações.
> Usado principalmente para análise de dados, computação científica e aprendizado de máquinas (machine learning).
> Mais informações: <https://jupyter.org>.
> Mais informações: <https://docs.jupyter.org/en/latest/>.
- Inicia um servidor de notebooks Jupyter no diretório atual:
@ -18,7 +18,7 @@
- Inicia um servidor em uma porta específica:
`jupyter notebook --port={{porta}}`
`jupyter notebook --port {{porta}}`
- Lista de servidores de notebooks atualmente em funcionamento:

View file

@ -2,7 +2,7 @@
> Утиліта пошуку DNS.
> Вона має кольоровий вихід, підтримує протоколи DNS-over-TLS і DNS-over-HTTPS та може видавати JSON.
> Більше інформації: <https://dns.lookup.dog>.
> Більше інформації: <https://github.com/ogham/dog#examples>.
- Шукає IP-адреси пов'язані з іменем хоста (A records):
@ -18,12 +18,12 @@
- Запит через TCP, а не UDP:
`dog {{example.com}} MX @{{1.1.1.1}} --tcp`
`dog {{example.com}} MX @{{1.1.1.1}} {{[-T|--tcp]}}`
- Запитує тип записів MX, пов’язаних із заданим доменним ім’ям через TCP, використовуючи явні аргументи:
`dog --query {{example.com}} --type MX --nameserver {{1.1.1.1}} --tcp`
`dog {{[-q|--query]}} {{example.com}} {{[-t|--type]}} MX {{[-n|--nameserver]}} {{1.1.1.1}} {{[-T|--tcp]}}`
- Шукає IP-адреси, пов’язані з іменем хоста (записи A), за допомогою DNS через HTTPS (DoH):
`dog {{example.com}} --https @{{https://cloudflare-dns.com/dns-query}}`
`dog {{example.com}} {{[-H|--https]}} @{{https://cloudflare-dns.com/dns-query}}`

View file

@ -1,37 +1,33 @@
# asciinema
> 录制和重放终端会话,并可以选择将其分享在 <https://asciinema.org>
> 请参阅`terminalizer`
> 录制和回放终端会话,并可选分享到 <https://asciinema.org>
> 另见`terminalizer`
> 更多信息:<https://docs.asciinema.org/manual/cli/usage>.
- 将本地安装的`asciinema`与 asciinema.org 账号关联:
- 将本地安装的 `asciinema` 与 asciinema.org 账号关联:
`asciinema auth`
- 进行新的录制(使用 `<Ctrl d>` 完成录制或键入 `exit`,然后选择上传或保存到本地):
`asciinema rec`
- 进行新的录制,保存到本地的文件中:
- 新建录制并保存到本地文件(按 `<Ctrl d>` 或输入 `exit` 结束):
`asciinema rec {{路径/到/录制文件.cast}}`
- 从本地文件中播放终端录屏
- 从本地文件回放终端录制:
`asciinema play {{路径/到/录制文件.cast}}`
- 在 <https://asciinema.org> 中播放终端录屏
- 回放托管<https://asciinema.org> 的终端录制
`asciinema play https://asciinema.org/a/{{文件 ID}}`
- 进行新的录制,将闲置时间设置为最多 2.5 秒:
- 新建录制,限制空闲时间最多 2.5 秒:
`asciinema rec {{[-i|--idle-time-limit]}} 2.5`
- 打印本地保存的录像的完整输出:
- 打印本地保存录制的完整输出:
`asciinema cat {{路径/到/录制文件.cast}}`
- 从本地上传一个录屏到 asciinema.org:
- 上传本地保存的终端录制到 asciinema.org:
`asciinema upload {{路径/到/录制文件.cast}}`

View file

@ -2,7 +2,7 @@
> 用于创建和共享包含代码、可视化和笔记的文档的 Web 应用程序。
> 主要用于数据分析、科学计算和机器学习。
> 更多信息:<https://jupyter.org>.
> 更多信息:<https://docs.jupyter.org/en/latest/>.
- 在当前目录下启动一个 Jupyter notebook 服务器:
@ -18,7 +18,7 @@
- 在指定端口启动服务器:
`jupyter notebook --port={{端口}}`
`jupyter notebook --port {{端口}}`
- 列出当前正在运行的 notebook 服务器:

View file

@ -1,6 +1,6 @@
# asdf
> Command-line interface for managing versions of different packages.
> Manage versions of different packages.
> More information: <https://asdf-vm.com/manage/commands.html>.
- List all available plugins:

28
pages/common/boxxy.md Normal file
View file

@ -0,0 +1,28 @@
# boxxy
> Redirect file locations for programs that don't respect the XDG standards.
> More information: <https://github.com/queer/boxxy>.
- Run a program with file redirections defined in `~/.config/boxxy/boxxy.yaml`:
`boxxy {{program}}`
- Scan your home directory for rule suggestions:
`boxxy scan`
- Trace what files a program touches and save a report in `boxxy-report.txt` in the current directory:
`boxxy {{[-t|--trace]}} {{program}}`
- Pass a redirection rule directly on the terminal:
`boxxy {{[-r|--rule]}} {{path/to/file_or_directory}}:{{path/to/redirection}}:{{file|directory}} {{program}}`
- View the config file:
`boxxy config`
- Display help:
`boxxy -h`

View file

@ -1,6 +1,6 @@
# buku
> Command-line browser-independent bookmark manager.
> Browser-independent bookmark manager.
> More information: <https://github.com/jarun/Buku#usage>.
- Display all bookmarks matching "keyword" and with "privacy" tag:

View file

@ -1,6 +1,6 @@
# clamscan
> A command-line virus scanner.
> A virus scanner.
> More information: <https://docs.clamav.net/manual/Usage/Scanning.html#clamscan>.
- Scan a file for vulnerabilities:

View file

@ -0,0 +1,24 @@
# cmd-wrapped
> View shell history statistics.
> More information: <https://crates.io/crates/cmd-wrapped>.
- Fetch current statistics:
`cmd-wrapped`
- Fetch statistics from a specific year:
`cmd-wrapped {{year}}`
- Specify a shell:
`cmd-wrapped {{[-s|--shell]}} {{shell}}`
- Display help:
`cmd-wrapped {{[-h|--help]}}`
- Display version:
`cmd-wrapped {{[-V|--version]}}`

View file

@ -1,6 +1,6 @@
# crictl
> Command-line for CRI-compatible container runtimes.
> Manage CRI-compatible container runtimes.
> More information: <https://github.com/kubernetes-sigs/cri-tools/blob/master/docs/crictl.md>.
- List all kubernetes pods (Ready and NotReady):

View file

@ -1,6 +1,6 @@
# deluge
> A command-line BitTorrent client.
> A BitTorrent client.
> More information: <https://manned.org/deluge>.
- Download a torrent:

View file

@ -1,6 +1,6 @@
# drush
> A command-line shell and scripting interface for Drupal.
> Shell and scripting interface for Drupal.
> More information: <https://www.drush.org/latest/usage/>.
- Enable module "foo":

View file

@ -1,6 +1,6 @@
# duckdb
> Command-line client for DuckDB, an in-process analytical SQL engine.
> Client for DuckDB, an in-process analytical SQL engine.
> More information: <https://duckdb.org>.
- Start an interactive shell with a transient in-memory database:

View file

@ -1,6 +1,6 @@
# fin
> Docksal command-line utility.
> Docksal utility.
> More information: <https://docs.docksal.io/fin/fin/>.
- Start the project in the current directory:

View file

@ -1,6 +1,6 @@
# fly
> Command-line tool for concourse-ci.
> Tool for concourse-ci.
> More information: <https://concourse-ci.org/fly.html>.
- Authenticate with and save concourse target:

View file

@ -1,6 +1,6 @@
# fzf
> Command-line fuzzy finder.
> Fuzzy finder.
> Similar to `sk`.
> More information: <https://github.com/junegunn/fzf>.

View file

@ -0,0 +1,24 @@
# gh repo create
> Create a new GitHub repository.
> More information: <https://cli.github.com/manual/gh_repo_create>.
- Create a new repository interactively:
`gh repo create`
- Create a new repository with a specified name and description:
`gh repo create {{repo_name}} {{[-d|--description]}} "{{repo_description}}"`
- Create a private repository from the current directory:
`gh repo create {{[-s|--source]}} . --private`
- Clone the new repository locally after creation:
`gh repo create {{repo_name}} {{[-c|--clone]}}`
- Push the current directory to a new GitHub repository:
`gh repo create {{[-s|--source]}} . --public`

View file

@ -1,6 +1,6 @@
# gnmic
> A gNMI command-line client.
> A gNMI client.
> Manage gNMI network device configuration and view operational data.
> More information: <https://gnmic.kmrd.dev>.

View file

@ -1,7 +1,7 @@
# go bug
> Report a bug.
> More information: <https://golang.org/cmd/go/#hdr-Start_a_bug_report>.
> More information: <https://pkg.go.dev/cmd/go#hdr-Start_a_bug_report>.
- Open a web page to start a bug report:

View file

@ -1,7 +1,7 @@
# go build
> Compile Go sources.
> More information: <https://golang.org/cmd/go/#hdr-Compile_packages_and_dependencies>.
> More information: <https://pkg.go.dev/cmd/go#hdr-Compile_packages_and_dependencies>.
- Compile a 'package main' file (output will be the filename without extension):

View file

@ -1,7 +1,7 @@
# go clean
> Remove object files and cached files.
> More information: <https://golang.org/cmd/go/#hdr-Remove_object_files_and_cached_files>.
> More information: <https://pkg.go.dev/cmd/go#hdr-Remove_object_files_and_cached_files>.
- Print the remove commands instead of actually removing anything:

View file

@ -1,7 +1,7 @@
# go doc
> View documentation for a package or symbol.
> More information: <https://golang.org/cmd/go/#hdr-Show_documentation_for_package_or_symbol>.
> More information: <https://pkg.go.dev/cmd/go#hdr-Show_documentation_for_package_or_symbol>.
- View documentation for the current package:

View file

@ -1,7 +1,7 @@
# go env
> Manage environment variables used by the Go toolchain.
> More information: <https://golang.org/cmd/go/#hdr-Print_Go_environment_information>.
> More information: <https://pkg.go.dev/cmd/go#hdr-Print_Go_environment_information>.
- Show all environment variables:

View file

@ -1,7 +1,7 @@
# go fix
> Update packages to use new APIs.
> More information: <https://golang.org/cmd/go/#hdr-Update_packages_to_use_new_APIs>.
> More information: <https://pkg.go.dev/cmd/go#hdr-Update_packages_to_use_new_APIs>.
- Update packages to use new APIs:

View file

@ -1,7 +1,7 @@
# go generate
> Generate Go files by running commands within source files.
> More information: <https://golang.org/cmd/go/#hdr-Generate_Go_files_by_processing_source>.
> More information: <https://pkg.go.dev/cmd/go#hdr-Generate_Go_files_by_processing_source>.
- Generate Go files by running commands within source files:

View file

@ -1,7 +1,7 @@
# go list
> List packages or modules.
> More information: <https://golang.org/cmd/go/#hdr-List_packages_or_modules>.
> More information: <https://pkg.go.dev/cmd/go#hdr-List_packages_or_modules>.
- List packages:

View file

@ -1,7 +1,7 @@
# go mod
> Module maintenance.
> More information: <https://golang.org/cmd/go/#hdr-Module_maintenance>.
> More information: <https://pkg.go.dev/cmd/go#hdr-Module_maintenance>.
- Initialize new module in current directory:

View file

@ -1,7 +1,7 @@
# go version
> Display Go version.
> More information: <https://golang.org/cmd/go/#hdr-Print_Go_version>.
> More information: <https://pkg.go.dev/cmd/go#hdr-Print_Go_version>.
- Display version:

View file

@ -2,7 +2,7 @@
> Manage Go source code.
> Some subcommands such as `build` have their own usage documentation.
> More information: <https://golang.org>.
> More information: <https://go.dev/>.
- Download and install a package, specified by its import path:

View file

@ -1,7 +1,7 @@
# gofmt
> Format Go source code.
> More information: <https://golang.org/cmd/gofmt/>.
> More information: <https://pkg.go.dev/cmd/gofmt>.
- Format a file and display the result to the console:

View file

@ -1,7 +1,7 @@
# goimports
> Updates Go import lines, adding missing ones and removing unreferenced ones.
> More information: <https://godoc.org/golang.org/x/tools/cmd/goimports>.
> More information: <https://pkg.go.dev/golang.org/x/tools/cmd/goimports>.
- Display the completed import source file:

View file

@ -1,6 +1,6 @@
# googler
> Search Google from command-line.
> Search Google from the command-line.
> More information: <https://github.com/jarun/googler>.
- Search Google for a keyword:

View file

@ -0,0 +1,8 @@
# gst-discoverer-1.0
> Display file metadata and stream information.
> More information: <https://manned.org/man/gst-discoverer-1.0.1>.
- Print file metadata:
`gst-discoverer-1.0 {{path/to/file}}`

View file

@ -31,3 +31,7 @@
- Multiplex together test video and test audio into a file:
`gst-launch-1.0 {{[-e|--eos-on-shutdown]}} videotestsrc ! x264enc ! {{element_name}}. audiotestsrc ! opusenc ! {{element_name}}. matroskamux name={{element_name}} ! filesink location={{path/to/file.mkv}}`
- Dump a pipeline into a `.dot` file which can then be rendered with tools like `dot`:
`GST_DEBUG_DUMP_DOT_DIR={{path/to/directory}} gst-launch-1.0 {{pipeline}}`

View file

@ -9,7 +9,7 @@
- Build and serve a site on a specified port number:
`hugo server --port {{port_number}}`
`hugo server {{[-p|--port]}} {{port_number}}`
- Build and serve a site while minifying supported output formats (HTML, XML, etc.):
@ -17,8 +17,8 @@
- Build and serve a site in the production environment with full re-renders while minifying supported formats:
`hugo server --environment {{production}} --disableFastRender --minify`
`hugo server {{[-e|--environment]}} {{production}} --disableFastRender --minify`
- Display help:
`hugo server --help`
`hugo server {{[-h|--help]}}`

View file

@ -22,7 +22,7 @@
- Build a site including pages that are marked as a "draft":
`hugo --buildDrafts`
`hugo {{[-D|--buildDrafts]}}`
- Build a site on your local IP:
@ -30,7 +30,7 @@
- Build a site to a given directory:
`hugo --destination {{path/to/destination}}`
`hugo {{[-d|--destination]}} {{path/to/destination}}`
- Build a site, start up a webserver to serve it, and automatically reload when pages are edited:

View file

@ -1,6 +1,6 @@
# hyperfine
> A command-line benchmarking tool.
> A benchmarking tool.
> More information: <https://github.com/sharkdp/hyperfine/>.
- Run a basic benchmark, performing at least 10 runs:

View file

@ -1,6 +1,6 @@
# influx
> InfluxDB v1 command-line client.
> InfluxDB v1 client.
> More information: <https://docs.influxdata.com/influxdb/v1/tools/influx-cli/use-influx-cli/>.
- Connect to an InfluxDB running on localhost with no credentials:

View file

@ -1,6 +1,6 @@
# kubectl
> Command-line interface for running commands against Kubernetes clusters.
> Run commands against Kubernetes clusters.
> Some subcommands such as `run` have their own usage documentation.
> More information: <https://kubernetes.io/docs/reference/kubectl/>.

View file

@ -1,6 +1,6 @@
# laravel
> A command-line installer for the Laravel framework.
> Installer for the Laravel framework.
> More information: <https://laravel.com/docs/installation>.
- Create a new Laravel application:

View file

@ -1,6 +1,6 @@
# lpass
> Command-line interface for the LastPass password manager.
> Interface for the LastPass password manager.
> More information: <https://lastpass.github.io/lastpass-cli/lpass.1.html>.
- Log in to your LastPass account, by entering your master password when prompted:

View file

@ -1,6 +1,6 @@
# mdp
> A command-line based tool to make presentations from Markdown files.
> Make presentations from Markdown files.
> More information: <https://manned.org/mdp>.
- Launch a presentation in the terminal from a Markdown file:

View file

@ -1,6 +1,6 @@
# mysql
> The MySQL command-line tool.
> The MySQL tool.
> More information: <https://www.mysql.com/>.
- Connect to a database:

View file

@ -1,6 +1,6 @@
# mysqlsh
> Advanced command-line client for MySQL, supporting SQL, JavaScript, and Python.
> Advanced client for MySQL, supporting SQL, JavaScript, and Python.
> It offers features for managing InnoDB clusters and document store collections.
> More information: <https://dev.mysql.com/doc/mysql-shell/en/mysql-shell-commands.html>.

37
pages/common/ndc.md Normal file
View file

@ -0,0 +1,37 @@
# ndc
> Name daemon control service for name servers.
> If a command isn't provided, NDC will prompt for one until EOF.
> More information: <https://manned.org/ndc>.
- Set the [c]ontrol channel rendezvous point:
`ndc -c {{channel}} {{command}}`
- Bind the client side to a specific [l]ocalsock address:
`ndc -l {{localsock}} {{command}}`
- Set path to [p]idfile for UNIX signal control:
`ndc -p {{path/to/pidfile}} {{command}}`
- Enable [d]ebugging:
`ndc -d {{command}}`
- Enable [q]uiet mode:
`ndc -q {{command}}`
- Enable nonfatal error [s]uppression:
`ndc -s {{command}}`
- Enable [t]racing for protocol and system debugging:
`ndc -t {{command}}`
- List built-in commands:
`ndc /help`

View file

@ -1,6 +1,6 @@
# neomutt
> NeoMutt command-line email client.
> NeoMutt email client.
> More information: <https://neomutt.org/guide/reference.html>.
- Open the specified mailbox:

View file

@ -1,6 +1,6 @@
# phpunit
> PHPUnit command-line test runner.
> PHPUnit test runner.
> More information: <https://phpunit.de>.
- Run tests in the current directory. Note: Expects you to have a 'phpunit.xml':

View file

@ -1,6 +1,6 @@
# piactl
> The command-line tool for Private Internet Access, a commercial VPN provider.
> The tool for Private Internet Access, a commercial VPN provider.
> More information: <https://helpdesk.privateinternetaccess.com/kb/articles/pia-desktop-command-line-interface-part-1>.
- Log in to Private Internet Access:

View file

@ -1,6 +1,6 @@
# pio account
> Manage your PlatformIO account in the command-line.
> Manage your PlatformIO account.
> More information: <https://docs.platformio.org/en/latest/core/userguide/account/>.
- Register a new PlatformIO account:

View file

@ -1,6 +1,6 @@
# pprof
> Command-line tool for visualization and analysis of profile data.
> Visualize and analyze profiling data.
> More information: <https://github.com/google/pprof>.
- Generate a text report from a specific profiling file, on fibbo binary:

View file

@ -1,6 +1,6 @@
# psql
> PostgreSQL command-line client.
> PostgreSQL client.
> More information: <https://www.postgresql.org/docs/current/app-psql.html>.
- Connect to the database. By default, it connects to the local socket using port 5432 with the currently logged in user:

View file

@ -1,6 +1,6 @@
# pup
> Command-line HTML parsing tool.
> HTML parsing tool.
> More information: <https://github.com/ericchiang/pup>.
- Transform a raw HTML file into a cleaned, indented, and colored format:

View file

@ -1,6 +1,6 @@
# pwsh
> Command-line shell and scripting language designed especially for system administration.
> Shell and scripting language designed especially for system administration.
> This command refers to PowerShell version 6 and above (also known as PowerShell Core and cross-platform PowerShell).
> To use the original Windows version (5.1 and below, also known as the legacy Windows PowerShell), use `powershell` instead of `pwsh`.
> More information: <https://learn.microsoft.com/powershell/module/microsoft.powershell.core/about/about_pwsh>.

View file

@ -1,6 +1,6 @@
# qalc
> Powerful and easy to use command-line calculator.
> Powerful and easy to use calculator.
> See also: `bc`.
> More information: <https://qalculate.github.io/manual/qalc.html>.

View file

@ -0,0 +1,28 @@
# qemu-system-i386
> Emulate the `i386` architecture.
> More information: <https://www.qemu.org/docs/master/system/target-i386.html>.
- Boot from an image emulating the `i386` architecture:
`qemu-system-i386 -hda {{image_name.img}} -m {{4096}}`
- Boot a QEMU instance from a live ISO image:
`qemu-system-i386 -hda {{image_name.img}} -cdrom {{os_image.iso}} -boot d -m {{4096}}`
- Boot from a physical device (e.g. from USB to test a bootable medium):
`qemu-system-i386 -hda {{/dev/storage_device}} -m {{4096}}`
- Do not launch a VNC server:
`qemu-system-i386 -hda {{image_name.img}} -m {{4096}} -nographic`
- Exit non-graphical QEMU:
`<Ctrl a><x>`
- List the supported machine types:
`qemu-system-x86_64 {{[-M|-machine]}} help`

View file

@ -0,0 +1,28 @@
# qemu-system-x86_64
> Emulate the `x86_64` architecture.
> More information: <https://www.qemu.org/docs/master/system/target-i386.html>.
- Boot from an image emulating the `x86_64` architecture:
`qemu-system-x86_64 -hda {{image_name.img}} -m {{4096}}`
- Boot a QEMU instance from a live ISO image:
`qemu-system-x86_64 -hda {{image_name.img}} -cdrom {{os_image.iso}} -boot d -m {{4096}}`
- Boot from a physical device (e.g. from USB to test a bootable medium):
`qemu-system-x86_64 -hda {{/dev/storage_device}} -m {{4096}}`
- Do not launch a VNC server:
`qemu-system-i386 -hda {{image_name.img}} -m {{4096}} -nographic`
- Exit non-graphical QEMU:
`<Ctrl a><x>`
- List the supported machine types:
`qemu-system-x86_64 {{[-M|-machine]}} help`

View file

@ -1,25 +0,0 @@
# qemu
> Generic machine emulator and virtualizer.
> Supports a large variety of CPU architectures.
> More information: <https://www.qemu.org>.
- Boot from image emulating i386 architecture:
`qemu-system-i386 -hda {{image_name.img}}`
- Boot from image emulating x64 architecture:
`qemu-system-x86_64 -hda {{image_name.img}}`
- Boot QEMU instance with a live ISO image:
`qemu-system-i386 -hda {{image_name.img}} -cdrom {{os_image.iso}} -boot d`
- Specify amount of RAM for instance:
`qemu-system-i386 -m 256 -hda {{image_name.img}} -cdrom {{os-image.iso}} -boot d`
- Boot from physical device (e.g. from USB to test bootable medium):
`qemu-system-i386 -hda {{/dev/storage_device}}`

View file

@ -1,6 +1,6 @@
# raco
> Racket command-line tools.
> Racket tools.
> More information: <https://docs.racket-lang.org/raco/>.
- Install a package, automatically installing dependencies:

View file

@ -1,6 +1,6 @@
# rbt
> RBTools is a set of command-line tools for working with Review Board and RBCommons.
> RBTools, a set of tools for working with Review Board and RBCommons.
> More information: <https://www.reviewboard.org/docs/rbtools/dev/>.
- Post changes to Review Board:

View file

@ -1,6 +1,6 @@
# react-native start
> Command-line tools to start the React Native server.
> Start the React Native server.
> More information: <https://github.com/facebook/react-native/tree/main/packages/community-cli-plugin#start>.
- Start the server that communicates with connected devices:

View file

@ -1,6 +1,6 @@
# satis
> The command-line utility for the Satis static Composer repository.
> The utility for the Satis static Composer repository.
> More information: <https://github.com/composer/satis>.
- Initialize a Satis configuration:

View file

@ -1,6 +1,6 @@
# scan-build
> Command-line utility to run a static analyzer over a codebase as part of performing a regular build.
> Run a static analyzer over a codebase as part of performing a regular build.
> More information: <https://clang-analyzer.llvm.org/scan-build.html>.
- Build and analyze the project in the current directory:

View file

@ -1,6 +1,6 @@
# sdcv
> StarDict, a command-line dictionary client.
> StarDict, a dictionary client.
> Dictionaries are provided separately from the client.
> More information: <https://manned.org/sdcv>.

View file

@ -1,6 +1,6 @@
# sgpt
> Command-line productivity tool powered by OpenAI's GPT models.
> Productivity tool powered by OpenAI's GPT models.
> More information: <https://github.com/TheR1D/shell_gpt#readme>.
- Use it as a search engine, asking for the mass of the sun:

View file

@ -1,6 +1,6 @@
# snowsql
> SnowSQL command-line client for Snowflake's Data Cloud.
> SnowSQL client for Snowflake's Data Cloud.
> More information: <https://docs.snowflake.com/en/user-guide/snowsql.html>.
- Connect to a specific instance at <https://account.snowflakecomputing.com> (password can be provided in prompt or configuration file):

View file

@ -1,6 +1,6 @@
# spark
> The Laravel Spark command-line tool.
> The Laravel Spark tool.
> More information: <https://spark.laravel.com>.
- Register your API token:

View file

@ -1,6 +1,6 @@
# sqlite-utils
> Command-line tool used to manipulate SQLite databases in a number of different ways.
> Manipulate SQLite databases in a number of different ways.
> More information: <https://sqlite-utils.datasette.io/en/stable/cli.html>.
- Create a database:

View file

@ -1,6 +1,6 @@
# sqlite3
> The command-line interface to SQLite 3, which is a self-contained file-based embedded SQL engine.
> Interface to SQLite 3, which is a self-contained file-based embedded SQL engine.
> More information: <https://sqlite.org/cli.html>.
- Start an interactive shell with a new database:

View file

@ -1,6 +1,6 @@
# sqlx
> Command-line utility for SQLx, the Rust SQL toolkit.
> Utility for SQLx, the Rust SQL toolkit.
> More information: <https://github.com/launchbadge/sqlx/blob/main/sqlx-cli/README.md>.
- Create the database specified in the DATABASE_URL environment variable:

View file

@ -1,6 +1,6 @@
# sqsc
> A command-line AWS Simple Queue Service client.
> An AWS Simple Queue Service client.
> More information: <https://github.com/yongfei25/sqsc>.
- List all queues:

View file

@ -1,6 +1,6 @@
# supervisorctl
> Supervisor is a client/server system that allows its users to control a number of processes on UNIX-like operating systems.
> Supervisor, a client/server system that allows its users to control a number of processes on UNIX-like operating systems.
> Supervisorctl is the command-line client piece of the supervisor which provides a shell-like interface.
> More information: <http://supervisord.org>.

View file

@ -1,6 +1,6 @@
# svn
> Subversion command-line client tool.
> Subversion client tool.
> More information: <https://subversion.apache.org>.
- Check out a working copy from a repository:

View file

@ -1,6 +1,6 @@
# task
> Command-line to-do list manager.
> To-do list manager.
> More information: <https://taskwarrior.org/docs/>.
- Add a new task which is due tomorrow:

View file

@ -1,6 +1,6 @@
# termdown
> Countdown timer and stopwatch for the command-line.
> Countdown timer and stopwatch.
> More information: <https://github.com/trehn/termdown>.
- Start a stopwatch:

View file

@ -1,6 +1,6 @@
# timetrap
> Simple command-line time tracker written in Ruby.
> Simple time tracker written in Ruby.
> More information: <https://github.com/samg/timetrap>.
- Create a new timesheet:

View file

@ -1,6 +1,6 @@
# tmsu
> Simple command-line tool for tagging files.
> Simple tool for tagging files.
> More information: <https://tmsu.org>.
- Tag a specific file with multiple tags:

View file

@ -1,6 +1,6 @@
# trans
> Translate Shell is a command-line translator.
> Translate Shell, a command-line translator.
> More information: <https://github.com/soimort/translate-shell>.
- Translate a word (language is detected automatically):

View file

@ -1,6 +1,6 @@
# transfersh
> An unofficial command-line client for transfer.sh.
> An unofficial client for transfer.sh.
> More information: <https://github.com/AlpixTM/transfersh>.
- Upload a file to transfer.sh:

View file

@ -1,6 +1,6 @@
# travis
> Command-line client to interface with Travis CI.
> Interface with Travis CI.
> More information: <https://github.com/travis-ci/travis.rb>.
- Display the client version:

View file

@ -1,6 +1,6 @@
# vegeta
> A command-line utility and a library for HTTP load testing.
> A utility and a library for HTTP load testing.
> See also `ab`.
> More information: <https://github.com/tsenart/vegeta>.

View file

@ -1,6 +1,6 @@
# vela
> Command-line tools for the Vela pipeline.
> Tools for the Vela pipeline.
> More information: <https://go-vela.github.io/docs/reference/cli/>.
- Trigger a pipeline to run from a Git branch, commit or tag:

View file

@ -1,6 +1,6 @@
# vt
> Command-line interface for VirusTotal.
> Interface for VirusTotal.
> API key from a VirusTotal account is required for this command.
> More information: <https://github.com/VirusTotal/vt-cli>.

View file

@ -1,6 +1,6 @@
# web-ext
> A command-line tool for managing web extension development.
> Manage web extension development.
> More information: <https://github.com/mozilla/web-ext>.
- Run the web extension in the current directory in Firefox:

View file

@ -1,6 +1,6 @@
# webtorrent
> The command-line interface for WebTorrent.
> The interface for WebTorrent.
> Supports magnets, URLs, info hashes and `.torrent` files.
> More information: <https://github.com/webtorrent/webtorrent-cli>.

View file

@ -1,6 +1,6 @@
# weechat
> Command-line internet relay chat client with various features.
> Internet relay chat client with various features.
> More information: <https://weechat.org/doc>.
- Start WeeChat:

Some files were not shown because too many files have changed in this diff Show more