<?xml version="1.0" encoding="UTF-8"?> <rss
version="2.0"
xmlns:content="http://purl.org/rss/1.0/modules/content/"
xmlns:wfw="http://wellformedweb.org/CommentAPI/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:atom="http://www.w3.org/2005/Atom"
xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
> <channel><title>David Andrzejewski &#187; Software</title> <atom:link href="http://www.davidandrzejewski.com/category/software/feed/" rel="self" type="application/rss+xml" /><link>http://www.davidandrzejewski.com</link> <description></description> <lastBuildDate>Fri, 18 Nov 2011 23:01:39 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.2.1</generator> <item><title>Squid: Bypass redirector for specific URL</title><link>http://www.davidandrzejewski.com/2011/11/16/squid-bypass-redirector-for-specific-url/</link> <comments>http://www.davidandrzejewski.com/2011/11/16/squid-bypass-redirector-for-specific-url/#comments</comments> <pubDate>Thu, 17 Nov 2011 02:51:57 +0000</pubDate> <dc:creator>David Andrzejewski</dc:creator> <category><![CDATA[Computing]]></category> <category><![CDATA[Software]]></category> <guid
isPermaLink="false">http://www.davidandrzejewski.com/?p=503</guid> <description><![CDATA[TweetOften times, in your Squid proxy, you may have a redirector configured &#8211; such as SquidGuard: redirect_program /usr/local/bin/squidGuard -c /usr/local/etc/squid/squidGuard.conf I ran into a problem tonight with my Roku box where SquidGuard was seeing Roku&#8217;s NetFlix access as a security threat.  So, to make Squid bypass the redirector, add an ACL and a redirector-access rule: <a
href='http://www.davidandrzejewski.com/2011/11/16/squid-bypass-redirector-for-specific-url/'>[...]</a>]]></description> <content:encoded><![CDATA[<div
id="tweetbutton503" class="tw_button" style=""><a
href="http://twitter.com/share?url=http%3A%2F%2Fwww.davidandrzejewski.com%2F2011%2F11%2F16%2Fsquid-bypass-redirector-for-specific-url%2F&amp;via=dandrzejewski&amp;text=Squid%3A%20Bypass%20redirector%20for%20specific%20URL&amp;related=&amp;lang=en&amp;count=horizontal" class="twitter-share-button"  style="width:55px;height:22px;background:transparent url('http://www.davidandrzejewski.com/wp-content/plugins/wp-tweet-button/tweetn.png') no-repeat  0 0;text-align:left;text-indent:-9999px;display:block;">Tweet</a></div><p>Often times, in your <a
href="http://www.squid-cache.org">Squid</a> proxy, you may have a redirector configured &#8211; such as <a
href="http://www.squidguard.org/">SquidGuard</a>:</p><pre>redirect_program /usr/local/bin/squidGuard -c /usr/local/etc/squid/squidGuard.conf</pre><p>I ran into a problem tonight with my Roku box where SquidGuard was seeing Roku&#8217;s NetFlix access as a security threat.  So, to make Squid bypass the redirector, add an ACL and a redirector-access rule:</p><pre>acl netflix dstdomain .netflix.com
redirector_access deny netflix</pre><p>There you have it &#8211; any requests to *.netflix.com will skip the redirector.</p><div
id="tweetbutton503" class="tw_button" style=""><a
href="http://twitter.com/share?url=http%3A%2F%2Fwww.davidandrzejewski.com%2F2011%2F11%2F16%2Fsquid-bypass-redirector-for-specific-url%2F&amp;via=dandrzejewski&amp;text=Squid%3A%20Bypass%20redirector%20for%20specific%20URL&amp;related=&amp;lang=en&amp;count=horizontal" class="twitter-share-button"  style="width:55px;height:22px;background:transparent url('http://www.davidandrzejewski.com/wp-content/plugins/wp-tweet-button/tweetn.png') no-repeat  0 0;text-align:left;text-indent:-9999px;display:block;">Tweet</a></div>]]></content:encoded> <wfw:commentRss>http://www.davidandrzejewski.com/2011/11/16/squid-bypass-redirector-for-specific-url/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Squid Proxy: Make Outgoing Headers Anonymous</title><link>http://www.davidandrzejewski.com/2011/11/06/squid-proxy-make-outgoing-headers-anonymous/</link> <comments>http://www.davidandrzejewski.com/2011/11/06/squid-proxy-make-outgoing-headers-anonymous/#comments</comments> <pubDate>Sun, 06 Nov 2011 12:56:58 +0000</pubDate> <dc:creator>David Andrzejewski</dc:creator> <category><![CDATA[Computing]]></category> <category><![CDATA[Security]]></category> <category><![CDATA[Software]]></category> <guid
isPermaLink="false">http://www.davidandrzejewski.com/?p=494</guid> <description><![CDATA[TweetBy default, Squid sends HTTP headers on every request that can give away information about your internal network. Here&#8217;s an example of these headers: HTTP_VIA:1.1 proxyserver.local (squid/3.1.16) HTTP_X_FORWARDED_FOR:192.168.0.123 That&#8217;s three pieces of information you may not want to give away: The host name of your proxy server, the version of Squid it&#8217;s running, and the <a
href='http://www.davidandrzejewski.com/2011/11/06/squid-proxy-make-outgoing-headers-anonymous/'>[...]</a>]]></description> <content:encoded><![CDATA[<div
id="tweetbutton494" class="tw_button" style=""><a
href="http://twitter.com/share?url=http%3A%2F%2Fwww.davidandrzejewski.com%2F2011%2F11%2F06%2Fsquid-proxy-make-outgoing-headers-anonymous%2F&amp;via=dandrzejewski&amp;text=Squid%20Proxy%3A%20Make%20Outgoing%20Headers%20Anonymous&amp;related=&amp;lang=en&amp;count=horizontal" class="twitter-share-button"  style="width:55px;height:22px;background:transparent url('http://www.davidandrzejewski.com/wp-content/plugins/wp-tweet-button/tweetn.png') no-repeat  0 0;text-align:left;text-indent:-9999px;display:block;">Tweet</a></div><p>By default, Squid sends HTTP headers on every request that can give away information about your internal network. Here&#8217;s an example of these headers:</p><pre>HTTP_VIA:1.1 proxyserver.local (squid/3.1.16)
HTTP_X_FORWARDED_FOR:192.168.0.123</pre><p>That&#8217;s three pieces of information you may not want to give away: The host name of your proxy server, the version of Squid it&#8217;s running, and the IP address of the system that&#8217;s making the request via the proxy.</p><p>Fortunately, it&#8217;s simple (and does not apparently violate any standards) to make these headers more anonymous &#8211; just use these configuration directives in your squid.conf:</p><pre>
# Be more anonymous
forwarded_for off
visible_hostname proxy.local
httpd_suppress_version_string on
</pre><p>That will change the headers to look more like this:</p><pre>HTTP_VIA:1.1 proxy.local (squid)
HTTP_X_FORWARDED_FOR:unknown</pre><div
id="tweetbutton494" class="tw_button" style=""><a
href="http://twitter.com/share?url=http%3A%2F%2Fwww.davidandrzejewski.com%2F2011%2F11%2F06%2Fsquid-proxy-make-outgoing-headers-anonymous%2F&amp;via=dandrzejewski&amp;text=Squid%20Proxy%3A%20Make%20Outgoing%20Headers%20Anonymous&amp;related=&amp;lang=en&amp;count=horizontal" class="twitter-share-button"  style="width:55px;height:22px;background:transparent url('http://www.davidandrzejewski.com/wp-content/plugins/wp-tweet-button/tweetn.png') no-repeat  0 0;text-align:left;text-indent:-9999px;display:block;">Tweet</a></div>]]></content:encoded> <wfw:commentRss>http://www.davidandrzejewski.com/2011/11/06/squid-proxy-make-outgoing-headers-anonymous/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>FreeBSD &#8211; IPv6 Tunnel and Gateway Configuration</title><link>http://www.davidandrzejewski.com/2010/03/04/freebsd-ipv6-tunnel-and-gateway-configuration/</link> <comments>http://www.davidandrzejewski.com/2010/03/04/freebsd-ipv6-tunnel-and-gateway-configuration/#comments</comments> <pubDate>Thu, 04 Mar 2010 05:22:18 +0000</pubDate> <dc:creator>David Andrzejewski</dc:creator> <category><![CDATA[Computing]]></category> <category><![CDATA[Software]]></category> <category><![CDATA[administration]]></category> <category><![CDATA[freebsd]]></category> <category><![CDATA[networking]]></category> <guid
isPermaLink="false">http://www.davidandrzejewski.com/?p=371</guid> <description><![CDATA[TweetMost of us don&#8217;t have native IPv6 Internet connections at home.  Fortunately, it&#8217;s easy (and free) to get connected to the IPv6 Internet.  Here&#8217;s how to get your FreeBSD box connected. Read the rest of FreeBSD &#8211; IPv6 Tunnel and Gateway Configuration (523 words)]]></description> <content:encoded><![CDATA[<div
id="tweetbutton371" class="tw_button" style=""><a
href="http://twitter.com/share?url=http%3A%2F%2Fwww.davidandrzejewski.com%2F2010%2F03%2F04%2Ffreebsd-ipv6-tunnel-and-gateway-configuration%2F&amp;via=dandrzejewski&amp;text=FreeBSD%20%26%238211%3B%20IPv6%20Tunnel%20and%20Gateway%20Configuration&amp;related=&amp;lang=en&amp;count=horizontal" class="twitter-share-button"  style="width:55px;height:22px;background:transparent url('http://www.davidandrzejewski.com/wp-content/plugins/wp-tweet-button/tweetn.png') no-repeat  0 0;text-align:left;text-indent:-9999px;display:block;">Tweet</a></div><p>Most of us don&#8217;t have native IPv6 Internet connections at home.  Fortunately, it&#8217;s easy (and free) to get connected to the IPv6 Internet.  Here&#8217;s how to get your FreeBSD box connected.</p><p><br/>Read the rest of <a
href="http://www.davidandrzejewski.com/2010/03/04/freebsd-ipv6-tunnel-and-gateway-configuration/">FreeBSD &#8211; IPv6 Tunnel and Gateway Configuration</a> (523 words)</p> ]]></content:encoded> <wfw:commentRss>http://www.davidandrzejewski.com/2010/03/04/freebsd-ipv6-tunnel-and-gateway-configuration/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>FreeBSD Backup Using dump and duplicity</title><link>http://www.davidandrzejewski.com/2010/03/01/freebsd-backup-using-dump-and-duplicity/</link> <comments>http://www.davidandrzejewski.com/2010/03/01/freebsd-backup-using-dump-and-duplicity/#comments</comments> <pubDate>Tue, 02 Mar 2010 03:35:13 +0000</pubDate> <dc:creator>David Andrzejewski</dc:creator> <category><![CDATA[Computing]]></category> <category><![CDATA[Software]]></category> <category><![CDATA[backup]]></category> <category><![CDATA[freebsd]]></category> <guid
isPermaLink="false">http://www.davidandrzejewski.com/?p=299</guid> <description><![CDATA[TweetI spent some time thinking about backup strategy, and I decided for my purposes, I&#8217;d like to handle the staging process (getting all the files put together), and I&#8217;d like the backup solution itself to simply upload the files &#8211; but since I want to do nightly backups, I&#8217;d like the backup solution to have <a
href='http://www.davidandrzejewski.com/2010/03/01/freebsd-backup-using-dump-and-duplicity/'>[...]</a>]]></description> <content:encoded><![CDATA[<div
id="tweetbutton299" class="tw_button" style=""><a
href="http://twitter.com/share?url=http%3A%2F%2Fwww.davidandrzejewski.com%2F2010%2F03%2F01%2Ffreebsd-backup-using-dump-and-duplicity%2F&amp;via=dandrzejewski&amp;text=FreeBSD%20Backup%20Using%20dump%20and%20duplicity&amp;related=&amp;lang=en&amp;count=horizontal" class="twitter-share-button"  style="width:55px;height:22px;background:transparent url('http://www.davidandrzejewski.com/wp-content/plugins/wp-tweet-button/tweetn.png') no-repeat  0 0;text-align:left;text-indent:-9999px;display:block;">Tweet</a></div><p>I spent some time thinking about backup strategy, and I decided for my purposes, I&#8217;d like to handle the staging process (getting all the files put together), and I&#8217;d like the backup solution itself to simply upload the files &#8211; but since I want to do nightly backups, I&#8217;d like the backup solution to have incremental capabilities.</p><p>I narrowed it down to two possible solutions &#8211; <a
href="http://www.tarsnap.com/">Tarsnap</a> and <a
href="http://www.nongnu.org/duplicity/">Duplicity</a>.  Both support incremental backups, both are command-line capable.  I decided to use Duplicity because it uploads directly to whichever back-end service you use &#8211; be it Amazon S3 or an SFTP server .  Tarsnap uses S3, but that&#8217;s your only option, and they do some processing for you, and because of that, it costs more.</p><p>Now, on to the details.</p><p><br/>Read the rest of <a
href="http://www.davidandrzejewski.com/2010/03/01/freebsd-backup-using-dump-and-duplicity/">FreeBSD Backup Using dump and duplicity</a> (1,786 words)</p> ]]></content:encoded> <wfw:commentRss>http://www.davidandrzejewski.com/2010/03/01/freebsd-backup-using-dump-and-duplicity/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>JungleDisk on FreeBSD</title><link>http://www.davidandrzejewski.com/2009/02/03/jungledisk-on-freebsd/</link> <comments>http://www.davidandrzejewski.com/2009/02/03/jungledisk-on-freebsd/#comments</comments> <pubDate>Tue, 03 Feb 2009 23:53:54 +0000</pubDate> <dc:creator>David Andrzejewski</dc:creator> <category><![CDATA[Computing]]></category> <category><![CDATA[Software]]></category> <category><![CDATA[amazon]]></category> <category><![CDATA[backup]]></category> <category><![CDATA[cloud files]]></category> <category><![CDATA[freebsd]]></category> <category><![CDATA[mosso]]></category> <category><![CDATA[s3]]></category> <guid
isPermaLink="false">http://www.davidandrzejewski.com/?p=110</guid> <description><![CDATA[TweetFor those of you who don&#8217;t know, JungleDisk is a utility that allows you to back up data to Amazon&#8217;s Simple Storage Service (S3).  Soon, it will also allow you to use Mosso&#8217;s Cloud Files service, which is similar to S3 but hosted by RackSpace. I recently won a free subscription to JungleDisk, thanks to <a
href='http://www.davidandrzejewski.com/2009/02/03/jungledisk-on-freebsd/'>[...]</a>]]></description> <content:encoded><![CDATA[<div
id="tweetbutton110" class="tw_button" style=""><a
href="http://twitter.com/share?url=http%3A%2F%2Fwww.davidandrzejewski.com%2F2009%2F02%2F03%2Fjungledisk-on-freebsd%2F&amp;via=dandrzejewski&amp;text=JungleDisk%20on%20FreeBSD&amp;related=&amp;lang=en&amp;count=horizontal" class="twitter-share-button"  style="width:55px;height:22px;background:transparent url('http://www.davidandrzejewski.com/wp-content/plugins/wp-tweet-button/tweetn.png') no-repeat  0 0;text-align:left;text-indent:-9999px;display:block;">Tweet</a></div><p>For those of you who don&#8217;t know, JungleDisk is a utility that allows you to back up data to Amazon&#8217;s Simple Storage Service (S3).  Soon, it will also allow you to use Mosso&#8217;s Cloud Files service, which is similar to S3 but hosted by RackSpace. I recently won a free subscription to <a
href="http://www.jungledisk.com">JungleDisk</a>, thanks to <a
href="http://www.mosso.com">Mosso</a>.</p><p>I&#8217;ve got JungleDisk set up on my Windows machine and it&#8217;s working really well. I was looking around the JungleDisk website, and I noticed that you&#8217;re allowed to install the desktop edition on as many computers as you want.  I&#8217;ve got two machines here at home &#8211; my laptop with Windows, and my file server running FreeBSD.  JungleDisk doesn&#8217;t have a native FreeBSD version, but they do offer a Linux version.  Seeing as FreeBSD does have a Linux compatibility layer, I figured I&#8217;d at least try to get it to work.  So far, I&#8217;ve been moderately successful.</p><p><br/>Read the rest of <a
href="http://www.davidandrzejewski.com/2009/02/03/jungledisk-on-freebsd/">JungleDisk on FreeBSD</a> (790 words)</p> ]]></content:encoded> <wfw:commentRss>http://www.davidandrzejewski.com/2009/02/03/jungledisk-on-freebsd/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Do You Trust Your Data Online?</title><link>http://www.davidandrzejewski.com/2009/02/03/do-you-trust-your-data-online/</link> <comments>http://www.davidandrzejewski.com/2009/02/03/do-you-trust-your-data-online/#comments</comments> <pubDate>Tue, 03 Feb 2009 05:54:32 +0000</pubDate> <dc:creator>David Andrzejewski</dc:creator> <category><![CDATA[Computing]]></category> <category><![CDATA[Software]]></category> <category><![CDATA[backup]]></category> <category><![CDATA[privacy]]></category> <category><![CDATA[saas]]></category> <category><![CDATA[social networking]]></category> <guid
isPermaLink="false">http://www.davidandrzejewski.com/?p=79</guid> <description><![CDATA[TweetOver the past few years, a major paradigm shift has occurred in how (and where) our data is stored.  We&#8217;ve had data online for quite a while &#8211; ever since the first &#8220;guestbook&#8221; applications appeared on peoples&#8217; GeoCities home pages (usually right next to the animated &#8220;Under Construction&#8221; GIF). I’m not going to discuss identity <a
href='http://www.davidandrzejewski.com/2009/02/03/do-you-trust-your-data-online/'>[...]</a>]]></description> <content:encoded><![CDATA[<div
id="tweetbutton79" class="tw_button" style=""><a
href="http://twitter.com/share?url=http%3A%2F%2Fwww.davidandrzejewski.com%2F2009%2F02%2F03%2Fdo-you-trust-your-data-online%2F&amp;via=dandrzejewski&amp;text=Do%20You%20Trust%20Your%20Data%20Online%3F&amp;related=&amp;lang=en&amp;count=horizontal" class="twitter-share-button"  style="width:55px;height:22px;background:transparent url('http://www.davidandrzejewski.com/wp-content/plugins/wp-tweet-button/tweetn.png') no-repeat  0 0;text-align:left;text-indent:-9999px;display:block;">Tweet</a></div><p>Over the past few years, a major paradigm shift has occurred in how (and where) our data is stored.  We&#8217;ve had data online for quite a while &#8211; ever since the first &#8220;guestbook&#8221; applications appeared on peoples&#8217; GeoCities home pages (usually right next to the animated &#8220;Under Construction&#8221; GIF).</p><p>I’m not going to discuss identity theft here – there are already enough posts about that topic. I’d like to discuss the social and professional aspects of our personal data that’s stored online, and the risks involved.</p><p><br/>Read the rest of <a
href="http://www.davidandrzejewski.com/2009/02/03/do-you-trust-your-data-online/">Do You Trust Your Data Online?</a> (546 words)</p> ]]></content:encoded> <wfw:commentRss>http://www.davidandrzejewski.com/2009/02/03/do-you-trust-your-data-online/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>A Simple Backup Strategy</title><link>http://www.davidandrzejewski.com/2009/02/01/a-simple-backup-strategy/</link> <comments>http://www.davidandrzejewski.com/2009/02/01/a-simple-backup-strategy/#comments</comments> <pubDate>Mon, 02 Feb 2009 04:51:40 +0000</pubDate> <dc:creator>David Andrzejewski</dc:creator> <category><![CDATA[Software]]></category> <category><![CDATA[backup]]></category> <category><![CDATA[tips]]></category> <guid
isPermaLink="false">http://www.davidandrzejewski.com/?p=80</guid> <description><![CDATA[I am a strong believer that most non-IT people don't take seriously the need to have a reliable method of backup for their important data.  Just ask yourself: What happens when you can no longer access the data on your computer? It doesn't matter what happens - you could or lose your laptop or have it stolen, or the hard drive in your computer could fail.  Any way you look at it, your data is toast.  What, then, would you do to recover it?  It's always a good time to think about backups, and to help, I'll show you what I do.]]></description> <content:encoded><![CDATA[<div
id="tweetbutton80" class="tw_button" style=""><a
href="http://twitter.com/share?url=http%3A%2F%2Fwww.davidandrzejewski.com%2F2009%2F02%2F01%2Fa-simple-backup-strategy%2F&amp;via=dandrzejewski&amp;text=A%20Simple%20Backup%20Strategy&amp;related=&amp;lang=en&amp;count=horizontal" class="twitter-share-button"  style="width:55px;height:22px;background:transparent url('http://www.davidandrzejewski.com/wp-content/plugins/wp-tweet-button/tweetn.png') no-repeat  0 0;text-align:left;text-indent:-9999px;display:block;">Tweet</a></div><p>I am a strong believer that most non-IT people don&#8217;t take seriously the need to have a reliable method of backup for their important data.  Just ask yourself: <strong>What happens when you can no longer access the data on your computer?</strong> It doesn&#8217;t matter what happens &#8211; you could or lose your laptop or have it stolen, or the hard drive in your computer could fail.  Any way you look at it, your data is toast.  What, then, would you do to recover it?  It&#8217;s always a good time to think about backups, and to help, I&#8217;ll show you what I do.</p><p>I actually use two backup strategies: Image-based backups (on-site), and online backups (off-site) &#8211; and everything is completely automated.</p><p><br/>Read the rest of <a
href="http://www.davidandrzejewski.com/2009/02/01/a-simple-backup-strategy/">A Simple Backup Strategy</a> (593 words)</p> ]]></content:encoded> <wfw:commentRss>http://www.davidandrzejewski.com/2009/02/01/a-simple-backup-strategy/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> </channel> </rss>
