Skip to content

Instantly share code, notes, and snippets.

@yevhene
Last active November 3, 2017 10:59
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 yevhene/99db4c7922c4f64103776ecd1584437b to your computer and use it in GitHub Desktop.
Save yevhene/99db4c7922c4f64103776ecd1584437b to your computer and use it in GitHub Desktop.
vntu-setup
insmod ntldr
ntldr (\$root)/bootmgr
#>/etc/apt/apt.conf.d/
Acquire::http::proxy "http://proxy.lan:3128/";
Acquire::ftp::proxy "ftp://proxy.lan:3128/";
Acquire::https::proxy "https://proxy.lan:3128/";
#>>/etc/environment
http_proxy=http://proxy.lan:3128/
ftp_proxy=http://proxy.lan:3128/
socks_proxy=http://proxy.lan:3128/
https_proxy=http://proxy.lan:3128/
no_proxy="localhost,127.0.0.1,localaddress,.localdomain.com"
HTTP_PROXY=http://proxy.lan:3128/
FTP_PROXY=http://proxy.lan:3128/
SOCKS_PROXY=http://proxy.lan:3128/
HTTPS_PROXY=http://proxy.lan:3128/
NO_PROXY="localhost,127.0.0.1,localaddress,.localdomain.com"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment