mirror of
https://gitea.com/mcereda/oam.git
synced 2026-02-09 05:44:23 +00:00
chore(turris): try and fail to create a gitea lxc container
This commit is contained in:
34
knowledge base/dhcpcd.md
Normal file
34
knowledge base/dhcpcd.md
Normal file
@@ -0,0 +1,34 @@
|
||||
# dhcpcd
|
||||
|
||||
1. [TL;DR](#tldr)
|
||||
|
||||
## TL;DR
|
||||
|
||||
<details>
|
||||
<summary>Usage</summary>
|
||||
|
||||
```sh
|
||||
# Start on specific interfaces.
|
||||
dhcpcd 'eth0'
|
||||
|
||||
# Release the current IP address.
|
||||
dhcpcd -k 'eth0'
|
||||
dhcpcd --release 'eth0'
|
||||
|
||||
# Stop
|
||||
dhcpcd -x
|
||||
dhcpcd --exit
|
||||
```
|
||||
|
||||
</details>
|
||||
|
||||
<!--
|
||||
Reference
|
||||
═╬═Time══
|
||||
-->
|
||||
|
||||
<!-- In-article sections -->
|
||||
<!-- Knowledge base -->
|
||||
<!-- Files -->
|
||||
<!-- Upstream -->
|
||||
<!-- Others -->
|
||||
Reference in New Issue
Block a user