Created
November 25, 2012 17:02
-
-
Save veiset/4144320 to your computer and use it in GitHub Desktop.
uib login workaround
This file contains hidden or 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
# Login script for UIB-proxy if you lack the following: | |
# Any web browser, | |
# a network manager, | |
# wireless network | |
# graphical user interface | |
echo "Username: " | |
read USER | |
echo "Password: " | |
read -s PASS | |
wget --no-check-certificate --post-data "username=$USER&url=uib.no&password=$PASS" https://uib-guest.privnett.uib.no -O /dev/null |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment