Skip to content

Instantly share code, notes, and snippets.

@miguelmota
Created January 14, 2022 06:29
Show Gist options
  • Save miguelmota/8e577e46e806b63615ee8b82f6061b05 to your computer and use it in GitHub Desktop.
Save miguelmota/8e577e46e806b63615ee8b82f6061b05 to your computer and use it in GitHub Desktop.
Arch linux wifi network iwd
pacman -S iwd
systemctl enable iwd.service
systemctl start iwd.service
iwctl
> device list
> station _device_ scan
> station _device_ connect "_SSID_"
> station _device_ show
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment