<?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>Matt White</title>
	<atom:link href="http://www.hiimmatt.com/blog/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://www.hiimmatt.com/blog</link>
	<description>Code. Technology. Business.</description>
	<lastBuildDate>Sat, 26 Feb 2011 19:20:23 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1</generator>
		<item>
		<title>Retrieve Lost Windows Product Key</title>
		<link>http://www.hiimmatt.com/blog/?p=12</link>
		<comments>http://www.hiimmatt.com/blog/?p=12#comments</comments>
		<pubDate>Fri, 12 Jun 2009 02:03:34 +0000</pubDate>
		<dc:creator>mattw</dc:creator>
				<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.hiimmatt.com/blog/?p=12</guid>
		<description><![CDATA[I was in the middle of installing Windows XP in VMware Server when it hit me that I had no idea where the product key was. I decided to mount the install ISO and browse around and sure enough I found the file unattend.txt in one of the sub folders. This file is used by [...]]]></description>
			<content:encoded><![CDATA[<p>I was in the middle of installing Windows XP in VMware Server when it hit me that I had no idea where the product key was.  I decided to mount the install ISO and browse around and sure enough I found the file <code>unattend.txt</code> in one of the sub folders.  This file is used by a program called Sysprep to automate the Windows install process.  To find the file, use the following command:</p>
<p><code>awk -F= '/^ProductKey/{ print $2 }' `find /mnt/iso -name 'unattend.txt'` | tr -d " \""</code></p>
<p>This assumes your install media is mounted at <code>/mnt/iso</code>.  If the install media is mounted somewhere else (such as <code>/media/cdrom0</code> for an install DVD), simply change the path for the find command.  Hope this helps!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.hiimmatt.com/blog/?feed=rss2&#038;p=12</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>JRE 6 and Firefox 3.5 beta 4</title>
		<link>http://www.hiimmatt.com/blog/?p=6</link>
		<comments>http://www.hiimmatt.com/blog/?p=6#comments</comments>
		<pubDate>Mon, 25 May 2009 22:53:19 +0000</pubDate>
		<dc:creator>mattw</dc:creator>
				<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Jaunty]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://www.hiimmatt.com/blog/?p=6</guid>
		<description><![CDATA[I ran into a little trouble getting JRE 6 plugin installed for Firefox on Ubuntu 9.04 and thought I&#8217;d let you fine people know what I did in case you ran into the same issue. First make sure to download the packages you need: sudo apt-get install sun-java6-jre sun-java6-plugin To let Firefox know it is [...]]]></description>
			<content:encoded><![CDATA[<p>I ran into a little trouble getting JRE 6 plugin installed for Firefox on Ubuntu 9.04 and thought I&#8217;d let you fine people know what I did in case you ran into the same issue.</p>
<p>First make sure to download the packages you need:</p>
<p><code>sudo apt-get install sun-java6-jre sun-java6-plugin</code></p>
<p>To let Firefox know it is installed a link must be created in the mozilla plugins directory to the libjavaplugin library.  This file can be found under the <code>/usr/lib/jvm</code> tree.  The link can be created with the following command: (Note the location of the library may differ slightly)</p>
<p><code>ln -s /usr/lib/jvm/java-6-sun-1.6.0.13/jre/plugin/i386/ns7/libjavaplugin_oji.so $HOME/.mozilla/plugins/</code></p>
<p>Now <a href="http://www.java.com/en/download/installed.jsp">verify your java version</a> to ensure everything is working.  You may need to restart Firefox for changes to take place./</p>
]]></content:encoded>
			<wfw:commentRss>http://www.hiimmatt.com/blog/?feed=rss2&#038;p=6</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

