<?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>Steven Harms &#187; intrepid</title>
	<atom:link href="http://www.sharms.org/blog/tag/intrepid/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.sharms.org/blog</link>
	<description>Life, Linux and Technology</description>
	<lastBuildDate>Sun, 28 Aug 2011 18:02:56 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Flash 64-bit on Ubuntu Intrepid</title>
		<link>http://www.sharms.org/blog/2008/11/flash-64-bit-on-ubuntu-intrepid/</link>
		<comments>http://www.sharms.org/blog/2008/11/flash-64-bit-on-ubuntu-intrepid/#comments</comments>
		<pubDate>Tue, 18 Nov 2008 01:35:32 +0000</pubDate>
		<dc:creator>Steven Harms</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[adobe]]></category>
		<category><![CDATA[amd64]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[intrepid]]></category>

		<guid isPermaLink="false">http://www.sharms.org/blog/?p=265</guid>
		<description><![CDATA[Download and install Ubuntu 8.10 AMD64 (or x86_64): Download 64-bit flash from here. If you have flashplugin-nonfree installed, now is a good time to remove it as we will be using the labs version: ~$ sudo apt-get remove flashplugin-nonfree This leaves behind some junk. To remove them: cd /usr/lib sudo find . -name "npwrapper.libflashplayer.so" &#124; [...]


Related posts:<ol><li><a href='http://www.sharms.org/blog/2008/12/64-bit-java-browser-plugin/' rel='bookmark' title='Permanent Link: 64-bit Java browser plugin'>64-bit Java browser plugin</a></li>
<li><a href='http://www.sharms.org/blog/2006/10/installing-flash-9-on-dapper/' rel='bookmark' title='Permanent Link: Installing Flash 9 on Dapper'>Installing Flash 9 on Dapper</a></li>
<li><a href='http://www.sharms.org/blog/2009/06/installing-groupwise-8-client-in-ubuntu-jaunty-amd64/' rel='bookmark' title='Permanent Link: Installing Groupwise 8 Client in Ubuntu Jaunty AMD64'>Installing Groupwise 8 Client in Ubuntu Jaunty AMD64</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><strong><a href="http://www.ubuntu.com">Download</a> and install Ubuntu 8.10 AMD64 (or x86_64):</strong><br />
<img src="http://www.sharms.org/img/ubuntu.jpg" alt="Ubuntu download screen" /></p>
<p><strong>Download <a href="http://labs.adobe.com/downloads/flashplayer10.html">64-bit flash from here</a>.</strong><br />
<img src="http://www.sharms.org/img/adobe.jpg" alt="Adobe Labs Logo" /></p>
<p>If you have flashplugin-nonfree installed, now is a good time to remove it as we will be using the labs version:<br />
<code><br />
~$ sudo apt-get remove flashplugin-nonfree<br />
</code></p>
<p>This leaves behind some junk.  To remove them:<br />
<code><br />
cd /usr/lib<br />
sudo find . -name "npwrapper.libflashplayer.so" | xargs rm<br />
</code></p>
<p>And now install the plugin:<br />
<code><br />
cp path_to_so_file_you_extracted.so /usr/lib/firefox/plugins<br />
</code></p>
<p><strong>Start firefox and have fun.  Pandora.com no longer crashes:</strong></p>
<p><img src="http://www.sharms.org/img/pandora.jpg" alt="Pandora.com website" /></p>
<p><strong>And Hulu.com is working awesome:</strong></p>
<p><img src="http://www.sharms.org/img/hulu.jpg" alt="Hulu.com website" /></p>


<p>Related posts:<ol><li><a href='http://www.sharms.org/blog/2008/12/64-bit-java-browser-plugin/' rel='bookmark' title='Permanent Link: 64-bit Java browser plugin'>64-bit Java browser plugin</a></li>
<li><a href='http://www.sharms.org/blog/2006/10/installing-flash-9-on-dapper/' rel='bookmark' title='Permanent Link: Installing Flash 9 on Dapper'>Installing Flash 9 on Dapper</a></li>
<li><a href='http://www.sharms.org/blog/2009/06/installing-groupwise-8-client-in-ubuntu-jaunty-amd64/' rel='bookmark' title='Permanent Link: Installing Groupwise 8 Client in Ubuntu Jaunty AMD64'>Installing Groupwise 8 Client in Ubuntu Jaunty AMD64</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.sharms.org/blog/2008/11/flash-64-bit-on-ubuntu-intrepid/feed/</wfw:commentRss>
		<slash:comments>20</slash:comments>
		</item>
		<item>
		<title>ECS GF8200A under Ubuntu Intrepid</title>
		<link>http://www.sharms.org/blog/2008/11/ecs-gf8200a-under-intrepid/</link>
		<comments>http://www.sharms.org/blog/2008/11/ecs-gf8200a-under-intrepid/#comments</comments>
		<pubDate>Sun, 16 Nov 2008 00:47:48 +0000</pubDate>
		<dc:creator>Steven Harms</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[audio]]></category>
		<category><![CDATA[intrepid]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.sharms.org/blog/?p=260</guid>
		<description><![CDATA[Bought a new motherboard, everything works out of the box so far except for sound. For sound I had to: echo "options snd-hda-intel model=auto probe_mask=1" >> /etc/modprobe.d/options modprobe snd-hda-intel Then everything was good. Taken from this thread. Related posts:Make your bash shell cool again How to share a VPN connection in Ubuntu Intrepid Ibex Flash [...]


Related posts:<ol><li><a href='http://www.sharms.org/blog/2009/03/make-your-bash-shell-cool-again/' rel='bookmark' title='Permanent Link: Make your bash shell cool again'>Make your bash shell cool again</a></li>
<li><a href='http://www.sharms.org/blog/2008/11/how-to-share-a-vpn-connection-in-ubuntu-intrepid-ibex/' rel='bookmark' title='Permanent Link: How to share a VPN connection in Ubuntu Intrepid Ibex'>How to share a VPN connection in Ubuntu Intrepid Ibex</a></li>
<li><a href='http://www.sharms.org/blog/2008/11/flash-64-bit-on-ubuntu-intrepid/' rel='bookmark' title='Permanent Link: Flash 64-bit on Ubuntu Intrepid'>Flash 64-bit on Ubuntu Intrepid</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Bought a new motherboard, everything works out of the box so far except for sound.</p>
<p>For sound I had to:</p>
<p><code><br />
echo "options snd-hda-intel model=auto probe_mask=1" >> /etc/modprobe.d/options<br />
modprobe snd-hda-intel<br />
</code></p>
<p>Then everything was good.  Taken from<a href="http://forums.fedoraforum.org/showthread.php?t=203389"> this thread</a>.</p>


<p>Related posts:<ol><li><a href='http://www.sharms.org/blog/2009/03/make-your-bash-shell-cool-again/' rel='bookmark' title='Permanent Link: Make your bash shell cool again'>Make your bash shell cool again</a></li>
<li><a href='http://www.sharms.org/blog/2008/11/how-to-share-a-vpn-connection-in-ubuntu-intrepid-ibex/' rel='bookmark' title='Permanent Link: How to share a VPN connection in Ubuntu Intrepid Ibex'>How to share a VPN connection in Ubuntu Intrepid Ibex</a></li>
<li><a href='http://www.sharms.org/blog/2008/11/flash-64-bit-on-ubuntu-intrepid/' rel='bookmark' title='Permanent Link: Flash 64-bit on Ubuntu Intrepid'>Flash 64-bit on Ubuntu Intrepid</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.sharms.org/blog/2008/11/ecs-gf8200a-under-intrepid/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

