Skip to content

Instantly share code, notes, and snippets.

@michailw
Last active June 17, 2017 18:30
Show Gist options
  • Save michailw/bc780e8f7273fe59af1d98b35fa1aaef to your computer and use it in GitHub Desktop.
Save michailw/bc780e8f7273fe59af1d98b35fa1aaef to your computer and use it in GitHub Desktop.
Raspberry Headless setup
https://downloads.raspberrypi.org/raspbian_lite_latest
/etc/network/interfaces
auto wlan0
allow-hotplug wlan0
iface wlan0 inet dhcp
wpa-conf /etc/wpa_supplicant/wpa_supplicant.conf
etc/wpa_supplicant/wpa_supplicant.conf
network={
ssid="Raspberry"
psk="raspberrypi"
proto=RSN
key_mgmt=WPA-PSK
pairwise=CCMP
auth_alg=OPEN
}
touch /boot/ssh
/etc/rc.local
/usr/bin/tvservice -o #before exit 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment