From 8bcffea862e25319e2764f8db38f8f8a3bf4b190 Mon Sep 17 00:00:00 2001 From: Dominic Reich Date: Sat, 13 Apr 2024 21:45:11 +0200 Subject: [PATCH] update arch linux notes page --- content/notes/archlinux/index.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/content/notes/archlinux/index.md b/content/notes/archlinux/index.md index b99f513..634df59 100644 --- a/content/notes/archlinux/index.md +++ b/content/notes/archlinux/index.md @@ -1,7 +1,7 @@ --- title: Archlinux date: 2023-11-29T20:33:48+0100 -lastmod: 2024-04-13T10:21:20+0000 +lastmod: 2024-04-13T19:45:11+0000 tags: - archlinux @@ -74,9 +74,14 @@ $ iwctl station wlan0 connect {ssid} ### Using **nmcli** (NetworkManager) ~~~console - +$ nmcli device wifi list +$ nmcli device wifi rescan +$ nmcli device wifi connect {ssid} --ask +$ nmcli device wifi show-password ~~~ +Last command shows the connected SSID and a QR-code within the terminal. + ## CPU frequency scaling