<?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>Dunamis Design Net &#187; Notes</title>
	<atom:link href="http://dunamisdesign.net/archives/category/notes/feed" rel="self" type="application/rss+xml" />
	<link>http://dunamisdesign.net</link>
	<description>Our work, forums, and play.</description>
	<lastBuildDate>Sat, 12 Jun 2010 08:22:47 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Linux One Liners</title>
		<link>http://dunamisdesign.net/archives/14</link>
		<comments>http://dunamisdesign.net/archives/14#comments</comments>
		<pubDate>Mon, 23 Oct 2006 15:13:01 +0000</pubDate>
		<dc:creator>Administrator</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Notes]]></category>

		<guid isPermaLink="false">http://dunamisdesign.net/?p=14</guid>
		<description><![CDATA[I wanted a place to put quick command that I use. I sometimes forget, and wanted a quick reference for myself. Remove backup files recursively (bash/sh): find ./ -name '*~' -exec rm '{}' \; -print Rip CD to one wav file: cdparanoia -w - Rip CD, one track/wav file: cdparanoia -w -B - YUM update [...]]]></description>
			<content:encoded><![CDATA[<p>I wanted a place to put quick command that I use.  I sometimes forget, and wanted a quick reference for myself.</p>
<p>Remove backup files recursively (bash/sh):</p>
<p><code>find ./ -name '*~' -exec rm '{}' \; -print</code></p>
<p><code><span id="more-14"></span></code><br />
Rip CD to one wav file:</p>
<p><code>cdparanoia -w</code></p>
<p>-<br />
Rip CD, one track/wav file:</p>
<p><code>cdparanoia -w -B</code></p>
<p>-<br />
YUM update one set of files.  (This pulls all rpms that begin with SDL, I like this example because it whose awk example and xagrs):</p>
<p><code>yum list updates | awk '/^SDL/ {printf("%s ",$1)}' | xargs yum upgrade -y</code></p>
<p>Also done with:</p>
<p><code>yum upgrade SDL*</code></p>
]]></content:encoded>
			<wfw:commentRss>http://dunamisdesign.net/archives/14/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Linux on a T42p Thinkpad</title>
		<link>http://dunamisdesign.net/archives/6</link>
		<comments>http://dunamisdesign.net/archives/6#comments</comments>
		<pubDate>Mon, 12 Dec 2005 21:53:52 +0000</pubDate>
		<dc:creator>Administrator</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Notes]]></category>

		<guid isPermaLink="false">http://dunamisdesign.net/?p=6</guid>
		<description><![CDATA[I have reciently purchased a IBM T42p Thinkpad. I think that this computer is great. I have been contributing to ThinkWiki with all of the instructions and notes I have been using to setup my computer. Please go here to find my contribution.]]></description>
			<content:encoded><![CDATA[<p>I have reciently purchased a IBM T42p Thinkpad.  I think that this computer is great.  I have been contributing to <a href="http://www.thinkwiki.org/wiki/ThinkWiki">ThinkWiki</a> with all of the instructions and notes I have been using to setup my computer.  Please go <a href="http://www.thinkwiki.org/wiki/Installing_Fedora_Core_4_on_a_ThinkPad_T42p_%282373-HBU%29">here</a> to find my contribution.</p>
]]></content:encoded>
			<wfw:commentRss>http://dunamisdesign.net/archives/6/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Word Press Setup</title>
		<link>http://dunamisdesign.net/archives/2</link>
		<comments>http://dunamisdesign.net/archives/2#comments</comments>
		<pubDate>Mon, 12 Dec 2005 21:34:00 +0000</pubDate>
		<dc:creator>Administrator</dc:creator>
				<category><![CDATA[Notes]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://dunamisdesign.net/?p=2</guid>
		<description><![CDATA[This is a collection of notes, so other can know how I setup this site. This site has been setup using the following: Insert page &#8211; I have used this to setup static text areas on my home page as WordPress Pages Secure Files &#8211; I am using this plugin to deal with the file [...]]]></description>
			<content:encoded><![CDATA[<p>This is a collection of notes, so other can know how I setup this site.<br />
<span id="more-2"></span><br />
This site has been setup using the following:</p>
<ul>
<li>Insert page  &#8211; I have used this to setup static text areas on my home page as WordPress Pages</li>
<li>Secure Files &#8211; I am using this plugin to deal with the file storage of releasing files.  This allows me to keep the files outside of the executable area of the rest of the site.</li>
<li>Theme &#8211; ??????</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://dunamisdesign.net/archives/2/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
