<?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>Joel Mama's Blog &#187; Uncategorized</title>
	<atom:link href="http://joelmama.com/category/uncategorized/feed/" rel="self" type="application/rss+xml" />
	<link>http://joelmama.com</link>
	<description>My attempt to give back to the nerd community</description>
	<lastBuildDate>Fri, 06 Nov 2009 17:18:32 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>CentOS not retrieving IP via DHCP</title>
		<link>http://joelmama.com/2009/11/06/centos-not-retrieving-ip-via-dhcp/</link>
		<comments>http://joelmama.com/2009/11/06/centos-not-retrieving-ip-via-dhcp/#comments</comments>
		<pubDate>Fri, 06 Nov 2009 17:18:32 +0000</pubDate>
		<dc:creator>Joel Mama</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[software]]></category>

		<guid isPermaLink="false">http://joelmama.com/?p=87</guid>
		<description><![CDATA[I downloaded CentOS 5.2 Minimal Installation v1.3 pre-made VMWare virtual machine. After I upgraded CentOS from 5.2 to 5.4 (yum upgrade), my network connection stopped working because it wasn&#8217;t getting a dhcp address. Turns out my ifcfg-eth0 file had the wrong &#8220;HDADDR&#8221;.
Luckily the solution was easy:

 Run ifconfig eth0
 Make note of the &#8220;HWaddr&#8221; from [...]]]></description>
			<content:encoded><![CDATA[<p>I downloaded <a href="http://www.vmware.com/appliances/directory/272983">CentOS 5.2 Minimal Installation v1.3</a> pre-made VMWare virtual machine. After I upgraded CentOS from 5.2 to 5.4 (<code>yum upgrade</code>), my network connection stopped working because it wasn&#8217;t getting a dhcp address. Turns out my ifcfg-eth0 file had the wrong &#8220;HDADDR&#8221;.</p>
<p>Luckily the solution was easy:</p>
<ol>
<li> Run <code>ifconfig eth0</code></li>
<li> Make note of the &#8220;HWaddr&#8221; from it&#8217;s output. You&#8217;re looking for a hex value that looks something like: 00:0c:29:72:46:d6</li>
<li> Edit <code>/etc/sysconfig/network-scripts/ifcfg-eth0</code> and make sure the HWADDR in that file is the same as the HWaddr from the ifconfig command</li>
</ol>
<p>That solved the problem for me</p>
]]></content:encoded>
			<wfw:commentRss>http://joelmama.com/2009/11/06/centos-not-retrieving-ip-via-dhcp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fixing UNMOUNTABLE_BOOT_DEVICE</title>
		<link>http://joelmama.com/2009/07/09/fixing-unmountable_boot_device/</link>
		<comments>http://joelmama.com/2009/07/09/fixing-unmountable_boot_device/#comments</comments>
		<pubDate>Fri, 10 Jul 2009 05:25:42 +0000</pubDate>
		<dc:creator>Joel Mama</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[software]]></category>

		<guid isPermaLink="false">http://joelmama.com/?p=76</guid>
		<description><![CDATA[I have two clients that I&#8217;ve grandfathered in working on their PCs. Everyone else I told &#8212; in much prettier language &#8212; to get a Mac or go to hell. One of those clients experienced a nice little BSOD stating: &#8220;UNMOUNTABLE_BOOT_DEVICE &#8230; Stop: 0&#215;000000ED (89d28900, c000009c, 00000000, 00000000)&#8221;.
Ugh, with windows crap like this, I could [...]]]></description>
			<content:encoded><![CDATA[<p>I have two clients that I&#8217;ve grandfathered in working on their PCs. Everyone else I told &#8212; in much prettier language &#8212; to get a Mac or go to hell. One of those clients experienced a nice little <acronym title="Blue Screen of Death">BSOD</acronym> stating: &#8220;UNMOUNTABLE_BOOT_DEVICE &#8230; Stop: 0&#215;000000ED (89d28900, c000009c, 00000000, 00000000)&#8221;.</p>
<p>Ugh, with windows crap like this, I could care less about what caused it and why. Let&#8217;s just cut to the part where I found the solution to this problem. I found the answer on how to fix this at <a href="http://msgoodies.blogspot.com/">MSGOODIES</a>. I wanted to dupe their info here in case that page goes away. All credit goes to this post on <a href="http://msgoodies.blogspot.com/2007/08/fixing-unmountablebootvolume-on-windows.html">MSGOODIES</a>!</p>
<ol>
<li>Boot off of a XP CD</li>
<li>Type &#8220;r&#8221; to go into recovery console</li>
<li>Run these commands:<code><br />
chkdsk c: /r /p<br />
fixmbr<br />
exit</code> (which reboots)</li>
<li>Done.</li>
</ol>
<p>That fixed the issue for me. Hope it does for some other poor windows souls. Thanks guys!</p>
<p>I&#8217;ll just preemptively ask that you don&#8217;t post comments asking for assistance. The above information is all I know or care to know. Like I said before &#8230; Windows can go to hell! <img src='http://joelmama.com/wordpress/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://joelmama.com/2009/07/09/fixing-unmountable_boot_device/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>The Definition of Irony (via Microsoft)</title>
		<link>http://joelmama.com/2009/06/11/the-definition-of-irony-via-microsoft/</link>
		<comments>http://joelmama.com/2009/06/11/the-definition-of-irony-via-microsoft/#comments</comments>
		<pubDate>Thu, 11 Jun 2009 16:30:50 +0000</pubDate>
		<dc:creator>Joel Mama</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[software]]></category>

		<guid isPermaLink="false">http://joelmama.com/?p=69</guid>
		<description><![CDATA[Don&#8217;t even get me started on &#8220;Document Compatibility&#8221; in Internet Explorer 8. In my opinion, flagging content as kosher for a specific version, of a specific browser, on a specific operating system, flies in the face of everything Web developers have been pushing for in the last decade plus. But I digress.
What&#8217;s the definition of [...]]]></description>
			<content:encoded><![CDATA[<p>Don&#8217;t even get me started on &#8220;<a title="Article on Document Compatibility in Internet Explorer 8" href="http://www.eggheadcafe.com/tutorials/aspnet/5eac37f9-f8a4-40bf-a26b-a7cd299b73c9/document-compatibility-in.aspx">Document Compatibility</a>&#8221; in Internet Explorer 8. In my opinion, flagging content as kosher for a specific version, of a specific browser, on a specific operating system, flies in the face of everything Web developers have been pushing for in the last decade plus. But I digress.</p>
<p><strong>What&#8217;s the definition of irony?</strong> When you&#8217;re in an <a title="TopStyle CSS/HTML Editor" href="http://www.topstyle4.com/">editor</a> and click on the &#8220;learn more about document compatibility&#8221; link, which opens in your default browser (<a title="Opera Web Browser" href="http://www.opera.com/browser/">Opera</a> 9.6x) and this is what you see. Yes ladies and gentlemen, the following screen shot is of a document labeled (and all about) &#8220;<a title="Defining Document Compatibility" href="http://msdn.microsoft.com/en-us/library/cc288325(VS.85).aspx">Defining Document Compatibility</a>&#8220;:</p>
<div id="attachment_70" class="wp-caption alignnone" style="width: 310px"><a href="http://joelmama.com/wordpress/wp-content/uploads/2009/06/defining-document-compatibility-screen-cap.png"><img class="size-medium wp-image-70" title="Defining Document Compatibility" src="http://joelmama.com/wordpress/wp-content/uploads/2009/06/defining-document-compatibility-screen-cap-300x225.png" alt="Screen capture of Microsoft's &quot;Defining Document Compatibility&quot; page in the Opera Web browser" width="300" height="225" /></a><p class="wp-caption-text">Screen capture of Microsoft&#39;s &quot;Defining Document Compatibility&quot; page in the Opera Web browser</p></div>
<p>Seriously &#8230; Microsoft &#8230; is this some kind of giant <a title="YouTube - Uncensored Kaufman / Lawler incident on Letterman" href="http://www.youtube.com/watch?v=8l_Xm8GQW14">Andy Kaufman-esque</a> joke that I don&#8217;t get?</p>
]]></content:encoded>
			<wfw:commentRss>http://joelmama.com/2009/06/11/the-definition-of-irony-via-microsoft/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>iTunes Smart Playlist based on encoder/file format (aka &#8220;Kind&#8221;)</title>
		<link>http://joelmama.com/2009/06/08/itunes-smart-playlist-based-on-encoderfile-format-aka-kind/</link>
		<comments>http://joelmama.com/2009/06/08/itunes-smart-playlist-based-on-encoderfile-format-aka-kind/#comments</comments>
		<pubDate>Mon, 08 Jun 2009 19:05:42 +0000</pubDate>
		<dc:creator>Joel Mama</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[software]]></category>

		<guid isPermaLink="false">http://joelmama.com/?p=63</guid>
		<description><![CDATA[I&#8217;m working on digitizing my 700+ CD collection (oy vey!). I may go into greater detail about that whole process in another post, but here&#8217;s a quick tip for now. If you want to isolate the songs in your iTunes library based on their file type (like MP3, AAC, Apple Lossless, etc.), you can do [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m working on digitizing my 700+ CD collection (<a href="http://en.wikipedia.org/wiki/Oy_vey">oy vey!</a>). I may go into greater detail about that whole process in another post, but here&#8217;s a quick tip for now. If you want to isolate the songs in your iTunes library based on their file type (like MP3, AAC, Apple Lossless, etc.), you can do so with a Smart Playlist. But there&#8217;s a bit of a trick here, you need to know the magic string to type into the &#8220;Kind&#8221; field of the playlist. The folks over at Mac OS X Hints have <a href="http://www.macosxhints.com/article.php?story=2002101707174951">done the work for us</a>. Here&#8217;s a pretty table:</p>
<table border="1">
<tbody>
<tr>
<th scope="col">File Type</th>
<th scope="col">&#8220;Kind&#8221; string</th>
</tr>
<tr>
<td>AAC</td>
<td>AAC audio file</td>
</tr>
<tr>
<td>AIFF</td>
<td>AIFF audio file</td>
</tr>
<tr>
<td>Apple Lossess</td>
<td>Apple Lossless audio file</td>
</tr>
<tr>
<td>Audible.com</td>
<td>Audible file</td>
</tr>
<tr>
<td>MP3</td>
<td>MPEG audio file</td>
</tr>
<tr>
<td>Radio Stream</td>
<td>MPEG audio stream</td>
</tr>
<tr>
<td>WAV</td>
<td>WAV audio file</td>
</tr>
</tbody>
</table>
<p>Another way to get the magic string is to simply view the Get Info window of the file in question. But as Doug Adams of <a href="http://dougscripts.com/itunes/">Doug&#8217;s Applescripts for iTunes</a> pointed out, you can&#8217;t copy and paste that. So he whipped up this bit of code. Paste this code into the Script Editor and run it while the track in question is playing in iTunes:<br />
<code>tell application "iTunes"<br />
display dialog "Current track's kind is:" default answer ((get kind of current track) as string)<br />
end tell</code></p>
<p>If you have other file types not listed here, please comment with their magic string so I may compile them here. Thanks!</p>
]]></content:encoded>
			<wfw:commentRss>http://joelmama.com/2009/06/08/itunes-smart-playlist-based-on-encoderfile-format-aka-kind/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Firefox extension error &#8220;&#8230; does not provide secure updates&#8221;</title>
		<link>http://joelmama.com/2008/07/21/firefox-extension-error-does-not-provide-secure-updates/</link>
		<comments>http://joelmama.com/2008/07/21/firefox-extension-error-does-not-provide-secure-updates/#comments</comments>
		<pubDate>Tue, 22 Jul 2008 00:33:50 +0000</pubDate>
		<dc:creator>Joel Mama</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[software]]></category>

		<guid isPermaLink="false">http://joelmama.com/?p=53</guid>
		<description><![CDATA[When trying to install the newest version of the ProxyButton extension for Firefox, I received this error:

Incompatible Extension
&#8220;ProxyButton&#8221; will not be installed because it does not provide secure updates
Luckily a solution exists over at Idea Shower. Add a new boolean key using about:config and restart. Easy-peasy. More at Idea Shower.
]]></description>
			<content:encoded><![CDATA[<p>When trying to install the newest version of the ProxyButton extension for Firefox, I received this error:</p>
<p><img class="size-full wp-image-52 alignnone" title="Screen capture: Firefox &quot;secure updates&quot; extension error" src="http://joelmama.com/wordpress/wp-content/uploads/2008/07/cap_ffsecureupdateseerror.png" alt="Screen capture: Firefox &quot;secure updates&quot; extension error" width="500" height="315" /></p>
<blockquote><p>Incompatible Extension</p>
<p>&#8220;ProxyButton&#8221; will not be installed because it does not provide secure updates</p></blockquote>
<p>Luckily a <a href="http://www.ideashower.com/learned/how-to-disable-will-not-be-installed-because-it-does-not-provide-secure-updates-warning-in-firefox-3/">solution</a> exists over at <a href="http://www.ideashower.com/">Idea Shower</a>. Add a new boolean key using about:config and restart. Easy-peasy. <a href="http://www.ideashower.com/learned/how-to-disable-will-not-be-installed-because-it-does-not-provide-secure-updates-warning-in-firefox-3/">More at Idea Shower</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://joelmama.com/2008/07/21/firefox-extension-error-does-not-provide-secure-updates/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using a Mac .dfont on Windows</title>
		<link>http://joelmama.com/2008/07/09/using-a-mac-dfont-on-windows/</link>
		<comments>http://joelmama.com/2008/07/09/using-a-mac-dfont-on-windows/#comments</comments>
		<pubDate>Thu, 10 Jul 2008 05:44:15 +0000</pubDate>
		<dc:creator>Joel Mama</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[software]]></category>

		<guid isPermaLink="false">http://joelmama.com/?p=51</guid>
		<description><![CDATA[I was able to use a Mac OS X &#8220;.dfont&#8221; font file on windows by using a simple FOSS software to convert it into standard TrueType format (.ttf). The app is called Fondu. It&#8217;s actually a set of many command line programs rolled into one, but I only used the main fondu app. Couldn&#8217;t have [...]]]></description>
			<content:encoded><![CDATA[<p>I was able to use a Mac OS X &#8220;<a title="Explination of dfont" href="http://www.prepressure.com/fonts/basics/dfont">.dfont</a>&#8221; font file on windows by using a simple <acronym title="Free Open Source Software">FOSS</acronym> software to convert it into standard TrueType format (.ttf). The app is called <a title="Official Fondu site" href="http://fondu.sourceforge.net/">Fondu</a>. It&#8217;s actually a set of many command line programs rolled into one, but I only used the main <code>fondu</code> app. Couldn&#8217;t have been easier:</p>
<p><strong>Update 2009-10-14:</strong> To clarify, these instructions are for Mac OS X. I do not have any info on running fondu from windows (if that is even possible. I suspect it isn&#8217;t). Perhaps windows users could run fondu on a linux virtual machine/box they have lying around? Maybe a linux live CD?</p>
<ol>
<li>Download &amp; Install .pkg file</li>
<li>From Terminal, <code>cd</code> into the directory where the .dfont file lives</li>
<li>Run <code>fondu MyFont.dfont</code></li>
<li>Marvel as a .ttf font is spit out next to your .dfont file</li>
</ol>
<p>Thanks Fondu!</p>
<p><strong>Update 2009-05-22:</strong> Please note that the fondu binary lives in &#8220;/usr/local/bin/&#8221; by default. Either add this path to your environment, or prepend the path to the fondu command like this:  <code>/usr/local/bin/fondu MyFont.dfont</code></p>
]]></content:encoded>
			<wfw:commentRss>http://joelmama.com/2008/07/09/using-a-mac-dfont-on-windows/feed/</wfw:commentRss>
		<slash:comments>27</slash:comments>
		</item>
		<item>
		<title>Subscriptions in NetNewsWire change color</title>
		<link>http://joelmama.com/2008/07/03/subscriptions-in-netnewswire-change-color/</link>
		<comments>http://joelmama.com/2008/07/03/subscriptions-in-netnewswire-change-color/#comments</comments>
		<pubDate>Fri, 04 Jul 2008 00:04:22 +0000</pubDate>
		<dc:creator>Joel Mama</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[software]]></category>

		<guid isPermaLink="false">http://joelmama.com/?p=45</guid>
		<description><![CDATA[I had no idea why some of my subscriptions in NNW were a light tan/brown color. See here how &#8220;RateMyTeachers.com&#8221; and &#8220;sportsbbq&#8221; are brown:

Turns out that the subscriptions change to that color for feeds that have not updated (added a new post) in 60 days. Perhaps I&#8217;m just dense, but this was not obvious to [...]]]></description>
			<content:encoded><![CDATA[<p>I had no idea why some of my subscriptions in <acronym title="NetNewsWire">NNW</acronym> were a light tan/brown color. See here how &#8220;RateMyTeachers.com&#8221; and &#8220;sportsbbq&#8221; are brown:</p>
<p><img class="alignnone size-full wp-image-46" title="NetNewsWire Subscription Panel" src="http://joelmama.com/wordpress/wp-content/uploads/2008/07/nnw_subscriptioncolor.png" alt="" width="190" height="147" /></p>
<p>Turns out that the subscriptions change to that color for feeds that have not updated (added a new post) in 60 days. Perhaps I&#8217;m just dense, but this was not obvious to me.</p>
<p>Anyway, if you care to change that color, go to: <code>Preferences -&gt; Fonts -&gt; General -&gt; Show Color Options...</code></p>
<p><a href="http://joelmama.com/wordpress/wp-content/uploads/2008/07/nnw_prefs.png"><img class="alignnone size-thumbnail wp-image-47" title="NetNewsWire Preferences" src="http://joelmama.com/wordpress/wp-content/uploads/2008/07/nnw_prefs-150x150.png" alt="" width="150" height="150" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://joelmama.com/2008/07/03/subscriptions-in-netnewswire-change-color/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
