<?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; Security</title>
	<atom:link href="http://www.davidandrzejewski.com/category/security/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.davidandrzejewski.com</link>
	<description></description>
	<lastBuildDate>Thu, 04 Mar 2010 16:41:05 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>FreeBSD Backup Using JungleDisk and Dump</title>
		<link>http://www.davidandrzejewski.com/2009/03/01/freebsd-backup-using-jungledisk-and-dump/</link>
		<comments>http://www.davidandrzejewski.com/2009/03/01/freebsd-backup-using-jungledisk-and-dump/#comments</comments>
		<pubDate>Mon, 02 Mar 2009 00:40:15 +0000</pubDate>
		<dc:creator>David Andrzejewski</dc:creator>
				<category><![CDATA[Computing]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[amazon]]></category>
		<category><![CDATA[backup]]></category>
		<category><![CDATA[freebsd]]></category>

		<guid isPermaLink="false">http://www.davidandrzejewski.com/?p=222</guid>
		<description><![CDATA[Tweet I previously discussed configuring JungleDisk on FreeBSD.  It&#8217;s not quite the easiest to install since FreeBSD isn&#8217;t officially supported.  To take that a step further, I&#8217;m now going to show what I do to back up my FreeBSD box at home. Update, November 2009: I am no longer using JungleDisk to back up my [...]]]></description>
			<content:encoded><![CDATA[<div class="tw_button" style=""><a href="http://twitter.com/share?url=http%3A%2F%2Fwww.davidandrzejewski.com%2F2009%2F03%2F01%2Ffreebsd-backup-using-jungledisk-and-dump%2F&amp;via=dandrzejewski&amp;text=FreeBSD+Backup+Using+JungleDisk+and+Dump&amp;lang=en&amp;count=horizontal" style="" class="twitter-share-button">Tweet</a></div>
<p>I previously discussed configuring <a href="http://www.davidandrzejewski.com/2009/02/03/jungledisk-on-freebsd/">JungleDisk on FreeBSD</a>.  It&#8217;s not quite the easiest to install since FreeBSD isn&#8217;t officially supported.  To take that a step further, I&#8217;m now going to show what I do to back up my FreeBSD box at home.</p>
<p><strong>Update, November 2009: I am no longer using JungleDisk to back up my FreeBSD box.  Jungledisk recently released version 3.0 of their software which does not include a command-line Linux version in the standard desktop edition.  I was advised to stick with the old version if I want to continue backing up.  Instead, I chose to change over to Duplicity.  I will write a post on Duplicity in the near future.</strong></p>
<p>There are a couple of steps to this process.  First, we must perform the backup itself.  I&#8217;m using <a href="http://www.freebsd.org/cgi/man.cgi?query=dump&amp;sektion=8">dump(8)</a> for this purpose &#8211; this program is built right into FreeBSD &#8211; it&#8217;s purpose in the original UNIX was to dump a file system to a tape drive, but we&#8217;re going to use it to dump the filesystem to a file.  The second step is to have JungleDisk back the files up to S3.</p>
<p>Standard disclaimer:  This is not at all supported by JungleDisk and if you choose to try this, you’re doing so at your own risk.  This works fine for me, but your mileage may vary.  I am not in any way responsible for any costs this may incur to you, or any damage this may cause.</p>
<p><br/>Read the rest of <a href="http://www.davidandrzejewski.com/2009/03/01/freebsd-backup-using-jungledisk-and-dump/">FreeBSD Backup Using JungleDisk and Dump</a> (1,785 words)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.davidandrzejewski.com/2009/03/01/freebsd-backup-using-jungledisk-and-dump/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Online Safety &#8211; For Your Parents?</title>
		<link>http://www.davidandrzejewski.com/2009/02/09/online-safety-for-your-parents/</link>
		<comments>http://www.davidandrzejewski.com/2009/02/09/online-safety-for-your-parents/#comments</comments>
		<pubDate>Tue, 10 Feb 2009 04:00:23 +0000</pubDate>
		<dc:creator>David Andrzejewski</dc:creator>
				<category><![CDATA[Security]]></category>
		<category><![CDATA[online safety]]></category>
		<category><![CDATA[spyware]]></category>
		<category><![CDATA[virus]]></category>

		<guid isPermaLink="false">http://www.davidandrzejewski.com/?p=192</guid>
		<description><![CDATA[Tweet There are lots of articles with tips for parents on how to keep their kids safe online.  But what about those of us who are the resident computer geeks in the family &#8211; how do we keep our parents and other family members safe from getting viruses and falling prey to phishing attacks? We&#8217;ve [...]]]></description>
			<content:encoded><![CDATA[<div class="tw_button" style=""><a href="http://twitter.com/share?url=http%3A%2F%2Fwww.davidandrzejewski.com%2F2009%2F02%2F09%2Fonline-safety-for-your-parents%2F&amp;via=dandrzejewski&amp;text=Online+Safety+-+For+Your+Parents%3F&amp;lang=en&amp;count=horizontal" style="" class="twitter-share-button">Tweet</a></div>
<p>There are lots of articles with tips for parents on how to keep their kids safe online.  But what about those of us who are the resident computer geeks in the family &#8211; how do we keep our <em>parents</em> and other family members safe from getting viruses and falling prey to phishing attacks?</p>
<p>We&#8217;ve all been through this &#8211; a member of our family somehow manages to get a virus or fill their computer with adware, and then we have to fix it.  Of course, nobody did anything wrong or visited any bad sites &#8211; it just &#8220;happened.&#8221;  We spend hours trying to fix it, and when we finally do, we realize that we want those hours of our life back.  Or worse yet &#8211; it&#8217;s so bad that we can&#8217;t fix it, and need to reinstall everything for them.</p>
<p>I&#8217;m not implying that our parents are in any way unintelligent; I think the problem is that they don&#8217;t take these threats seriously enough.</p>
<p>So how do you &#8211; the geek in the family &#8211; prevent this from happening?  One answer that you&#8217;ll hear from the geek community is &#8220;install Linux.&#8221;  If you can get away with that without the guilt trip, go for it, but here are some tips for Windows users &#8211; read on.</p>
<p><br/>Read the rest of <a href="http://www.davidandrzejewski.com/2009/02/09/online-safety-for-your-parents/">Online Safety &#8211; For Your Parents?</a> (469 words)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.davidandrzejewski.com/2009/02/09/online-safety-for-your-parents/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
