mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-09-09 21:33:50 +02:00
scutil: add Spanish translation (#11564)
* scutil: add Spanish translation * scutil: fix placeholders in Spanish translation --------- Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
This commit is contained in:
parent
f3764866db
commit
37d086fa2b
1 changed files with 29 additions and 0 deletions
29
pages.es/osx/scutil.md
Normal file
29
pages.es/osx/scutil.md
Normal file
|
@ -0,0 +1,29 @@
|
||||||
|
# scutil
|
||||||
|
|
||||||
|
> Gestiona los parámetros de configuración del sistema.
|
||||||
|
> Es necesario ser root para establecer la configuración.
|
||||||
|
> Más información: <https://ss64.com/osx/scutil.html>.
|
||||||
|
|
||||||
|
- Muestra la configuración DNS:
|
||||||
|
|
||||||
|
`scutil --dns`
|
||||||
|
|
||||||
|
- Muestra la configuración del proxy:
|
||||||
|
|
||||||
|
`scutil --proxy`
|
||||||
|
|
||||||
|
- Obtiene nombre de equipo:
|
||||||
|
|
||||||
|
`scutil --get ComputerName`
|
||||||
|
|
||||||
|
- Establece el nombre del equipo:
|
||||||
|
|
||||||
|
`sudo scutil --set ComputerName {{nombre_ordenador}}`
|
||||||
|
|
||||||
|
- Obtiene nombre del host:
|
||||||
|
|
||||||
|
`scutil --get HostName`
|
||||||
|
|
||||||
|
- Establece nombre del host:
|
||||||
|
|
||||||
|
`scutil --set HostName {{nombre_host}}`
|
Loading…
Add table
Reference in a new issue