From 9105a9d57e0d31d279d5074b239c4b8072680e84 Mon Sep 17 00:00:00 2001 From: Jose Date: Mon, 16 Oct 2023 10:44:46 -0300 Subject: [PATCH] Fix typos --- README.org | 2 +- doc/nmcli_command.org | 8 +++++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/README.org b/README.org index 80ab155..bc57666 100644 --- a/README.org +++ b/README.org @@ -34,7 +34,7 @@ How to -safely- migrate to [[https://www.fsf.org][free software]] (free as in fr * [[./doc/luakit_browser.org][Luakit browser: how to use "adblock"]] * [[./doc/set_luakit_default.org][Set a browser as default: an example with luakit]] * [[./doc/user_tor_luakit.org][Use tor with luakit browser]] - * [[./doc/nmcli_command.org][`nmcli`: Connect to internet from terminal]] + * [[./doc/nmcli_command.org][nmcli: Connect to internet from terminal]] ** Hardware diff --git a/doc/nmcli_command.org b/doc/nmcli_command.org index 7714b3e..81dc931 100644 --- a/doc/nmcli_command.org +++ b/doc/nmcli_command.org @@ -18,7 +18,7 @@ Some of the common uses on connections are[fn:1]: To check the status of the network use: #+begin_src sh -nmcli general + nmcli general #+end_src #+RESULTS: @@ -66,6 +66,12 @@ In case you need to include the password for wifi, use: nmcli --ask dev wifi connect network-ssid #+end_example +You could also use the SSID (name of wifi connection), e.g.: + +#+begin_example sh + nmcli dev wifi connect wifi_name_here +#+end_example + ** References