<?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 Carey &#187; Ubuntu</title>
	<atom:link href="http://chriscarey.com/wordpress/category/Linux/ubuntu/feed/" rel="self" type="application/rss+xml" />
	<link>http://chriscarey.com/wordpress</link>
	<description>Software Developer, Salt Lake City</description>
	<lastBuildDate>Sun, 22 Aug 2010 23:24:28 +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>Wireless on Dell Mini 10v with Ubuntu 10.04 Netbook Remix</title>
		<link>http://chriscarey.com/wordpress/2010/05/21/wireless-on-dell-mini-10v-with-ubuntu-10-04-netbook-remix/</link>
		<comments>http://chriscarey.com/wordpress/2010/05/21/wireless-on-dell-mini-10v-with-ubuntu-10-04-netbook-remix/#comments</comments>
		<pubDate>Sat, 22 May 2010 03:37:47 +0000</pubDate>
		<dc:creator>Chris Carey</dc:creator>
				<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[10V]]></category>

		<guid isPermaLink="false">http://chriscarey.com/wordpress/2010/05/21/wireless-on-dell-mini-10v-with-ubuntu-10-04-netbook-remix/</guid>
		<description><![CDATA[Here are the commands to get wireless working: #!/bin/bash sudo aptitude update sudo aptitude install bcmwl-kernel-source]]></description>
			<content:encoded><![CDATA[<p>Here are the commands to get wireless working:</p>
<pre class="brush: bash;">
#!/bin/bash
sudo aptitude update
sudo aptitude install bcmwl-kernel-source
</pre>
]]></content:encoded>
			<wfw:commentRss>http://chriscarey.com/wordpress/2010/05/21/wireless-on-dell-mini-10v-with-ubuntu-10-04-netbook-remix/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Netatalk on Intrepid once again</title>
		<link>http://chriscarey.com/wordpress/2009/04/17/netatalk-on-intrepid-once-again/</link>
		<comments>http://chriscarey.com/wordpress/2009/04/17/netatalk-on-intrepid-once-again/#comments</comments>
		<pubDate>Fri, 17 Apr 2009 16:56:47 +0000</pubDate>
		<dc:creator>Chris Carey</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://chriscarey.com/blog/?p=372</guid>
		<description><![CDATA[The deb file I used to use isnt working. But this script does work for compiling netatalk with SSL support so it actually works: mkdir -p ~/src/netatalk cd ~/src/netatalk sudo apt-get install devscripts cracklib2-dev dpkg-dev libssl-dev build-essential sudo apt-get build-dep netatalk apt-get source netatalk cd netatalk-2.0.3 DEB_BUILD_OPTIONS=ssl dpkg-buildpackage -us -uc sudo debi echo &#8220;netatalk hold&#8221; [...]]]></description>
			<content:encoded><![CDATA[<p>The deb file I used to use isnt working. But this script does work for compiling netatalk with SSL support so it actually works:</p>
<p><bash><br />
mkdir -p ~/src/netatalk<br />
cd ~/src/netatalk<br />
sudo apt-get install devscripts cracklib2-dev dpkg-dev libssl-dev build-essential<br />
sudo apt-get build-dep netatalk<br />
apt-get source netatalk<br />
cd netatalk-2.0.3<br />
DEB_BUILD_OPTIONS=ssl dpkg-buildpackage -us -uc<br />
sudo debi</p>
<p>echo &#8220;netatalk hold&#8221; | sudo dpkg &#8211;set-selections<br />
</bash></p>
]]></content:encoded>
			<wfw:commentRss>http://chriscarey.com/wordpress/2009/04/17/netatalk-on-intrepid-once-again/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>VMWare Server 1.0.7 on Ubuntu Intrepid Ibex 8.10</title>
		<link>http://chriscarey.com/wordpress/2008/10/30/vmware-server-107-on-ubuntu-intrepid-ibex-810/</link>
		<comments>http://chriscarey.com/wordpress/2008/10/30/vmware-server-107-on-ubuntu-intrepid-ibex-810/#comments</comments>
		<pubDate>Thu, 30 Oct 2008 22:39:24 +0000</pubDate>
		<dc:creator>Chris Carey</dc:creator>
				<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://chriscarey.com/blog/?p=296</guid>
		<description><![CDATA[Here is a link I found that got this working again: Click Here Here is a link to fix a keyboard error some have: Click Here]]></description>
			<content:encoded><![CDATA[<p>Here is a link I found that got this working again:<br />
<a href="http://www.insecure.ws/2008/10/20/vmware-specific-specific-55x-and-kernel-2627">Click Here</a></p>
<p>Here is a link to fix a keyboard error some have:<br />
<a href="http://nthrbldyblg.blogspot.com/2008/06/vmware-and-fubar-keyboard-effect.html">Click Here</a></p>
]]></content:encoded>
			<wfw:commentRss>http://chriscarey.com/wordpress/2008/10/30/vmware-server-107-on-ubuntu-intrepid-ibex-810/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>VMware Server 1.0.6 on Ubuntu 8.0.4</title>
		<link>http://chriscarey.com/wordpress/2008/07/16/vmware-server-106-on-ubuntu-804/</link>
		<comments>http://chriscarey.com/wordpress/2008/07/16/vmware-server-106-on-ubuntu-804/#comments</comments>
		<pubDate>Wed, 16 Jul 2008 17:15:10 +0000</pubDate>
		<dc:creator>Chris Carey</dc:creator>
				<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://chriscarey.com/wordpress/?p=32</guid>
		<description><![CDATA[VMware Server 1.0.6 on Ubuntu 8.0.4 would not run &#8220;out of the box&#8221;. I needed a library fix to get it running: $ cd /usr/lib/vmware/lib/libgcc_s.so.1 $ sudo mv libgcc_s.so.1 libgcc_s.so.1.orig $ sudo ln -s /lib/libgcc_s.so.1 /usr/lib/vmware/lib/]]></description>
			<content:encoded><![CDATA[<p>VMware Server 1.0.6 on Ubuntu 8.0.4 would not run &#8220;out of the box&#8221;. I needed a library fix to get it running:</p>
<blockquote><p>$ cd /usr/lib/vmware/lib/libgcc_s.so.1</p>
<p>$ sudo mv libgcc_s.so.1 libgcc_s.so.1.orig</p>
<p>$ sudo ln -s /lib/libgcc_s.so.1 /usr/lib/vmware/lib/</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://chriscarey.com/wordpress/2008/07/16/vmware-server-106-on-ubuntu-804/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
