<?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"
	>

<channel>
	<title>howudune.com</title>
	<atom:link href="http://www.howudune.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.howudune.com</link>
	<description></description>
	<pubDate>Mon, 17 Nov 2008 02:53:56 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.3</generator>
	<language>en</language>
			<item>
		<title>Nintendo Wii in stock now!</title>
		<link>http://www.howudune.com/2008/11/nintendo-wii-in-stock-now/</link>
		<comments>http://www.howudune.com/2008/11/nintendo-wii-in-stock-now/#comments</comments>
		<pubDate>Mon, 17 Nov 2008 02:15:40 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.howudune.com/?p=10</guid>
		<description><![CDATA[As of Sunday November 16, 2008, the Nintendo Wii is in stock at Amazon.com.  While supplies of this game console are better than they were last year, it appears that Nintendo still will not be able to ship enough consoles to satisfy holiday demand.  Most retailers that do currently have the Wii in stock, will only [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: left;">As of Sunday November 16, 2008, the Nintendo <a href="http://www.amazon.com/gp/product/B0009VXBAQ?ie=UTF8&amp;tag=howudune-20&amp;linkCode=as2&amp;camp=1789&amp;creative=9325&amp;creativeASIN=B0009VXBAQ" onclick="javascript:pageTracker._trackPageview ('/outbound/www.amazon.com');">Wii</a><img style="border:none !important; margin:0px !important;" src="http://www.assoc-amazon.com/e/ir?t=howudune-20&amp;l=as2&amp;o=1&amp;a=B0009VXBAQ" border="0" alt="" width="1" height="1" /> is in stock at Amazon.com.  While supplies of this game console are better than they were last year, it appears that Nintendo still will not be able to ship enough consoles to satisfy holiday demand.  Most retailers that do currently have the Wii in stock, will only sell it as part of a bundle.  These bundles force you to purchase games and accessories that you may not want and can drive the total price up hundreds of dollars.  Amazon is selling the console only for $249 with free shipping available as an added bonus.  When adding the console to your cart, it appears that there is a limit of three per person.  Get yours now.  After the Thanksgiving holiday, they may be gone.</p>
<p style="text-align: center;"></p>
]]></content:encoded>
			<wfw:commentRss>http://www.howudune.com/2008/11/nintendo-wii-in-stock-now/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Mount a USB key in VMware ESX 3.0.1</title>
		<link>http://www.howudune.com/2007/04/mount-a-usb-key-in-vmware-esx-301/</link>
		<comments>http://www.howudune.com/2007/04/mount-a-usb-key-in-vmware-esx-301/#comments</comments>
		<pubDate>Tue, 17 Apr 2007 00:42:23 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[VMware]]></category>

		<guid isPermaLink="false">http://www.howudune.com/?p=6</guid>
		<description><![CDATA[
For anyone familiar with Linux, this is a trivial task. But for those new to Linux or VMware it might not seem straightforward. After many fruitless Google searches, I hope someone finds this helpful.The following worked on an HP DL380 G5.  Your mileage may vary on different hardware.
Mounting a USB drive:
The &#8220;mount&#8221; command by [...]]]></description>
			<content:encoded><![CDATA[<p><br />
For anyone familiar with Linux, this is a trivial task. But for those new to Linux or VMware it might not seem straightforward. After many fruitless Google searches, I hope someone finds this helpful.The following worked on an HP DL380 G5.  Your mileage may vary on different hardware.</p>
<p>Mounting a USB drive:</p>
<p>The &#8220;mount&#8221; command by itself will show you the currently mounted volumes.<br />
# mount</p>
<p>First create a mount point:<br />
# mkdir /mnt/usbkey</p>
<p>Now mount the drive:<br />
# mount /dev/sda1 /mnt/usbkey -t vfat</p>
<p>Don&#8217;t forget to unmount it when your done.<br />
# umount /dev/sda1</p>
]]></content:encoded>
			<wfw:commentRss>http://www.howudune.com/2007/04/mount-a-usb-key-in-vmware-esx-301/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Create a persistent KNOPPIX disk image</title>
		<link>http://www.howudune.com/2007/04/create-a-persistent-knoppix-disk-image/</link>
		<comments>http://www.howudune.com/2007/04/create-a-persistent-knoppix-disk-image/#comments</comments>
		<pubDate>Wed, 11 Apr 2007 00:40:36 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[knoppix]]></category>

		<guid isPermaLink="false">http://www.howudune.com/?p=5</guid>
		<description><![CDATA[
Knoppix will allow you to create a persistent image which will save your settings and files after each use.
To create a persistent disk image, after booting to your USB flash drive, select the penguin icon from the taskbar and select Configue &#62; Create a persistent KNOPPIX disk image. A dialog box will open asking you [...]]]></description>
			<content:encoded><![CDATA[<p><br />
Knoppix will allow you to create a persistent image which will save your settings and files after each use.</p>
<p>To create a persistent disk image, after booting to your USB flash drive, select the penguin icon from the taskbar and select Configue &gt; Create a persistent KNOPPIX disk image. A dialog box will open asking you to select the drive on which to create the image. Choose the drive that corresponds to your USB flash drive; sdb1 in this example.</p>
<p>You will then be prompted to set the size of the drive. Here I accepted the default (100MB).</p>
<p>The next time that you boot Knoppix from the flash drive, you will be asked if you wan to use the persistent disk image. Select Yes and continue.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.howudune.com/2007/04/create-a-persistent-knoppix-disk-image/feed/</wfw:commentRss>
		</item>
		<item>
		<title>How to boot Knoppix 4.0 from a USB Flash Drive</title>
		<link>http://www.howudune.com/2007/04/how-to-boot-knoppix-40-from-a-usb-flash-drive/</link>
		<comments>http://www.howudune.com/2007/04/how-to-boot-knoppix-40-from-a-usb-flash-drive/#comments</comments>
		<pubDate>Wed, 11 Apr 2007 00:36:13 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[knoppix]]></category>

		<guid isPermaLink="false">http://www.howudune.com/?p=4</guid>
		<description><![CDATA[
Update: These instructions have been confirmed to also work with Knoppix 5.0.1. Testing was done using a Dell Optiplex GX280 and a PNY Attache 2GB USB Flash Drive.
The following instructions describe the process for installing Knoppix Linux on a USB flash drive. This allows the OS to be booted directly from the flash drive. The [...]]]></description>
			<content:encoded><![CDATA[<p></p>
<blockquote><p>Update: These instructions have been confirmed to also work with Knoppix 5.0.1. Testing was done using a Dell Optiplex GX280 and a PNY Attache 2GB USB Flash Drive.</p></blockquote>
<p>The following instructions describe the process for installing Knoppix Linux on a USB flash drive. This allows the OS to be booted directly from the flash drive. The instructions have been tested to work on Dell Optiplex GX270 and GX280s.</p>
<p>These instuctions are designed to be performed from a Windows PC.</p>
<p>The Knoppix Live CD is about 700MB, so you&#8217;ll need a flash drive that is at least that big. In this example I used a 1GB Sandisk Cruzer Mini.</p>
<p><strong> Installation</strong></p>
<p>Begin by downloading the Knoppix ISO file from <a href="http://www.knoppix.org/" onclick="javascript:pageTracker._trackPageview ('/outbound/www.knoppix.org');">www.knoppix.org</a>. You&#8217;ll need v4.0 or newer. I used KNOPPIX_V4.0.2CD-2005-09-23-EN.iso</p>
<p>Next download Syslinux from <a href="http://syslinux.zytor.com/index.php" onclick="javascript:pageTracker._trackPageview ('/outbound/syslinux.zytor.com');">http://syslinux.zytor.com/index.php</a>. These instructions used syslinux-3.11.zip.</p>
<p>Extract the syslinux files to C:\syslinux-3.11.</p>
<p>Insert you USB Key into a USB slot in your PC and note the drive letter that it is assigned.</p>
<p>Run &#8220;C:\syslinux-3.11\win32\syslinux.exe (target drive)&#8221; where the target drive is the letter assigned to your USB key. Ex. &#8220;C:\syslinux-3.11\win32\syslinux.exe E:&#8221;</p>
<p>Now mount the Knoppix ISO that you downloaded earlier. You can do this using a program like <a href="http://www.winiso.com/" onclick="javascript:pageTracker._trackPageview ('/outbound/www.winiso.com');">WinISO</a> or by simply burning it to CD.</p>
<p>Copy the entire contents of the Knoppix CD onto the USB flash drive.</p>
<p>On the flash drive, navigate to the bootisolinux directory and move it&#8217;s contents up to the root of the drive. Delete the boot directory.</p>
<p>Delete ISOlinux.bin from the root of the flash drive.</p>
<p>Rename ISOlinux.cfg to SYSlinux.cfg.</p>
<p>That&#8217;s all there is to it!</p>
<p><strong>Now boot to the drive.</strong></p>
<p>To boot to USB flash drive you&#8217;ll need a PC that&#8217;s BIOS supports booting to USB devices. Enter the BIOS and change the boot order so that the USB flash drive is the first boot device. Alternately, if the BIOS has a boot menu, select it from the BIOS screen when the PC starts and select &#8220;USB drive&#8221;.</p>
<p>For example, on a Dell computer: Start the PC. When the Dell BIOS screen appears, select F12. This will enter the one-time boot menu. Use the arrows keys to highlight the USB drive option and hit enter.</p>
<p>The PC should now boot to the Knoppix Live CD.</p>
<p><strong>References</strong></p>
<p>Here are some of the pages that were very helpful to me in writing these instructions:</p>
<p><a href="http://www.knoppix.net/forum/viewtopic.php?p=101767" onclick="javascript:pageTracker._trackPageview ('/outbound/www.knoppix.net');">Success making bootable and persistent USB key with SYSLINUX - Knoppix.net</a></p>
<p><a href="http://www.knoppix.net/forum/viewtopic.php?t=12964" onclick="javascript:pageTracker._trackPageview ('/outbound/www.knoppix.net');">Boot Knoppix 3.6 from USB key - How To (Success!) - Knoppix.net</a></p>
<p><a href="http://rz-obrian.rz.uni-karlsruhe.de/knoppix-usb/" onclick="javascript:pageTracker._trackPageview ('/outbound/rz-obrian.rz.uni-karlsruhe.de');">Boot KNOPPIX from an USB Memory Stick</a></p>
<p><a href="http://www.beezmo.com/FloobyDustDir/FDKnoppixUsbDir/FDKnoppixUsb.htm" onclick="javascript:pageTracker._trackPageview ('/outbound/www.beezmo.com');">Knoppix on USB Flash Drive</a></p>
<p><a href="http://www.pcworld.idg.com.au/index.php/id;1104862437;fp;512;fpid;1783981662" onclick="javascript:pageTracker._trackPageview ('/outbound/www.pcworld.idg.com.au');">PC World | Knoppix in your pocket</a></p>
<p></p>
]]></content:encoded>
			<wfw:commentRss>http://www.howudune.com/2007/04/how-to-boot-knoppix-40-from-a-usb-flash-drive/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
