https://github.com/noraworld/netplan-conf
https://github.com/noraworld/netplan-conf
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/noraworld/netplan-conf
- Owner: noraworld
- License: mit
- Created: 2024-01-27T11:57:09.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-27T11:58:01.000Z (over 1 year ago)
- Last Synced: 2025-01-11T21:27:48.927Z (9 months ago)
- Size: 21.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# netplan-conf
```shell
sudo systemctl unmask systemd-networkd
sudo systemctl enable systemd-networkd
sudo systemctl start systemd-networkdsudo rm -r /etc/netplan
sudo ln -s $PWD/etc/netplan /etcsudo netplan apply
```