<?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>BitFreedom &#187; Angelo</title>
	<atom:link href="http://bitfreedom.com/author/angelo/feed/" rel="self" type="application/rss+xml" />
	<link>http://bitfreedom.com</link>
	<description>Free software, coding, and system administration</description>
	<lastBuildDate>Wed, 11 Jan 2012 22:22:16 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Lonestar WordPress Theme (Style for simpleX)</title>
		<link>http://bitfreedom.com/lonestar/</link>
		<comments>http://bitfreedom.com/lonestar/#comments</comments>
		<pubDate>Sun, 21 Nov 2010 05:56:24 +0000</pubDate>
		<dc:creator>Angelo</dc:creator>
				<category><![CDATA[Development]]></category>

		<guid isPermaLink="false">http://bitfreedom.com/?p=380</guid>
		<description><![CDATA[My site, BitFreedom, uses the simpleX theme.  This theme is nice and simple, and best of all designed to be customizable.  It really saved me the trouble of creating the &#8220;Lonestar Theme&#8221; from scratch.  I also started using it for other sites, and it quickly became obvious that with a few simple modifications I could [...]]]></description>
		<wfw:commentRss>http://bitfreedom.com/lonestar/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Customized Bash Prompt</title>
		<link>http://bitfreedom.com/customized-bash-prompt/</link>
		<comments>http://bitfreedom.com/customized-bash-prompt/#comments</comments>
		<pubDate>Mon, 12 Jul 2010 18:26:43 +0000</pubDate>
		<dc:creator>Angelo</dc:creator>
				<category><![CDATA[Systems]]></category>

		<guid isPermaLink="false">http://bitfreedom.com/?p=349</guid>
		<description><![CDATA[The following sites inspired me to explore creating a customized prompt (for bash): http://maketecheasier.com/8-useful-and-interesting-bash-prompts/2009/09/04 http://tldp.org/HOWTO/Bash-Prompt-HOWTO/ So here is mine: PS1="\$(if [[ \$? != "0" ]]; then echo \[\e[31m\]; fi)\n\$(date)\n\\[\e[1m\\]\[\$(dirs)\]\n\\[\e[m\\]" PS2="" Features: Color change on error return code The current date The current directory stack (I use pushd and popd) Commands start on their own line [...]]]></description>
		<wfw:commentRss>http://bitfreedom.com/customized-bash-prompt/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Rsync Speed-up</title>
		<link>http://bitfreedom.com/rsync-speed-up/</link>
		<comments>http://bitfreedom.com/rsync-speed-up/#comments</comments>
		<pubDate>Tue, 25 May 2010 18:38:01 +0000</pubDate>
		<dc:creator>Angelo</dc:creator>
				<category><![CDATA[Systems]]></category>

		<guid isPermaLink="false">http://bitfreedom.com/rsync-speed-up/</guid>
		<description><![CDATA[Online docs say that rsync sends only the differences and &#8220;information about structure&#8221; but my experience seems to indicate otherwise. So I ran a little test too on a file where I just changed the timestamp without changing the file contents: $ cp -a testfile-100M destfile $ rsync -av testfile-100M destfile sending incremental file list [...]]]></description>
		<wfw:commentRss>http://bitfreedom.com/rsync-speed-up/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>8 Guidelines for a Successful Site</title>
		<link>http://bitfreedom.com/8-guidelines-for-a-successful-site/</link>
		<comments>http://bitfreedom.com/8-guidelines-for-a-successful-site/#comments</comments>
		<pubDate>Tue, 25 May 2010 17:09:42 +0000</pubDate>
		<dc:creator>Angelo</dc:creator>
				<category><![CDATA[Default]]></category>

		<guid isPermaLink="false">http://bertolli.org/8-guidelines-for-a-successful-site</guid>
		<description><![CDATA[#1 Care about what you&#8217;re writing You will be way more successful if you have a passion about what you&#8217;re writing.  You should also care about how the site looks, the ease of getting to information, and the quality of the content. #2 Provide something useful or at least purposeful Define your site.  What is [...]]]></description>
		<wfw:commentRss>http://bitfreedom.com/8-guidelines-for-a-successful-site/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>DOS Disk/Flash BIOS</title>
		<link>http://bitfreedom.com/dos-diskflash-bios/</link>
		<comments>http://bitfreedom.com/dos-diskflash-bios/#comments</comments>
		<pubDate>Mon, 12 Apr 2010 18:55:55 +0000</pubDate>
		<dc:creator>Angelo</dc:creator>
				<category><![CDATA[Systems]]></category>

		<guid isPermaLink="false">http://bitfreedom.com/?p=294</guid>
		<description><![CDATA[These are some notes on making a DOS disk using FreeDOS for those of us with Linux needing to do things like flash our BIOS. wget -c http://fdos.org/bootdisks/autogen/FDOEM.144.gz gunzip FDOEM.144.gz mount -t vfat -o loop FDOEM.144 /mnt/floppy Put the driver files on the floppy (stay within the space limit) umount /mnt/floppy mkisofs -o bootcd.iso -b [...]]]></description>
		<wfw:commentRss>http://bitfreedom.com/dos-diskflash-bios/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Is WordPress Becoming Bloated?</title>
		<link>http://bitfreedom.com/wordpress-bloated/</link>
		<comments>http://bitfreedom.com/wordpress-bloated/#comments</comments>
		<pubDate>Fri, 02 Apr 2010 19:08:00 +0000</pubDate>
		<dc:creator>Angelo</dc:creator>
				<category><![CDATA[Default]]></category>

		<guid isPermaLink="false">http://bertolli.org/wordpress-bloated</guid>
		<description><![CDATA[I like WordPress&#8211;a lot. It&#8217;s been my saving grace for constructing websites without having to write the code from scratch. But it&#8217;s gotten very, very bloated. I took a look at version 3.0 and the upcoming changes. It looks ok, but it worries me for the future. Now users actually expect updates and new features [...]]]></description>
		<wfw:commentRss>http://bitfreedom.com/wordpress-bloated/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Dragonskin Child Themes</title>
		<link>http://bitfreedom.com/dragonchild/</link>
		<comments>http://bitfreedom.com/dragonchild/#comments</comments>
		<pubDate>Wed, 20 Jan 2010 06:50:55 +0000</pubDate>
		<dc:creator>Angelo</dc:creator>
				<category><![CDATA[Development]]></category>

		<guid isPermaLink="false">http://bitfreedom.com/?p=139</guid>
		<description><![CDATA[Latest News: As of November, 2010, these child themes are no longer necessary.  Instead, Dragonskin version 2.1 and later supports selecting a preset color from the WordPress admin area. The Dragonskin Theme now also had child themes to give your site the skin of a different colored dragon. The child themes should be included in [...]]]></description>
		<wfw:commentRss>http://bitfreedom.com/dragonchild/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>Automatically show WP-PostRatings on your posts</title>
		<link>http://bitfreedom.com/auto-wp-postratings/</link>
		<comments>http://bitfreedom.com/auto-wp-postratings/#comments</comments>
		<pubDate>Wed, 20 Jan 2010 05:36:34 +0000</pubDate>
		<dc:creator>Angelo</dc:creator>
				<category><![CDATA[Development]]></category>

		<guid isPermaLink="false">http://bitfreedom.com/?p=134</guid>
		<description><![CDATA[For the longest time, my Dragonskin Theme has had WP-PostRatings integration. Recently I removed the integration because it is easy to modify the rating plugin to accomplish the same goal. (I hope that in the future WP-PostRatings will provide a simple way to do this through the admin interface&#8211;it really isn&#8217;t that hard.) All you [...]]]></description>
		<wfw:commentRss>http://bitfreedom.com/auto-wp-postratings/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Using Akismet Class with Spamwords for phpBB2</title>
		<link>http://bitfreedom.com/akismet-class-spamwords-phpbb2/</link>
		<comments>http://bitfreedom.com/akismet-class-spamwords-phpbb2/#comments</comments>
		<pubDate>Tue, 19 Jan 2010 22:02:24 +0000</pubDate>
		<dc:creator>Angelo</dc:creator>
				<category><![CDATA[Development]]></category>

		<guid isPermaLink="false">http://bitfreedom.com/?p=125</guid>
		<description><![CDATA[I followed the instructions here for installing an akismet-based spam filter on phpBB2, but I found that it didn&#8217;t play nicely enough with the current Akismet API.  So instead, I downloaded an Akismet class and used that instead.  Basically, you should use Akismet.class.php instead of functions_akismet.php in your spamwords.php file. Install the spamwords mod Download [...]]]></description>
		<wfw:commentRss>http://bitfreedom.com/akismet-class-spamwords-phpbb2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Speeding is Not Dangerous (as dangerous as you think)</title>
		<link>http://bitfreedom.com/speeding-is-not-dangerous/</link>
		<comments>http://bitfreedom.com/speeding-is-not-dangerous/#comments</comments>
		<pubDate>Wed, 18 Nov 2009 22:59:38 +0000</pubDate>
		<dc:creator>Angelo</dc:creator>
				<category><![CDATA[Society]]></category>

		<guid isPermaLink="false">http://angelo.bitfreedom.com/?p=180</guid>
		<description><![CDATA[I&#8217;ve been wanting to write about the self-righteous attitude that some people have about speeding for years. I&#8217;ve never had the motivation to spend time on it before. But now we have speed cameras handing out citations, and the rallying cry to support this is that speeding is dangerous. Here are some examples of their [...]]]></description>
		<wfw:commentRss>http://bitfreedom.com/speeding-is-not-dangerous/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
	</channel>
</rss>

