Skip to content

Instantly share code, notes, and snippets.

@Vunovati
Created August 7, 2013 11:08
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 Vunovati/6173141 to your computer and use it in GitHub Desktop.
Save Vunovati/6173141 to your computer and use it in GitHub Desktop.
Oracle java download oneliner
wget --no-cookies \
--header "Cookie: gpw_e24=http%3A%2F%2Fwww.oracle.com" \
"http://download.oracle.com/otn-pub/java/jdk/7/jdk-7-linux-x64.tar.gz" \
-O /tmp/jdk-7-linux-x64.tar.gz --no-check-certificate
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment