Created
June 15, 2012 14:37
-
-
Save langalex/2936781 to your computer and use it in GitHub Desktop.
Logging in to the hotel wifi at Nordic Ruby 2012
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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