<?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>NNU Computer Whiz</title>
	<atom:link href="http://nnucomputerwhiz.com/feed" rel="self" type="application/rss+xml" />
	<link>http://nnucomputerwhiz.com</link>
	<description>All kinds of Good Stuff</description>
	<lastBuildDate>Sun, 29 Aug 2010 15:30:07 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>Run OS X in Linux with qemu</title>
		<link>http://nnucomputerwhiz.com/run-osx-in-ubuntu-with-qemu.html</link>
		<comments>http://nnucomputerwhiz.com/run-osx-in-ubuntu-with-qemu.html#comments</comments>
		<pubDate>Thu, 26 Aug 2010 14:57:13 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[OS X]]></category>
		<category><![CDATA[leopard]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[osx]]></category>
		<category><![CDATA[qemu]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://nnucomputerwhiz.com/?p=199</guid>
		<description><![CDATA[It is possible without too much difficulty to get OS X Leopard running as a guest in a virtual machine with Linux as the host without too much difficulty. It is illegal as far as I know unless you have Linux running on real Apple hardware and don&#8217;t want to reboot just to use OS X but if [...]


Related posts:<ol><li><a href='http://nnucomputerwhiz.com/simple-computer.html' rel='bookmark' title='Permanent Link: Simple Computer'>Simple Computer</a></li>
<li><a href='http://nnucomputerwhiz.com/finding-device-drivers.html' rel='bookmark' title='Permanent Link: Finding Device Drivers'>Finding Device Drivers</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<!--CusAds1--><p>It is possible without too much difficulty to get OS X Leopard running as a guest in a virtual machine with Linux as the host without too much difficulty. It is illegal as far as I know unless you have Linux running on real Apple hardware and don&#8217;t want to reboot just to use OS X but if you&#8217;re in this boat you can also use Virtual Box which officially supports OSX guests on Apple hardware. If you don&#8217;t have Apple hardware you&#8217;re only option is qemu and now it&#8217;s possible with having to manually patch qemu.<br />
<span id="more-199"></span></p>
<h3>Configuration:</h3>
<ul>
<li>Ubuntu 10.04 Lucid Lynx</li>
<li>Qemu 0.12.3</li>
<li>AMD Phenom(tm) II X4 20 Processor</li>
<li>4GB Ram</li>
<li><a title="IPC official site" href="http://pcwizcomputer.com/ipcosx86/">iPC OSx86 10.5.6 Universal PPF (Final)</a></li>
</ul>
<h3>Requirements:</h3>
<p>An ISO of OS X</p>
<p>Recent version of Qemu.</p>
<p>A processor with virtualization technology, AMD-V or Intel VT-x capable. I&#8217;m not sure if it is technically required but it certainly helps.</p>
<p>Lots of Ram and disk space.</p>
<h3>Getting OSX 10.5.6 Leopard:</h3>
<p>iPC is one of many &#8220;distributions&#8221; of OS X for non-Apple computers. Check the <a title="Offcial iPC site" href="http://pcwizcomputer.com/ipcosx86/">iPC</a> site for more information on using it. You won&#8217;t find any download there though, you&#8217;ll have to find a <a href="http://www.google.com/search?q=ipc+osx86">more creative source</a>.</p>
<h3>Installation:</h3>
<p>First create an image file to hold the installation.</p>
<pre>$ qemu-img create osx.img 20GB</pre>
<p>This creates a 20 GB image file osx.img in raw format. Specify more GBs if you will want more space but I wouldn&#8217;t do any less then 10GB.</p>
<p>Start Qemu with the new image file and your installation ISO.</p>
<pre>qemu-system-x86_64 -hda osx.img -vga std -m 2048 -soundhw ac97 -cdrom iPC\ OSx86\ 10.5.6\ Universal\ PPF5\ \(Final\).iso  -boot d</pre>
<p>This will start qemu in 64 bit mode. &#8220;-hda osx.img&#8221; should be the name of the image file you created above. &#8220;-cdrom iPC\ OSx86\ 10.5.6\ Universal\ PPF5\ \(Final\).iso&#8221; should be the full path to your installation iso. &#8220;-m 2048&#8243; is how many megabytes of  memory you want to make available to the system. &#8220;-soundhw ac97&#8243; is used to emulate the ac97 sound card which is supported by OSX. &#8220;-boot d&#8221; is used to tell the system to boot of the cdrom first.</p>
<p>If all goes well you should see this message:</p>
<p><a href="http://nnucomputerwhiz.com/wp-content/uploads/QEMU-press-any-key-to-start-installation.png"><img class="alignnone size-full wp-image-204" title="QEMU press any key to start installation" src="http://nnucomputerwhiz.com/wp-content/uploads/QEMU-press-any-key-to-start-installation.png" alt="Start osx installation" width="576" height="320" /></a></p>
<p>Pressing any kill should bring up the language selection menu:</p>
<p><a href="http://nnucomputerwhiz.com/wp-content/uploads/QEMU-OSX-welcome.png"><img class="alignnone size-full wp-image-206" title="QEMU OSX welcome" src="http://nnucomputerwhiz.com/wp-content/uploads/QEMU-OSX-welcome.png" alt="OSX Language selection menu" width="557" height="419" /></a></p>
<p>If you don&#8217;t and it just stalls at the Apple logo. Try using F8 and then -v to startup with diagnostic messages. That might give you some clues as to what&#8217;s going on.</p>
<p>Click next and continue. Then accept the software agreement. Then it asks, &#8220;Where do you want to install Mac OS X?&#8221; and gives you a blank list of possible installation locations. This is because the image file has not yet been formated. Choose &#8220;Utilities&#8221; from the top and &#8220;Disk Utility&#8221;.</p>
<p><a href="http://nnucomputerwhiz.com/wp-content/uploads/Choose-Disk-Utility.png"><img class="alignnone size-full wp-image-210" title="Choose Disk Utility" src="http://nnucomputerwhiz.com/wp-content/uploads/Choose-Disk-Utility.png" alt="Formatting new hdd for osx " width="574" height="430" /></a></p>
<p>Select &#8220;QEMU HARDDISK&#8221;, choose &#8220;erase&#8221; from the top and click the &#8220;erase&#8221; button twice.</p>
<p><a href="http://nnucomputerwhiz.com/wp-content/uploads/use-erase-to-format-osx.png"><img class="alignnone size-full wp-image-211" title="Use Erase to Format OSX" src="http://nnucomputerwhiz.com/wp-content/uploads/use-erase-to-format-osx.png" alt="Formatting in OSX" width="553" height="415" /></a></p>
<p>The disk image is now formatted so close the Disk Utility. You should not have a destination avaliable to install OS X too. Select it and click &#8220;continue&#8221;. It is very important that you customize the installation on the next screen so you can install the proper drivers.</p>
<p><a href="http://nnucomputerwhiz.com/wp-content/uploads/QEMU-OSX-driver-selection.png"><img class="alignnone size-full wp-image-212" title="QEMU OSX driver selection" src="http://nnucomputerwhiz.com/wp-content/uploads/QEMU-OSX-driver-selection.png" alt="QEMU OSX driver selection" width="581" height="436" /></a></p>
<p>It&#8217;s very important that you select the <strong>9.5.0 Voodoo Kernel</strong> or you will be unable to boot your new system. You will need the <strong>LegacyAppleIntelPIIXATA</strong> under chipset drivers or your hard drive will not work.</p>
<p><a href="http://nnucomputerwhiz.com/wp-content/uploads/QEMU-OSX-Driver-Selection-2.png"><img class="alignnone size-full wp-image-213" title="QEMU OSX Driver Selection" src="http://nnucomputerwhiz.com/wp-content/uploads/QEMU-OSX-Driver-Selection-2.png" alt="Audio and USB" width="574" height="430" /></a></p>
<p>For audio drivers select <strong>AC97 Audio</strong> which is under Other Audio Drivers. For Ethernet select <strong>PCGENRTL8139. </strong>If you want to try to get usb to work you will need the <strong>Patched USB drivers. </strong> Also the responsiveness of the mouse and keyboard can be improved by selecting the <strong>PS/2 Keyboard FIX </strong>under the fixes section.</p>
<p>Click &#8220;Done&#8221; and &#8220;Install&#8221;. Then in about 20 minutes you should have a working OS X installation.</p>
<p>Upon reboot you get a welcome screen asking for the region your in. The rest of the setup is pretty straight forward. You don&#8217;t have to register with Apple. Be sure to choose <strong>DHCP</strong> for network setup. Upon completion you&#8217;ll see the beautiful Leopard desktop.</p>
<p><img class="alignnone size-large wp-image-216" title="Leopard Desktop in Ubuntu" src="http://nnucomputerwhiz.com/wp-content/uploads/working-installation-1024x576.png" alt="Leopard Desktop in Ubuntu" width="645" height="363" /></p>
<h3>Getting Networking to work</h3>
<p>Networking in OS X on qemu has been rather tricky to do but following these directions makes it pretty simple. Close QEMU by shutting down OS X. Modify the qemu command to this:</p>
<pre>qemu-system-x86_64 -hda osx.img -vga std -m 2048 -net nic,model=rtl8139 -net user  -no-kvm-irqchip -smb $HOME -soundhw ac97</pre>
<p>The magic here is the &#8220;-no-kvm-irqchip&#8221; which disables a certain accelleration function that causes problems with networking being very slow in OS X. &#8220;model=rtl8139&#8243; is chosen because that&#8217;s what we selected during installation. &#8220;-smb $HOME&#8221; is used to allow file transfers between the host and guest operating system.<br />
To share files open finder. Choose <strong>Connect to Server&#8230;</strong> from the &#8220;go&#8221; menu. Enter &#8220;<strong>smb://10.0.2.2</strong>&#8221; in the server address. Choose &#8220;Connect as Guest&#8221;. Choose a volume and then it should mount it on the left side of the finder.</p>
<h3>Getting Sound</h3>
<p>If sound doesn&#8217;t work try installing the following updated driver.<br />
<a href="http://nnucomputerwhiz.com/wp-content/uploads/VirtualBox-ICH-AC97-Audio-Driver.zip">Qemu ICH AC97 Audio Driver</a></p>
<h3>Other Tweaks</h3>
<p>If you want to take advantage multiple cores you can use the option &#8220;-smp 3&#8243; which tells qemu to make 3 cores available to the guest machine.</p>
<h3>Known Issues</h3>
<p>Occasionally the system crashes. It seems to happen most often when I&#8217;m downloading large files such as Xcode.</p>

<div style="font-size:0px;height:0px;line-height:0px;margin:0;padding:0;clear:both"></div>

<p>Related posts:<ol><li><a href='http://nnucomputerwhiz.com/simple-computer.html' rel='bookmark' title='Permanent Link: Simple Computer'>Simple Computer</a></li>
<li><a href='http://nnucomputerwhiz.com/finding-device-drivers.html' rel='bookmark' title='Permanent Link: Finding Device Drivers'>Finding Device Drivers</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://nnucomputerwhiz.com/run-osx-in-ubuntu-with-qemu.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Serial Barcode Scanner in Linux</title>
		<link>http://nnucomputerwhiz.com/serial-barcode-scanner-in-linux.html</link>
		<comments>http://nnucomputerwhiz.com/serial-barcode-scanner-in-linux.html#comments</comments>
		<pubDate>Tue, 22 Jun 2010 07:45:21 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://nnucomputerwhiz.com/?p=195</guid>
		<description><![CDATA[I had a very difficult time finding a way to get a simple serial barcode scanner to work in Linux. USB barcode scanners are a cinch because they are basically like usb keyboards. However with a serial device there has to be something to direct the input from /dev/ttyS0 to the keyboard buffer. I knew [...]


No related posts.]]></description>
			<content:encoded><![CDATA[<!--CusAds1--><p>I had a very difficult time finding a way to get a simple serial barcode scanner to work in Linux. USB barcode scanners are a cinch because they are basically like usb keyboards. However with a serial device there has to be something to direct the input from /dev/ttyS0 to the keyboard buffer.<span id="more-195"></span></p>
<p>I knew my scanner was working fine because cat /dev/ttyS0 would output the barcode I scanned. I knew I needed a way to direct the output to the keyboard but I didn&#8217;t want to write the little program to do it, so I searched and searched and searched. After trying a few outdated programs I finally found <a href="http://stackfoundry.com/other/softwedge/">Softwedge</a>. It&#8217;s very simple and easy to compile but if you don&#8217;t even want to go that far there is deb files for 32 bit and 64 bit Debian/Ubuntu.</p>
<p>Just run:</p>
<pre>softwedge -c /dev/ttyWhatever</pre>
<p>to start capturing all your barcodes from your barcode scanner. It worke perfectly on an old IBM Surepos system.</p>
<p>Hopefully this will help someone who is looking to do the same thing.</p>
<pre></pre>

<div style="font-size:0px;height:0px;line-height:0px;margin:0;padding:0;clear:both"></div>

<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://nnucomputerwhiz.com/serial-barcode-scanner-in-linux.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Downloads Disappear</title>
		<link>http://nnucomputerwhiz.com/downloads-disappear.html</link>
		<comments>http://nnucomputerwhiz.com/downloads-disappear.html#comments</comments>
		<pubDate>Tue, 13 Apr 2010 00:48:17 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://nnucomputerwhiz.com/?p=184</guid>
		<description><![CDATA[Do files you download disappear before you ever get a chance to open them? This can happen in Internet Explorer 6, 7, and 8 as well as all versions of Firefox. Downloads keep Disappearing? Usually it is the result of an improperly installed Anti-virus program. Often it is AVG that was not entirely uninstalled. What [...]


Related posts:<ol><li><a href='http://nnucomputerwhiz.com/spyware-scanners.html' rel='bookmark' title='Permanent Link: Spyware Scanners'>Spyware Scanners</a></li>
<li><a href='http://nnucomputerwhiz.com/spyware-prevention.html' rel='bookmark' title='Permanent Link: Spyware Prevention'>Spyware Prevention</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<!--CusAds1--><p>Do files you download disappear before you ever get a chance to open them? This can happen in Internet Explorer 6, 7, and 8 as well as all versions of <span>Firefox</span>.</p>
<p><span id="more-184"></span></p>
<h3>Downloads keep Disappearing?</h3>
<p><span>Usually it is the result of an improperly installed Anti-virus program. Often it is AVG that was not entirely <span>uninstalled</span>. What happens is whenever the browser downloads a file once it is finished it runs the systems Anti-virus program to scan the file. If the program is not working properly the browser fails to run it and thinks something screwy is going on so it deletes the file.</span></p>
<h3>Clean up Anti-Virus programs</h3>
<p>Usually this can be fix by running the clean up tool for your anti virus product. For AVG 8 or 9 run <a href="http://www.avg.com/ww-en/download-tools">AVG Remover</a> . For Norton run the <a href="ftp://ftp.symantec.com/public/english_us_canada/removal_tools/Norton_Removal_Tool.exe">Norton Removal tool </a><span>. For <span>McAfee</span> run </span><a href="http://download.mcafee.com/products/licensed/cust_support_patches/MCPR.exe"><span><span>McAfee</span> Consumer Products Removal tool</span></a>.  Once the clean up is done your downloads should work fine. If not keep reading.</p>
<h3><span>How to disable virus scanning of downloads in <span>Firefox</span></span></h3>
<p><span>Usually this is only necessary if FireFox stalls at &#8220;Scanning for Viruses.&#8221;  Go to </span><a href="about:config"><span>about:<span>config</span></span></a><span> then search for &#8220;<span>scanWhenDone</span>&#8220;. Click on it so it says false. Your downloads should now work fine.</span></p>
<p>Unfortunately there really is no way to disable scanning for IE so you might have to reinstall windows if things are really screwed up.</p>

<div style="font-size:0px;height:0px;line-height:0px;margin:0;padding:0;clear:both"></div>

<p>Related posts:<ol><li><a href='http://nnucomputerwhiz.com/spyware-scanners.html' rel='bookmark' title='Permanent Link: Spyware Scanners'>Spyware Scanners</a></li>
<li><a href='http://nnucomputerwhiz.com/spyware-prevention.html' rel='bookmark' title='Permanent Link: Spyware Prevention'>Spyware Prevention</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://nnucomputerwhiz.com/downloads-disappear.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Install Adobe Flash Player 10.1</title>
		<link>http://nnucomputerwhiz.com/install-adobe-flash-player-10-1.html</link>
		<comments>http://nnucomputerwhiz.com/install-adobe-flash-player-10-1.html#comments</comments>
		<pubDate>Thu, 25 Mar 2010 04:13:20 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://nnucomputerwhiz.com/?p=181</guid>
		<description><![CDATA[Flash Player 10.1 beta is out and it makes huge performance improvements over 10. Windows users get the use of graphics acceleration which drastically reduces CPU usage when watching videos and playing games. Linux and Mac version also have a speed increase. In one benchmark on my Linux system my score doubled over 10. For [...]


No related posts.]]></description>
			<content:encoded><![CDATA[<!--CusAds1--><p>Flash Player 10.1 beta is out and it makes huge performance improvements over 10. Windows users get the use of graphics acceleration which drastically reduces CPU usage when watching videos and playing games. Linux and Mac version also have a speed increase. In one benchmark on my Linux system my score doubled over 10. For the most part it&#8217;s pretty stable so if you&#8217;re tired of slow flash performance I&#8217;d recommend you update. You can download it from <a href="http://labs.adobe.com/downloads/flashplayer10.html">Adobe Labs</a>.</p>

<div style="font-size:0px;height:0px;line-height:0px;margin:0;padding:0;clear:both"></div>

<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://nnucomputerwhiz.com/install-adobe-flash-player-10-1.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>The Wizard Vs the Basty</title>
		<link>http://nnucomputerwhiz.com/the-wizard-vs-the-basty.html</link>
		<comments>http://nnucomputerwhiz.com/the-wizard-vs-the-basty.html#comments</comments>
		<pubDate>Thu, 18 Mar 2010 05:32:39 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://nnucomputerwhiz.com/the-wizard-vs-the-basty.html</guid>
		<description><![CDATA[This is a little video my sister made. It is pretty weird but pretty funny. She was complaining it was not getting enough views so I put it here for her. No related posts.


No related posts.]]></description>
			<content:encoded><![CDATA[<!--CusAds1--><p>This is a little video my sister made. It is pretty weird but pretty funny. She was complaining it was not getting enough views so I put it here for her.<br />
<object width="480" height="385"><param name="movie" value="http://www.youtube.com/v/lBEIKdrT5K0&#038;hl=en_US&#038;fs=1&#038;rel=0"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/lBEIKdrT5K0&#038;hl=en_US&#038;fs=1&#038;rel=0" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="480" height="385"></embed></object></p>

<div style="font-size:0px;height:0px;line-height:0px;margin:0;padding:0;clear:both"></div>

<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://nnucomputerwhiz.com/the-wizard-vs-the-basty.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>11 Good WordPress Plugins</title>
		<link>http://nnucomputerwhiz.com/welcome-to-wordpress.html</link>
		<comments>http://nnucomputerwhiz.com/welcome-to-wordpress.html#comments</comments>
		<pubDate>Wed, 17 Mar 2010 19:29:58 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://nnucomputerwhiz.com/?p=95</guid>
		<description><![CDATA[I just updated my site to use wordpress instead of Etomite and I must say it&#8217;s a huge improvement. WordPress has such a large database of plugins you can make it do just about anything you can think of. If you are setting up a wordpress blog I&#8217;ll share my list of plugins so you [...]


No related posts.]]></description>
			<content:encoded><![CDATA[<!--CusAds1--><p>I just updated my site to use wordpress instead of Etomite and I must say it&#8217;s a huge improvement. WordPress has such a large database of plugins you can make it do just about anything you can think of. If you are setting up a wordpress blog I&#8217;ll share my list of plugins so you won&#8217;t have to do the research to find the good ones:<span id="more-95"></span></p>
<ul>
<li>All in One SEO Pack &ndash; Great SEO plugin does just about everything automatically but will let you tune things for those that want complete control. </li>
<li>Custom Page Extensions &ndash; I used this to add the &#8220;.html&#8221; extension to my pages to preserve the same urls I used with Etomite.</li>
<li>Exclude Pages from Navigation &ndash; This plugin lets you specify pages that don&#8217;t appear in the top navigation. Useful because I needed to migrate several pages but didn&#8217;t want them to clutter up my top navigation.</li>
<li>Google Analyticator &ndash; Quickly add Google Analytics code to the site. Easy to setup.</li>
<li>Google XML Sitemaps &ndash; Creates a site map. Easy as clicking install.</li>
<li>NoFollow Free &ndash; Removes the nofollow attribute from the link backs in comments. Encourages people to comment on your blog. </li>
<li>Post-to-Post Links II &ndash; easily link pages and posts together. Truthfully this should be built into WordPress.</li>
<li>Quick Adsense &ndash; Quickly add adsense to your blog posts and in the sidebar. I chose this one because it&#8217;s easy and it actually randomly chooses the ad format so people are less prone to ad blindness.</li>
<li>Really Simple Sitemap &ndash; Creates an HTML sitemap so people can easily see your whole site.</li>
<li>Sociable &ndash; Adds the share javascript to the bottom of each post so people can easily share your blog on social media.</li>
<li>Yet Another Related Posts Plugin &ndash; A good plugin that adds links to related post after each post so your visitors will be more likely to read more of your blog.</li>
</ul>

<div style="font-size:0px;height:0px;line-height:0px;margin:0;padding:0;clear:both"></div>

<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://nnucomputerwhiz.com/welcome-to-wordpress.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>What to do with a cursed computer</title>
		<link>http://nnucomputerwhiz.com/cursed-computer.html</link>
		<comments>http://nnucomputerwhiz.com/cursed-computer.html#comments</comments>
		<pubDate>Tue, 23 Feb 2010 19:48:04 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://dtc.fastcomputerdoctors.com/www.nnucomputerwhiz.com/?p=81</guid>
		<description><![CDATA[What to do with a cursed computer There&#8217;s all kinds of fun things broken computers are good for. Below is what I would consider the top 10: Throw the computer off of a high point. At least 3 or 4 stories high would be good. I&#8217;ve done this before and it tends to be anti-climatic. [...]


No related posts.]]></description>
			<content:encoded><![CDATA[<!--CusAds1--><h1> What to do with a cursed computer </h1>
<p>
There&#8217;s all kinds of fun things broken computers are good for. Below is what I would consider the top 10:
</p>
<ol>
<li> Throw the computer off of a high point. At least 3 or 4 stories high would be good. I&#8217;ve done this before and it tends to be anti-climatic. If you choose on doing this be sure you&#8217;re the one throwing it, it&#8217;s more fun that way.
</li>
<li>
Sell you computer on ebay. If you have a recent computer this might be viable option. There are several people that sell their computers &#8220;as-is&#8221; and make a small amount of change.
</li>
<li>
Plug your computer&#8217;s power connector in backwards and let the sparks fly. This is much easier to do with older computers like 386&#8242;s than the new models. With old atx style motherboards you can switch the two power connectors on the motherboard and let the system fry itself. Some 486&#8242;s even let you plug the CPU in incorrectly which made a fun amount of smoke. With new computer&#8217;s one can try overclocking them to extreme levels and then removing the heatsink to provide a similar effect.
</li>
<li>
Burn it&#8217;s body, throw the bones through a wood chipper, mix it with cement and throw it in the ocean or a nearby lake.
</li>
<li>
Leave it in your unlocked car and hope someone takes it. Better yet, find someone else&#8217;s unlocked car and leave it there.
</li>
<li>
Do your civic duty and take it to a computer recycling center. Really, they do exist try looking in the phone book.
</li>
<li>
Decorate your apartment with it&#8217;s dead parts or better yet use them for body piercings.
</li>
<li>
Just take it out back and shoot it. Or go lethal on it Office Space style.
</li>
<li>
Donate it to a charity. You&#8217;ll have a better chance of them accepting it if you just leave it at their doorstep. Don&#8217;t even think about taking it off your taxes.
</li>
<li>
Have a white elephant party.
</li>
<li>
Keep it on your desk and use it as a perpetual excuse why you can&#8217;t do things like, your homework, the dishes and paying bills.
</li>
<ol>

<div style="font-size:0px;height:0px;line-height:0px;margin:0;padding:0;clear:both"></div>

<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://nnucomputerwhiz.com/cursed-computer.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Simple Computer</title>
		<link>http://nnucomputerwhiz.com/simple-computer.html</link>
		<comments>http://nnucomputerwhiz.com/simple-computer.html#comments</comments>
		<pubDate>Tue, 23 Feb 2010 18:54:09 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Simple Computer]]></category>

		<guid isPermaLink="false">http://dtc.fastcomputerdoctors.com/www.nnucomputerwhiz.com/?p=49</guid>
		<description><![CDATA[Simple Computer If your are looking for a computer for someone you know without all the complicated bells and whistles that come with most computers, then you have come to the right place. Here you will find the results of my Spring research project. A simple computer that anybody could use, to browse the Internet, [...]


No related posts.]]></description>
			<content:encoded><![CDATA[<!--CusAds1--><h1 style="text-align: center;">Simple Computer</h1>
<p>If your are looking for a computer for someone you know without all the<br />
complicated bells and whistles that come with most computers, then you<br />
have come to the right place.</p>
<p>Here you will find the results of my Spring research project. A simple<br />
computer that anybody could use, to browse the Internet, check e-mail,<br />
manage pictures or write documents. Take a look at the below<br />
screenshots to see how simple it really is:<br />
<span id="more-49"></span></p>

<a href='http://nnucomputerwhiz.com/simple-computer.html/epiafter' title='Simple Web Browser'><img width="150" height="150" src="http://nnucomputerwhiz.com/wp-content/uploads/epiafter-150x150.png" class="attachment-thumbnail" alt="Simple Web Browser" title="Simple Web Browser" /></a>
<a href='http://nnucomputerwhiz.com/simple-computer.html/mainscreenshot' title='Simple Computer Screenshot'><img width="150" height="128" src="http://nnucomputerwhiz.com/wp-content/uploads/mainScreenshot-e1269139668154-150x128.png" class="attachment-thumbnail" alt="Simple Computer Screenshot" title="Simple Computer Screenshot" /></a>
<a href='http://nnucomputerwhiz.com/simple-computer.html/pict-after' title='pict-after'><img width="150" height="150" src="http://nnucomputerwhiz.com/wp-content/uploads/pict-after-150x150.png" class="attachment-thumbnail" alt="pict-after" title="pict-after" /></a>
<a href='http://nnucomputerwhiz.com/simple-computer.html/word-after' title='word-after'><img width="150" height="150" src="http://nnucomputerwhiz.com/wp-content/uploads/word-after-150x150.png" class="attachment-thumbnail" alt="word-after" title="word-after" /></a>

<p>The system is well suited for those elderly folks you know that still<br />
want to be a part of the information age but don&#8217;t want spend a lot of<br />
time learning how to use a computer.</p>
<h1>Download and Installation</h1>
<p>There are currently two recommended ways of using the simple computer.<br />
One is through a Virtual Machine and the other is by downloading a<br />
regular installation ISO. Using a virtual machine you can try out<br />
Simple Computer within your current operating system. If you download<br />
the ISO by default it erases your entire hard drive so it would destroy<br />
your current operating system. Choose the installation system you<br />
prefere for more information:</p>
<h1>Installing with a virtual machine image</h1>
<p>
You will need:</p>
<ol>
<li>The virtual image <a href="/wp-content/simple-computer-R1.zip">simple-computer-R1.zip</a></li>
<li>The VirtualBox from <a href="http://www.virtualbox.org">virtualbox.org</a>
</li>
</ol>
<ul>
<li>First download and extract the virtual machine image. Put<br />
it in a<br />
folder of it&#8217;s own like c:/simple computer/simple-computer.vid&nbsp;</li>
<li>Then<br />
download and install virtual box. It&#8217;s a rather straight forward<br />
process.&nbsp;</li>
<li>Once VirtualBox is installed start VboxManager which is<br />
found on the start menu.&nbsp;</li>
<li>Then click new to create a new virtual machine for the<br />
simple computer.&nbsp;</li>
<li>Enter &#8220;Simple Computer&#8221; for it&#8217;s name and select Linux<br />
2.6.&nbsp;</li>
<li>Use the slider bar to select how much RAM you wish to use.<br />
128Mb is good enough but if your machine has less than 512Mb of<br />
physical RAM I would use 64Mb</li>
<li>Click &#8220;Existing&#8221; when prompted for a hard drive image</li>
<li>Click &#8220;Add&#8221; when the Virtual Disk Manager appears. And then<br />
find and open the virtual disk image you downloaded. (eg c:/simple<br />
computer/simple-computer.vdi) Be sure to extract it first. (it can have<br />
a .zip)</li>
<li>Select the image you just added and click &#8220;Next&#8221; Click<br />
Finished and you&#8217;re done setting up the virtual machine.</li>
<li>Click &#8220;Start&#8221; and Enjoy.</li>
</ul>
<h1>Installation Guide using ISO image</h1>
<p>
Click the link below to download the ISO CD-ROM Image:<br />
<a href="/wp-content/simple-computer-R1-without-virtual-image.iso">simple-computer.iso</a><br />
<br />
To use the ISO it must first be burned to a blank CD. This can be done<br />
many different ways but in most operating systems it&#8217;s as simple as<br />
right-clicking the file and choosing burn to CD. <br />
Specific instructions can be found at the <a  href="http://www.petri.co.il/how_to_write_iso_files_to_cd.htm">how<br />
to burn a iso image page.</a></p>
<p>Once the CD is created installing the installing the simple computer is<br />
as easy as placing the CD in your tray and configuring your BIOS to<br />
boot of the CD-ROM. This will start the Debian installer. When greeted<br />
with the installation screen simply pressing ENTER will start the<br />
installation process. From then on everything is automated except the<br />
confirmation to format your hard drive. </p>
<p>When the installation is complete you&#8217;re ready to use the simple<br />
computer.  </p>
<p>If you wish to tinker with any of the internals you&#8217;ll need<br />
to know the root password which is r00tme.<br />
Enjoy!</p>

<div style="font-size:0px;height:0px;line-height:0px;margin:0;padding:0;clear:both"></div>

<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://nnucomputerwhiz.com/simple-computer.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Day 1 of Job Hunt</title>
		<link>http://nnucomputerwhiz.com/day-1-of-job-hunt.html</link>
		<comments>http://nnucomputerwhiz.com/day-1-of-job-hunt.html#comments</comments>
		<pubDate>Tue, 23 Feb 2010 18:52:42 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Job Hunt]]></category>

		<guid isPermaLink="false">http://dtc.fastcomputerdoctors.com/www.nnucomputerwhiz.com/?p=47</guid>
		<description><![CDATA[Day 1, Feb 18. &#160;Yesterday I update my resume on Monster and Dice and wouldn&#8217;t you know it today I got an e-mail from a recruiter. Senior System Administrator needed in Cambridge, MA! Heck yes, I&#8217;m interested. Job description looks good http://www.maxhire.net/cp/JobPrintPreview.aspx?jobid=407 Basically keep a bunch of Debian servers running for a research group. I [...]


No related posts.]]></description>
			<content:encoded><![CDATA[<!--CusAds1--><p>Day 1, Feb 18.</p>
<p>&nbsp;Yesterday I update my resume on Monster and Dice and wouldn&#8217;t you know it today I got an e-mail from a recruiter. Senior System Administrator needed in Cambridge, MA! Heck yes, I&#8217;m interested. Job description looks good http://www.maxhire.net/cp/JobPrintPreview.aspx?jobid=407 Basically keep a bunch of Debian servers running for a research group. I can do that. <span id="more-47"></span> I don&#8217;t exactly have 5 years experience but I think it&#8217;s ok since the recruiter contacted me. I replied with my resume and they said they sent it on up the chain for review, nice.</p>
<p>&nbsp;Next up HP, a local tech company for me which I just noticed has several internships on their job board. Since I still have 3 credits left to go to complete my BS they are still fair game for me. I applied for all 8 of them. All of them are local for me so I feel as I have a pretty good chance. HP&#8217;s job site is pretty nice it lets you create a profile save your resume and everything and then submit it as many times as you want to. Unfortunately they have this tendency to repeat the same job over and over again once for each vacancy it seems. There&#8217;s an EDS call center I used to work at and there&#8217;s about 10 vacancies all for the same job and it&#8217;s repeated on the job list 10 times. Rather inconvenient.&nbsp;</p>
<p>&nbsp;Next Google. Everyone wants to work there and for good reason. I&#8217;ve applied to Google before but never got past the phone interview. But that was then this is now and I&#8217;ve learned all sorts of things that will impress their socks. I applied for two jobs there an intership job and an recent grad job. Not sure if that was a good idea but I though it wouldn&#8217;t hurt to do both.&nbsp;</p>

<div style="font-size:0px;height:0px;line-height:0px;margin:0;padding:0;clear:both"></div>

<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://nnucomputerwhiz.com/day-1-of-job-hunt.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Finding Device Drivers</title>
		<link>http://nnucomputerwhiz.com/finding-device-drivers.html</link>
		<comments>http://nnucomputerwhiz.com/finding-device-drivers.html#comments</comments>
		<pubDate>Tue, 23 Feb 2010 18:50:46 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://dtc.fastcomputerdoctors.com/www.nnucomputerwhiz.com/?p=45</guid>
		<description><![CDATA[Device Driver Installation Guide Windows in notorious for needing Device drivers for each and every piece of hardware a system has. Sometime it can use generic drivers but to get the most out of your hardware you need the driver that were written by the hardware manufacturer. If you are lucky you know the model [...]


Related posts:<ol><li><a href='http://nnucomputerwhiz.com/sl-modem-linux.html' rel='bookmark' title='Permanent Link: SL-modem in Linux'>SL-modem in Linux</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<!--CusAds1--><h1>Device Driver Installation Guide</h1>
<p>Windows in notorious for needing Device drivers for each and every piece of hardware a system has. Sometime it can use generic drivers but to get the most out of your hardware you need the driver that were written by the hardware manufacturer.</p>
<p>If you are lucky you know the model number of the device you need a driver for and you know the manufacturer. If this is the can you can usually go to the manufacturer&#8217;s website and find the drivers in the support section. A good example would be an HP Printer. HP printers always have their model number printed on the outside and HP&#8217;s website is pretty easy to navigate. Just go to <a href="http://www.hp.com/">HP.com</a> and click on the &#8220;Software and Driver Downloads&#8221; link near the bottom left, than enter your model number (let&#8217;s say you have a deskjet 932c. A list of search results will come up, click on Deskject 932c, select your operating system and then click the file you want to download. In this case we will probably want the full feature driver. That&#8217;s all you have to do, installation should be as simple as running the executable.</p>
<p><span id="more-45"></span></p>
<p>Unfortunately, things aren&#8217;t always that easy. Sometimes you&#8217;re not sure what the model number is, or who the manufacturer is. If this is the case I have some tips that will help you find the right driver.</p>
<h3>Finding the manufacturer</h3>
<p>In a perfect world this will always be printed clearly on the piece of hardware. But we don&#8217;t live in a perfect world, Adam sinned and now manufacturers don&#8217;t want to claim their hardware. For addon cards such as a PCI modem or a PCI ethernet card, it is usually possible to look at the main chip on the card to determine the manufacturer. Sometimes the chip doesn&#8217;t tell you the manufacturer but it tells you what chipset the card uses. This can actually be more useful. For instance there are many manufacturers of video cards that use the Nvidia chipset but you can download a driver that will work with all those video cards. Let&#8217;s look at a few examples. I have a sound card that has one large chip on it. The first line has the line ENSONIQ. It is pretty obvious that this is the manufacture because it has the little tm symbol by the word. In this the model number is directly below it, ES1370. Let&#8217;s look at another example, I have a network card that has one main chip on it. The chip has a sticker covering it, fortunately it is pretty easy to peel off. Under the sticker I see a logo that means nothing to me and several lines of what looks like random alphanumeric characters. The first line is RTL8029AS. If you googled this number you would quickly discover that it is the name of a chipset made by Realtek, specifically RTL8029, Finding the drivers would be easy once you know this.</p>
<h3>Searching the Internet for your driver</h3>
<p>Ok, so hopefully you&#8217;ve determined your manufacturer by now, now you need to find the driver on the Internet. The best place to find the driver is your manufacture&#8217;s website. Type the manufacture&#8217;s name into google and you&#8217;ll be able to find them pretty quick. But what if the manufacturer is out of business, or they don&#8217;t support the hardware anymore? There is hope. If you go to <a href="http://www.driverguide.com/">Driverguide.com</a> you can find almost any driver for every device ever made. Free registration is required but it is well worth the 2 minutes that it takes. I have used driverguide for finding tons of different drivers, it is an invaluable resource. In addition to drivers it has a comprehensive list of manufacturers and their websites!</p>
<h3>Installing the driver</h3>
<p>Most drivers come in zip format so you will need a program such as <a href="http://www.winzip.com/">Winzip</a> to open them, unless you have windows xp which has built in support for reading zip files. (Although it is really slow.) Once you get the file extracted from the zip file (I usually put them in C:\drivers) look for an exe file like setup.exe or install.exe. If it has one run it. Most newer driver come with an auto installation program like this that installs the driver for. If it doesn&#8217;t or if it fails to automatically install we&#8217;ll have to do it manually. Go to the control panel and click on the &#8220;System&#8221; icon. Click on the Hardware tab than click Device Manager. You should see a yellow exclamation mark by the device that needs a driver. Double click the device then click reinstall driver. A wizard will start up. Select specify location then enter C:\driver (or where your driver is located) the wizard should find the driver and install the necessary files. If it doesn&#8217;t you&#8217;ve probably downloaded the wrong driver.</p>
<h3>More help on finding the model number</h3>
<p>If the device is integrated in the motherboard it is a bit more challenging. Most motherboard have a model listed on them and you can sometimes go to the motherboard manufacturer&#8217;s website to download the driver. Motherboards need many different drivers. Most require a sound card driver, a video card driver, and maybe a VGA driver and IDE driver. You&#8217;re computer will work fine with out any of these driver but if you want sound you will need to find the sound card driver. That can usually be found on the manufacturer&#8217;s website or Driverguide. If your motherboard does not have it&#8217;s manufacturer printed on it, it may be possible to determine the manufacturer by looking at the post screen when your computer boots up.</p>
<h3>Still can&#8217;t find the model?</h3>
<p>You probably should be using Linux anyway, but if you want to find out your model number you can boot off of a Linux boot disk such as <a href="http://www.damnsmalllinux.org">Damn Small Linux</a> open a terminal and type &#8220;lspci&#8221; (or lsusb if you have a usb device). You will receive output like the following:</p>
<div style="width: 100%; overflow: scroll;">
<pre>0000:00:00.0 Host bridge: Intel Corporation 82852/82855 GM/GME/PM/GMV Processor to I/O Controller (rev 02)
0000:00:00.1 System peripheral: Intel Corporation 82852/82855 GM/GME/PM/GMV Processor to I/O Controller (rev 02)
0000:00:00.3 System peripheral: Intel Corporation 82852/82855 GM/GME/PM/GMV Processor to I/O Controller (rev 02)
0000:00:02.0 VGA compatible controller: Intel Corporation 82852/855GM Integrated Graphics Device (rev 02)
0000:00:02.1 Display controller: Intel Corporation 82852/855GM Integrated Graphics Device (rev 02)
0000:00:1d.0 USB Controller: Intel Corporation 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) USB UHCI Controller #1 (rev 01)
0000:00:1d.1 USB Controller: Intel Corporation 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) USB UHCI Controller #2 (rev 01)
0000:00:1d.2 USB Controller: Intel Corporation 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) USB UHCI Controller #3 (rev 01)
0000:00:1d.7 USB Controller: Intel Corporation 82801DB/DBM (ICH4/ICH4-M) USB2 EHCI Controller (rev 01)
0000:00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev 81)
0000:00:1f.0 ISA bridge: Intel Corporation 82801DBM (ICH4-M) LPC Interface Bridge (rev 01)
0000:00:1f.1 IDE interface: Intel Corporation 82801DBM (ICH4-M) IDE Controller (rev 01)
0000:00:1f.5 Multimedia audio controller: Intel Corporation 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) AC'97 Audio Controller (rev 01)
0000:00:1f.6 Modem: Intel Corporation 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) AC'97 Modem Controller (rev 01)
0000:02:01.0 Ethernet controller: Broadcom Corporation BCM4401 100Base-T (rev 01)
0000:02:02.0 Network controller: Broadcom Corporation BCM4309 802.11a/b/g (rev 03)
0000:02:04.0 CardBus bridge: Texas Instruments PCI1510 PC card Cardbus Controller</pre>
</div>
<p>That&#8217;s probably more than you ever wanted to know but lets say for example I wanted to know the model of the network card on my motherboard I can look at this list and see that it is a Broadcom BCM4401. I hope you have found this Windows Driver installation Guide helpful. Feel free to e-mail me if you have any positive or negative feedback.</p>

<div style="font-size:0px;height:0px;line-height:0px;margin:0;padding:0;clear:both"></div>

<p>Related posts:<ol><li><a href='http://nnucomputerwhiz.com/sl-modem-linux.html' rel='bookmark' title='Permanent Link: SL-modem in Linux'>SL-modem in Linux</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://nnucomputerwhiz.com/finding-device-drivers.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
