Update cheatsheets

This commit is contained in:
ivuorinen
2024-03-13 00:13:07 +00:00
parent daf84d472c
commit d0d0a703c0
3 changed files with 66 additions and 9 deletions

17
tldr/linux/dhcpcd Normal file
View File

@@ -0,0 +1,17 @@
---
syntax: markdown
tags: [tldr, linux]
source: https://github.com/tldr-pages/tldr.git
---
# dhcpcd
> DHCP client.
> More information: <https://roy.marples.name/projects/dhcpcd>.
- Release all address leases:
`sudo dhcpcd --release`
- Request the DHCP server for new leases:
`sudo dhcpcd --rebind`