Skip to content

Instantly share code, notes, and snippets.

@gelias
Created July 13, 2015 02:42
Show Gist options
  • Save gelias/13bf5415dd7b5524f579 to your computer and use it in GitHub Desktop.
Save gelias/13bf5415dd7b5524f579 to your computer and use it in GitHub Desktop.
Download file using wget
wget --no-cookies --no-check-certificate --header "Cookie: gpw_e24=http%3A%2F%2Fwww.oracle.com%2F; oraclelicense=accept-securebackup-cookie" "http://download.oracle.com/otn-pub/java/jdk/7u80-b15/jdk-7u80-linux-x64.tar.gz" -O jdk-7u80-linux.tar.gz
tar zxvf jdk-7u80-linux.tar.gz
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment