You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

37 lines
524 B

---
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
~~~