<?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; ubuntu</title>
	<atom:link href="http://nerdboys.com/tag/ubuntu/feed/" rel="self" type="application/rss+xml" />
	<link>http://nerdboys.com</link>
	<description>Tech tips, news and reviews</description>
	<lastBuildDate>Thu, 02 Sep 2010 22:07:29 +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>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>
		<item>
		<title>Installing VMware Server on Ubuntu 7.10</title>
		<link>http://nerdboys.com/2008/04/17/installing-vmware-server-on-ubuntu-7-10/</link>
		<comments>http://nerdboys.com/2008/04/17/installing-vmware-server-on-ubuntu-7-10/#comments</comments>
		<pubDate>Fri, 18 Apr 2008 00:48:00 +0000</pubDate>
		<dc:creator>Jonathan Ng</dc:creator>
				<category><![CDATA[How-Tos]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[VM]]></category>
		<category><![CDATA[VMWare]]></category>

		<guid isPermaLink="false">http://jojosoho.com/2008/04/17/installing-vmware-server-on-ubuntu-7-10/</guid>
		<description><![CDATA[<p>If you&#8217;re thinking about virtualizing your IT environment but you don&#8217;t necessarily have a lot of budget/money to do it with, here are a few tips that may help you on your way.</p>
<p>Most of us already know about VMware&#8217;s offering of VMware Server for free.  This, coupled with some great open-sourced operating systems can make for some pretty efficient hypervisors.</p>
<p>I recently had to install a few VMware Server hosts using Ubuntu 7.10 Gutsy as <p>[...<em>Continue reading</em> &#187; <a href="http://nerdboys.com/2008/04/17/installing-vmware-server-on-ubuntu-7-10/">Installing VMware Server on Ubuntu 7.10]</a></p>]]></description>
		<wfw:commentRss>http://nerdboys.com/2008/04/17/installing-vmware-server-on-ubuntu-7-10/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installing webmin on Ubuntu 7.10</title>
		<link>http://nerdboys.com/2008/04/10/installing-webmin-on-ubuntu-7-10/</link>
		<comments>http://nerdboys.com/2008/04/10/installing-webmin-on-ubuntu-7-10/#comments</comments>
		<pubDate>Fri, 11 Apr 2008 05:59:00 +0000</pubDate>
		<dc:creator>Jonathan Ng</dc:creator>
				<category><![CDATA[How-Tos]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[sysadmin]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[web interface]]></category>
		<category><![CDATA[webmin]]></category>

		<guid isPermaLink="false">http://jojosoho.com/2008/04/10/installing-webmin-on-ubuntu-7-10/</guid>
		<description><![CDATA[<p>Recently, I&#8217;ve discovered a very neat tool for administering some of my linux servers.  It is called webmin, and it may be one of the more complete web based system administration tools I have seen for linux.</p>
<p>Admittedly, I was a bit apprehensive at first trusting a web interface to do administration.  Afterall, I am not one to shy away from the command line.  But the more I used the webmin console, the <p>[...<em>Continue reading</em> &#187; <a href="http://nerdboys.com/2008/04/10/installing-webmin-on-ubuntu-7-10/">Installing webmin on Ubuntu 7.10]</a></p>]]></description>
		<wfw:commentRss>http://nerdboys.com/2008/04/10/installing-webmin-on-ubuntu-7-10/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>
