More sensible header structure. Cute cow at the bottom

This commit is contained in:
Ian Gulliver
2019-04-25 03:18:54 +00:00
parent a3dfa24549
commit 8663055dd3
34 changed files with 282 additions and 303 deletions

View File

@@ -5,18 +5,18 @@
<p>If youre building system images, youre going to do a lot of debootstrap, which is going to fetch a lot of packages. On a fast system, thatll be the slowest part of the process. Heres how to cache.</p>
<h3>Install apt-cacher-ng</h3>
<h2>Install apt-cacher-ng</h2>
<pre><code>sudo apt-get install squid-deb-proxy
</code></pre>
<h3>Tell programs to use the proxy</h3>
<h2>Tell programs to use the proxy</h2>
<pre><code>export http_proxy=http://127.0.0.1:8000
# Note that you'll need to re-export this before any use of debootstrap
</code></pre>
<h3>Tell sudo to pass through http_proxy</h3>
<h2>Tell sudo to pass through http_proxy</h2>
<pre><code>sudo visudo
# Add the line after the env_reset line: