diff options
author | Paul Duncan <pabs@pablotron.org> | 2021-10-14 12:47:50 -0400 |
---|---|---|
committer | Paul Duncan <pabs@pablotron.org> | 2021-10-14 12:47:50 -0400 |
commit | 4b6c0e31385f5f27a151088c0a2b614495c4e589 (patch) | |
tree | 12243cdcd00704bc1a9d94ac9cc128459417370c /content/posts/2003-08-10-squid-to-privoxy-proxy-o-rama.html | |
download | pablotron.org-4b6c0e31385f5f27a151088c0a2b614495c4e589.tar.bz2 pablotron.org-4b6c0e31385f5f27a151088c0a2b614495c4e589.zip |
initial commit, including theme
Diffstat (limited to 'content/posts/2003-08-10-squid-to-privoxy-proxy-o-rama.html')
-rw-r--r-- | content/posts/2003-08-10-squid-to-privoxy-proxy-o-rama.html | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/content/posts/2003-08-10-squid-to-privoxy-proxy-o-rama.html b/content/posts/2003-08-10-squid-to-privoxy-proxy-o-rama.html new file mode 100644 index 0000000..ea69b98 --- /dev/null +++ b/content/posts/2003-08-10-squid-to-privoxy-proxy-o-rama.html @@ -0,0 +1,27 @@ +--- +date: "2003-08-10T14:38:09Z" +title: Squid to Privoxy, Proxy-O-Rama +--- + +<p> +I just finished setting <a href='http://www.squid-cache.org/'>Squid</a>. +It forwards to <a href='http://www.privoxy.org/'>Privoxy</a>. Things +feel a little faster, but I'll have to play around with it a bit more +before I know for sure. Also, I set up <a +href='http://www.squid-cache.org/Doc/FAQ/FAQ-5.html#ss5.2'>automatic +browser proxy configuration</a> based on <a +href='http://www.squid-cache.org/Doc/FAQ/FAQ-5.html#ss5.4'>this +script</a>. My internal machines can access the proxy configuration at +the <acronym title='Uniform Resource Locator'>URL</acronym> +<code>http://proxy/auto/</code>. If you'd like to use it, you can +grab it <a href='/download/proxy.pac'>here</a>. + </p> + +<p> +<a href='http://www.paulgraham.com/ffb.html'>New Paul Graham article</a>. A <a href='http://www.livejournal.com/users/jwz/193866.html'>rant on jwz's blog</a> about the problems with CSS layout. <a href='http://www.gnu.org/directory/security/libgcrypt.html'>Gcrypt</a>, a set of crypto functions from <a href='http://www.gnupg.org/'>GnuPG</a>; I'm thinking about whipping up some <a href='http://www.ruby-lang.org/'>Ruby</a> bindings. +</p> + +<p> +I've finally got some content on <a href='http://www.paulduncan.org/'>my other personal site</a>. I think I'm going to be using it for non-tech material (writing, day to day stuff, etc). The backend is much smaller (and cleaner) than this site, and as a result it's easier to update and maintain. +</p> + |