<?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>chris/brookins &#187; Linux</title>
	<atom:link href="http://chris.brookins.info/tag/linux/feed/" rel="self" type="application/rss+xml" />
	<link>http://chris.brookins.info</link>
	<description></description>
	<lastBuildDate>Sat, 24 Jul 2010 16:40:50 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Ubuntu: Replacement NIC</title>
		<link>http://chris.brookins.info/2010/05/11/ubuntu-replacement-nic/</link>
		<comments>http://chris.brookins.info/2010/05/11/ubuntu-replacement-nic/#comments</comments>
		<pubDate>Tue, 11 May 2010 22:14:31 +0000</pubDate>
		<dc:creator>CBrookins</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Appliance]]></category>
		<category><![CDATA[Command]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Network]]></category>
		<category><![CDATA[NIC]]></category>
		<category><![CDATA[Service]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Virtualbox]]></category>
		<category><![CDATA[VMWare]]></category>

		<guid isPermaLink="false">http://chris.brookins.info/?p=672</guid>
		<description><![CDATA[I ran into an issue where I replaced a network card in a computer and the Ubuntu installation would not  display the new network card when running the command &#8216;ifconfig&#8217;.  Running ifconfig would only display the loopback interface &#8216;lo&#8217;.  I found that the network card had been recognized by Ubuntu but that my interface configuration<br /><span class="excerpt_more"><a href="http://chris.brookins.info/2010/05/11/ubuntu-replacement-nic/">[continue reading...]</a></span>]]></description>
		<wfw:commentRss>http://chris.brookins.info/2010/05/11/ubuntu-replacement-nic/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Wubi</title>
		<link>http://chris.brookins.info/2010/05/08/wubi/</link>
		<comments>http://chris.brookins.info/2010/05/08/wubi/#comments</comments>
		<pubDate>Sat, 08 May 2010 23:18:12 +0000</pubDate>
		<dc:creator>CBrookins</dc:creator>
				<category><![CDATA[Tools]]></category>
		<category><![CDATA[Application]]></category>
		<category><![CDATA[Boot]]></category>
		<category><![CDATA[Free]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Tool]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://chris.brookins.info/?p=645</guid>
		<description><![CDATA[Wubi is an officially supported Ubuntu installer for Windows users that can bring you to the Linux world with a single click. Wubi allows you to install and uninstall Ubuntu as any other Windows application, in a simple and safe way. Do you want to try Ubuntu without removing Windows or partitioning a dual boot<br /><span class="excerpt_more"><a href="http://chris.brookins.info/2010/05/08/wubi/">[continue reading...]</a></span>]]></description>
		<wfw:commentRss>http://chris.brookins.info/2010/05/08/wubi/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Conky</title>
		<link>http://chris.brookins.info/2010/04/30/conky/</link>
		<comments>http://chris.brookins.info/2010/04/30/conky/#comments</comments>
		<pubDate>Fri, 30 Apr 2010 23:04:17 +0000</pubDate>
		<dc:creator>CBrookins</dc:creator>
				<category><![CDATA[Tools]]></category>
		<category><![CDATA[BSD]]></category>
		<category><![CDATA[Free]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Tool]]></category>

		<guid isPermaLink="false">http://chris.brookins.info/?p=656</guid>
		<description><![CDATA[Conky is a free, light-weight system monitor for X, that displays any information on your desktop. This is a nice tool for monitoring your system usage.  You can customize it to fit your current theme and display just about any information you want to view.  This application really helps to keep a minimalistic desktop.  In<br /><span class="excerpt_more"><a href="http://chris.brookins.info/2010/04/30/conky/">[continue reading...]</a></span>]]></description>
		<wfw:commentRss>http://chris.brookins.info/2010/04/30/conky/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ubuntu: smbmount: mount error(1)</title>
		<link>http://chris.brookins.info/2010/04/29/smbmount-mount-error1/</link>
		<comments>http://chris.brookins.info/2010/04/29/smbmount-mount-error1/#comments</comments>
		<pubDate>Thu, 29 Apr 2010 23:49:51 +0000</pubDate>
		<dc:creator>CBrookins</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Samba]]></category>
		<category><![CDATA[SMB]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://chris.brookins.info/?p=651</guid>
		<description><![CDATA[I recently ran into a problem mounting a remote share to my newly installed Ubuntu 10.04 installation.  I had never had a problem before so I knew my mount script was correct.  I found an easy fix to allow a regular user to mount a remote share. I had already prepared a folder to mount<br /><span class="excerpt_more"><a href="http://chris.brookins.info/2010/04/29/smbmount-mount-error1/">[continue reading...]</a></span>]]></description>
		<wfw:commentRss>http://chris.brookins.info/2010/04/29/smbmount-mount-error1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Countdown</title>
		<link>http://chris.brookins.info/2010/04/17/countdown/</link>
		<comments>http://chris.brookins.info/2010/04/17/countdown/#comments</comments>
		<pubDate>Sun, 18 Apr 2010 02:40:28 +0000</pubDate>
		<dc:creator>CBrookins</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Application]]></category>
		<category><![CDATA[Countdown]]></category>
		<category><![CDATA[Free]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Time]]></category>
		<category><![CDATA[Tool]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://chris.brookins.info/?p=636</guid>
		<description><![CDATA[I wrote my first Linux application.  It is a application which will count down from a preset number of seconds.  I have tested it on Ubuntu 9.10 and 10.04 Beta 2.  Other than that, I have no guaranty.  It is a pretty basic application. You enter the amount of seconds to countdown, select Set, then<br /><span class="excerpt_more"><a href="http://chris.brookins.info/2010/04/17/countdown/">[continue reading...]</a></span>]]></description>
		<wfw:commentRss>http://chris.brookins.info/2010/04/17/countdown/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>FreeNAS: Configuring an iTunes/DAAP Server</title>
		<link>http://chris.brookins.info/2010/04/15/freenas-configuring-an-itunesdaap-server/</link>
		<comments>http://chris.brookins.info/2010/04/15/freenas-configuring-an-itunesdaap-server/#comments</comments>
		<pubDate>Fri, 16 Apr 2010 01:28:47 +0000</pubDate>
		<dc:creator>CBrookins</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Firefly]]></category>
		<category><![CDATA[Free]]></category>
		<category><![CDATA[FreeNAS]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Media Sharing]]></category>
		<category><![CDATA[NAS]]></category>
		<category><![CDATA[Network]]></category>
		<category><![CDATA[Rhythmbox]]></category>
		<category><![CDATA[Streaming]]></category>

		<guid isPermaLink="false">http://chris.brookins.info/?p=620</guid>
		<description><![CDATA[This is a short video tutorial on how to configure an iTunes/DAAP server on your FreeNAS server.  This tutorial assumes that you have following the &#8220;Installing FreeNAS&#8221; tutorial that is also available in the tutorials section of this site.  This tutorial slightly touches on creating simple playlists on the server to make them available to all users.<br /><span class="excerpt_more"><a href="http://chris.brookins.info/2010/04/15/freenas-configuring-an-itunesdaap-server/">[continue reading...]</a></span>]]></description>
		<wfw:commentRss>http://chris.brookins.info/2010/04/15/freenas-configuring-an-itunesdaap-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ubuntu One Mobile Sync Public Alpha</title>
		<link>http://chris.brookins.info/2010/04/05/ubuntu-one-mobile-sync-public-alpha/</link>
		<comments>http://chris.brookins.info/2010/04/05/ubuntu-one-mobile-sync-public-alpha/#comments</comments>
		<pubDate>Tue, 06 Apr 2010 02:02:16 +0000</pubDate>
		<dc:creator>CBrookins</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Alpha]]></category>
		<category><![CDATA[Canonical]]></category>
		<category><![CDATA[Cloud]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Mobile]]></category>
		<category><![CDATA[Service]]></category>
		<category><![CDATA[Tool]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Ubuntu One]]></category>

		<guid isPermaLink="false">http://chris.brookins.info/?p=605</guid>
		<description><![CDATA[Today on the Ubuntu One blog it was posted that they have opened the mobile contact sync to a public alpha release.  Their posts states that it &#8220;supports many phones&#8221;, when I tried to check it out I was locked out of my account.  I have not heard any word of an outage but I<br /><span class="excerpt_more"><a href="http://chris.brookins.info/2010/04/05/ubuntu-one-mobile-sync-public-alpha/">[continue reading...]</a></span>]]></description>
		<wfw:commentRss>http://chris.brookins.info/2010/04/05/ubuntu-one-mobile-sync-public-alpha/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>FreeNAS: Disable ACPI on boot</title>
		<link>http://chris.brookins.info/2010/04/04/freenas-disable-acpi-on-boot/</link>
		<comments>http://chris.brookins.info/2010/04/04/freenas-disable-acpi-on-boot/#comments</comments>
		<pubDate>Mon, 05 Apr 2010 00:42:19 +0000</pubDate>
		<dc:creator>CBrookins</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[FreeNAS]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[NAS]]></category>
		<category><![CDATA[Repair/Maintenance]]></category>

		<guid isPermaLink="false">http://chris.brookins.info/?p=601</guid>
		<description><![CDATA[I ran into a problem on a particular computer where FreeNAS did not like how the bios was reporting the temperature.  FreeNAS would constantly prompt that the temperature was &#8220;absurd&#8221;.  I found that booting to option two from the boot menu, disabled ACPI, would fix the problem.  The next problem was locating the file which<br /><span class="excerpt_more"><a href="http://chris.brookins.info/2010/04/04/freenas-disable-acpi-on-boot/">[continue reading...]</a></span>]]></description>
		<wfw:commentRss>http://chris.brookins.info/2010/04/04/freenas-disable-acpi-on-boot/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Linux Twitter Clients</title>
		<link>http://chris.brookins.info/2010/04/02/linux-twitter-clients/</link>
		<comments>http://chris.brookins.info/2010/04/02/linux-twitter-clients/#comments</comments>
		<pubDate>Sat, 03 Apr 2010 02:40:51 +0000</pubDate>
		<dc:creator>CBrookins</dc:creator>
				<category><![CDATA[Tools]]></category>
		<category><![CDATA[Application]]></category>
		<category><![CDATA[Free]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Tool]]></category>

		<guid isPermaLink="false">http://chris.brookins.info/?p=589</guid>
		<description><![CDATA[Here are some of the top Twitter clients for Linux.  I have tried each of these on Ubuntu 9.10 and each have their downsides.  They all run pretty well, with the exception of Twitux.  It seems to have some memory leak problems.  If you leave Twitux running all the time it will consume large amounts<br /><span class="excerpt_more"><a href="http://chris.brookins.info/2010/04/02/linux-twitter-clients/">[continue reading...]</a></span>]]></description>
		<wfw:commentRss>http://chris.brookins.info/2010/04/02/linux-twitter-clients/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installing FreeNAS</title>
		<link>http://chris.brookins.info/2010/03/21/installing-freenas/</link>
		<comments>http://chris.brookins.info/2010/03/21/installing-freenas/#comments</comments>
		<pubDate>Sun, 21 Mar 2010 21:27:47 +0000</pubDate>
		<dc:creator>CBrookins</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Distro]]></category>
		<category><![CDATA[Free]]></category>
		<category><![CDATA[FreeNAS]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Media Sharing]]></category>
		<category><![CDATA[NAS]]></category>
		<category><![CDATA[Network]]></category>

		<guid isPermaLink="false">http://chris.brookins.info/?p=579</guid>
		<description><![CDATA[This is a short tutorial on setting up a FreeNas server.  This tutorial covers the installation of FreeNas on a single drive and enabling Samba to create a public share.  You can use this to share files between computers on your local network. This tutorial does not go into detail on all of the options<br /><span class="excerpt_more"><a href="http://chris.brookins.info/2010/03/21/installing-freenas/">[continue reading...]</a></span>]]></description>
		<wfw:commentRss>http://chris.brookins.info/2010/03/21/installing-freenas/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
