Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

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 :)
Comment

PREVIOUS NEXT
Code Example
Shell :: npm install vuelidate 
Shell :: number of directories in a directory linux 
Shell :: show saved wifi password windows 
Shell :: pscp ubuntu copy folder recursively 
Shell :: geopandas is not installin 
Shell :: chmod 777 
Shell :: error: pcap library not found! 
Shell :: docker exec logs 
Shell :: terminal get folder size windows 
Shell :: Install Google Cloud SDK Snap 
Shell :: how to push git 
Shell :: Failed to fetch platform cordova-android@^8.0.0 
Shell :: ubuntu 20.04 powerlevel10 vs code 
Shell :: ubuntu git credentials cache 
Shell :: php install apcu 
Shell :: composer create-project symfony/website-skeleton 
Shell :: stop apache service 
Shell :: conda install mmcv 
Shell :: java check java version 
Shell :: powershell 7 install 
Shell :: how to check free space in linux 
Shell :: How to generate RSA private key and public key with openssl 
Shell :: display number of lines in nano linux 
Shell :: raspberry add-apt-repository command not found 
Shell :: login git in terminal 
Shell :: a script that generates the assembly code (Intel syntax) of a C code and save it in an output file 
Shell :: shell remove last character 
Shell :: pip install mysqlclient 
Shell :: how to send desktop notification in ubuntu 
Shell :: error while loading shared libraries: libaio.so.1: cannot open shared object file: No such file or directory" 
ADD CONTENT
Topic
Content
Source link
Name
8+6 =