37 lines
524 B
Markdown
37 lines
524 B
Markdown
|
---
|
||
|
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
|
||
|
|
||
|
~~~
|