Skip to content

Instantly share code, notes, and snippets.

@langalex
Created June 15, 2012 14:37
Show Gist options
  • Star 3 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save langalex/2936781 to your computer and use it in GitHub Desktop.
Save langalex/2936781 to your computer and use it in GitHub Desktop.
Logging in to the hotel wifi at Nordic Ruby 2012
# take one of the wifi cards from the bar and fill in the blanks
# this wil log you into the hotel wifi without having to type in the username/password every time
curl -XPOST -d "username=<username>&password=<password>&operator=homerun.telia.com" https://login.homerun.telia.com/sd/login
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment