<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Technicalities</title>
	<atom:link href="http://innergytech.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://innergytech.wordpress.com</link>
	<description>A technical Blog focused on Computer Science and Software Engineering</description>
	<lastBuildDate>Tue, 13 Sep 2011 18:24:14 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='innergytech.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Technicalities</title>
		<link>http://innergytech.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://innergytech.wordpress.com/osd.xml" title="Technicalities" />
	<atom:link rel='hub' href='http://innergytech.wordpress.com/?pushpress=hub'/>
		<item>
		<title>ActionDispatch::Static and Rails 2.3.8</title>
		<link>http://innergytech.wordpress.com/2011/03/27/actiondispatchstatic-and-rails-2-3-8/</link>
		<comments>http://innergytech.wordpress.com/2011/03/27/actiondispatchstatic-and-rails-2-3-8/#comments</comments>
		<pubDate>Sun, 27 Mar 2011 21:58:23 +0000</pubDate>
		<dc:creator>whatevergoeson</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://innergytech.wordpress.com/?p=34</guid>
		<description><![CDATA[I recently had the following error while configuring Nginx with Unicorn on Rails 2.3.8 in my config.ru, I had the following: (taken from the Ruby on Rack instructions on the &#8216;official&#8217; guide page, http://guides.rubyonrails.org/rails_on_rack.html ) config.ru ====== require &#8220;config/environment&#8221; use Rails::Rack::LogTailer use ActionDispatch::Static run ActionController::Dispatcher.new This was giving the following annoying error when trying to [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=innergytech.wordpress.com&amp;blog=11512368&amp;post=34&amp;subd=innergytech&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I recently had the following error while configuring Nginx with Unicorn on Rails 2.3.8</p>
<p>in my config.ru, I had the following:</p>
<p>(taken from the Ruby on Rack instructions on the &#8216;official&#8217; guide page, http://guides.rubyonrails.org/rails_on_rack.html )<br />
config.ru<br />
======<br />
require &#8220;config/environment&#8221;</p>
<p>use Rails::Rack::LogTailer<br />
use ActionDispatch::Static<br />
run ActionController::Dispatcher.new</p>
<p>This was giving the following annoying error when trying to start the unicorn server:</p>
<p>/usr/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/dependencies.rb:443:in `load_missing_constant&#8217;: uninitialized constant ActionDispatch (NameError)<br />
	from /usr/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/dependencies.rb:80:in `const_missing&#8217;<br />
	from /usr/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/dependencies.rb:92:in `const_missing&#8217;<br />
	from config.ru:5<br />
	from /usr/lib/ruby/gems/1.8/gems/rack-1.1.2/lib/rack/builder.rb:46:in `instance_eval&#8217;<br />
	from /usr/lib/ruby/gems/1.8/gems/rack-1.1.2/lib/rack/builder.rb:46:in `initialize&#8217;<br />
	from config.ru:1:in `new&#8217;<br />
	from config.ru:1</p>
<p>It turns out that a patch submitted to unicorn_rails gave the hint (http://bogomips.org/unicorn.git/diff/bin/unicorn_rails?h=body-keepalive&amp;id2=98ea5cca50b907e20d6357f425d7789bac1d1a47 )</p>
<p>The fix was to replace the line #use ActionDispatch::Static with:<br />
use Rails::Rack::Static</p>
<p>The new config.ru thus became:<br />
use Rails::Rack::LogTailer<br />
use Rails::Rack::Static<br />
run ActionController::Dispatcher.new</p>
<p>I am guessing this had to be done because ActionDispatch::Static isn&#8217;t present in this version of Rails.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/innergytech.wordpress.com/34/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/innergytech.wordpress.com/34/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/innergytech.wordpress.com/34/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/innergytech.wordpress.com/34/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/innergytech.wordpress.com/34/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/innergytech.wordpress.com/34/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/innergytech.wordpress.com/34/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/innergytech.wordpress.com/34/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/innergytech.wordpress.com/34/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/innergytech.wordpress.com/34/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/innergytech.wordpress.com/34/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/innergytech.wordpress.com/34/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/innergytech.wordpress.com/34/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/innergytech.wordpress.com/34/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=innergytech.wordpress.com&amp;blog=11512368&amp;post=34&amp;subd=innergytech&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://innergytech.wordpress.com/2011/03/27/actiondispatchstatic-and-rails-2-3-8/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/bc41ebab54cc0e0fbe99d753876d45ce?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">whatevergoeson</media:title>
		</media:content>
	</item>
		<item>
		<title>Validations don&#8217;t belong in after_save</title>
		<link>http://innergytech.wordpress.com/2010/03/08/dont-put-validations-in-after_save/</link>
		<comments>http://innergytech.wordpress.com/2010/03/08/dont-put-validations-in-after_save/#comments</comments>
		<pubDate>Mon, 08 Mar 2010 22:03:13 +0000</pubDate>
		<dc:creator>whatevergoeson</dc:creator>
				<category><![CDATA[RoR]]></category>

		<guid isPermaLink="false">http://innergytech.wordpress.com/?p=17</guid>
		<description><![CDATA[Using Ruby on Rails callbacks, you might be tempted at some point to do this In your model: after_save :test_for_something And then def test_for_something if (some_test) then self.errors.add(&#8220;Problem&#8221;); return true; else return false; end This is not going to work as it is not handled as a validation. The record will be saved in the [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=innergytech.wordpress.com&amp;blog=11512368&amp;post=17&amp;subd=innergytech&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Using Ruby on Rails callbacks, you might be tempted at some point to do this</p>
<p>In your model:<br />
after_save :test_for_something</p>
<p>And then<br />
def test_for_something</p>
<p>if (some_test) then self.errors.add(&#8220;Problem&#8221;); return true; else return false; end</p>
<p>This is not going to work as it is not handled as a validation. The record will be saved in the db even though this will return false</p>
<p>Similarly, if you are inside a transaction, do not rely on after_save for throwing an  exception that would rollback the transaction, as it&#8217;s not going to happen.<br />
Doing this inside the after_save will not cause an exception to be thrown<br />
        raise ActiveRecord::Rollback</p>
<p>The best way for doing that is keeping validations separate by having a separate validate :method_name method.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/innergytech.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/innergytech.wordpress.com/17/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/innergytech.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/innergytech.wordpress.com/17/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/innergytech.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/innergytech.wordpress.com/17/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/innergytech.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/innergytech.wordpress.com/17/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/innergytech.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/innergytech.wordpress.com/17/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/innergytech.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/innergytech.wordpress.com/17/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/innergytech.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/innergytech.wordpress.com/17/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=innergytech.wordpress.com&amp;blog=11512368&amp;post=17&amp;subd=innergytech&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://innergytech.wordpress.com/2010/03/08/dont-put-validations-in-after_save/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/bc41ebab54cc0e0fbe99d753876d45ce?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">whatevergoeson</media:title>
		</media:content>
	</item>
		<item>
		<title>Amazon EC2 Scripts &#8211; Reallocate EBS Volume from one instance to another</title>
		<link>http://innergytech.wordpress.com/2010/01/22/amazon-ec2-scripts-reallocate-ebs-volume-from-one-instance-to-another/</link>
		<comments>http://innergytech.wordpress.com/2010/01/22/amazon-ec2-scripts-reallocate-ebs-volume-from-one-instance-to-another/#comments</comments>
		<pubDate>Fri, 22 Jan 2010 20:23:19 +0000</pubDate>
		<dc:creator>whatevergoeson</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://innergytech.wordpress.com/?p=9</guid>
		<description><![CDATA[Recently I’ve been using  Amazon’s Cloud Computing services in the form of EC2 and S3. I’ve set up several scripts that make life easier by automating some of the tasks that need to be done regularly when administering EC2 virtual instances. In the hope that they will be useful to other people, I’ll be posting [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=innergytech.wordpress.com&amp;blog=11512368&amp;post=9&amp;subd=innergytech&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Recently I’ve been using  Amazon’s Cloud Computing services in the form of EC2 and S3. I’ve set up several scripts that make life easier by automating some of the tasks that need to be done regularly when administering EC2 virtual instances. In the hope that they will be useful to other people, I’ll be posting here some of them. Here is the first in the series.</p>
<p>The script “reallocate_volume” moves an EBS volume from an instance to another. It gets both instance ids as arguments on the command line. It is useful, for example, when your main production machine (first argument) fails for some reason, and you need to give control to the second machine. Below, the SLEEP_TIME is in seconds and MAX_TRIES is a number specifying delays for retries when detaching &amp; attaching the volumes.</p>
<p>reallocate_volume:</p>
<p><em>#!/bin/bash</em></p>
<p><em>#Replaces volume in instance given as argument $1, with the volume taken from instance in argument $2<br />
# {insert your commands that stop your servers here, e.g. apache &amp; mysql}</em></p>
<p><em>umount /mnt/vol #make sure no-one else uses this, otherwise this will fail with inability to umount</em></p>
<p><em>volume1=`/root/bin/ec2get_volume_id $1`<br />
ec2-detach-volume $volume1 –force #note that it uses force to ensure this gets detached</em></p>
<p><em>STATUS=`ec2-describe-volumes $volume1 | tail -1 | awk ‘{print $5}’ 2&gt; /dev/null`<br />
SLEEP_TIME=10<br />
MAX_TRIES=15<br />
while [ "$STATUS" != "available    " ]<br />
do<br />
CTR=`expr $CTR + 1`<br />
if [ $CTR -eq $MAX_TRIES ]<br />
then<br />
/bin/echo “WARNING: Cannot force detach volume $VOL to $DEV — Giving up after $MAX_TRIES attempts. Please try to use snapshot”<br />
exit 1<br />
fi<br />
/bin/sleep $SLEEP_TIME<br />
STATUS=`ec2-describe-volumes $volume1 | tail -1 | awk ‘{print $5}’ 2&gt; /dev/null`<br />
done</em></p>
<p><em>#attaching to the new machine<br />
ec2-attach-volume $volume1 -i $2 -d /dev/sda2</em></p>
<p><em>STATUS=`ec2-describe-volumes $volume1 | tail -1 | awk ‘{print $5}’ 2&gt; /dev/null`<br />
SLEEP_TIME=10<br />
MAX_TRIES=15<br />
while [ "$STATUS" != "attached" ]<br />
do<br />
CTR=`expr $CTR + 1`<br />
if [ $CTR -eq $MAX_TRIES ]<br />
then<br />
/bin/echo “WARNING: Cannot attach volume $VOL to $DEV — Giving up after $MAX_TRIES attempts”<br />
exit 1<br />
fi<br />
/bin/sleep $SLEEP_TIME<br />
STATUS=`ec2-describe-volumes $volume1 | tail -1 | awk ‘{print $5}’ 2&gt; /dev/null`<br />
done</em></p>
<p><em>mkdir -p /mnt/vol<br />
mount /mnt/vol<br />
</em></p>
<p><em># {insert your commands that start your servers here, e.g. apache &amp; mysql}</em></p>
<p>Now this depends on one other script called <em>ec2get_volume_id </em>which gets the volume that corresponds to the instance id given as argument to it:</p>
<p>ec2get_volume_id</p>
<p><em>#!/bin/bash</em></p>
<p><em>#gets the volume for the instance id specified in the argument $1<br />
ec2-describe-volumes | grep $1 | awk ‘{print $2}’</em></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/innergytech.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/innergytech.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/innergytech.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/innergytech.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/innergytech.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/innergytech.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/innergytech.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/innergytech.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/innergytech.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/innergytech.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/innergytech.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/innergytech.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/innergytech.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/innergytech.wordpress.com/9/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=innergytech.wordpress.com&amp;blog=11512368&amp;post=9&amp;subd=innergytech&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://innergytech.wordpress.com/2010/01/22/amazon-ec2-scripts-reallocate-ebs-volume-from-one-instance-to-another/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/bc41ebab54cc0e0fbe99d753876d45ce?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">whatevergoeson</media:title>
		</media:content>
	</item>
		<item>
		<title>Safely Removing PulseAudio in Ubuntu Linux 9.10 (Karmic)</title>
		<link>http://innergytech.wordpress.com/2010/01/20/safely-removing-pulseaudio-in-ubuntu-linux-9-10-karmic/</link>
		<comments>http://innergytech.wordpress.com/2010/01/20/safely-removing-pulseaudio-in-ubuntu-linux-9-10-karmic/#comments</comments>
		<pubDate>Wed, 20 Jan 2010 03:07:40 +0000</pubDate>
		<dc:creator>whatevergoeson</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://innergytech.wordpress.com/?p=3</guid>
		<description><![CDATA[To remove pulse audio in Karmic: Code: $ sudo apt-get purge pulseaudio gstreamer0.10-pulseaudio Code: $ sudo apt-get autoremove Code: $ sudo apt-get install alsa-base alsa-tools alsa-tools-gui alsa-utils alsa-oss linux-sound-base alsamixergui Code: $ sudo apt-get install esound esound-clients esound-common libesd-alsa0 gnome-alsamixer restart your computer! Notes: -run gstreamer-properties in terminal to set defaults to alsa (the old [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=innergytech.wordpress.com&amp;blog=11512368&amp;post=3&amp;subd=innergytech&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<div>
<div>
<div id="_mcePaste">To remove pulse audio in Karmic:</div>
<div id="_mcePaste"></div>
<div>Code:</div>
<div id="_mcePaste">$ sudo apt-get purge pulseaudio gstreamer0.10-pulseaudio</div>
<div id="_mcePaste"></div>
<div>Code:</div>
<div id="_mcePaste">$ sudo apt-get autoremove</div>
<div id="_mcePaste"></div>
<div>Code:</div>
<div id="_mcePaste">$ sudo apt-get install alsa-base alsa-tools alsa-tools-gui alsa-utils alsa-oss linux-sound-base alsamixergui</div>
<div id="_mcePaste"></div>
<div>Code:</div>
<div id="_mcePaste">$ sudo apt-get install esound esound-clients esound-common libesd-alsa0 gnome-alsamixer</div>
<div id="_mcePaste">restart your computer!</div>
<div id="_mcePaste"></div>
<div>Notes:</div>
<div id="_mcePaste">-run gstreamer-properties in terminal to set defaults to alsa (the old system/preferences/sound in jaunty)</div>
<div id="_mcePaste"></div>
<div>This means:</div>
<div id="_mcePaste"></div>
<div>Code:</div>
<div id="_mcePaste">$ gstreamer-properties</div>
<div id="_mcePaste">-remove gstreamer0.10-pulseaudio to get sound in totem.</div>
<div id="_mcePaste"></div>
<div>The above commands should have taken care of that, but it never hurts to be sure when talking about the hydra that is PulseAudio.</div>
<div id="_mcePaste">-gnome-alsamixer is for changing the volume, not an applet but better that nothing</div>
<div id="_mcePaste">This means you are left without a panel applet to control volume across the board, thanks to the thoughtful efforts of Canonical to shove PulseAudio down our throats. So you need to have something to control audio with:</div>
<div id="_mcePaste"></div>
<div>Code:</div>
<div id="_mcePaste">$ sudo apt-get install gnome-alsamixer</div>
<div id="_mcePaste"></div>
<div>And something to keep gnome-alsamixer within easy reach, provided by AllTray:</div>
<div id="_mcePaste"></div>
<div>Code:</div>
<div id="_mcePaste">$ sudo apt-get install alltray</div>
<div id="_mcePaste"></div>
<div>Now, one last word of advice. Usually the best solution is to use aptitude or synaptic to do these moves, but you&#8217;ll run headfirst into their dependency resolution efforts, which command them to put PulseAudio back in your system when reinstalling gnome-alsamixer. So either you use apt-get or you reconfigure aptitude/synaptic dependency resolution to work the way you want.</div>
</div>
<div>Reference: http://ubuntuforums.org/showthread.php?t=1313253</div>
</div>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/innergytech.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/innergytech.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/innergytech.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/innergytech.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/innergytech.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/innergytech.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/innergytech.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/innergytech.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/innergytech.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/innergytech.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/innergytech.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/innergytech.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/innergytech.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/innergytech.wordpress.com/3/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=innergytech.wordpress.com&amp;blog=11512368&amp;post=3&amp;subd=innergytech&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://innergytech.wordpress.com/2010/01/20/safely-removing-pulseaudio-in-ubuntu-linux-9-10-karmic/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/bc41ebab54cc0e0fbe99d753876d45ce?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">whatevergoeson</media:title>
		</media:content>
	</item>
	</channel>
</rss>
