pages.nl/*: add and update pages
This commit is contained in:

committed by
K.B.Dharun Krishna

parent
362322fe70
commit
29bb3b90fb
29
pages.nl/linux/nmcli-radio.md
Normal file
29
pages.nl/linux/nmcli-radio.md
Normal file
@@ -0,0 +1,29 @@
|
||||
# nmcli radio
|
||||
|
||||
> Toon de status van radioschakelaars of schakel ze in/uit via NetworkManager.
|
||||
> Dit subcommando kan ook aangeroepen worden met `nmcli r`.
|
||||
> Meer informatie: <https://networkmanager.dev/docs/api/latest/nmcli.html>.
|
||||
|
||||
- Toon de status van Wi-Fi:
|
||||
|
||||
`nmcli radio wifi`
|
||||
|
||||
- Zet Wi-Fi aan of uit:
|
||||
|
||||
`nmcli radio wifi {{on|off}}`
|
||||
|
||||
- Toon de status van WWAN:
|
||||
|
||||
`nmcli radio wwan`
|
||||
|
||||
- Zet WWAN aan of uit:
|
||||
|
||||
`nmcli radio wwan {{on|off}}`
|
||||
|
||||
- Toon de status van beide switches:
|
||||
|
||||
`nmcli radio all`
|
||||
|
||||
- Zet beide switches aan of uit:
|
||||
|
||||
`nmcli radio all {{on|off}}`
|
Reference in New Issue
Block a user