Skip to content

Instantly share code, notes, and snippets.

@yunsii
Last active March 6, 2022 14:56
Show Gist options
  • Select an option

  • Save yunsii/8b5e409e1b555020da864f12cc337b51 to your computer and use it in GitHub Desktop.

Select an option

Save yunsii/8b5e409e1b555020da864f12cc337b51 to your computer and use it in GitHub Desktop.
Linux guide for yuns

proxy

# https://superuser.com/a/1072625
$ export {http,https,ftp}_proxy="http://proxy-server:port"
$ unset {http,https,ftp}_proxy

# vi ~/.bashrc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment