fossil-ci, ifdown, megadl, mklost+found, raspinfo: add Spanish translation (#7238)

beep
Enrique Matías Sánchez 2021-10-27 21:03:20 +02:00 committed by GitHub
parent 53b7f107a7
commit 1fe678a8cd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 44 additions and 0 deletions

View File

@ -0,0 +1,8 @@
# fossil ci
> Este comando es un alias de `fossil commit`.
> Más información: <https://fossil-scm.org/home/help/commit>.
- Ver documentación para el comando original:
`tldr fossil-commit`

12
pages.es/linux/ifdown.md Normal file
View File

@ -0,0 +1,12 @@
# ifdown
> Desactiva interfaces de red.
> Más información: <https://manned.org/ifdown>.
- Desactiva la interfaz eth0:
`ifdown {{eth0}}`
- Desactiva todas las interfaces que estén activadas:
`ifdown -a`

8
pages.es/linux/megadl.md Normal file
View File

@ -0,0 +1,8 @@
# megadl
> Este comando es un alias de `megatools-dl`.
> Más información: <https://megatools.megous.com/man/megatools-dl.html>.
- Ver documentación para el comando original:
`tldr megatools-dl`

View File

@ -0,0 +1,8 @@
# mklost+found
> Crea un directorio lost+found.
> Más información: <https://manned.org/mklost+found>.
- Crea un directorio `lost+found` en el directorio actual:
`mklost+found`

View File

@ -0,0 +1,8 @@
# raspinfo
> Muestra informacion del sistema en una Raspberry Pi.
> Más información: <https://github.com/raspberrypi/utils/tree/master/raspinfo>.
- Muestra información del sistema:
`raspinfo`