Skip to content

Instantly share code, notes, and snippets.

@veiset
Created November 25, 2012 17:02
Show Gist options
  • Save veiset/4144320 to your computer and use it in GitHub Desktop.
Save veiset/4144320 to your computer and use it in GitHub Desktop.
uib login workaround
# 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