Skip to content

Instantly share code, notes, and snippets.

@jsleetw
Created August 24, 2012 06:51
Show Gist options
  • Save jsleetw/3446852 to your computer and use it in GitHub Desktop.
Save jsleetw/3446852 to your computer and use it in GitHub Desktop.
ntpdate over http proxy
date -s "$(wget --no-cache -S -O /dev/null google.com 2>&1 | sed -n -e '/ *Date: */ {' -e s///p -e q -e '}')"
@ethicalmohit
Copy link

exporting http_proxy doesn't help.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment