Skip to content

Instantly share code, notes, and snippets.

@deanpodgornik
deanpodgornik / interfaces
Created May 13, 2016 22:02
Raspberry Pi 2 - Raspbian - Configuration for enabling SSH over Wifi (without the need for the ethernet cable)
#Filename: /etc/network/interfaces
# interfaces(5) file used by ifup(8) and ifdown(8)
# Please note that this file is written to be used with dhcpcd
# For static IP, consult /etc/dhcpcd.conf and 'man dhcpcd.conf'
# Include files from /etc/network/interfaces.d:
source-directory /etc/network/interfaces.d
#!/bin/bash
#------------------
#DB INFO
#------------------
USERNAME='root';
PASSWORD='test';
DATABASE='test';
HOST='localhost';
#------------------