Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

raspberry pi how to add multiple networks to headless

//Follow the instructions from the raspberry pi website and just literally add another
// network below the one you just added :)
// https://www.raspberrypi.org/documentation/configuration/wireless/headless.md

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

network={
    ssid="SCHOOLS NETWORK NAME"
    psk="SCHOOLS PASSWORD"
    id_str="school"
}

network={
    ssid="HOME NETWORK NAME"
    psk="HOME PASSWORD"
    id_str="home"
}
Comment

PREVIOUS NEXT
Code Example
Shell :: batch rename folders & trim spaces & add prefix / suffix 
Shell :: how to add sha to known hosts w10 
Shell :: install convox 
Shell :: Cannot create files/folders in new partition 
Shell :: How to grep for value in a key-value 
Shell :: ????author signature 
Shell :: laravel sail 
Shell :: docker compose share gpu 
Shell :: mac terminal copz files 
Shell :: install wii save files dolphin 
Shell :: download it from Ubuntu package archives from a working computer, save it in a usb drive, mount it from tty1, and then use dpkg to install it. 
Shell :: snap remove revision 
Shell :: grep 
Shell :: Remove Lock with folder & sub directory 
Shell :: install msno in jupyter notebook 
Shell :: Because you can never quite anticipate in which environment your particular zsh will be launched in, it is good practice to reset the options at the beginning of your script with the emulate command: 
Shell :: kali uninstall nginx 
Shell :: bbedit close without saving 
Shell :: how to make copy of branch in git 
Shell :: untar multiple archives into thier own folders linux command 
Shell :: caddy default tls folder 
Shell :: github.com developer 
Shell :: cmd install mrjob 
Shell :: bash sum floating point numbers 
Shell :: git show files that are not tracked 
Shell :: cli full form 
Shell :: fslmaths edge outline 
Shell :: systemd show sshd services 
Shell :: shell script backup distant 
Shell :: vulkano rust 
ADD CONTENT
Topic
Content
Source link
Name
2+8 =