diff --git a/6_network.md b/6_network.md index f7b9d6a..71fcf23 100644 --- a/6_network.md +++ b/6_network.md @@ -55,3 +55,17 @@ Display the current status ``` timedatectl status ``` + + +tools for connections +===================== + +``` +nmtui +``` + +to force start of hidden network: +``` +nmcli con up NAME_DISPALY_IN_NMTUI +``` +