<?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>The Number 42 &#187; Uncategorized</title>
	<atom:link href="http://www.thenumber42.net/category/uncategorized/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.thenumber42.net</link>
	<description>Mostly about software testing, but a little bit about life, the universe, and everything</description>
	<lastBuildDate>Wed, 31 Mar 2010 01:52:14 +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>Installing Google Gears on Arch Linux</title>
		<link>http://www.thenumber42.net/2009/09/21/installing-google-gears-on-arch-linux/</link>
		<comments>http://www.thenumber42.net/2009/09/21/installing-google-gears-on-arch-linux/#comments</comments>
		<pubDate>Mon, 21 Sep 2009 12:02:05 +0000</pubDate>
		<dc:creator>Isaac</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[Google Gears]]></category>
		<category><![CDATA[Shiretoko]]></category>

		<guid isPermaLink="false">http://www.thenumber42.net/?p=197</guid>
		<description><![CDATA[Because of branding issues Arch Linux (and many other distros) must use the current Firefox code name instead of calling it Firefox.  The latest as of this writing is "Shiretoko," which corresponds to Firefox 3.5.  So, it's really the same browser, just a different name.  Anyway, Google Gears refuses to install on [...]]]></description>
			<content:encoded><![CDATA[<p>Because of branding issues <a href="http://www.archlinux.org/">Arch Linux</a> (and many other distros) must use the current Firefox code name instead of calling it Firefox.  The latest as of this writing is "Shiretoko," which corresponds to Firefox 3.5.  So, it's really the same browser, just a different name.  Anyway, <a href="http://gears.google.com">Google Gears</a> refuses to install on Shiretoko because it detects it as Shiretoko and not Firefox.  To get around this problem is very easy.</p>
<p>Open the <em>about:config</em> dialog in Shiretoko.  Then, edit the <em>general.useragent.extra.firefox</em> key to have the value of <em>Firefox/3.5.x</em> (Firefox/3.5.3 as of this writing).  Now, Gears will install just fine.</p>
<div class="link-summarizer">Link Summary
<ul>
<li><a href='http://www.archlinux.org/'>http://www.archlinux.org/</a></li><li><a href='http://gears.google.com'>http://gears.google.com</a></li>
</ul></div>]]></content:encoded>
			<wfw:commentRss>http://www.thenumber42.net/2009/09/21/installing-google-gears-on-arch-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Turn of the Language Bar Forever</title>
		<link>http://www.thenumber42.net/2009/08/08/turn-of-the-language-bar-forever/</link>
		<comments>http://www.thenumber42.net/2009/08/08/turn-of-the-language-bar-forever/#comments</comments>
		<pubDate>Sat, 08 Aug 2009 12:13:28 +0000</pubDate>
		<dc:creator>Isaac</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[language bar]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.thenumber42.net/?p=193</guid>
		<description><![CDATA[After much frustration I finally took time to do a search and figure out how to turn off the language bar in Windows.  See this article for details: http://blogs.msdn.com/pstubbs/archive/2005/02/22/378195.aspx
Link Summary

http://blogs.msdn.com...005/02/22/378195.aspx
]]></description>
			<content:encoded><![CDATA[<p>After much frustration I finally took time to do a search and figure out how to turn off the language bar in Windows.  See this article for details: <a href="http://blogs.msdn.com/pstubbs/archive/2005/02/22/378195.aspx">http://blogs.msdn.com/pstubbs/archive/2005/02/22/378195.aspx</a></p>
<div class="link-summarizer">Link Summary
<ul>
<li><a href='http://blogs.msdn.com/pstubbs/archive/2005/02/22/378195.aspx'>http://blogs.msdn.com...005/02/22/378195.aspx</a></li>
</ul></div>]]></content:encoded>
			<wfw:commentRss>http://www.thenumber42.net/2009/08/08/turn-of-the-language-bar-forever/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>RPM Commands</title>
		<link>http://www.thenumber42.net/2008/06/04/rpm-commands/</link>
		<comments>http://www.thenumber42.net/2008/06/04/rpm-commands/#comments</comments>
		<pubDate>Wed, 04 Jun 2008 20:46:03 +0000</pubDate>
		<dc:creator>Isaac</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[centos]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[rpm]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.thenumber42.net/?p=105</guid>
		<description><![CDATA[I am a Ubuntu (Debian based distro) user, so I sometimes have a hard time remembering RPM commands.  Today I found this great reference of RPM commands.
Link Summary

http://www.idevelopme...NUX_RPMCommands.shtml
]]></description>
			<content:encoded><![CDATA[<p>I am a Ubuntu (Debian based distro) user, so I sometimes have a hard time remembering RPM commands.  Today I found <a href="http://www.idevelopment.info/data/Unix/Linux/LINUX_RPMCommands.shtml">this great reference</a> of RPM commands.</p>
<div class="link-summarizer">Link Summary
<ul>
<li><a href='http://www.idevelopment.info/data/Unix/Linux/LINUX_RPMCommands.shtml'>http://www.idevelopme...NUX_RPMCommands.shtml</a></li>
</ul></div>]]></content:encoded>
			<wfw:commentRss>http://www.thenumber42.net/2008/06/04/rpm-commands/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
