14 lines
247 B
Markdown
14 lines
247 B
Markdown
# WiFi
|
|
|
|
Below are some handy commands and notes regarding WiFi on the Raspberry Pi 4.
|
|
|
|
``` sh
|
|
|
|
# Wifi config using NetworkManager
|
|
nmtui
|
|
|
|
# Vanilla WiFi config (you probably don't want this if you're following our docs)
|
|
wifi-menu
|
|
|
|
```
|