Skip to content

Instantly share code, notes, and snippets.

@lindskogen
Created May 25, 2015 12:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lindskogen/3905227575ca98d5d156 to your computer and use it in GitHub Desktop.
Save lindskogen/3905227575ca98d5d156 to your computer and use it in GitHub Desktop.
Nomad login via curl or wget
# Using curl:
curl 'https://login.nomad.chalmers.se' --data 'action=Login&login=$USERNAME/net&password=$PASSWORD&org=Radius'
# Using wget: (on Ubuntu for example)
wget 'https://login.nomad.chalmers.se' --post-data 'action=Login&login=$USERNAME/net&password=$PASSWORD&org=Radius'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment