Skip to content

Instantly share code, notes, and snippets.

@Deliaz
Last active January 18, 2018 10:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Deliaz/be7c104a1e3c77f35fc458518bfc49ec to your computer and use it in GitHub Desktop.
Save Deliaz/be7c104a1e3c77f35fc458518bfc49ec to your computer and use it in GitHub Desktop.
Help note to configure WiFi and SSH on SD card
cd /Volumes/boot
nano wpa_supplicant.conf
ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev
network={
ssid="YOUR_NETWORK_NAME"
psk="YOUR_PASSWORD"
key_mgmt=WPA-PSK
}
touch ssh
###
sudoedit /etc/apt/apt.conf.d/99force-ipv4
Acquire::ForceIPv4 "true";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment