<?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>Pack Rat Studios &#187; Hacks/Mods</title>
	<atom:link href="http://packratstudios.com/index.php/category/hacksmods/feed/" rel="self" type="application/rss+xml" />
	<link>http://packratstudios.com</link>
	<description>Carefully storing every kernel of knowledge gained...</description>
	<lastBuildDate>Wed, 02 Dec 2009 17:59:20 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=abc</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>How to Create a Bootable USB Flash Drive</title>
		<link>http://packratstudios.com/index.php/2009/03/25/how-to-create-a-bootable-usb-flash-drive/</link>
		<comments>http://packratstudios.com/index.php/2009/03/25/how-to-create-a-bootable-usb-flash-drive/#comments</comments>
		<pubDate>Wed, 25 Mar 2009 20:30:51 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[Hacks/Mods]]></category>
		<category><![CDATA[Hardware]]></category>
		<category><![CDATA[How to]]></category>
		<category><![CDATA[boot]]></category>
		<category><![CDATA[Bootable]]></category>
		<category><![CDATA[Create]]></category>
		<category><![CDATA[drive]]></category>
		<category><![CDATA[easy]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[Flashdrive]]></category>
		<category><![CDATA[usb]]></category>

		<guid isPermaLink="false">http://packratstudios.com/?p=703</guid>
		<description><![CDATA[In order to create a bootable USB Flash Drive, you will need some knowledge of computers.  I will attempt to make these directions as simple as possible, but even I can be a bit obtuse at times.  (Who said that?)   Also note that there are other ways to do this, but I am going [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignright size-full wp-image-706" title="Bootable-usb-flash-drive" src="http://packratstudios.com/wp-content/uploads/2009/03/bootable-usb-flash-drive.jpg" alt="Bootable-usb-flash-drive" width="189" height="165" />In order to create a bootable USB Flash Drive, you will need some knowledge of computers.  I will attempt to make these directions as simple as possible, but even I can be a bit obtuse at times.  (Who said that?)   Also note that there are other ways to do this, but I am going to share the way that I know works.  Here&#8217;s how to create a bootable USB flash drive.</p>
<p><span id="more-703"></span></p>
<h3>Requirements:</h3>
<ul>
<li>A USB drive of any size.  (I used 1 gig)</li>
<li>A computer with a BIOS that allows booting from a USB port.</li>
<li>A Bootable floppy disk or CD. (you can use an old Windows 98 bootable CD or floppy disk for this.</li>
<li>Any Utility that allows you to create partitions, set active partitions, create a master boot record, and transfer the boot files to the active partition. (I used FORMAT and DOS FDISK that are on the Window 98 CD)</li>
</ul>
<h3>Directions:</h3>
<p><strong>Part I</strong>:</p>
<p>In your systems BIOS, make the USB drive the first in the drive sequence.</p>
<p style="padding-left: 30px;">Why?  In this case, fdisk does not allow for a partition to be set as ACTIVE (bootable) unless it is the first drive.  In order for your computer to boot to your OS, your harddrive is set to be the first drive.  This needs to be temporarily changed.</p>
<p style="padding-left: 30px;">How?  There are three ways to do this.  You only need to do one of the three ways, whichever one works for you.  All of them require that <strong>the USB drive be plugged into the PC before you turn the PC on.</strong> Also take note of the options you are going to be changing, so when you are done, you can set the system back to the way it was originally.</p>
<ol>
<li><strong>Bios** drive sequence:</strong> Depending on your BIOS, there may be a way to change which device the computer looks at first.  If there is, select the USB flash drive as the first in the list.</li>
<li><strong>Disable the other drives: </strong>In the BIOS, turn your harddrive, to the off or none setting.  Your harddrive might be labeled <strong>&#8220;Primary Drive 0&#8243;  &#8220;Auto&#8221; or &#8220;On&#8221;</strong> Change it to <strong>&#8220;off&#8221; or &#8220;none&#8221;</strong></li>
<li><strong>Unplugg the hard drive(s): </strong>Use this option if your BIOS doesn&#8217;t have an option to change the drive sequence or to turn off the hard drive.  Please make sure you know what you are doing here.  If you are not sure exactly how to do this, look it up in <a title="Google" href="http://google.com" target="_self">google</a>.  <strong>Be Aware: Opening your computer case may result in voiding your computer warranty or damaging your hardware.</strong></li>
</ol>
<p>**  Please note that many BIOSes are different and the wording will vary from one to another.</p>
<p><strong>Part II:</strong></p>
<ol>
<li>Boot the PC from the boot floppy/CD (Windows 98 floppy/CD) into the command prompt with the USB drive plugged in.</li>
<li>Once in the command prompt, run <strong>fdisk</strong></li>
<li>If a primary partition  already exists on the USB Drive, Goto step 4 below.  If it doesn&#8217;t or you don&#8217;t know, use fdisk to create one.  If for some reason you aren&#8217;t able to, make sure that the USB drive is set to be the first in the drive sequence in the BIOS.</li>
<li>Use fdisk&#8217;s <strong>&#8220;Set Active Partition&#8221; (option 2)</strong> to set the primary partition on the USB Drive to <strong>Active</strong>.</li>
<li>Exit fdisk</li>
<li>Reboot the PC from the boot floppy/CD (Windows 98 floppy/CD) into the command prompt with the USB flash drive plugged in.</li>
<li>At the command prompt enter the following command: <strong>dir c:</strong> This step is to verify that the C: drive is actually the primary partition on the USB Drive.  Regardless of the result that the command generates, the important thing to note is to make sure that the size of the primary partition on the USB drive is roughly equal to the sum of the empty space and the used space.  <strong>Refer to Part I</strong></li>
<li>Format and copy the boot files to the primary partition.  At the command prompt, from the directory (on the Windows 98 CD/floppy) where FORMAT.COM is located, enter: <strong>format /s c:</strong></li>
<li>Run <strong>fdisk /mbr </strong>This writes the master boot record to the USB drive without altering the partition table information.</li>
<li>Restart the PC and choose booting from the USB drive.  If all goes well, you should see a <strong>C:&gt; </strong>command prompt.</li>
<li>Now your flash drive is bootable, <strong>however please remember to reset your PC settings back to their original settings.</strong></li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://packratstudios.com/index.php/2009/03/25/how-to-create-a-bootable-usb-flash-drive/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Boxee is BACK!!! With new HULU goodness!!!</title>
		<link>http://packratstudios.com/index.php/2009/03/25/boxee-is-back-with-new-hulu-goodness/</link>
		<comments>http://packratstudios.com/index.php/2009/03/25/boxee-is-back-with-new-hulu-goodness/#comments</comments>
		<pubDate>Wed, 25 Mar 2009 15:15:24 +0000</pubDate>
		<dc:creator>Grant</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Featured]]></category>
		<category><![CDATA[HDTV]]></category>
		<category><![CDATA[Hacks/Mods]]></category>
		<category><![CDATA[How to]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[OSX]]></category>
		<category><![CDATA[Reviews]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[API]]></category>
		<category><![CDATA[boxee]]></category>
		<category><![CDATA[HULU]]></category>
		<category><![CDATA[new]]></category>
		<category><![CDATA[pandora]]></category>
		<category><![CDATA[pbs]]></category>
		<category><![CDATA[plugins]]></category>
		<category><![CDATA[radiotime]]></category>

		<guid isPermaLink="false">http://packratstudios.com/?p=700</guid>
		<description><![CDATA[Well it didn&#8217;t take long for the Boxee team to come up with a new alpha release that includes more gooey goodness including a fix to the pesky Hulu.com issue.
Last night the folks at Boxee announced the release of a new Boxee alpha.  The top additions to this new alpha are the support for Pandora [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignright size-full wp-image-495" title="boxee_logo" src="http://packratstudios.com/wp-content/uploads/2009/01/boxee_logo.png" alt="boxee_logo" width="90" height="101" />Well it didn&#8217;t take long for the Boxee team to come up with a new alpha release that includes more gooey goodness including a fix to the pesky Hulu.com issue.</p>
<p>Last night the folks at Boxee announced the release of a new Boxee alpha.  The top additions to this new alpha are the support for Pandora music streaming, PBS streams, RadioTime, a new API and the video playback is built on the XUL framework.  The XUL framework is the same that Firefox is built on.  Yes, HULU does work.  Good Luck blocking it now.  I just downloaded the alpha release from Boxee.tv and must say it delivers.  Go get it.</p>
<p><a title="Boxee Media Center" href="http://boxee.tv" target="_self">http://boxee.tv</a></p>
<p>Here is a short how to in order to use the new plugins:</p>
<p>Start Boxee and in the left navigation pane scroll down to &#8220;Apps Box&#8221;.  Along the top of your screen there are four selections, choose the repositories tab and add a new repository.  Type the following in the text field minus the quotes &#8221; dir.boxeehq.com&#8221; and select done.  You will now be able to back out and select &#8220;New Applications&#8221;.  This is where you can add all sorts of new feeds to your Media Player.  Have Fun!</p>
]]></content:encoded>
			<wfw:commentRss>http://packratstudios.com/index.php/2009/03/25/boxee-is-back-with-new-hulu-goodness/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Installing the HP Mini’s Mie interface on Ubuntu How to</title>
		<link>http://packratstudios.com/index.php/2009/02/15/installing-the-hp-mini%e2%80%99s-mie-interface-on-ubuntu-how-to/</link>
		<comments>http://packratstudios.com/index.php/2009/02/15/installing-the-hp-mini%e2%80%99s-mie-interface-on-ubuntu-how-to/#comments</comments>
		<pubDate>Sun, 15 Feb 2009 19:18:21 +0000</pubDate>
		<dc:creator>Mike</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[Hacks/Mods]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://packratstudios.com/?p=502</guid>
		<description><![CDATA[The following are instructions for installing the HP Mini's Mie interface on Ubuntu.]]></description>
			<content:encoded><![CDATA[<p><img class="size-full wp-image-503 alignright" title="hpmini" src="http://packratstudios.com/wp-content/uploads/2009/02/hpmini.jpg" alt="HP Mini interface on Ubuntu 8.10 VMware Image" width="300" height="188" /></p>
<p><strong>Update:</strong> The original text for this tutorial was apparently submitted to me as an exact copy of an article by ah2 at <a title="ah2's universe" href="http://a2h.uni.cc/wp/">ah2&#8217;s universe</a>. Please check out the original article there.</p>
<p>The following are instructions for installing the HP Mini&#8217;s Mie interface on Ubuntu. The process is fairly easy but be aware that not everything works as expected yet. You can get most of the functionality of the new interface working but in my experience things like the special book marking shortcut added to Firefox don&#8217;t work. All in all the HP Mini&#8217;s interface is pretty good for small screens.</p>
<p>Warning some features may not work and I ran into an issue where the <code>harbour-launcher</code> used over 50% of the processor.</p>
<p><span id="more-502"></span>This instructions were original posted in the Ubuntu forums by <a title="Ubuntu Forums" href="http://ubuntuforums.org/showthread.php?t=1021351&amp;page=2" target="_self">wildcard</a> and <a title="Ubuntu Forums" href="http://ubuntuforums.org/showthread.php?t=1021351&amp;page=5" target="_self">rafaelcapanema</a></p>
<p>Download the <a href="http://hpmini.archive.canonical.com/mie/dists/hardy-hpmini/universe/binary-lpia/glassy-bleu-theme_21_all.deb">GTK+ theme</a>, the <a href="http://hpmini.archive.canonical.com/mie/dists/hardy-hpmini/universe/binary-lpia/glassy-bleu-browser-skin_0.5_all.deb">Firefox theme</a>, and the <a href="http://hpmini.archive.canonical.com/mie/dists/hardy-hpmini/restricted/binary-lpia/hp-tbird-theme_0.5_all.deb">Thunderbird theme</a> if you want.</p>
<p>The GTK+ theme can be activated through System &gt; Preferences &gt; Appearance (mind you, you <strong>don’t</strong> need to change the wallpaper, so leave it at the really out-of-place brown), while Firefox should load the theme choosing screen on next load. If it doesn’t, go to Tools &gt; Addons.</p>
<p>Now that that’s over, you’ll need to do some work for getting the launcher.</p>
<p>Firstly, download <a href="http://hpmini.archive.canonical.com/mie/dists/hardy-hpmini/restricted/binary-lpia/harbour-launcher_0.78.3_lpia.deb">this</a>, and save it to your home folder. Or anywhere really, but if you’re not that good with Linux you obviously don’t want to.</p>
<p>Now, go to Applications &gt; Accessories &gt; Terminal, and put this in:</p>
<blockquote><p><code>sudo dpkg -i --force-architecture --force-depends harbour-launcher_0.78.3_lpia.deb</code></p></blockquote>
<p>If the file you just downloaded isn’t in your home folder, then change the last part.</p>
<p>To launch it, press Alt-F2 and type in <code>harbour-launcher</code>. If the launcher didn’t show up, press the Show Desktop button or Ctrl+Alt+D.</p>
<p>But wait! Not everything’s working yet.</p>
<p>For music/pictures, you will need to install elisa. Elisa can be found in your repositories, but don’t install it from there.</p>
<p>You will need to install a number of packages, one after the other.</p>
<p>So here’s a bunch of links. <strong>Install them in the order provided.</strong></p>
<p><a href="http://91.189.90.217/damoxc/ubuntu/pool/main/p/pigment/libpigment0.3-8_0.3.11-1%7Eppa2-intrepid1-1_i386.deb">libpigment0.3-8_0.3.11-1~ppa2-intrepid1-1_i386.deb</a><br />
<a href="http://91.189.90.217/damoxc/ubuntu/pool/main/p/pigment-python/python-pgm_0.3.8-1%7Eppa1-intrepid1-1_i386.deb">python-pgm_0.3.8-1~ppa1-intrepid1-1_i386.deb</a><br />
<a href="http://hpmini.archive.canonical.com/mie/dists/hardy-hpmini/main/binary-lpia/python-elisa_0.5.15.5-0dennis1_all.deb">python-elisa_0.5.15.5-0dennis1_all.deb</a><br />
<a href="http://hpmini.archive.canonical.com/mie/dists/hardy-hpmini/main/binary-lpia/elisa_0.5.15.5-0dennis1_all.deb">elisa_0.5.15.5-0dennis1_all.deb</a><br />
<a href="http://hpmini.archive.canonical.com/mie/dists/hardy-hpmini/main/binary-lpia/elisa-plugins-good_0.5.15.5-0dennis1_all.deb">elisa-plugins-good_0.5.15.5-0dennis1_all.deb</a><br />
<a href="http://hpmini.archive.canonical.com/mie/dists/hardy-hpmini/main/binary-lpia/elisa-plugins-bad_0.5.15.5-0dennis9_all.deb">elisa-plugins-bad_0.5.15.5-0dennis9_all.deb</a><br />
<a href="http://hpmini.archive.canonical.com/mie/dists/hardy-hpmini/universe/binary-lpia/elisa-plugins-ugly_0.5.15.5-0dennis1_all.deb">elisa-plugins-ugly_0.5.15.5-0dennis1_all.deb</a></p>
<p>Whew. Now that that’s over, restart, and press Alt-F2 and type in <code>harbour-launcher</code>. Enjoying it?</p>
<p>Alright, so now, do you want to actually make it auto-start?</p>
<p>Then go to System &gt; Preferences &gt; Sessions, and add a new startup entry, with anything you want as the name, and <code>harbour-launcher</code> as the command.</p>
<p><a href="http://wi-phye.com"><img src="http://packratstudios.com/wp-content/uploads/2009/03/wiphye_ad_468x60.jpg"/></a></p>
]]></content:encoded>
			<wfw:commentRss>http://packratstudios.com/index.php/2009/02/15/installing-the-hp-mini%e2%80%99s-mie-interface-on-ubuntu-how-to/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to hack your Amazon Kindle to read all your ebooks and documents including .pdf, .doc, .xls, chm, .lit, etc..</title>
		<link>http://packratstudios.com/index.php/2008/05/04/how-to-hack-your-amazon-kindle-to-read-all-your-ebooks-and-documents-including-pdf-doc-xls-chm-lit-etc/</link>
		<comments>http://packratstudios.com/index.php/2008/05/04/how-to-hack-your-amazon-kindle-to-read-all-your-ebooks-and-documents-including-pdf-doc-xls-chm-lit-etc/#comments</comments>
		<pubDate>Sun, 04 May 2008 16:51:01 +0000</pubDate>
		<dc:creator>Mike</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[Gadgets]]></category>
		<category><![CDATA[Hacks/Mods]]></category>
		<category><![CDATA[Reviews]]></category>
		<category><![CDATA[.chm]]></category>
		<category><![CDATA[.lit]]></category>
		<category><![CDATA[convert]]></category>
		<category><![CDATA[ebook]]></category>
		<category><![CDATA[ereader]]></category>
		<category><![CDATA[format]]></category>
		<category><![CDATA[How to]]></category>
		<category><![CDATA[Kindle]]></category>
		<category><![CDATA[Mobipocket]]></category>
		<category><![CDATA[reader]]></category>
		<category><![CDATA[review]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://packratstudios.com/index.php/2008/05/04/how-to-hack-your-amazon-kindle-to-read-all-your-ebooks-and-documents-including-pdf-doc-xls-chm-lit-etc/</guid>
		<description><![CDATA[What is a Kindle?
First off, the Kindle is Amazon&#8217;s entry into the ebook reader market.  It joins the Sony PRS-505 Reader which has been around for awhile but, it adds a lot of interesting features such as a free built-in wireless connection that allows you to tap into Amazon&#8217;s online bookstore from just about anywhere [...]]]></description>
			<content:encoded><![CDATA[<h2><img src="http://packratstudios.com/wp-content/uploads/2008/05/kindle.jpg" alt="Amazon Kindle" align="right" hspace="5" vspace="5" />What is a Kindle?</h2>
<p>First off, the <a href="http://www.amazon.com/gp/product/B000FI73MA/ref=amb_link_6750302_1?pf_rd_m=ATVPDKIKX0DER&amp;pf_rd_s=gateway-center-column&amp;pf_rd_r=06EV5WK47NPPKN3PND3W&amp;pf_rd_t=101&amp;pf_rd_p=392460501&amp;pf_rd_i=507846" title="Amazon Kindle">Kindle</a> is Amazon&#8217;s entry into the ebook reader market.  It joins the <a href="http://reviews.cnet.com/e-book-readers/sony-reader-digital-book/4652-3508_7-32672723.html">Sony PRS-505</a> Reader which has been around for awhile but, it adds a lot of interesting features such as a free built-in wireless connection that allows you to tap into Amazon&#8217;s online bookstore from just about anywhere you can access Sprint&#8217;s EVDO cellular data network.</p>
<p><span id="more-466"></span></p>
<p>The Kindle is similar to the Sony Reader. The Kindle is 7.5 inches high by 5.3 inches wide by 0.7 inch deep and only weighs 10.3 ounces. That is about the same as your average paper back. Both devices have 4.9-by-3.6-inch (6-inch diagonal), 600 x 800-pixel screens. The screen on both readers uses a technology call E ink. E Ink is an electrophoretic display.</p>
<p>From Wikipedia:</p>
<blockquote><p> An <strong>electrophoretic display</strong> is an <a href="http://en.wikipedia.org/wiki/Information_display" class="mw-redirect" title="Information display">information display</a> that forms visible images by rearranging charged pigment particles using an applied <a href="http://en.wikipedia.org/wiki/Electric_field" title="Electric field">electric field</a>.</p></blockquote>
<p>E Ink is a type of Electronic paper display. From Wikipedia:</p>
<blockquote><p><strong>Electronic paper</strong>, also called <strong>e-paper</strong>, is a <a href="http://en.wikipedia.org/wiki/Display_device" title="Display device">display</a> technology designed to mimic the appearance of ordinary <a href="http://en.wikipedia.org/wiki/Ink" title="Ink">ink</a> on <a href="http://en.wikipedia.org/wiki/Paper" title="Paper">paper</a>. Unlike a conventional <a href="http://en.wikipedia.org/wiki/Flat_panel_display" title="Flat panel display">flat panel display</a>, which uses a <a href="http://en.wikipedia.org/wiki/Backlight" title="Backlight">backlight</a> to illuminate its <a href="http://en.wikipedia.org/wiki/Pixel" title="Pixel">pixels</a>, electronic paper reflects light like ordinary paper and is capable of holding text and images indefinitely without drawing electricity, while allowing the image to be changed later.</p>
<p>There are several different technologies to build e-paper, some of which can use plastic substrate and <a href="http://en.wikipedia.org/wiki/Plastic_electronics" class="mw-redirect" title="Plastic electronics">electronics</a>, so that the display is flexible. It is considered more comfortable to read than conventional displays. This is due to the stable image which does not need to be constantly refreshed, the large viewing angle, and the fact that it uses reflected ambient light. It has a similar <a href="http://en.wikipedia.org/wiki/Contrast_ratio" title="Contrast ratio">contrast ratio</a> to that of a newspaper and is lightweight and durable, however it still lacks good color reproduction.</p></blockquote>
<p><img src="http://packratstudios.com/wp-content/uploads/2008/05/kindle-size.jpg" alt="Kindle Size" align="right" hspace="5" vspace="5" />One annoyances of E Ink technology is that the screen takes a second to refresh. The result is it tends to blink when you change the page. Amazon has done a good job of minimizing this so it isn&#8217;t that distracting but, for those that have not used an E Ink display before, it might cause unnecessary concern. Considering you can read the screen in direct sunlight, the trade-off seems worth it.</p>
<p>Amazon opted not to use a backlight which might strain the eyes during long sessions. The result is that you&#8217;ll need a well lit reading environment just like you would with a real book. The Kindle has a 185 MB of user-accessible internal memory and is expandable with the use of SD cards. Memory cards up to 4GB are supported. That is a lot of books. The Kindle also supports playing MP3s and Audible audio books. The MP3 player is a little restricted in that you can&#8217;t select which MP3 to play. It will only play them randomly. Hopefully this will be fixed in a future firmware update but, for now, that feature is pretty useless.</p>
<p>Navigating the Kindle interface is pretty easy. There is a home button that takes you to the main list page of your content.  There is a scroll wheel that you can use to select lines of text and menu items along with next page buttons on both sides of the device. There is a pervious page button on the left side and back button on the right. Altogether, navigating is pretty intuitive. When you are viewing the home page, a click of the scroll wheel allows you to sort the list of your content by author, date, or title and to show just books or periodicals. You can bookmark key passages of what you&#8217;re reading, and (using the keyboard), make, edit, and export notes. The Kindle also saves your place when reading anything, so you can always pick up where you left off. One of better features is the built in dictionary. You can use the scroll wheel to select a line of text on the page. By default the dictionary will look up all the words on a selected line so you don&#8217;t have to worry about selecting a specific word or using the keyboard.</p>
<p><img src="http://packratstudios.com/wp-content/uploads/2008/05/kindle-cover.jpg" alt="Kindle with cover" align="right" hspace="5" vspace="5" />One of the Kindle&#8217;s main advantages over the Sony reader is the built in EVDO cell connection. This is included mainly to allow you to download purchased content from Amazon without the need for a computer or too be in range of a Wi-Fi network. Luckily, there is no charge for this connection and Amazon was nice enough to include a basic web browser. The browser is fairly slow and doesn&#8217;t handle link and image rich web pages very well but, if all your are looking for is a quick answer, it does the job. One of the main features of the built in browser is the direct access to Wikipedia. Basically you have an entire encyclopedia with you at all times. Another cool feature is by pressing Alt + 1 you are taken to google maps which, in conjunction with cell triangulation, using the built it radio, can roughly show you where you are. Sort of a poor man&#8217;s GPS.</p>
<p>Downloading books wirelessly to the Kindle is generally a very pleasant experience. You can search for titles or authors in the Kindle Store or scroll through the national and Kindle bestsellers lists (Amazon is currently offering more than 90,000 titles, including 90 percent of the current <em>New York Times</em> bestsellers).</p>
<p>Kindle is compatible with a few file types. Most files have to be converted. Amazon provides you two ways to convert your files: you can either send attachments wirelessly to the device&#8217;s personal e-mail address, which will cost you $.10 per attachment or you can send them to a &#8220;free&#8221; Kindle e-mail address that you access via your Windows or Mac OS computer and then transfer the converted files to your Kindle manually via USB.</p>
<p>By default the Amazon Kindle supports the following formats:</p>
<p><center></p>
<table class="MsoNormalTable" style="margin: auto" border="0" cellpadding="0" cellspacing="0">
<tr align="left" valign="middle">
<td style="border-style: none none solid; border-color: rgb(236, 233, 216) rgb(236, 233, 216) black; border-width: medium medium 1.5pt; padding: 3.75pt; width: 20pt; background-color: transparent" width="20">
<p class="MsoNormal" style="margin: 0in 0in 0pt; text-align: left" align="left"><strong><span style="font-size: 10pt; font-family: Verdana"> </span></strong><span style="font-size: 10pt; font-family: Verdana"></span></p>
</td>
<td style="border-style: none none solid; border-color: rgb(236, 233, 216) rgb(236, 233, 216) black; border-width: medium medium 1.5pt; padding: 3.75pt; width: 150pt; background-color: transparent" width="40%">
<p class="MsoNormal" style="margin: 0in 0in 0pt; text-align: left" align="left"><strong><span style="font-size: 10pt; font-family: Verdana">Folder</span></strong><span style="font-size: 10pt; font-family: Verdana"></span></p>
</td>
<td style="border-style: none none solid; border-color: rgb(236, 233, 216) rgb(236, 233, 216) black; border-width: medium medium 1.5pt; padding: 3.75pt; width: 150pt; background-color: transparent" width="60%">
<p class="MsoNormal" style="margin: 0in 0in 0pt; text-align: left" align="left"><strong><span style="font-size: 10pt; font-family: Verdana">Recognized File Types</span></strong></p>
</td>
</tr>
<tr>
<td style="border: medium none #ece9d8; padding: 3.75pt; width: 10px; background-color: transparent; text-align: left" width="10">
<p class="MsoNormal" style="margin: 0in 0in 0pt"><span style="font-size: 10pt; font-family: Verdana"> </span></p>
</td>
<td style="border: medium none #ece9d8; padding: 3.75pt; width: 117pt; background-color: transparent; text-align: left" width="40%">
<p class="MsoNormal" style="margin: 0in 0in 0pt"><span style="font-size: 10pt; font-family: Verdana">documents</span></p>
</td>
<td style="border: medium none #ece9d8; padding: 3.75pt; width: 93.4pt; background-color: transparent; text-align: left" width="60%">
<p class="MsoNormal" style="margin: 0in 0in 0pt"><span style="font-size: 10pt; font-family: Verdana">Kindle (.azw), text (.txt), Mobi (.mobi*, .prc*)</span></p>
</td>
</tr>
<tr>
<td colspan="4"><font size="-2">* Files containing digital rights management software will not be readable</font></td>
</tr>
</table>
<p align="left">The document support is my main complaint about the Kindle. There is no reason it shouldn&#8217;t natively support pdf&#8217;s.</p>
<p align="left">&nbsp;</p>
<h2 align="left">What is a Kindle good for?</h2>
<p align="left">Besides the obvious combination of an Amazon discount coupled with instant delivery (&#8220;A New Earth&#8221; is 24.99 for the print version at the Barns and Noble on the corner and only 7.99 on the Kindle and I don&#8217;t have to get in the car) I see the main advantage being reference material. Wouldn&#8217;t it be nice to have all the documentation for your job or project at your finger tips? In the case of computer manuals, having a device that is not tied to the system you are working on is a big advantage.</p>
<p align="left">If you need a more technical price difference example than Oprah&#8217;s latest book club selection , &#8220;Wordpress for Dummies&#8221; is 9.99 on the Kindle and 24.99 in print at Barns and Noble.</p>
<p align="left">I use my Kindle mainly to store the mountain of documentation that I need to keep on hand to perform my day to day job. Having this content in a easy to read, searchable, and portable format is a god send and more then justifies the price. Sure the Kindle excels at allowing you to read for fun but, one tends to only read a work of fiction once and then maybe let someone else borrow it. The DRM format in use by Amazon prevents this so, with that restriction in place, it is hard to justify the 400.00 price tag for fiction reading unless you read a large number of books a week. So many that the discount and convenience justify the cost.</p>
<p align="left">Unfortunately, by default, the Kindle doesn&#8217;t natively support the formats you are most likely to have all your personal documentation in so document conversion is a must.</p>
<h2 align="left">Converting your documents to work on the Kindle.</h2>
<h3>
<p style="text-align: center"><img src="http://packratstudios.com/wp-content/uploads/2008/05/kindle-size2.jpg" alt="Kindle Size" /></p>
</h3>
<h3 align="left">Convert encrypted Mobipocket reader files to work on the Kindle.</h3>
<p align="left">First, lets work on your existing ebook library. As noted in the table above, by default the Kindle will not support encrypted Mobi ebooks. That kind of stinks seeing the library system here allows you to check out Mobi encrypted ebooks for 21 days. It would be nice to be able to use this services with the Kindle. Enter<span class="post-author vcard"> <a href="http://igorsk.blogspot.com/" title="igorsk.blogspot.com"><span class="fn">Igor Skochinsky.</span></a><span class="fn">  Igor has written a script that allows you to convert your encrypted Mobi ebooks to the native Kindle .azw format. It turns out that the .azw format is based on the Mobi format and that all that is needed to allow you to read Mobi encrypted ebooks is a few changes to the header information on the Mobi file to turn it into a .azw. </span></span></p>
<p align="left"><span class="post-author vcard"><span class="fn"></span></span>Igor has written a couple of python scripts to help you convert your Mobi ebooks which can be found <a href="http://igorsk.blogspot.com/2007/12/mobipocket-books-on-kindle.html" title="conver mobi scrpits">here</a>.</p>
<h3 align="left">Convert pdf&#8217;s to work on the Kindle</h3>
<p align="left">Next up is .pdf&#8217;s. Your first option is to mail the pdf to yourname@kindle.com and have Amazon convert it for you at a cost of .10 cents per file. I&#8217;m sorry but, I want to read all my tech manuals and other pdf formated content without having to pay a bill so, I did a little research and found that Mobi offers a free program that you can use to create .prc files. One of the many supported import formats is .pdf. The other supported formats are .doc, .txt, and HTML. Problem solved. Simply use the <a href="http://www.mobipocket.com/en/DownloadSoft/ProductDetailsCreator.asp">Mobipocket Creator 4.2 Publisher Edition</a> to import your pdf&#8217;s.</p>
<p align="left">The Mobipocket Creator 4.2 Publisher Edition can be downloaded <a href="http://www.mobipocket.com/en/DownloadSoft/ProductDetailsCreator.asp">here</a>.</p>
<p align="left">What about other formats such as .xls, .rtm, etc..? Well, if you can create a pdf then it can be moved to your Kindle using the method above. To do this on Windows, Linux and OSX have native support for pdf creation, I use the free program <a href="http://sourceforge.net/projects/pdfcreator/" title="PDFCreator">PDFCreator</a>. PDFCreator installs a printer on your Windows system that will create pdf&#8217;s from any program that has a print function. After installing PDFCreator simply, open up the file you wish to convert in whatever program you normally use to view the file and select the PDFCreator printer when you go to print the file. It will convert the file to pdf and ask you where to save it. You can then take the resulting .pdf and import it into the Mobipocket Creator to create your .prc file. Finally, you need to transfer the .prc file to the documents folder on your kindle using a USB connection.</p>
<h3 align="left">Convert .lit ebooks to work on our Kindle.</h3>
<p align="left">Microsoft uses the .lit ebook format for it&#8217;s MS Reader software. I have found the CD included with some of my manuals from Mircosoft Press include an eletronic version of the manual in this format.</p>
<p align="left">You can convert .lit formated files to pdf using the <a href="http://www.processtext.com/abclit.html" title=".lit converter">ABC Amber LIT Converter</a> which, is free. Once you have converted the file to pdf you can use the process above to convert it to a .prc file and move it to your Kindle.</p>
<h3 align="left">Convert .chm files to work on your Kindle.</h3>
<p class="firstHeading" align="left">The .chm format is Microsoft&#8217;s Compiled HTML Help format. This is the format that most of the help files and online manuals in Windows are in. Wouldn&#8217;t it be nice to take those manuals and move them to an easier to read device then your computer screen? I tend to do this with all the documentation that comes with Visual Studio. I have also run into this format on the CD&#8217;s included with my printed manuals.</p>
<p align="left">Again it is Process Text Group to the rescue with its <a href="http://www.processtext.com/abcchm.html" title=".chm converter">ABC Amber CHM Converter</a>, which is free to try for 30 days. Like the utility above, this one lets you convert .chm files to pdf. Again, use the pdf to .prc method above to make the file compatible with the Kindle.</p>
<p class="firstHeading" align="left">Files in the .chm format were never meant to be read outside of the Windows help system so, by default they contain navigational images for switching pages. On the Kindle these are unnecessary and generally just make the presentation messy. The CHM converter software has an option to discard these images while doing the conversion.</p>
<p class="firstHeading" align="left">In the utility Select Tools &#8211; Options &#8211; Misc, and select the &#8220;remove Previous and Next buttons&#8221; option.</p>
<p></center><br />
<a href="http://wi-phye.com"><img src="http://packratstudios.com/wp-content/uploads/2009/03/wiphye_ad_468x60.jpg"/></a></p>
]]></content:encoded>
			<wfw:commentRss>http://packratstudios.com/index.php/2008/05/04/how-to-hack-your-amazon-kindle-to-read-all-your-ebooks-and-documents-including-pdf-doc-xls-chm-lit-etc/feed/</wfw:commentRss>
		<slash:comments>66</slash:comments>
		</item>
		<item>
		<title>Full MythTv Frontend on the N810</title>
		<link>http://packratstudios.com/index.php/2008/04/28/full-mythtv-frontend-on-the-n810/</link>
		<comments>http://packratstudios.com/index.php/2008/04/28/full-mythtv-frontend-on-the-n810/#comments</comments>
		<pubDate>Mon, 28 Apr 2008 21:17:28 +0000</pubDate>
		<dc:creator>Grant</dc:creator>
				<category><![CDATA[Hacks/Mods]]></category>
		<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Frontend]]></category>
		<category><![CDATA[Mythtv]]></category>
		<category><![CDATA[N800]]></category>
		<category><![CDATA[N810]]></category>

		<guid isPermaLink="false">http://packratstudios.com/index.php/2008/04/28/full-mythtv-frontend-on-the-n810/</guid>
		<description><![CDATA[Yes folks, we have all dreamed of it and it may soon be reality.  There is a semi-functional Mythtv Frontend, in alpha, built for the Nokia Internet Tablet.  With MythTv moving towards QT4 someone has ported the front end over to OS 2008.  It is not completely functional as of now but, it looks to [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://packratstudios.com/wp-content/uploads/2008/04/2360125525_dfb58fdc23.thumbnail.jpg" alt="2360125525_dfb58fdc23.jpg" align="right" />Yes folks, we have all dreamed of it and it may soon be reality.  There is a semi-functional Mythtv Frontend, in alpha, built for the Nokia Internet Tablet.  With MythTv moving towards QT4 someone has ported the front end over to OS 2008.  It is not completely functional as of now but, it looks to be a good start.  Currently there is a port in works for the front end and back end.  Check out the teasers after the &#8220;click&#8221;.</p>
<p><span id="more-458"></span></p>
<p><img src="http://packratstudios.com/wp-content/uploads/2008/04/2346472653_f14587f3f3.jpg" alt="2346472653_f14587f3f3.jpg" /></p>
<p><a href="http://packratstudios.com/index.php/2008/04/28/full-mythtv-frontend-on-the-n810/attachment/460/" rel="attachment wp-att-460" title="2346473345_52f65c3806.jpg"><img src="http://packratstudios.com/wp-content/uploads/2008/04/2346473345_52f65c3806.jpg" alt="2346473345_52f65c3806.jpg" /></a></p>
<p>The user interface appears to work just fine but, there are some issues with video and audio coding.  Check out the thread on Internettablettalk.</p>
<p><a href="http://www.internettablettalk.com/forums/showthread.php?t=18270" target="_blank" title="Read The Thread">Read The Thread</a></p>
<p><!--adsense--></p>
]]></content:encoded>
			<wfw:commentRss>http://packratstudios.com/index.php/2008/04/28/full-mythtv-frontend-on-the-n810/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>MythTv Remote on your N800/N810</title>
		<link>http://packratstudios.com/index.php/2008/04/25/mythtv-remote-on-your-n800n810/</link>
		<comments>http://packratstudios.com/index.php/2008/04/25/mythtv-remote-on-your-n800n810/#comments</comments>
		<pubDate>Fri, 25 Apr 2008 15:22:44 +0000</pubDate>
		<dc:creator>Grant</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[Gadgets]]></category>
		<category><![CDATA[Hacks/Mods]]></category>
		<category><![CDATA[Hardware]]></category>
		<category><![CDATA[How to]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Reviews]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Maemo]]></category>
		<category><![CDATA[Mythetomer]]></category>
		<category><![CDATA[Mythtv]]></category>
		<category><![CDATA[N800]]></category>
		<category><![CDATA[N810]]></category>
		<category><![CDATA[Nokia]]></category>
		<category><![CDATA[Remote control]]></category>

		<guid isPermaLink="false">http://packratstudios.com/index.php/2008/04/25/mythtv-remote-on-your-n800n810/</guid>
		<description><![CDATA[Lirc being a pain?  Does your favorite universal remote NOT work with your new myth box. Mythetomer is a remote control application for your N800 or N810 to control your MythTv.  Mythetomer uses your WLAN or Bluetooth to make a connection to your Myth Frontend for full control.  No cables, no hours of configuring key [...]]]></description>
			<content:encoded><![CDATA[<p><img align="right" src="http://packratstudios.com/wp-content/uploads/2008/04/n810.thumbnail.jpg" alt="N810 WiMax" />Lirc being a pain?  Does your favorite universal remote NOT work with your new myth box. Mythetomer is a remote control application for your N800 or N810 to control your MythTv.  Mythetomer uses your WLAN or Bluetooth to make a connection to your Myth Frontend for full control.  No cables, no hours of configuring key mappings to remote codes and no IR learning. No IR at all.  Software available from Mythetomer website, links available after the &#8220;click&#8221;.</p>
<p><span id="more-455"></span></p>
<p>Here&#8217;s the simple nuts and bolts to make this work with your system.  The Software is simply an application for your N800 or 810 and a server application to be installed on your mythfrontend. </p>
<p>Mythetomer N800/810 app: </p>
<p>To install the Internet tablet program, navigate to this page from your Tablet and click the download link below.  Follow the prompts.  Easy.</p>
<p><a target="_blank" href="http://repository.maemo.org/extras/dists/chinook/install/mythetomer.install" title="Mythetomer">Download Mythetomer app</a></p>
<p>Server App:</p>
<p>On your frontend machine open a terminal window and type in</p>
<p>sudo wget http://netti.nic.fi/~icewood/mythetomer/file.php?file=mythetomer_0.2-1_i386.deb</p>
<p>After the file downloads to your machine type in a terminal window</p>
<p>sudo dpkg -i mythetomer_0.2-1_i386.deb</p>
<p>Done!</p>
<p> <img src="http://packratstudios.com/wp-content/uploads/2008/04/screenshot1.JPG" alt="screenshot1.JPG" /></p>
<p>You will now need to shutdown your frontend if you haven&#8217;t already and start the mythetomer server.  To do this simply open a terminal window and type &#8220;mythetomer&#8221; and press enter.  Add a &amp; sign at the end to run it in the background otherwise don&#8217;t close the terminal window or the server will stop.</p>
<p>I set mine up last night using the WLAN in my home and it works great.  The software gives you a remote control surface on you IT with number pad, direction arrows, menu and esc buttons, volume and channel up/down, and player controls such as play, pause, skip forward and back.  I have not tried the bluetooth connection as of yet cause I really have no need too but I might play with it a little later to see what happens.  The performance of the software is top notch, easy interface , no lag on button push and pretty steady connection.  I did have an issue once where the server croaked and the N800 lost its connection.  This required me to shutdown the frontend and restart the mythetomer server which to say the least very frustrating.  I am currently working on a Cron job to monitor the status of the mythetomer server. </p>
<p>Overall its a good piece of tech gadgetry available for download.  I like it and it works much better than my Lirc based machine remote.  Give it a whirl.</p>
<p><a target="_blank" href="http://netti.nic.fi/~icewood/mythetomer/index.php" title="Mythetomer">Mythetomer Website</a></p>
<p><!--adsense--></p>
]]></content:encoded>
			<wfw:commentRss>http://packratstudios.com/index.php/2008/04/25/mythtv-remote-on-your-n800n810/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>How to crack / recover an Adobe PDF password using pdfcrack for Linux.</title>
		<link>http://packratstudios.com/index.php/2008/04/09/how-to-crack-recover-an-adobe-pdf-password-using-pdfcrack-for-linux/</link>
		<comments>http://packratstudios.com/index.php/2008/04/09/how-to-crack-recover-an-adobe-pdf-password-using-pdfcrack-for-linux/#comments</comments>
		<pubDate>Wed, 09 Apr 2008 14:28:56 +0000</pubDate>
		<dc:creator>Mike</dc:creator>
				<category><![CDATA[Hacks/Mods]]></category>
		<category><![CDATA[How to]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[adobe]]></category>
		<category><![CDATA[crack]]></category>
		<category><![CDATA[password]]></category>
		<category><![CDATA[pdf]]></category>
		<category><![CDATA[recover]]></category>
		<category><![CDATA[recovery]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://packratstudios.com/index.php/2008/04/09/how-to-crack-recover-an-adobe-pdf-password-using-pdfcrack-for-linux/</guid>
		<description><![CDATA[From time to time I am asked to break a password on an Adobe PDF file. This mostly comes up when the user who created the pdf can&#8217;t remember what their own password is.  As annoying as that is, actually recovering the password is simple using pdfcrack.
PDFCrack is a GNU/Linux application (or any other [...]]]></description>
			<content:encoded><![CDATA[<p>From time to time I am asked to break a password on an Adobe PDF file. This mostly comes up when the user who created the pdf can&#8217;t remember what their own password is.  As annoying as that is, actually recovering the password is simple using pdfcrack.</p>
<p><a href="http://pdfcrack.sourceforge.net/">PDFCrack</a> is a GNU/Linux application (or any other POSIX-compatible system) tool for recovering passwords and content from <a href="http://en.wikipedia.org/wiki/Portable_Document_Format">PDF</a>-files. It is small, command line driven, and without external dependencies. PDFCrack is released under <a href="http://www.gnu.org/copyleft/gpl.html">GPL</a>.</p>
<p><span id="more-412"></span></p>
<p>Install pdfcrack on Ubuntu by typing:<br />
<code>sudo aptitude install pdfcrack</code></p>
<p>Run a quick benchmark by entering the following at the command line:<br />
<code>pdfcrack -b</code></p>
<p>Results:</p>
<p>Benchmark:      Average Speed (calls / second):<br />
MD5:                    2616026.7<br />
MD5_50 (fast):          146928.3<br />
MD5_50 (slow):          107780.3</p>
<p>RC4 (40, static):       863985.7<br />
RC4 (40, no check):     864661.2<br />
RC4 (128, no check):    802203.0</p>
<p>Benchmark:      Average Speed (passwords / second):<br />
PDF (40, user):         653588.2<br />
PDF (40, owner):        322317.1<br />
PDF (40, owner, fast):  714278.6</p>
<p>PDF (128, user):        30861.1<br />
PDF (128, owner):       14687.8<br />
PDF (128, owner, fast): 30861.1</p>
<p>Use pdfcrack to crack an encrypted pdf-file by typing:</p>
<p><code>pdfcrack test.pdf</code></p>
<p><!--adsense--></p>
]]></content:encoded>
			<wfw:commentRss>http://packratstudios.com/index.php/2008/04/09/how-to-crack-recover-an-adobe-pdf-password-using-pdfcrack-for-linux/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Hack and unlock your iphone with the iphone Pwnage tool.</title>
		<link>http://packratstudios.com/index.php/2008/04/03/hack-and-unlock-your-iphone-with-the-iphone-pwnage-tool/</link>
		<comments>http://packratstudios.com/index.php/2008/04/03/hack-and-unlock-your-iphone-with-the-iphone-pwnage-tool/#comments</comments>
		<pubDate>Thu, 03 Apr 2008 19:32:45 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[Hacks/Mods]]></category>
		<category><![CDATA[1.2.0]]></category>
		<category><![CDATA[2.0]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[firmware]]></category>
		<category><![CDATA[hack]]></category>
		<category><![CDATA[hacked]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[pwnage]]></category>
		<category><![CDATA[tool]]></category>
		<category><![CDATA[unlock]]></category>

		<guid isPermaLink="false">http://packratstudios.com/index.php/2008/04/03/hack-and-unlock-your-iphone-with-the-iphone-pwnage-tool/</guid>
		<description><![CDATA[
The iphone-dev team has released the pwnage tool that will allow you to make your iphone work with whatever software/application you choose.  Reports are coming in that it works pretty well, but you do need to have the iphone 2.0 firmware before you install the hack tool and all your favorite apps.   [...]]]></description>
			<content:encoded><![CDATA[<p><!--– google_ad_section_start –--><br />
<img src="http://packratstudios.com/wp-content/uploads/2008/04/iphone-hacked-pwned.jpg" alt="iphone-hacked-pwned.jpg" align="right" />The iphone-dev team has released the pwnage tool that will allow you to make your iphone work with whatever software/application you choose.  Reports are coming in that it works pretty well, but you do need to have the iphone 2.0 firmware before you install the <strike>hack</strike> tool and all your favorite apps.   Here is a blurb about the 2.0 firmware from Apple.</p>
<blockquote><p>CUPERTINO, California—March 6, 2008—Apple® today previewed its iPhone™ 2.0 software, scheduled for release <strong>this June</strong>, and announced the immediate availability of a beta release of the software to selected developers and enterprise customers. The iPhone 2.0 beta release includes both the iPhone Software Development Kit (SDK) as well as new enterprise features such as support for Microsoft Exchange Activesync  to provide secure, over-the-air push email, contacts and calendars as well as remote wipe, and the addition of Cisco IPsec VPN for encrypted access to private corporate networks.</p></blockquote>
<p>Find out more from Apple about firmware 2.0 <a href="http://www.apple.com/pr/library/2008/03/06iphone.html">here</a></p>
<p>The pwnage tool is very easy to use.  First you need to back up all your iphone data using itunes.</p>
<p><span id="more-395"></span></p>
<p>After backing up your data, connect the iphone, select the firmware from your hard drive and pwnage will upload the new firmware to the iPhone.  The tool takes care of the rest.  Now you can wet yourself, turn up the volume on your favorite Sesame Street album or do whatever it is you do when you get excited.</p>
<p>Get your pwnage tool <a href="http://iphone-dev.org/">here</a>.</p>
<p>If you are having trouble or want more info on installing the pwnage tool, check out <a href="http://www.engadget.com/2008/04/03/video-the-iphone-dev-teams-pwnage-tool-in-action/">Engadgets video</a>.<br />
<!--adsense--><br />
<!--– google_ad_section_end –--></p>
]]></content:encoded>
			<wfw:commentRss>http://packratstudios.com/index.php/2008/04/03/hack-and-unlock-your-iphone-with-the-iphone-pwnage-tool/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Cheap embedded or nearly embedded Linux servers.</title>
		<link>http://packratstudios.com/index.php/2008/04/01/cheap-embedded-or-nearly-embedded-linux-servers/</link>
		<comments>http://packratstudios.com/index.php/2008/04/01/cheap-embedded-or-nearly-embedded-linux-servers/#comments</comments>
		<pubDate>Tue, 01 Apr 2008 18:53:12 +0000</pubDate>
		<dc:creator>Mike</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[Hacks/Mods]]></category>
		<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Apple TV]]></category>
		<category><![CDATA[ATV]]></category>
		<category><![CDATA[embedded]]></category>
		<category><![CDATA[HP]]></category>
		<category><![CDATA[Indigo]]></category>
		<category><![CDATA[Insteon]]></category>
		<category><![CDATA[KPC]]></category>
		<category><![CDATA[Linux server]]></category>
		<category><![CDATA[Media Vault 2100]]></category>
		<category><![CDATA[NAS]]></category>
		<category><![CDATA[Shuttle]]></category>

		<guid isPermaLink="false">http://packratstudios.com/index.php/2008/04/01/cheap-embedded-or-nearly-embedded-linux-servers/</guid>
		<description><![CDATA[
For awhile now I have been searching around for a cheap and low power replacement for an old P4 3.0 GHz server that I use as a dedicated Linux/NAS. During the middle of last year I picked up a used Mac Mini off of eBay, loaded Ubuntu on it, and have been using that as [...]]]></description>
			<content:encoded><![CDATA[<p><!--– google_ad_section_start –--><br />
<img src="http://packratstudios.com/wp-content/uploads/2008/04/appletv.jpg" alt="Apple TV" align="right" hspace="5" vspace="5" />For awhile now I have been searching around for a cheap and low power replacement for an old P4 3.0 GHz server that I use as a dedicated Linux/NAS. During the middle of last year I picked up a used Mac Mini off of eBay, loaded Ubuntu on it, and have been using that as a dedicated server with an external USB drive. This has served me well but, I feel like I&#8217;m waisting a perfectly good core 2 duo as a lonely file server. Linux doesn&#8217;t need that kind of horse power and the Mac Mini is better suited to being a MythTV front end. So the hunt is on.</p>
<p><span id="more-378"></span></p>
<h3><img src="http://packratstudios.com/wp-content/uploads/2008/04/shuttle-kpc.jpg" alt="Shuttle KPC" align="right" hspace="5" vspace="5" />Option One The Shuttle KPC</h3>
<p>Since CES this year I have been keeping an eye on the Shuttle KPC. The KPC is powered by a 1.8GHz Celeron 430 which, according to the reviews, can hold it&#8217;s own and often beat a 3.2 GHz P4. Sounds like a good rig.</p>
<p>The KPC comes with 512MB of memory included but, this can be upgraded to a maximum of 2GB. It also includes an integrated Intel Graphics Media Accelerator 950 which is more then enough for a windows manager on a server, and an 80GB hard drive. Seeing there is no optical drive you should at least be able to add a second drive if not a third, although I haven&#8217;t been able to confirm this. At the very least it has four USB ports for external drive connections which, should be enough for most people.</p>
<p>A copy of Forsight Linux comes pre-loaded but, I imagine that your are going to want to replace it with a more mainstream distribution. Got Ubuntu?</p>
<p>According to Shuttle, the KPC runs full-tilt at just 55 watts and idles at 33 watts, saving 30 watts more than typical computers. And quiet? You won&#8217;t hear the KPC running.</p>
<p>The KPC is suppose to start at $209 but, you&#8217;ll have to add a monitor, keyboard, and mouse yourself. I personally hope that the monitor, keyboard, and mouse will only be needed during setup just like the Mac Mini I&#8217;m running now. The stability of Linux means that 99.9% of the time you can run a headless server and just remote administrate it.</p>
<p>So I was all set to go this route until I saw a review for the HP 2100 Media Vault on <a href="http://gizmodo.com/373711/hp-media-vault-2100-linux-server-reviewed-one-kick+ass-little-penguin" title="gizmodo">Gizmodo</a> this weekend.</p>
<h3>Option Two The HP 2100 Media Vault</h3>
<p>The HP 2100 Media Vault (pictured below) could be called the baby brother of the HP MediaSmart Windows Home Server. Both come with 500 GB of storage except the the 2100 uses a Linux based OS and is $300 less. The other difference is the 2100 is a two bay device while the MediaSmart Windows Home Server is a four bay device</p>
<p style="text-align: center"><img src="http://packratstudios.com/wp-content/uploads/2008/04/hp_media_vault_2100.jpg" alt="HP 2100 Media Vault" /></p>
<p>I couldn&#8217;t find much more information on this device but, my hunch is that as soon this is released, it won&#8217;t be long before it is modified into a full blown server by the community. Here is hoping.</p>
<h3>Option Three The Apple TV</h3>
<p><a href="http://packratstudios.com/wp-content/uploads/2008/04/appletv_embedded.jpg" title="Apple TV embedded"><img src="http://packratstudios.com/wp-content/uploads/2008/04/appletv_embedded.thumbnail.jpg" alt="Apple TV embedded" align="right" hspace="5" vspace="5" /></a>I bought an Apple TV three weeks after it was released last year. This was the same time that the community figured out how to install OSX on it and turn it into a full blown Mac. Shortly, there after, someone else figured out how to load Linux on the ATV. My ATV has never been connected to my T.V. Instead I have loaded OSX on it, the <a href="http://www.perceptiveautomation.com/indigo/index.html" title="Inigo">Indigo</a> home automation suite, mounted it in a media distribution box in the wall in the basement stairwell, and use it to control my entire <a href="http://www.insteon.net/" title="insteon">insteon</a> home automation system. This setup, coupled with a touch screen mounted in my foyer, allows me to control every system in my house from one location or remotely across the web.</p>
<p>During a year of operation this setup has only caused me one problem and that was related to a power outage. The system is now on a UPS.  So if you are looking for a low power, 40 watts<a href="http://packratstudios.com/wp-content/uploads/2008/04/touch_screen.jpg" title="Apple TV touch screen"><img src="http://packratstudios.com/wp-content/uploads/2008/04/touch_screen.thumbnail.jpg" alt="Apple TV touch screen" align="right" hspace="5" vspace="5" /></a> total, embedded Linux/OSX system then you might want to look into this option. The Apple TV does have only one USB port but, with the addition of a USB hub you can add as many ports as you need.  The only real advantage to the Apple T.V. over the first two options is the ability to run OSX which, was a requirement for Indigo.</p>
<p>Each of these three options cost about the same. If you are looking for something that runs out of the box, then the clear choice is the KPC. On the other hand, the HP Media Vault has a lot of potential but, that will depend on the community support and adoption. Finally the Apple TV is hardest option to setup but, if power consumption and the ability to use OSX over Linux is important, you might want to go that route.  If anyone has any more options in the $300 and below category, please leave a comment.</p>
<p><!--adsense--><br />
<!--– google_ad_section_end –--></p>
]]></content:encoded>
			<wfw:commentRss>http://packratstudios.com/index.php/2008/04/01/cheap-embedded-or-nearly-embedded-linux-servers/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Linux unscathed at the PWN 2 OWN contest</title>
		<link>http://packratstudios.com/index.php/2008/03/31/linux-unscathed-at-the-pwn-2-own-contest/</link>
		<comments>http://packratstudios.com/index.php/2008/03/31/linux-unscathed-at-the-pwn-2-own-contest/#comments</comments>
		<pubDate>Mon, 31 Mar 2008 14:02:38 +0000</pubDate>
		<dc:creator>Grant</dc:creator>
				<category><![CDATA[Hacks/Mods]]></category>
		<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[OSX]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[hacking]]></category>
		<category><![CDATA[MacbookAir]]></category>
		<category><![CDATA[Vista]]></category>

		<guid isPermaLink="false">http://packratstudios.com/index.php/2008/03/31/linux-unscathed-at-the-pwn-2-own-contest/</guid>
		<description><![CDATA[The Macbook air went down quick in only 2 minutes on the first day of the competition.  Windows Vista SP1 went down on the last day after 2 days of intense work.  The only OS left standing (drum role please)  LINUX.  Reportedly, participants reportedly were not prepared to deal with the [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://packratstudios.com/wp-content/uploads/2008/03/linux-penquin.thumbnail.jpg" alt="linux-penquin.jpg" align="right" hspace="5" vspace="5" />The Macbook air went down quick in only 2 minutes on the first day of the competition.  Windows Vista SP1 went down on the last day after 2 days of intense work.  The only OS left standing (drum role please)  LINUX.  Reportedly, participants reportedly were not prepared to deal with the SP1 version of Vista or it may have gone down faster.  The exact exploit to Vista was not publicly divulged.  Linux on the other hand was the only OS that was left intact.  At the end of the competition is was reported that many had found the holes in Linux OS but did not want to take the extraordinary amount of time to write the code to exploit the hole.  Lesson one from a Windows hater, Linux is better and more difficult to exploit.</p>
<p><a href="http://www.pcworld.com/article/id,143962-pg,1/article.html" target="_blank" title="Read The Story">Read The Story</a></p>
<p><!--adsense#single_post--></p>
]]></content:encoded>
			<wfw:commentRss>http://packratstudios.com/index.php/2008/03/31/linux-unscathed-at-the-pwn-2-own-contest/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

