Horje
nmcli connect wifi Code Example
nmcli connect wifi
# see available connections
nmcli d wifi

# disconnect from the access point you are currently connected to
# replace <current AP> with the AP you are currently connected to
nmcli c down <current AP> # see previous command output

# connect to new AP
# replace <AP name> with name of AP you want to connect to
# replace <password> with the password of the AP
nmcli d wifi c <AP name> password <password>

# hope this helped you :)




Shell

Related
connection failed blueman.bluez.errors.dbusfailederror protocol not available Code Example connection failed blueman.bluez.errors.dbusfailederror protocol not available Code Example
install dotenv Code Example install dotenv Code Example
Ubuntu how to install jetbrains toolbox app Code Example Ubuntu how to install jetbrains toolbox app Code Example
vue scss Code Example vue scss Code Example
install express Code Example install express Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
10