<?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>Seán Hayes&#039; Blog &#187; linux</title>
	<atom:link href="http://seanhayes.name/tag/linux/feed/" rel="self" type="application/rss+xml" />
	<link>http://seanhayes.name</link>
	<description>Web Developer</description>
	<lastBuildDate>Tue, 20 Jul 2010 14:51: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>Fixing Flash</title>
		<link>http://seanhayes.name/2010/05/06/fixing-flash/</link>
		<comments>http://seanhayes.name/2010/05/06/fixing-flash/#comments</comments>
		<pubDate>Thu, 06 May 2010 04:50:42 +0000</pubDate>
		<dc:creator>Seán Hayes</dc:creator>
				<category><![CDATA[Troubleshooting]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://seanhayes.name/?p=151</guid>
		<description><![CDATA[After upgrading Ubuntu I had some problems with Flash not working. I read the following threads and combined information from both to solve my problem: http://ubuntuforums.org/showthread.php?t=1244048 http://ubuntuforums.org/showthread.php?t=1373582 Run the following commands in a terminal to remove existing Flash files: sudo &#8230; <a href="http://seanhayes.name/2010/05/06/fixing-flash/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>After upgrading Ubuntu I had some problems with Flash not working. I read the following threads and combined information from both to solve my problem:<br />
<a href="http://ubuntuforums.org/showthread.php?t=1244048">http://ubuntuforums.org/showthread.php?t=1244048</a><br />
<a href="http://ubuntuforums.org/showthread.php?t=1373582">http://ubuntuforums.org/showthread.php?t=1373582</a></p>
<p>Run the following commands in a terminal to remove existing Flash files:</p>
<blockquote><p>sudo apt-get remove -y &#8211;purge flashplugin-nonfree gnash gnash-common mozilla-plugin-gnash swfdec-mozilla libflashsupport nspluginwrapper<br />
sudo rm -f /usr/lib/mozilla/plugins/*flash*<br />
sudo rm -f ~/.mozilla/plugins/*flash*<br />
sudo rm -f /usr/lib/firefox/plugins/*flash*<br />
sudo rm -f /usr/lib/firefox-addons/plugins/*flash*<br />
sudo rm -rfd /usr/lib/nspluginwrapper<br />
sudo rm -rf /usr/lib/flashplugin*</p></blockquote>
<p>Then run the following command to install the correct version of Flash:</p>
<blockquote><p>sudo apt-get install flashplugin-installer</p></blockquote>

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://seanhayes.name/2009/10/22/web-dev-bash-utils/" title="Web Dev Bash Utils (Thursday, October 22, 2009)">Web Dev Bash Utils</a> (0)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://seanhayes.name/2010/05/06/fixing-flash/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Web Dev Bash Utils</title>
		<link>http://seanhayes.name/2009/10/22/web-dev-bash-utils/</link>
		<comments>http://seanhayes.name/2009/10/22/web-dev-bash-utils/#comments</comments>
		<pubDate>Thu, 22 Oct 2009 18:59:47 +0000</pubDate>
		<dc:creator>Seán Hayes</dc:creator>
				<category><![CDATA[Web Dev Bash Utils]]></category>
		<category><![CDATA[github]]></category>
		<category><![CDATA[gnu extensions]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[scripts]]></category>
		<category><![CDATA[unix]]></category>
		<category><![CDATA[utils]]></category>
		<category><![CDATA[web development. bash]]></category>

		<guid isPermaLink="false">http://seanhayes.name/?p=102</guid>
		<description><![CDATA[I&#8217;ve just open sourced these bash scripts I wrote for web development. They&#8217;re available on GitHub. Unfortunately they were written for use on a strict Unix environment with an outdated version of bash and without the benefit of GNU extensions &#8230; <a href="http://seanhayes.name/2009/10/22/web-dev-bash-utils/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve just open sourced these bash scripts I wrote for web development. They&#8217;re available on <a href="http://github.com/SeanHayes/web-dev-bash-utils">GitHub</a>.</p>
<p>Unfortunately they were written for use on a strict Unix environment with an outdated version of bash and without the benefit of GNU extensions (I was not the administrator), so they don&#8217;t currently work on Linux. My next step is to port them to Linux, and any help would be appreciated.</p>

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://seanhayes.name/2010/05/06/fixing-flash/" title="Fixing Flash (Thursday, May 6, 2010)">Fixing Flash</a> (0)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://seanhayes.name/2009/10/22/web-dev-bash-utils/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->