From 6a065eb8b2dcbb989b16eefbd2b56d045b268fbd Mon Sep 17 00:00:00 2001 From: Marco D'Agostini Date: Fri, 7 Feb 2020 11:51:38 -0500 Subject: [PATCH] ubuntu_network: added documentations --- ubuntu_network.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ubuntu_network.md b/ubuntu_network.md index 2709b6c..a84a980 100644 --- a/ubuntu_network.md +++ b/ubuntu_network.md @@ -14,6 +14,8 @@ nmcli device show `unmanaged` means **NetworkManager** will not manage that device. +### Documentation: https://help.ubuntu.com/community/NetworkManager + --- # Netplan @@ -37,3 +39,5 @@ To see your list of devices, run `ip addr`. Finally apply the new configurations sudo netplan apply + +### Documentation: https://netplan.io/reference#examples