Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

raspberry pi set wifi headless

crate a file in the root folder of the sd card ("boot") called 
wpa_supplicant.conf
===========contents of file:=================
ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev
update_config=1
country=<Insert 2 letter ISO 3166-1 country code here>

network={
 ssid="<Name of your wireless LAN>"
 psk="<Password for your wireless LAN>"
}
Comment

raspberry pi headless

create a file in the root folder of the sd card ("boot") called 
wpa_supplicant.conf
add scan_ssid=1 if connecting to hidden network
===========contents of file:=================
ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev
update_config=1
country=<Insert 2 letter ISO 3166-1 country code here>

network={
 ssid="<Name of your wireless LAN>"
 psk="<Password for your wireless LAN>"
}
Comment

raspberry pi wifi headless

DONT FORGET TO ADD AN EMPTY ssh FILE TO THE BOOT!!
Comment

PREVIOUS NEXT
Code Example
Shell :: remove file from commit 
Shell :: install old firefox version ubuntu 
Shell :: helm release minio 
Shell :: linux sort text file alphabetically 
Shell :: how to kill a service based on port number on mac 
Shell :: return boolean bash 
Shell :: removing duplicate input from a file in the command line 
Shell :: pacman purge 
Shell :: github create repo from terminal 
Shell :: [error] The installed version of the /Database Logging/ module is too old to update 
Shell :: open video linux terminal 
Shell :: linux awk 
Shell :: uninstall vmware player 
Shell :: Could not extract RVM sources 
Shell :: test gatsby app on mobile 
Shell :: latest package yarn dependencies 
Shell :: Start rc.local manually 
Shell :: git keep empty folder 
Shell :: bash add extension to all files 
Shell :: sed extract string between two patterns 
Shell :: install biocmanager in rstudio 
Shell :: rename files sequentially linux 
Shell :: how delete wireless connection raspberry pi terminal 
Shell :: install beego ubuntu 
Shell :: delete last pushed commit 
Shell :: scp local to ssh aws 
Shell :: grep count words 
Shell :: windows commandline zip 
Shell :: multiple commands one line linux 
Shell :: homebrew install in linux 
ADD CONTENT
Topic
Content
Source link
Name
6+6 =