chore(turris): try and fail to create a gitea lxc container

This commit is contained in:
Michele Cereda
2024-05-10 00:40:25 +02:00
parent e57d47aea4
commit c7c53f847c
6 changed files with 90 additions and 20 deletions

34
knowledge base/dhcpcd.md Normal file
View 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 -->