<?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>Brandon W. King&#039;s Blog &#187; Software Endorsements</title>
	<atom:link href="http://www.brandonking.net/blog/category/computers_it/software_endorsements/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.brandonking.net/blog</link>
	<description>Blogging about Python, Bioinformatics, Programming, System Administration, Cognitive Science, Philosophy and Life</description>
	<lastBuildDate>Wed, 09 Dec 2009 01:24:43 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>CD Burning on Linux</title>
		<link>http://www.brandonking.net/blog/2006/12/20/cd-burning-on-linux/</link>
		<comments>http://www.brandonking.net/blog/2006/12/20/cd-burning-on-linux/#comments</comments>
		<pubDate>Wed, 20 Dec 2006 22:23:00 +0000</pubDate>
		<dc:creator>Brandon W. King</dc:creator>
				<category><![CDATA[Computers/IT]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Software Endorsements]]></category>
		<category><![CDATA[cd burning]]></category>
		<category><![CDATA[cdburn]]></category>

		<guid isPermaLink="false">http://blog.brandonking.net/?p=22</guid>
		<description><![CDATA[Below is a screenshot I took from my setup for burning a copy of Debian Etch using K3b.
If anyone out there is looking for CD burning software for Linux, I would recommend K3b (k3b.org), which worked right out of the box (that being the apt-get box), auto-detected cd burner and write speed.
Notes:

Used K3b in Ubuntu [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.brandonking.net/blog/uploaded_images/k3b-763909.png" onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}"><img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://www.brandonking.net/blog/uploaded_images/k3b-762053.png" border="0" alt="" /></a>Below is a screenshot I took from my setup for burning a copy of Debian Etch using K3b.</p>
<p>If anyone out there is looking for CD burning software for Linux, I would recommend K3b (<a href="http://www.k3b.org/">k3b.org</a>), which worked right out of the box (that being the apt-get box), auto-detected cd burner and write speed.</p>
<p>Notes:</p>
<ul>
<li>Used K3b in Ubuntu Edgy on an HP zd8000 Laptop.</li>
<li>Burned a copy of Debian Etch RC1 successfully.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.brandonking.net/blog/2006/12/20/cd-burning-on-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Open Source Network Backup Software: Bacula</title>
		<link>http://www.brandonking.net/blog/2006/08/29/open-source-network-backup-software-bacula/</link>
		<comments>http://www.brandonking.net/blog/2006/08/29/open-source-network-backup-software-bacula/#comments</comments>
		<pubDate>Wed, 30 Aug 2006 00:40:00 +0000</pubDate>
		<dc:creator>Brandon W. King</dc:creator>
				<category><![CDATA[Computers/IT]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[Software Endorsements]]></category>
		<category><![CDATA[Systems Administration]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[backup]]></category>
		<category><![CDATA[bacula]]></category>

		<guid isPermaLink="false">http://blog.brandonking.net/?p=13</guid>
		<description><![CDATA[After getting tired of maintaining and updating a custom Python based backup network script that used smbclient to backing up WinXP machines using samba, I decided to look into open source solutions. I found two high-end open source network based backup solutions that handle WinXP, Mac OS X, and Linux machines:

AMANDA
Bacula (My choice &#8212; reason [...]]]></description>
			<content:encoded><![CDATA[<p>After getting tired of maintaining and updating a custom <a href="http://www.python.org">Python</a> based backup network script that used <a href="http://samba.org/samba/docs/man/manpages-3/smbclient.1.html">smbclient</a> to backing up WinXP machines using samba, I decided to look into open source solutions. I found two high-end open source network based backup solutions that handle WinXP, Mac OS X, and Linux machines:</p>
<ul>
<li><a href="http://www.amanda.org/">AMANDA</a></li>
<li><a href="http://www.bacula.org/">Bacula</a> (My choice &#8212; reason in a moment)</li>
<li>[update: 2006Aug31] <a href="http://backuppc.sourceforge.net/">BackupPC</a></li>
</ul>
<p>AMANDA has it&#8217;s advantages, including paid enterprise support through <a href="http://www.zmanda.com/">Zmanda</a>, which maybe be important to people in the business world.</p>
<p>The main reason why I choose bacula is because AMANDA uses samba for connecting to WinXP clients and I have one pesky WinXP box which came with some high-end biology equipment and therefore the company we bought it from decided to mangle WinXP enough that samba from Linux won&#8217;t connect to it. And for the fear of bringing down an important piece of biology equipment, I have decided to not mess with that machine more than I need to. Bacula runs a file daemon (a.k.a. &#8217;service&#8217; for you Windows users) which gets me past the samba problem. So, if you were looking here for me to tell you which one is better, I really don&#8217;t know. I haven&#8217;t tried AMANDA yet.</p>
<p>The other feature that really sold me is the <a href="http://www.bacula.org/rel-manual/Python_Scripting.html">Python scripting ability built into Bacula</a> for extending the backup process.</p>
<p>Bacula seems to work great&#8230; Although the big test will be coming in next day to three months. I just finished setting up a bacula server and 7 clients&#8230; 6 WinXP clients and 1 Kubuntu client.</p>
<p>Quick overview:<br />
Bacula consists of three daemons:</p>
<ol>
<li>director (runs the show)</li>
<li>storage (manages storage pools &amp; volumes: disk, tape, DVD, etc.)</li>
<li>file (client side backup daemon/service)</li>
</ol>
<p>What&#8217;s confusing about bacula at first is it&#8217;s concept of &#8216;pools&#8217; and &#8216;volumes&#8217;. My original thought was that &#8216;pools&#8217; and &#8216;volumes&#8217; were meant for tape drives and that I would only need one pool with one volume since I wanted to use file based storage on a raid-5 hard drive setup. As it turns out, it is convenient to use different pools for full, incremental, and differential backups. Also, within a pool, by putting multiple volumes (i.e. multiple disk files for it to write the backups to), you can set it up to recycle used volumes after a set amount of time! What does this mean for me&#8230; If I have enough hard drive space, it will just reuse the space over and over again. If everything is going well, I won&#8217;t have to worry about backups. Automation is wonderful! Oh, and it does e-mail me when something goes wrong and there is this &#8216;bconsole&#8217; which allows you to trigger backups, check backup status, create new pools/volumes and much much more!</p>
<p>Here is my pool/volume setup:</p>
<p><span style="font-weight: bold;">FullPool:<br />
</span>3 Volumes<br />
28 Day Use<br />
56 Day Expire</p>
<p><span style="font-weight: bold;">IncPool:</span><br />
12 Volumes<br />
7 Day Use<br />
28 Day Expire</p>
<p><span style="font-weight: bold;">DiffPool:</span><br />
4 Volumes<br />
13 Day Use<br />
28 Day Expire</p>
<p>Note that I only need a full backup to last a month and I have three volumes, so I should always have two full backups and the third will be recycled.</p>
<p>Here is the key schedule I use in the bacula-dir.conf:</p>
<p>Schedule {<br />
Name = &#8220;WeeklyCycle&#8221;<br />
Run = Level=Full Pool=FullBackupPool 1st sun at 23:05<br />
Run = Level=Differential Pool=DiffPool 3rd-5th sun at 23:05<br />
Run = Level=Incremental Pool=IncPool mon-sat at 23:05<br />
}</p>
<p>Let me know if you would like me to post additional information.<br />
<span style="font-weight: bold;"><span style="font-weight: bold;"><span style="font-weight: bold;"><span style="font-weight: bold;"><br />
</span></span></span></span></p>
]]></content:encoded>
			<wfw:commentRss>http://www.brandonking.net/blog/2006/08/29/open-source-network-backup-software-bacula/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Open Source Screen Record Software</title>
		<link>http://www.brandonking.net/blog/2006/05/02/open-source-screen-record-software/</link>
		<comments>http://www.brandonking.net/blog/2006/05/02/open-source-screen-record-software/#comments</comments>
		<pubDate>Tue, 02 May 2006 18:15:00 +0000</pubDate>
		<dc:creator>Brandon W. King</dc:creator>
				<category><![CDATA[Computers/IT]]></category>
		<category><![CDATA[Software Endorsements]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[screen capture]]></category>
		<category><![CDATA[screencast]]></category>

		<guid isPermaLink="false">http://blog.brandonking.net/?p=12</guid>
		<description><![CDATA[I have been looking into open source screen recording software for both Windows and Linux. Looks like the current winner for Windows is CamStudio. It currently can save to .avi and .swf (flash)! Also it includes features like audio/video sync through a time shift (requires experimenting).
For Linux there is&#8230; [FIXME: look it up and update [...]]]></description>
			<content:encoded><![CDATA[<p>I have been looking into open source screen recording software for both Windows and Linux. Looks like the current winner for Windows is <a href="http://www.camstudio.org/">CamStudio</a>. It currently can save to .avi and .swf (flash)! Also it includes features like audio/video sync through a time shift (requires experimenting).</p>
<p>For Linux there is&#8230; [FIXME: look it up and update post].</p>
]]></content:encoded>
			<wfw:commentRss>http://www.brandonking.net/blog/2006/05/02/open-source-screen-record-software/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
