Difference between revisions of "Apt-proxy-settings"
From Wiki at Neela Nurseries
(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...") |
(No difference)
|
Latest revision as of 18:06, 30 October 2019
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"; ~ ~ ~