<?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>Nerd Boys &#187; Linux</title>
	<atom:link href="http://nerdboys.com/tag/linux/feed/" rel="self" type="application/rss+xml" />
	<link>http://nerdboys.com</link>
	<description>Tech tips, news and reviews</description>
	<lastBuildDate>Mon, 26 Jul 2010 18:34:28 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Linux T-Shirts</title>
		<link>http://nerdboys.com/2009/05/11/linux-t-shirts/</link>
		<comments>http://nerdboys.com/2009/05/11/linux-t-shirts/#comments</comments>
		<pubDate>Mon, 11 May 2009 20:13:00 +0000</pubDate>
		<dc:creator>Joe Kelly</dc:creator>
				<category><![CDATA[Site News]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[schwag]]></category>
		<category><![CDATA[Tux]]></category>

		<guid isPermaLink="false">http://jojosoho.com/?p=45</guid>
		<description><![CDATA[




<p>When I&#8217;m not at the office, I live in T-shirts. As such, I go through a lot of t-shirts and I have to replenish my supply regularly. But what&#8217;s a good geek supposed to do when he can&#8217;t find one he likes at his local mall? That&#8217;s right, he makes his own!</p>
<p>I recently used zazzle.com to make some cool Linux T-Shirts for my own use. When my friends saw me wearing them, they wanted to <p>[...<em>Continue reading</em> &#187; <a href="http://nerdboys.com/2009/05/11/linux-t-shirts/">Linux T-Shirts]</a></p>]]></description>
		<wfw:commentRss>http://nerdboys.com/2009/05/11/linux-t-shirts/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Stupid sed Tricks</title>
		<link>http://nerdboys.com/2008/11/24/stupid-sed-tricks/</link>
		<comments>http://nerdboys.com/2008/11/24/stupid-sed-tricks/#comments</comments>
		<pubDate>Mon, 24 Nov 2008 14:47:00 +0000</pubDate>
		<dc:creator>Joe Kelly</dc:creator>
				<category><![CDATA[Mini How-Tos]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://jojosoho.com/?p=44</guid>
		<description><![CDATA[




<p>Here are some handy sed one-liners I&#8217;ve come across recently. Maybe someone else will find them handy.</p>
<p>Wrap each line with quotes (quotation marks) &#8211; version 1:</p>
sed 's/^[^$]*$/"&#38;"/'
<p>Wrap each line with quotes (quotation marks) &#8211; version 2:</p>
sed 's/.*/"&#38;"/'
<p>Replace space with escaped space:</p>
sed 's/ /\\ /g'
]]></description>
		<wfw:commentRss>http://nerdboys.com/2008/11/24/stupid-sed-tricks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Create a Tar File That Excludes Hidden Files and Folders</title>
		<link>http://nerdboys.com/2008/10/27/how-to-create-a-tar-file-that-excludes-hidden-files-and-folders/</link>
		<comments>http://nerdboys.com/2008/10/27/how-to-create-a-tar-file-that-excludes-hidden-files-and-folders/#comments</comments>
		<pubDate>Mon, 27 Oct 2008 22:22:00 +0000</pubDate>
		<dc:creator>Joe Kelly</dc:creator>
				<category><![CDATA[Mini How-Tos]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://jojosoho.com/?p=41</guid>
		<description><![CDATA[<p>Today I wanted to create a tar file that excludes hidden files and folders &#8212; ones that start with a dot (i.e. &#8216;.&#8217;).</p>
<p>Like a good boy, I read the fine man page (RTFM &#8212; sometimes the F is replaced with a ruder word than &#8220;fine&#8221;) but I couldn&#8217;t get it to work after several different variations of the exclude pattern. It seems that the exclude pattern that tar expects doesn&#8217;t follow any of the regular <p>[...<em>Continue reading</em> &#187; <a href="http://nerdboys.com/2008/10/27/how-to-create-a-tar-file-that-excludes-hidden-files-and-folders/">How to Create a Tar File That Excludes Hidden Files and Folders]</a></p>]]></description>
		<wfw:commentRss>http://nerdboys.com/2008/10/27/how-to-create-a-tar-file-that-excludes-hidden-files-and-folders/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Use sudo tar in a Script Without Password Prompt</title>
		<link>http://nerdboys.com/2008/10/22/how-to-use-sudo-tar-in-a-script-without-password-prompt/</link>
		<comments>http://nerdboys.com/2008/10/22/how-to-use-sudo-tar-in-a-script-without-password-prompt/#comments</comments>
		<pubDate>Wed, 22 Oct 2008 18:35:00 +0000</pubDate>
		<dc:creator>Joe Kelly</dc:creator>
				<category><![CDATA[Mini How-Tos]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://jojosoho.com/?p=40</guid>
		<description><![CDATA[<p>If you are rolling your own backup shell script on your Ubuntu Linux box, chances are you might want to use tar or perhaps rsync somewhere in that script. For this example, let&#8217;s say you&#8217;ve chosen to use tar.</p>
<p>At some point, you will probably want to use cron or some other mechanism to automate your backup. Furthermore, if you want to coordinate the backup of several computers from one central computer, you will probably end <p>[...<em>Continue reading</em> &#187; <a href="http://nerdboys.com/2008/10/22/how-to-use-sudo-tar-in-a-script-without-password-prompt/">How to Use sudo tar in a Script Without Password Prompt]</a></p>]]></description>
		<wfw:commentRss>http://nerdboys.com/2008/10/22/how-to-use-sudo-tar-in-a-script-without-password-prompt/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
