Skip to content

Instantly share code, notes, and snippets.

View ghalusa's full-sized avatar
🤓
Geekin'

Goran Halusa ghalusa

🤓
Geekin'
View GitHub Profile
@ghalusa
ghalusa / interfaces
Last active August 29, 2015 14:06
Configuring WiFi on a Raspberry Pi Running Raspbian (Debian)
# Open the networking configuration file using your favorite editor (vi, nano, etc....)
sudo vi /etc/network/interfaces
# Enter the following:
auto lo
iface lo inet loopback
iface eth0 inet dhcp