Skip to content

Commit

Permalink
Update setup-notes.md
Browse files Browse the repository at this point in the history
  • Loading branch information
1Copenut authored Sep 28, 2024
1 parent 4ef3c64 commit 13c3f70
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docs/distros/debian/setup-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,12 @@ I like Debian. Maybe server-only. Maybe a daily driver. Maybe just a VM.

## Setup and Hardening
- [Set up and auto-mount Ethernet cards](https://www.youtube.com/watch?v=X1HyrSzmtKA)

### DHCP
* Release DHCP lease. Helpful when moving from dynamic to static IP
```shell
# Use the MAC address to target this NIC in static IP
# assignment, then release and renew the dhclient
sudo dhclient -r # releases current DHCP lease
sudo dhclient # re-enables dhclient with new lease
```

0 comments on commit 13c3f70

Please sign in to comment.