<?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 San Francisco</description>
	<lastBuildDate>Sun, 04 Mar 2012 02:53:51 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<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:]]></description>
			<content:encoded><![CDATA[<p>Here are the commands to get wireless working:</p>
<pre class="brush: bash; title: ; notranslate">
#!/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[This sequence of commands work well for me to get a SSL-enabled version of Netatalk compiled &#8220;the Debian way&#8221; or &#8220;the Ubuntu way&#8221;, where you get a nice .deb file: Now you can install the .deb package that was just created. You will want to set Netatalk &#8220;on hold&#8221; so that it will not update, [...]]]></description>
			<content:encoded><![CDATA[<p>This sequence of commands work well for me to get a SSL-enabled version of Netatalk compiled &#8220;the Debian way&#8221; or &#8220;the Ubuntu way&#8221;, where you get a nice .deb file:</p>
<pre class="brush: plain; title: ; notranslate">
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
</pre>
<p>Now you can install the .deb package that was just created.</p>
<p>You will want to set Netatalk &#8220;on hold&#8221; so that it will not update, killing your custom SSL version:</p>
<pre class="brush: plain; title: ; notranslate">
echo &quot;netatalk hold&quot; | sudo dpkg --set-selections
</pre>
]]></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>

