mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-24 10:35:25 +02:00
dhcpcd: add Spanish translation (#12521)
This commit is contained in:
parent
89d8c09c29
commit
bb0e97bd23
1 changed files with 12 additions and 0 deletions
12
pages.es/linux/dhcpcd.md
Normal file
12
pages.es/linux/dhcpcd.md
Normal file
|
@ -0,0 +1,12 @@
|
|||
# dhcpcd
|
||||
|
||||
> Cliente DHCP.
|
||||
> Más información: <https://roy.marples.name/projects/dhcpcd>.
|
||||
|
||||
- Libera todas las direcciones:
|
||||
|
||||
`sudo dhcpcd --release`
|
||||
|
||||
- Solicita nuevas direcciones al servidor DHCP:
|
||||
|
||||
`sudo dhcpcd --rebind`
|
Loading…
Add table
Reference in a new issue