update draft arch linux note

main
Dominic Reich 9 months ago
parent 560280e40d
commit 5906b18f65
Signed by: dominic
GPG Key ID: BC9D6AE1A3BE169A

@ -0,0 +1,36 @@
---
title: Archlinux
date: 2023-11-29T20:33:48+0100
lastmod: 2024-01-26T11:16:05+0000
tags:
- archlinux
#showDate: false
showReadingTime: false
showWordCount: false
showPagination: false
#showAuthor: false
showBreadcrumbs: true
feed_exclude: true
# site_exclude: true
draft: true
---
## Setup WiFi networks
### Using **iwctl**
~~~console
$ iwctl device list
$ iwctl station wlan0 scan
$ iwctl station wlan0 get-networks
$ iwctl station wlan0 connect {ssid}
~~~
### Using **nmcli** (NetworkManager)
~~~console
~~~
Loading…
Cancel
Save