<?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>Imapenguin</title>
	<atom:link href="http://imapenguin.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://imapenguin.com</link>
	<description>Technology coverage that doesn&#039;t suck</description>
	<lastBuildDate>Tue, 20 Dec 2011 16:03:31 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>Rails, RVM, MySQL, Apache and Passenger on Debian 6</title>
		<link>http://imapenguin.com/2011/12/08/rails-rvm-mysql-apache-and-passenger-on-debian-6/</link>
		<comments>http://imapenguin.com/2011/12/08/rails-rvm-mysql-apache-and-passenger-on-debian-6/#comments</comments>
		<pubDate>Thu, 08 Dec 2011 17:26:53 +0000</pubDate>
		<dc:creator>mike</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Tips and Tricks]]></category>

		<guid isPermaLink="false">http://imapenguin.com/?p=63</guid>
		<description><![CDATA[This is a snap, here&#8217;s the short short version: as root (or add sudo to the front of this) apt-get install curl git-core build-essential libncurses5-dev zlib1g-dev libssl-dev libreadline-dev libcurl4-openssl-dev apache2 apache2-threaded-dev mysql-server mysql-client System wide rvm install: sudo bash <]]></description>
			<content:encoded><![CDATA[<p>This is a snap, here&#8217;s the short short version:</p>
<p>as root (or add sudo to the front of this)<br />
<code><br />
apt-get install curl git-core build-essential libncurses5-dev zlib1g-dev libssl-dev libreadline-dev libcurl4-openssl-dev apache2 apache2-threaded-dev mysql-server mysql-client<br />
</code><br />
System wide rvm install:<br />
<code><br />
sudo bash < <(curl -s https://raw.github.com/wayneeseguin/rvm/master/binscripts/rvm-installer )<br />
</code><br />
logout and log back in<br />
<code><br />
rvm install 1.9.2<br />
rvm use 1.9.2 --default<br />
gem install rails passenger<br />
passenger-install-apache2-module<br />
</code><br />
Add lines from the end of that script to apache config /etc/apache2/mods-available/passenger.load</p>
<p>They'll look a little like this depending on current version when you run it:<br />
<code><br />
LoadModule passenger_module /usr/local/rvm/gems/ruby-1.9.2-p290/gems/passenger-3.0.11/ext/apache2/mod_passenger.so<br />
PassengerRoot /usr/local/rvm/gems/ruby-1.9.2-p290/gems/passenger-3.0.11<br />
PassengerRuby /usr/local/rvm/wrappers/ruby-1.9.2-p290/ruby<br />
</code></p>
<p>Then wrap things up:</p>
<p><code><br />
a2enmod passenger<br />
service apache2 restart<br />
</code></p>
<p>Good admins will then set a MySQL password with<br />
<code><br />
mysqladmin password new-password<br />
</code></p>
]]></content:encoded>
			<wfw:commentRss>http://imapenguin.com/2011/12/08/rails-rvm-mysql-apache-and-passenger-on-debian-6/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Gedit indent a block</title>
		<link>http://imapenguin.com/2011/10/05/gedit-indent-a-block/</link>
		<comments>http://imapenguin.com/2011/10/05/gedit-indent-a-block/#comments</comments>
		<pubDate>Wed, 05 Oct 2011 14:46:54 +0000</pubDate>
		<dc:creator>mike</dc:creator>
				<category><![CDATA[Apps]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Tips and Tricks]]></category>

		<guid isPermaLink="false">http://imapenguin.com/?p=60</guid>
		<description><![CDATA[I searched for this one for a while and it turns out it&#8217;s really simple.  If you have smart indent, simply select your block of text you want to indent and hit &#60;TAB&#62;. Too easy, but I couldn&#8217;t find it documented anywhere. Happy coding!]]></description>
			<content:encoded><![CDATA[<p>I searched for this one for a while and it turns out it&#8217;s really simple.  If you have smart indent, simply select your block of text you want to indent and hit &lt;TAB&gt;.</p>
<p>Too easy, but I couldn&#8217;t find it documented anywhere.</p>
<p>Happy coding!</p>
]]></content:encoded>
			<wfw:commentRss>http://imapenguin.com/2011/10/05/gedit-indent-a-block/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Where software and hardware hackers collide</title>
		<link>http://imapenguin.com/2011/05/10/where-software-and-hardware-hackers-collide/</link>
		<comments>http://imapenguin.com/2011/05/10/where-software-and-hardware-hackers-collide/#comments</comments>
		<pubDate>Tue, 10 May 2011 20:53:48 +0000</pubDate>
		<dc:creator>mike</dc:creator>
				<category><![CDATA[Announcements]]></category>
		<category><![CDATA[Apps]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Mobile]]></category>
		<category><![CDATA[Think]]></category>

		<guid isPermaLink="false">http://imapenguin.com/?p=57</guid>
		<description><![CDATA[I don&#8217;t often get all excited about a piece of technology, but at Google I/O today, Google announced that Arduino will be part of the hardware part of the the Android Accessory Development Kit. The applications for an open hardware platform mashed with an open device platform have my head spinning. What would you do [...]]]></description>
			<content:encoded><![CDATA[<p>I don&#8217;t often get all excited about a piece of technology, but at <a href="http://www.google.com/events/io/2011">Google I/O today</a>, Google announced that <a href="http://www.arduino.cc/">Arduino</a> will be part of the hardware part of the the <a href="http://developer.android.com/guide/topics/usb/adk.html">Android Accessory Development Kit</a>.</p>
<p>The applications for an open hardware platform mashed with an open device platform have my head spinning.</p>
<p>What would you do with something like this?</p>
]]></content:encoded>
			<wfw:commentRss>http://imapenguin.com/2011/05/10/where-software-and-hardware-hackers-collide/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hands on certifications that really count</title>
		<link>http://imapenguin.com/2011/05/03/hands-on-certifications-that-really-count/</link>
		<comments>http://imapenguin.com/2011/05/03/hands-on-certifications-that-really-count/#comments</comments>
		<pubDate>Tue, 03 May 2011 00:18:01 +0000</pubDate>
		<dc:creator>mike</dc:creator>
				<category><![CDATA[Think]]></category>

		<guid isPermaLink="false">http://imapenguin.com/2011/05/03/hands-on-certifications-that-really-count/</guid>
		<description><![CDATA[Last month I spent 5 days in Austin Texas taking the TippingPoint IPS Expert Certification. It was hard. Really hard. The exam lasted the entire day on Friday and consisted of broken machine and attack scenarios. When I completed the exam (I passed) I really felt like I was a expert in configuring and managing [...]]]></description>
			<content:encoded><![CDATA[<p>Last month I spent 5 days in Austin Texas taking the <a href="http://dvlabs.tippingpoint.com/" target="_self" title="">TippingPoint</a> IPS Expert Certification.  It was hard.  Really hard.  The exam lasted the entire day on Friday and consisted of broken machine and attack scenarios.</p>
<p>When I completed the exam (I passed) I really felt like I was a expert in configuring and managing IPS devices in a complex environment.</p>
<p>The last time I took a certification that I felt this good about was in April of 2000 when I became Red Hat Linux certified.</p>
<p>The thing that they had in common was that they were hands on and really hard.</p>
<p>I&#8217;m curious, what other certifications are like this?</p></p>
]]></content:encoded>
			<wfw:commentRss>http://imapenguin.com/2011/05/03/hands-on-certifications-that-really-count/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fix for VMWare crash in Ubuntu 11.04</title>
		<link>http://imapenguin.com/2011/04/27/fix-for-vmware-crash-in-ubuntu-11-04/</link>
		<comments>http://imapenguin.com/2011/04/27/fix-for-vmware-crash-in-ubuntu-11-04/#comments</comments>
		<pubDate>Wed, 27 Apr 2011 01:07:46 +0000</pubDate>
		<dc:creator>mike</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Tips and Tricks]]></category>
		<category><![CDATA[Error]]></category>
		<category><![CDATA[Natty]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[VMWare]]></category>

		<guid isPermaLink="false">http://imapenguin.com/?p=47</guid>
		<description><![CDATA[If your VMWare workstation is crashing after you&#8217;ve upgraded to Ubuntu 11.04, you might be having a glib conflict. If you start vmware in a terminal you&#8217;ll see errors like this: (vmware-unity-helper:3090): GLib-WARNING **: /build/buildd/glib2.0-2.28.6/./glib/goption.c:2132: ignoring no-arg, optional-arg or filename flags (8) on option of type 0 (vmware-unity-helper:3142): GLib-WARNING **: /build/buildd/glib2.0-2.28.6/./glib/goption.c:2132: ignoring no-arg, optional-arg or [...]]]></description>
			<content:encoded><![CDATA[<p>If your VMWare workstation is crashing after you&#8217;ve upgraded to Ubuntu 11.04, you might be having a glib conflict. </p>
<p>If you start vmware in a terminal you&#8217;ll see errors like this:</p>
<p><code>(vmware-unity-helper:3090): GLib-WARNING **: /build/buildd/glib2.0-2.28.6/./glib/goption.c:2132: ignoring no-arg, optional-arg or filename flags (8) on option of type 0<br />
(vmware-unity-helper:3142): GLib-WARNING **: /build/buildd/glib2.0-2.28.6/./glib/goption.c:2132: ignoring no-arg, optional-arg or filename flags (8) on option of type 0</code></p>
<p>The fix until VMWare patches is simple:</p>
<p>Edit your /usr/bin/vmware file as root:</p>
<p><code>sudo vim /usr/bin/vmware</code></p>
<p>and add the following to the top of the file:</p>
<p><code>export LD_PRELOAD=/usr/lib/vmware/lib/libglib-2.0.so.0/libglib-2.0.so.0</code></p>
]]></content:encoded>
			<wfw:commentRss>http://imapenguin.com/2011/04/27/fix-for-vmware-crash-in-ubuntu-11-04/feed/</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
		<item>
		<title>Evolution Mail with Exchange 5.5</title>
		<link>http://imapenguin.com/2011/04/26/evolution-mail-with-exchange-5-5/</link>
		<comments>http://imapenguin.com/2011/04/26/evolution-mail-with-exchange-5-5/#comments</comments>
		<pubDate>Tue, 26 Apr 2011 00:22:27 +0000</pubDate>
		<dc:creator>mike</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Tips and Tricks]]></category>

		<guid isPermaLink="false">http://imapenguin.com/?p=41</guid>
		<description><![CDATA[If you find yourself needing to connect to an old Exchange 5.5 server and you use Evolution, you&#8217;ll need to install and use the Evolution MAPI plugin. sudo aptitude install evolution-mapi]]></description>
			<content:encoded><![CDATA[<p>If you find yourself needing to connect to an old Exchange 5.5 server and you use Evolution, you&#8217;ll need to install and use the Evolution MAPI plugin.</p>
<p><code>sudo aptitude install evolution-mapi</code></p>
]]></content:encoded>
			<wfw:commentRss>http://imapenguin.com/2011/04/26/evolution-mail-with-exchange-5-5/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The sky is not falling</title>
		<link>http://imapenguin.com/2011/04/23/the-sky-is-not-falling/</link>
		<comments>http://imapenguin.com/2011/04/23/the-sky-is-not-falling/#comments</comments>
		<pubDate>Sat, 23 Apr 2011 16:20:04 +0000</pubDate>
		<dc:creator>mike</dc:creator>
				<category><![CDATA[Cloud]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[most sales people suck]]></category>

		<guid isPermaLink="false">http://imapenguin.com/2011/04/23/the-sky-is-not-falling/</guid>
		<description><![CDATA[In case you missed it, Amazon had a major outage with some of their cloud services this week. This should just serve as a discussion point and you should not be abandoning your cloud solutions. Like any complex system, this is bound to happen and we should see it as an opportunity for learning and [...]]]></description>
			<content:encoded><![CDATA[<p>In case you missed it, <a href="http://eu.techcrunch.com/2011/04/21/amazon-ec2-goes-down-taking-with-it-reddit-foursquare-and-quora/"></a><a href="http://eu.techcrunch.com/2011/04/21/amazon-ec2-goes-down-taking-with-it-reddit-foursquare-and-quora/">Amazon</a> had a major outage with some of their cloud services this week.</p>
<p>This should just serve as a discussion point and you should not be abandoning your cloud solutions. Like any complex system, this is bound to happen and we should see it as an opportunity for learning and making our overall solutions more robust.  </p>
<p>And if you&#8217;re one of those crappy sales guys who uses incidents like this to just spread fear around instead of encouraging rational conversations, please keep in mind that the reason your sales numbers continue to suck is because you&#8217;re an idiot.  You should come to my office so I can throw things at you.</p>
<p>Think opportunity to learn, not opportunity to exploit.  </p>
]]></content:encoded>
			<wfw:commentRss>http://imapenguin.com/2011/04/23/the-sky-is-not-falling/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Upgrade to Firefox 4 in Ubuntu</title>
		<link>http://imapenguin.com/2011/04/07/upgrade-to-firefox-4-in-ubuntu/</link>
		<comments>http://imapenguin.com/2011/04/07/upgrade-to-firefox-4-in-ubuntu/#comments</comments>
		<pubDate>Thu, 07 Apr 2011 23:54:38 +0000</pubDate>
		<dc:creator>mike</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Tips and Tricks]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://imapenguin.com/?p=31</guid>
		<description><![CDATA[Firefox 4 is a great upgrade and as is so typical with Ubuntu these days, the upgrade is a snap: &#160; sudo apt-add-repository ppa:mozillateam/firefox-stable sudo apt-get update sudo apt-get upgrade Easy as pie.]]></description>
			<content:encoded><![CDATA[<p>Firefox 4 is a great upgrade and as is so typical with Ubuntu these days, the upgrade is a snap:</p>
<p>&nbsp;<br />
<code><br />
sudo apt-add-repository ppa:mozillateam/firefox-stable<br />
sudo apt-get update<br />
sudo apt-get upgrade<br />
</code></p>
<p>Easy as pie.</p>
]]></content:encoded>
			<wfw:commentRss>http://imapenguin.com/2011/04/07/upgrade-to-firefox-4-in-ubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Dramatic battery life extension on HTC EVO 4G</title>
		<link>http://imapenguin.com/2011/04/07/dramatic-battery-life-extension-on-htc-evo-4g/</link>
		<comments>http://imapenguin.com/2011/04/07/dramatic-battery-life-extension-on-htc-evo-4g/#comments</comments>
		<pubDate>Thu, 07 Apr 2011 17:04:24 +0000</pubDate>
		<dc:creator>mike</dc:creator>
				<category><![CDATA[Mobile]]></category>
		<category><![CDATA[Tips and Tricks]]></category>
		<category><![CDATA[cool]]></category>
		<category><![CDATA[EVO]]></category>
		<category><![CDATA[hacks]]></category>
		<category><![CDATA[HTC]]></category>
		<category><![CDATA[mobile]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[tricks]]></category>

		<guid isPermaLink="false">http://imapenguin.com/?p=20</guid>
		<description><![CDATA[I love my EVO, but the battery life is really really terrible.  Often without any use, it wont standby for 7 or 8 hours. While traveling the last two weeks I tried a new setting: From your home screen, press the menu button. Select Settings Select Wireless &#38; Networks Scroll down and select Mobile Networks [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://imapenguin.com/wp-content/uploads/2011/04/MichaelPhoneSM.jpg"><img class="size-thumbnail wp-image-24 alignright" style="margin: 10px;" title="MichaelPhoneSM" src="http://imapenguin.com/wp-content/uploads/2011/04/MichaelPhoneSM-150x150.jpg" alt="" width="150" height="150" /></a>I love my EVO, but the battery life is really really terrible.  Often without any use, it wont standby for 7 or 8 hours.</p>
<p>While traveling the last two weeks I tried a new setting:</p>
<ol>
<li>From your home screen, press the menu button.</li>
<li>Select Settings</li>
<li>Select Wireless &amp; Networks</li>
<li>Scroll down and select Mobile Networks</li>
<li><em>Uncheck </em>the &#8220;Enable always on mobile&#8221; setting</li>
<li>Exit</li>
</ol>
<p>Now it will standby without use for 24 hours and consistantly makes it through my workday with moderate use on a single charge.</p>
<p>It doesn&#8217;t seem to have effected any of the phone&#8217;s operation except battery life.  This setting just shuts off the network connection when no apps are using it and they are still able to fetch data when you&#8217;ve set them to.</p>
<p>3x extension by unchecking a box.  Not too shabby.</p>
]]></content:encoded>
			<wfw:commentRss>http://imapenguin.com/2011/04/07/dramatic-battery-life-extension-on-htc-evo-4g/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>I&#8217;m baaacckkkk</title>
		<link>http://imapenguin.com/2011/04/04/hello-world/</link>
		<comments>http://imapenguin.com/2011/04/04/hello-world/#comments</comments>
		<pubDate>Mon, 04 Apr 2011 14:34:19 +0000</pubDate>
		<dc:creator>mike</dc:creator>
				<category><![CDATA[Announcements]]></category>

		<guid isPermaLink="false">http://imapenguin.com/?p=1</guid>
		<description><![CDATA[Since starting Evadot in March of 2009, I really let my tech blogging go. Gina Smith is resurrecting BYTE.com and I&#8217;m a contributing writer so I&#8217;m officially back in the tech writing game. Some of my stuff will be at BTYE and some of it will be here. It&#8217;s going to be a great ride!]]></description>
			<content:encoded><![CDATA[<p>Since starting <a href="http://evadot.com">Evadot</a> in March of 2009, I really let my tech blogging go.</p>
<p><a href="http://amzn.to/hBRS2Z ">Gina Smith</a> is resurrecting <a href="http://byte.com">BYTE.com</a> and I&#8217;m a contributing writer so I&#8217;m officially back in the tech writing game.</p>
<p>Some of my stuff will be at BTYE and some of it will be here.</p>
<p>It&#8217;s going to be a great ride!</p>
]]></content:encoded>
			<wfw:commentRss>http://imapenguin.com/2011/04/04/hello-world/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

