Horje
enable wifi raspberry pi headless Code Example
enable wifi raspberry pi headless
Make new file /boot/wpa_supplicant.conf:

ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev
update_config=1
country="{Your countries' ISO 3166-1 code}" 

network={
 ssid="{Name of Network}"
 psk="{Password}"
}
raspberry pi wifi headless
DONT FORGET TO ADD AN EMPTY ssh FILE TO THE BOOT!!




Shell

Related
install k3s without traefik Code Example install k3s without traefik Code Example
webgl server apache Code Example webgl server apache Code Example
htaccess route to index.php Code Example htaccess route to index.php Code Example
ubuntu 20.04 wont see OpemSSH Code Example ubuntu 20.04 wont see OpemSSH Code Example
nvcc not found in jetson nano Code Example nvcc not found in jetson nano Code Example

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