Skip to content

Instantly share code, notes, and snippets.

@kentarosasaki
Created October 16, 2015 00:26
Show Gist options
  • Save kentarosasaki/f96598274f7cae61e5c0 to your computer and use it in GitHub Desktop.
Save kentarosasaki/f96598274f7cae61e5c0 to your computer and use it in GitHub Desktop.
$ sudo apt-get install lynx
$ lynx https://www.google.com/
Accept Changes - Reset Changes - Left Arrow cancels changes - HELP!
Save options to disk: [X]
export LYNX_CFG=~/.lynxrc
export http_proxy="http://my_proxy:proxy_port"
export https_proxy="http://my_proxy:proxy_port"
export ftp_proxy="http://my_proxy:proxy_port"
http_proxy:http://my_proxy:proxy_port
https_proxy:http://my_proxy:proxy_port
ftp_proxy:http://my_proxy:proxy_port
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment