Sys Admin Links + Hacks
I've been doing a lot of System Administration of late and I want to share lots of friendly pages. This is more so for me to be able to find these links easily too + share.
Linux booting
- Arch Boot Process
- Super helpful to remember modern linux booting
systemd
- Main systemd freedesktop docs
- Lots of info
- systemd.io
- seems a GitHub pages page with more up to date info in some areas than freedesktop docs
- All systemd man pages
- Fedora systemd 101
systemd-networkd
- networkd.service
- Talks about the service unit itself
- networkctl
Configuration File Doumentation
- Link files
- Control link layer (layer 2) properties for a device - e.g. Change mac
address or interface alias/name
- Control link layer (layer 2) properties for a device - e.g. Change mac
- Netdev files
- Create virtual interfaces - e.g. vlan or bond interfaces
- Network files
- Control network layer (layer 3) properties for a device - e.g. Add routes or
change MTU
- Control network layer (layer 3) properties for a device - e.g. Add routes or