Skip to content

Instantly share code, notes, and snippets.

@sjoness
Created September 22, 2012 16:01
Show Gist options
  • Save sjoness/3766615 to your computer and use it in GitHub Desktop.
Save sjoness/3766615 to your computer and use it in GitHub Desktop.
/etc/network.d/wifi - arch netcfg
CONNECTION='wireless'
DESCRIPTION='BTHub'
INTERFACE='wlan0'
SECURITY='wpa'
ESSID='BTHub3-QJQ3'
KEY='*'
IP='static'
ADDR='192.168.1.32'
GATEWAY='192.168.1.254'
DNS=('192.168.1.254')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment