From 9f645389d4344e791bc98544a80ff9e97f790418 Mon Sep 17 00:00:00 2001 From: Edouard DUPIN Date: Mon, 1 Apr 2019 14:19:44 +0200 Subject: [PATCH] [DEV] update network doc --- 6_network.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) 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 +``` +