Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

raspberry pi wifi setup wpa_supplicant

Create a file in the root of boot called: wpa_supplicant.conf (instructions below). Then paste the following into it (adjusting for your ISO 3166 alpha-2 country code, network name and network password):

country=US
ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev
update_config=1

network={
    ssid="NETWORK-NAME"
    psk="NETWORK-PASSWORD"
}
Comment

connect to wifi with wpa supplicant raspberry pi

# for raspberry pi
wpa_passphrase 'MyHomeWireless' 'MyHomePassword' >> /etc/wpa_supplicant/wpa_supplicant.conf
Comment

PREVIOUS NEXT
Code Example
Shell :: sudo -s su root in one line 
Shell :: set up vm arch 
Shell :: centos 6 vm.min_free_kbytes 
Shell :: linux shutdown no password 
Shell :: wsl lost internet connection 
Shell :: shell get all lines that are in one file and not another 
Shell :: mac Os dark icons for ubuntu 20.04 
Shell :: how to save a specific file in stash 
Shell :: how to add new line to each line 
Shell :: kali linux ffuf fuzzingvirtual hosts 
Shell :: Linux Find word and replace text 
Shell :: error: Setup script exited with error: libhdf5.so: cannot open shared object file: No such file or directory 
Shell :: bash leerzeichen entfernen 
Shell :: Create a bash script that asks users to change permission 
Shell :: macos redirect to file with colors 
Shell :: splunk error can not create trial 
Shell :: fatal: malformed object name HEAD 
Shell :: check md5 certutil 
Shell :: sftp with private key cli 
Shell :: download gradle for debian 
Shell :: bnmbmbmmbjhgnbhgmv nbhgmvnb 
Shell :: no matches found: *.dmg 
Shell :: centos who connected to server 
Shell :: find drive D windows sub system linuc 
Shell :: sed match number of unknow digits 
Shell :: iris eyesaver 
Shell :: ubuntu run shell script from desktop 
Shell :: instalar cabal do haskell no ubuntu 
Shell :: embedded video doesnt play on gitjub pages 
Shell :: install win64clipboard 
ADD CONTENT
Topic
Content
Source link
Name
2+9 =