Skip to content

Instantly share code, notes, and snippets.

@vbajpai
Created August 24, 2012 12:49
Show Gist options
  • Save vbajpai/3450187 to your computer and use it in GitHub Desktop.
Save vbajpai/3450187 to your computer and use it in GitHub Desktop.
netcfg configuration for JACOBS Public Access Point
CONNECTION='wireless'
DESCRIPTION='A simple opened wireless connection'
INTERFACE='wlan0'
SECURITY='none'
ESSID='JACOBS'
IP='dhcp'
@vbajpai
Copy link
Author

vbajpai commented Aug 24, 2012

>> [/tmp] git clone git://gist.github.com/3450187.git
>>  [/tmp] mv 3450187/JACOBS /etc/network.d/
>> sudo netcfg JACOBS

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment