Last active
June 17, 2017 18:30
Raspberry Headless setup
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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