Apt-proxy-settings

From Wiki at Neela Nurseries
Revision as of 18:06, 30 October 2019 by Ted (talk | contribs) (Created page with "2019-10-30 Copying over some 2019 useful notes for Debian `apt` proxy settings. These are in an nn wiki article whose page name is "New page". Ted to remove that page as it...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

2019-10-30

Copying over some 2019 useful notes for Debian `apt` proxy settings. These are in an nn wiki article whose page name is "New page". Ted to remove that page as its name is misleading.


// Pre-configure all packages with debconf before they are installed.
// If you don't like it, comment it out.
DPkg::Pre-Install-Pkgs {"/usr/sbin/dpkg-preconfigure --apt || true";};

Acquire::http::proxy "http://64.141.    87.24:9480";
Acquire::http::proxy "http://165.225.    50.9:9480";
~
~
~