<?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 &#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 in Rochester, NY (Django, JavaScript, LAMP)</description>
	<lastBuildDate>Fri, 06 Jan 2012 00:45:00 +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>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>
]]></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. <del>They&#8217;re available on <a href="http://github.com/SeanHayes/web-dev-bash-utils">GitHub</a>.</del></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>
<p>Update: I&#8217;ve seen some recent traffic to this post, and I wanted to let everyone know that this project has been taken down from GitHub. I didn&#8217;t have the time to port it to the GNU/Linux version of Bash, I didn&#8217;t really need the scripts anymore (if I did I&#8217;d rewrite them in Python, maybe using Fabric), and no one seemed interested in them, so I thought it would be better to take it down than leave a substandard, mostly unusable project on my GitHub profile.</p>
]]></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>

