<?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>ProjectComputers.com</title>
	<atom:link href="http://www.projectcomputers.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.projectcomputers.com</link>
	<description>Step-by-Step Instructions for Various DIY Projects</description>
	<lastBuildDate>Sun, 21 Feb 2010 19:00:12 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Setting up a FreeNAS Box Part 1: The Install</title>
		<link>http://www.projectcomputers.com/2010/02/21/setting-up-a-freenas-box-part-1/</link>
		<comments>http://www.projectcomputers.com/2010/02/21/setting-up-a-freenas-box-part-1/#comments</comments>
		<pubDate>Sun, 21 Feb 2010 19:00:12 +0000</pubDate>
		<dc:creator>Daniel</dc:creator>
				<category><![CDATA[Computer]]></category>
		<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[freenas]]></category>
		<category><![CDATA[network]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[setup]]></category>

		<guid isPermaLink="false">http://www.projectcomputers.com/?p=191</guid>
		<description><![CDATA[<p>FreeNAS is a task specific operating system designed to be used in Network Attached Storage (NAS) devices. It&#8217;s built using FreeBSD as the underlying OS which lets it have some fairly low power hardware requirements. For example the Dell I used is an old Pentium 4 1.7 GHz with 512 MB of RAM and it [...]]]></description>
			<content:encoded><![CDATA[<p>FreeNAS is a task specific operating system designed to be used in Network Attached Storage (NAS) devices. It&#8217;s built using FreeBSD as the underlying OS which lets it have some fairly low power hardware requirements. For example the Dell I used is an old Pentium 4 1.7 GHz with 512 MB of RAM and it runs like a charm, granted I don&#8217;t put a lot of demand on the box in the way of concurrent transfers or running processes. It&#8217;s worth mentioning that the recommended way to install FreeNAS is to install to, and boot from a USB thumb drive. This is the recommended method so it can save as much hard drive space for data storage, but even though it looked like I could boot from the thumb drive like a hard drive in the BIOS I had trouble getting it to boot so I installed the OS to the 160 GB hard drive with partitions for the OS and data. Here&#8217;s the parts list with some specifics after the jump.</p>
<p>Parts List:</p>
<ol>
<li>Old Dell Dimension 4400 &#8211; bought at university surplus sale, $5</li>
<li>Various old IDE hard drives I had sitting around &#8211; two ~20 GB; one 160 GB, probably cost me something at some point&#8230;</li>
<li>USB thumb drive &#8211; &#8220;borrowed&#8221; from family, free</li>
</ol>
<p><span id="more-191"></span>I followed the standard install guides around the interwebs, going straight to the horses mouth at FreeNAS.org (<a href="http://freenas.org/documentation:setup_and_user_guide">here</a>) is a good option. I&#8217;ll do some quick steps here for install and some of the setup, but let me tell you what the setup looks like. I mentioned that I have the 160 GB drive setup as the boot drive with OS and data partitions, the OS is pretty small so there&#8217;s lots of data space. I have the two smaller drives setup in a RAID 1 configuration using the software RAID in FreeBSD.</p>
<ul>
<li>First setup the computer to boot from a CD drive. There are some ways that you can install FreeNAS without needing a CD but it&#8217;s easier to go ahead and install from a CD.</li>
<li>Download the liveCD that matches the system you are installing on and burn that onto a CD. Pop that into the computer and boot up the FreeNAS CD. If you are installing to a USB drive don&#8217;t plug it in yet, it will write the config file to the USB and will cause errors on the install because the disk is in use.</li>
<li>Wait until the console setup menu comes on screen (if you want to install to USB you can put it in now) and select option 9 to install to disk</li>
</ul>
<pre style="padding-left: 60px;">"Console setup"
"*********************"
1 ) Assign Interface
2 ) Set LAN IP address
3 ) Reset WebGUI password
4 ) Reset to factory defaults
5 ) Ping host
6 ) Shell
7 ) Reboot system
8 ) Shutdown system
9 ) Install/Upgrade to hard drive/flash device, etc.</pre>
<ul>
<li>This will bring up the following install menu, the first 3 are going to be of most interest to us right now.</li>
</ul>
<pre style="padding-left: 60px;">"Install"
"*********************"
1 ) Install 'embedded' OS on HDD/Flash/USB
2 ) Install 'embedded' OS on HDD/Flash/USB + DATA + SWAP partition
3 ) Install 'full' OS on HDD + DATA + SWAP partition
4 ) upgrade 'embedded' OS from CDROM
5 ) Upgarde 'full' OS from CDROM
6 ) Upgrade and convert 'full' OS to 'embedded'
</pre>
<ul>
<li>After selecting one of the install options you&#8217;ll get some info about what it&#8217;s going to do. In any of the Install options it should ask you to select the source location and the install location. Once the installation is complete go back to the main menu (press ESC), remove the CD and select option 7 to reboot the computer. Once the computer reboots make sure that Option 9 (Install OS) doesn&#8217;t show up, if it does you probably didn&#8217;t take out the installation medium before rebooting.</li>
<li>Select option 1 to assign the network interface you will use. Most of the time if there is just one FreeNAS will use that by default but this makes sure that the OS uses the right interface.</li>
<li>Once you&#8217;re back to the main menu, select option 2 to assign the IP address for the LAN. Most of the time you will use DHCP to automatically get the IP address from your router. Be sure to take note of this IP address so we can do the setup in part 2.</li>
<li>Back at the main menu select option 5 and try to ping another device on your network to make sure you are connected (optional).</li>
</ul>
<p>Now you have FreeNAS installed, granted it&#8217;s not very useful in it&#8217;s current state. We&#8217;ll cover the basic setup in Part 2 and start adding some features that you can actually use.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.projectcomputers.com/2010/02/21/setting-up-a-freenas-box-part-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>My DD-WRT setup</title>
		<link>http://www.projectcomputers.com/2009/12/14/my-dd-wrt-setup/</link>
		<comments>http://www.projectcomputers.com/2009/12/14/my-dd-wrt-setup/#comments</comments>
		<pubDate>Tue, 15 Dec 2009 01:36:46 +0000</pubDate>
		<dc:creator>Daniel</dc:creator>
				<category><![CDATA[Computer]]></category>
		<category><![CDATA[Hardware]]></category>
		<category><![CDATA[dd-wrt]]></category>
		<category><![CDATA[linksys]]></category>
		<category><![CDATA[network]]></category>
		<category><![CDATA[router]]></category>
		<category><![CDATA[setup]]></category>

		<guid isPermaLink="false">http://www.projectcomputers.com/?p=182</guid>
		<description><![CDATA[<p>I upgraded my Linksys WRT54GL with the DD-WRT firmware a while ago and used it as a wireless bridge for internet access in my bedroom where there aren&#8217;t any ports (yet). I was using an old D-Link wireless router as the main router, but wanted the upgrade in functionality that DD-WRT provided. So I reset [...]]]></description>
			<content:encoded><![CDATA[<p>I upgraded my Linksys WRT54GL with the DD-WRT firmware a while ago and used it as a wireless bridge for internet access in my bedroom where there aren&#8217;t any ports (yet). I was using an old D-Link wireless router as the main router, but wanted the upgrade in functionality that DD-WRT provided. So I reset it back to &#8220;Factory&#8221; default and set it up as my main wireless router. This is mostly for my reference if needed later, but if it helps anyone who happens to stumble upon it later than even better.<span id="more-182"></span></p>
<p>Setup Tab:</p>
<ul>
<li>Basic Setup
<ul>
<li>WAN Connection: PPoE</li>
<li>Service Name: blank &lt;- I had a problem getting my DSL to connect when I would put in &#8220;Verizon DSL&#8221; the best thing I could tell from my searches was there is an issue with having a space in the service name.</li>
<li>Router Name: DD-WRT</li>
<li>IP/Subnet Mask: 192.168.1.1/255.255.255.0</li>
<li>DHCP Start IP: 192.168.1.100</li>
<li>Three boxes checked for DNSMasq</li>
</ul>
</li>
<li>DDNS &#8211; Future Setup</li>
</ul>
<p>Wireless Tab:</p>
<ul>
<li>Basic
<ul>
<li>Mode: AP</li>
<li>Channel: 9</li>
</ul>
</li>
<li>Security
<ul>
<li>Mode: WPA2 Personal Mixed</li>
</ul>
</li>
<li>Advanced &#8211; All Default</li>
</ul>
<p>Services Tab:</p>
<ul>
<li>Services
<ul>
<li>DHCP Server, Used Domain: LAN &amp; WLAN</li>
<li>LAN Domain: huss</li>
</ul>
</li>
</ul>
<p>Admin Tab:</p>
<ul>
<li>Management
<ul>
<li>TCP Timeout: 300</li>
</ul>
</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.projectcomputers.com/2009/12/14/my-dd-wrt-setup/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Our Home Walkway Gets a Face lift</title>
		<link>http://www.projectcomputers.com/2009/12/01/our-home-walkway-gets-a-face-lift/</link>
		<comments>http://www.projectcomputers.com/2009/12/01/our-home-walkway-gets-a-face-lift/#comments</comments>
		<pubDate>Tue, 01 Dec 2009 14:57:36 +0000</pubDate>
		<dc:creator>Daniel</dc:creator>
				<category><![CDATA[Home]]></category>

		<guid isPermaLink="false">http://www.projectcomputers.com/?p=72</guid>
		<description><![CDATA[<p>Our front yard seems to be a never ending pursuit of needing improvement on the curb appeal. One project that we did a while ago was adding a graveled parking spot to the front yard for one car. As part of that we also put in a little walkway from the spot to our front [...]]]></description>
			<content:encoded><![CDATA[<p>Our front yard seems to be a never ending pursuit of needing improvement on the curb appeal. One project that we did a while ago was adding a graveled parking spot to the front yard for one car. As part of that we also put in a little walkway from the spot to our front porch. I made the mistake of using some cheap landscape edging that I had sitting around to use for the walkway, it looked ok at first, but then it started to come up and lose it&#8217;s shape and became more of an eyesore than anything else. So I decided to give it a face lift and match the stone edging that I used for the parking spot for the walkway too. I also decided to have it go in a straight line with a 90 degree turn than the curve shape that it was before. I don&#8217;t know what else to say about it, so look for some pictures if you want after the jump.<span id="more-72"></span></p>
<h3>Before</h3>
<p>simple, got the job done, not very good looking&#8230;</p>
<p><a href="http://www.projectcomputers.com/wp-content/uploads/2009/08/DSC01123-Copy.JPG"><img class="size-medium wp-image-77" title="House Walkway Before" src="http://www.projectcomputers.com/wp-content/uploads/2009/08/DSC01123-Copy-283x300.jpg" alt="Previous Front Walkway" width="283" height="300" /></a></p>
<h3>After</h3>
<p>This is missing some of the lava rock and some stepping stones but looks much better as you can see.</p>
<p><img src="http://farm3.static.flickr.com/2672/4139776278_f12e3241dd_m.jpg" alt="Walkway After" /> <img src="http://farm3.static.flickr.com/2637/4139011283_88283b0794_m.jpg" alt="Walkway After" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.projectcomputers.com/2009/12/01/our-home-walkway-gets-a-face-lift/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Gaming with what you&#8217;ve got&#8230;</title>
		<link>http://www.projectcomputers.com/2009/08/03/gaming-with-what-youve-got/</link>
		<comments>http://www.projectcomputers.com/2009/08/03/gaming-with-what-youve-got/#comments</comments>
		<pubDate>Tue, 04 Aug 2009 02:05:40 +0000</pubDate>
		<dc:creator>Daniel</dc:creator>
				<category><![CDATA[Computer]]></category>
		<category><![CDATA[Gaming]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://www.projectcomputers.com/?p=75</guid>
		<description><![CDATA[<p>I was wanting to get more use out of my current library of video games, as part of a personal justification to buy a new game system (why do I need an X-box 360 when I have a stack of games for my current systems that I haven&#8217;t even played though yet). So I&#8217;ve been [...]]]></description>
			<content:encoded><![CDATA[<p>I was wanting to get more use out of my current library of video games, as part of a personal justification to buy a new game system (why do I need an X-box 360 when I have a stack of games for my current systems that I haven&#8217;t even played though yet). So I&#8217;ve been slowly but surely making my way though some of the games that I already own with the intention of selling/trading them when I&#8217;ve finished. Now granted this approach doesn&#8217;t work for everyone; for example, I have a friend who plays through an older Zelda game about once a year, by his account, because he likes the story. I&#8217;m the kind of gamer that usually plays through games once and then I can be on to the next one. Video games that I keep around are more of the high re-playability games and group &#8220;party&#8221; games like, for me, the guitar hero series, Mario Kart, Wii Sports, etc&#8230; So I will make a page with this list that I will hopefully keep updated with my progress, but for now check below the fold for the current list of systems/games and where they all stand.</p>
<p><span id="more-75"></span>A little explanation first, I&#8217;m going to mark my progress as best I can for the games I have. Games that are crossed off will be sold/traded when finished otherwise they are kept. Obviously I can&#8217;t really trade or sell my PC games very easily so all of them are going to be kept. From newest console to oldest (PC games last):</p>
<h3>Wii</h3>
<ul>
<li>Lego Batman &#8211; More than half</li>
<li>No More Heroes &#8211; Just Started</li>
<li>Redsteel &#8211; Not Started</li>
<li><span style="text-decoration: line-through;">Star Wars: Force Unleashed</span> &#8211; Finished</li>
<li>Zelda: twilight Princess &#8211; Finished</li>
</ul>
<h3>Nintendo DS</h3>
<ul>
<li>Zelda: Phantom Hourglass &#8211; Finished</li>
</ul>
<h3>X-box (not 360)</h3>
<ul>
<li>Halo</li>
<li>Halo 2</li>
<li>Star Wars: Knights of the Old Republic</li>
</ul>
<h3>PS2</h3>
<ul>
<li>Devil May Cry</li>
<li>Final Fantasy X</li>
<li>Grand Theft Auto 3</li>
<li>Grand Theft Auto Vice City</li>
</ul>
<h3>PC</h3>
<ul>
<li>Half-Life 2</li>
<li>HL2 Episode 1</li>
<li>HL2 Episode 2</li>
<li>Portal &#8211; Finished Main Story</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.projectcomputers.com/2009/08/03/gaming-with-what-youve-got/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Change of Direction</title>
		<link>http://www.projectcomputers.com/2009/07/30/change-of-direction/</link>
		<comments>http://www.projectcomputers.com/2009/07/30/change-of-direction/#comments</comments>
		<pubDate>Fri, 31 Jul 2009 01:40:50 +0000</pubDate>
		<dc:creator>Daniel</dc:creator>
				<category><![CDATA[Automotive]]></category>
		<category><![CDATA[Computer]]></category>
		<category><![CDATA[Gaming]]></category>
		<category><![CDATA[Garden]]></category>
		<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Home]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.projectcomputers.com/?p=67</guid>
		<description><![CDATA[<p>I&#8217;ve decided I&#8217;m going to take this site in a new direction. Instead of trying to strictly work on write ups for here I&#8217;m going to use this more as a kind of status report for my many ongoing projects that I always seem to be working on. I&#8217;m thinking that this will hopefully motivate [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve decided I&#8217;m going to take this site in a new direction. Instead of trying to strictly work on write ups for here I&#8217;m going to use this more as a kind of status report for my many ongoing projects that I always seem to be working on. I&#8217;m thinking that this will hopefully motivate me to work on them more often and maybe even bring some of them to completion. Doing status reports at work usually gets me to work on tasks more often, so I&#8217;m hoping that blog posts here will have the same affects on my personal projects. I still haven&#8217;t decided on a file structure of what I&#8217;m going to do specifically; break everything down by pages, use just posts, or a combination of the two. I also might do another more personal site with another of my domains I have I&#8217;ll have to wait and see.</p>
<p>DH</p>
]]></content:encoded>
			<wfw:commentRss>http://www.projectcomputers.com/2009/07/30/change-of-direction/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Whip your music meta-data into shape with the MusicBrainz and MediaMonkey one-two punch.</title>
		<link>http://www.projectcomputers.com/2009/05/11/whip-your-music-meta-data-into-shape-with-the-musicbrainz-and-mediamonkey-one-two-punch/</link>
		<comments>http://www.projectcomputers.com/2009/05/11/whip-your-music-meta-data-into-shape-with-the-musicbrainz-and-mediamonkey-one-two-punch/#comments</comments>
		<pubDate>Mon, 11 May 2009 20:25:28 +0000</pubDate>
		<dc:creator>Daniel</dc:creator>
				<category><![CDATA[Computer]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://www.projectaholic.com/?p=22</guid>
		<description><![CDATA[<p>I like most people have quite a few music files laying around on various places on my hard drive, and not all of it is in what could be called the best &#8220;shape.&#8221; After doing some playing around trying to get things fixed up, I think the best solution that I&#8217;ve come across so far [...]]]></description>
			<content:encoded><![CDATA[<p>I like most people have quite a few music files laying around on various places on my hard drive, and not all of it is in what could be called the best &#8220;shape.&#8221; After doing some playing around trying to get things fixed up, I think the best solution that I&#8217;ve come across so far is to use a combination of MusicBrainz and MediaMonkey. First things first, the two biggest requirements I wanted to get out of this project was to 1) clean up my meta-data for all of my songs and 2) display the album art in the best &#8220;cross-platform&#8221; way possible. For requirement number two, the best way is to embed the art into the music file itself, this works with all the media players I use as well as displays very nicely in Windows Vista explorer.</p>
<p><a href="http://musicbrainz.org/">MusicBrainz</a> is one of the better tools I&#8217;ve used to clean up meta-data, especially if it doesn&#8217;t even exist for some files. It has an ability to scan files to generate an &#8220;audio fingerprint&#8221; and match that against it&#8217;s database to come up with possible matches. The two weaknesses I&#8217;ve run into using it so far is that it&#8217;s database is entirely community driven, which isn&#8217;t itself a bad thing but it seems that there&#8217;s not a good way to remove invalid data from their database. You&#8217;ll understand once you search their database and get 4 album results with the exact same name but 4 different number of tracks for each, or a slightly different capitalization scheme. The only other weakness i&#8217;ve run into is probably with the software i&#8217;m using, but the Picard tagger doesn&#8217;t have the ability to play music while you work (a must if you are using it&#8217;s scan functionality). <a href="http://musicbrainz.org/doc/PicardTagger" target="_blank">Here</a> is the documentation page for the Picard tagger which is the one i&#8217;m currently working with. From there start with the <a href="http://musicbrainz.org/doc/HowToTagFilesWithPicard" target="_blank">Getting started guide </a>or go to the more <a href="http://musicbrainz.org/doc/PicardDocumentation" target="_blank">in depth</a> documentation.</p>
<p><a href="http://www.mediamonkey.com/" target="_blank">MediaMonkey</a> is the album art heavy weight that I&#8217;ve seen. it&#8217;s one of the few that will embed album art into the music file if it can, and flexible enough to save it to a file if it can&#8217;t. MediaMonkey will also tag files, but doesn&#8217;t have the scan feature of MusicBrainz. By default will will use Amazon to find album art, although that can be changed with various plugins. another great thing is that it has a built in player so you can play music while you&#8217;re working on your music (seems kinda obvious, right) which makes the work go by so much quicker. One of the better write ups I&#8217;ve seen so far is an older write up in <a href="http://lifehacker.com/software/album-art/alpha-geek-whip-your-mp3-library-into-shape-part-ii-+-album-art-231476.php" target="_blank">Lifehacker</a> with step-by-step instructions for embedding album art using MediaMonkey, even though it&#8217;s old, everything they&#8217;ve written still holds true.</p>
<p>Now go forth and rid the world of bad meta-data and album-artless music files&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.projectcomputers.com/2009/05/11/whip-your-music-meta-data-into-shape-with-the-musicbrainz-and-mediamonkey-one-two-punch/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Super easy way to save on the water bill&#8230;</title>
		<link>http://www.projectcomputers.com/2007/11/05/super-easy-way-to-save-on-the-water-bill/</link>
		<comments>http://www.projectcomputers.com/2007/11/05/super-easy-way-to-save-on-the-water-bill/#comments</comments>
		<pubDate>Tue, 06 Nov 2007 00:41:32 +0000</pubDate>
		<dc:creator>Daniel</dc:creator>
				<category><![CDATA[Home]]></category>

		<guid isPermaLink="false">http://www.projectaholic.com/2007/11/05/super-easy-way-to-save-on-the-water-bill/</guid>
		<description><![CDATA[<p>A how-to on WikiHow has been making the rounds on some blogs and I figure I&#8217;ll add to that here since many places in the US are still under moderate to severe drought including my part of the country. The article is &#8220;How to Convert Any Toilet to a Low Flush Toilet&#8221; and the just [...]]]></description>
			<content:encoded><![CDATA[<p>A how-to on WikiHow has been making the rounds on some blogs and I figure I&#8217;ll add to that here since many places in the US are still under moderate to severe drought including my part of the country. The article is &#8220;<a href="http://www.wikihow.com/Convert-Any-Toilet-to-a-Low-Flush-Toilet">How to Convert Any Toilet to a Low Flush Toilet</a>&#8221; and the just of it is to take a half-gallon container of milk or juice, remove any labels, put in something to make it sink (pebbles, sand, gravel, whatever&#8230;), and then add water so it doesn&#8217;t move around. Take this unit you just put together seal it shut (put on the lid) and place it the tank of the toilet so it doesn&#8217;t interfere with the mechanism. Replace the lid and then use as normal. The container will displace an equal amount of water up to a half gallon depending on the type of toilet you already have.</p>
<p>There are a number of other things you can do if you feel to lazy to put together this milk jug, simply putting a rock in the tank can have the same affect, of course you&#8217;ll want to be VERY careful not to crack the tank and make sure to clean it off very well before you put it in the tank. As you can see you can use about anything to take up space in the tank, the big criteria is that it doesn&#8217;t get in the way of the mechanism or damage the toilet or septic system.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.projectcomputers.com/2007/11/05/super-easy-way-to-save-on-the-water-bill/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Easy way to add a second monitor.</title>
		<link>http://www.projectcomputers.com/2007/10/01/easy-way-to-add-a-second-monitor/</link>
		<comments>http://www.projectcomputers.com/2007/10/01/easy-way-to-add-a-second-monitor/#comments</comments>
		<pubDate>Tue, 02 Oct 2007 00:05:27 +0000</pubDate>
		<dc:creator>Daniel</dc:creator>
				<category><![CDATA[Computer]]></category>
		<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Monitor]]></category>
		<category><![CDATA[Productivity]]></category>

		<guid isPermaLink="false">http://www.projectaholic.com/2007/10/01/easy-way-to-add-a-second-monitor/</guid>
		<description><![CDATA[<p>There are a ton of good reasons to have your computer as a dual-monitor setup, there&#8217;s the added productivity of being able to have applications open in each monitor to work with at the same time. You could also have one monitor dedicated to goofing off, but we won&#8217;t tell the boss about that one&#8230; [...]]]></description>
			<content:encoded><![CDATA[<p>There are a ton of good reasons to have your computer as a dual-monitor setup, there&#8217;s the added productivity of being able to have applications open in each monitor to work with at the same time. You could also have one monitor dedicated to goofing off, but we won&#8217;t tell the boss about that one&#8230; There also the fact that they are cool and get plenty of attention, if you&#8217;re like me you will have to explain almost daily how just because you have two monitors you don&#8217;t have two computers.</p>
<p><span id="more-4"></span></p>
<p>and the fact of the matter is that if you have more than just a simple on-board video card you may already be set to do multi-monitor setups. To determine if you have more than one display available right-click on your desktop and select &#8220;properties.&#8221; after clicking on the settings tab all you need to see is more than one display to determine if your machine is capable of running a dual-monitor setup. Now, granted just because you are capable doesn&#8217;t mean you can run a dual-monitor and get the performance you want.</p>
<p>Leave this window open because we&#8217;ll need to activate the monitor here, but first grab that second monitor you have sitting around.</p>
<ol>
<li>Find the extra monitor port you should have and plug the monitor into that extra monitor port you have. Technically it doesn&#8217;t matter the size of the monitor so it doesn&#8217;t have to be the same size as your current primary monitor but it does make for a more enjoyable dual-monitor setup.</li>
<li>Once the monitor is plugged into both the extra monitor port and a power outlet and set in a good position on your desk, we need to activate the secondary monitor in the display settings window we have open.
<ol>
<li>To do this select the secondary monitor in the display settings by clicking on the monitor w/ the number 2 on it.</li>
<li>Then check the box that says &#8220;extend my desktop to this monitor.&#8221; It&#8217;s important to note that the resolutions, color depth and other settings don&#8217;t have to be the same for each monitor, but again keeping them the same makes for a better experience.</li>
<li>Make sure your second monitor is on, click &#8220;Apply&#8221; and keep your fingers crossed. If the second monitor flashes on congratulations, your second monitor should now be an extended desktop of your first. You&#8217;ll want to take this time and adjust all the settings to make your dual monitor setup to your liking. You&#8217;ll want to be sure and click the &#8220;Identify&#8221; button to flash a number up on the monitor then change the layout on settings box to match what is actually on your desk; for example if you have monitor 2 on the left side of monitor 1 you&#8217;ll more than likely want to drag the second monitor to the other side of the primary in the display settings window. Depending on your desk layout this might be easier than trying to move the monitors around.</li>
</ol>
</li>
<li>Take this time to play around with all the settings, each time you make a change click the apply button to test it out before committing to the change. This also has the added benefit of if a change you make has a negative affect, all you have to do is wait and windows should change the settings back to original. Of course your mileage may vary and there&#8217;s no real way to write for all setups.</li>
</ol>
<p>If something didn&#8217;t go according to plan or your setup can&#8217;t handle dual monitors as is, you&#8217;ll have to do a little extra work to get a second monitor setup. Most likely buy a second video card or a video card that can handle dual output. Here are two GeForce 6800 cards with 256MB video RAM that will easily handle your dual monitor setup. Both are running $75 at the time of this writing.</p>
<p><a href="http://click.linksynergy.com/fs-bin/click?id=Or8sgh5F5rw&amp;offerid=102327.1646806&amp;type=2&amp;subid=0" target="_blank">XFX GeForce 6800 for PCI Express</a></p>
<p><a href="http://click.linksynergy.com/fs-bin/click?id=Or8sgh5F5rw&amp;offerid=102327.2201323&amp;type=2&amp;subid=0" target="_blank">XFX GeForce 6800 for AGP</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.projectcomputers.com/2007/10/01/easy-way-to-add-a-second-monitor/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How-To use KeePass to Store Password and Other Sensitive Information</title>
		<link>http://www.projectcomputers.com/2007/09/11/how-to-use-keepass-to-store-password-and-other-sensitive-information/</link>
		<comments>http://www.projectcomputers.com/2007/09/11/how-to-use-keepass-to-store-password-and-other-sensitive-information/#comments</comments>
		<pubDate>Wed, 12 Sep 2007 01:01:40 +0000</pubDate>
		<dc:creator>Daniel</dc:creator>
				<category><![CDATA[Computer]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[KeePass]]></category>
		<category><![CDATA[passwords]]></category>
		<category><![CDATA[security]]></category>

		<guid isPermaLink="false">http://www.projectaholic.com/2007/09/11/how-to-use-keepass-to-store-password-and-other-sensitive-information/</guid>
		<description><![CDATA[<p>KeePass, along with KeePassX and KeePass Portable, is software that safely and securely stores username and password information. One big advantage of KeePass over lots of other methods of storing passwords is the ability to setup groups and subgroups of passwords along with keeping your password database encrypted using AES or Twofish encryption algorithms. So [...]]]></description>
			<content:encoded><![CDATA[<p>KeePass, along with KeePassX and KeePass Portable, is software that safely and securely stores username and password information. One big advantage of KeePass over lots of other methods of storing passwords is the ability to setup groups and subgroups of passwords along with keeping your password database encrypted using AES or Twofish encryption algorithms. So lets get started by going through how to set up and use a database as well as some useful options in the program.</p>
<p><span id="more-3"></span><a href="#materials">Jump to Materials List</a></p>
<p>Obviously you&#8217;ll need to download and install a version of KeePass. There&#8217;s <a href="http://keepass.info/download.html" target="_blank">KeePass</a> for Windows, <a href="http://keepassx.sourceforge.net/downloads/" target="_blank">KeePassX</a> for Mac and Linux and <a href="http://portableapps.com/apps/utilities/keepass_portable" target="_blank">KeePass Portable</a> a windows version installable on <a href="http://click.linksynergy.com/fs-bin/click?id=Or8sgh5F5rw&amp;offerid=102327.1193613&amp;type=2&amp;subid=0" target="_blank">removable media</a> to take with you wherever you go. All of the versions can use the same database so that way you can keep one version of your database and use it between all types of computers.</p>
<ol>
<li>After installation we need to create a new database, do this by clicking the &#8220;New&#8221; button in the toolbar, under the file menu, or by pressing CTRL+N.</li>
<li>Next, you are prompted to set the master password and optionally a key file. Type in the password you want to use, you&#8217;ll see a scale below the input which indicates how secure your password is (the higher the better). Be sure to remember this password, if you forget it there is NO backdoor to get your entries from the database. If you want to use a key file along with the password for improved security, check the box to use both and select a location to save it (be sure to see the note about key files after the setup steps). When you click ok it asks you to retype the master password to ensure you got it right. If you elected to use a key file follow the sub-step below if not you can skip to step 3.
<ol>
<li>If you are using a key file KeePass now needs some random input to generate a key for that file, and you can do that using random mouse input or random keyboard input or both (using both is your best option). So click the &#8220;Use Mouse as Random Source&#8221; button and start waiving the cursor around in the static filled box until the bar below the button is full.</li>
<li>Next go over and start filling in the text box with random keyboard input; letters, numbers, special characters, the more the better also be sure to use a mix of upper and lower case letters. Don&#8217;t worry your not going to need to remember this later&#8230; When your done click ok.</li>
</ol>
</li>
<li>After setting up all the security related to your database, KeePass suggests some password groups for you (note to KeePassX users: I don&#8217;t think this is the case and you will need to set them up yourself, the default groups are a main General folder with subgroups of Windows, Network, Internet, eMail , and Homebanking ). We&#8217;ll go into how to make changes to password groups later, for now lets create our first password entry.</li>
<li>So now the meat of what we&#8217;ll be doing, creating entries in the database.
<ol>
<li>Click the &#8220;Add Entry&#8221; button on the toolbar , under the edit menu, or press CTRL +Y to get the add entry window.</li>
<li>Select the group and icon to use for this entry if the defaults don&#8217;t suit your needs.</li>
<li>Fill in a title for the entry, your username , and Password along with a URL, Note, or expiration date (technically you don&#8217;t need any of that data but what good is a blank entry). You can also import from a number of other formats under the &#8220;File &#8211; Import From&#8221; menu to save some data entry.</li>
</ol>
</li>
<li>The main window works like a standard explorer type window, you can drag entries around to move them between groups, you can drag groups around to make them subgroups, and right click on a group to rearrange it. You can create, modify or delete groups or subgroups by right clicking in the group pane or under the edit menu.</li>
</ol>
<p>Now that we have everything setup the way we like lets briefly go over how to use KeePass, some useful options and some tips. The most basic way to use KeePass is copy the password to the clipboard, by default KeePass will clear the clipboard after 10 seconds for added security. There is also an auto-type feature but it should be noted that this could expose your username and password to keyloggers, also make sure the cursor is in the username field. The default for the auto-type feature is to type you username, press tab, type your password, and press enter if the site you are on expects something different you&#8217;ll have to set up a custom auto-type. Both of these can be accessed using the edit menu with the entry you want to use selected.</p>
<p>The options window under the tools menu has a number of features that are useful when turned on. Under the security tab the Lock workspace on minimize and on locking Windows or switching Users requires the master password to be re-entered when one of those actions occurs. Turn one or both of these on if the computer you use could be accessed by other people. In the Interface tab check minimize to tray to save space on your taskbar. Under the Setup tab you can create a file association with kdb files so KeePass will open any kdb files you double click on. Look under the options on the Advanced tab and check/uncheck an features you want to enable/disable.</p>
<p>For those of you using KeePass Portable, the size of the USB drive shouldn&#8217;t come into play unless you are using it for other things. With that said I&#8217;d recommend at least a 2 GB USB drive because once you start with the portable applications it can be hard to stop. I have a 2 GB USB drive and I&#8217;m currently using half just for many different portable applications, leaving me the other half for data files and any other must have applications I might find.</p>
<p>The last tip I can offer is to let you know that you can store any data in KeePass that you might not want to write down because of security. Any ID numbers that can easily be forgotten; like social security numbers, drivers license numbers, passport numbers can be kept in KeePass and since the database is encrypted you don&#8217;t need to worry about these being stored on your computer. You can even keep credit card numbers securely for when you are shopping online and don&#8217;t want to have to go get your purse or wallet to get your credit card information. For any additional help you can visit the KeePass homepage at <a href="http://keepass.info" target="_blank">http://keepass.info/</a></p>
<p>Note about key files: Key files are meant to be a separate part of the overall key and therefore only really make sense when kept separate from the database like on a floppy, USB drive, or CD. However, if you use a key file, you must have this file in order to open the database. So if you have the file on a separate media and loose it with no backup copy your entires are lost because you will not be able to get into the database. For further explanation see <a href="http://keepass.info/help/base/keys.html" target="_blank">http://keepass.info/help/base/keys.html</a></p>
<p><u><strong><a title="materials" name="materials"></a>Materials List</strong><a title="materials" name="materials"></a></u></p>
<ul>
<li><a title="materials" name="materials"></a>Software (Pick any you need from below):
<ul>
<li><a href="http://keepass.info/download.html" target="_blank">KeePass</a> (For Windows) &#8211; FREE!</li>
<li><a href="http://keepassx.sourceforge.net/downloads/" target="_blank">KeePassX</a> (For Mac or Linux) &#8211; FREE!</li>
<li><a href="http://portableapps.com/apps/utilities/keepass_portable" target="_blank">KeePass Portable</a> (For Windows, Easily used on removable media to take with you) &#8211; FREE!</li>
</ul>
</li>
<li>Hardware (Optional, but you will need a computer&#8230;):</li>
</ul>
<table border="1" width="100%">
<tr>
<td>&nbsp;</td>
<td>TigerDirect</td>
<td>Newegg</td>
</tr>
<tr>
<td>PNY 2GB Portable Flash Drive</td>
<td><a href="http://click.linksynergy.com/fs-bin/click?id=Or8sgh5F5rw&amp;offerid=102327.1193613&amp;type=2&amp;subid=0" target="_blank">19.99 + shipping</a></td>
<td>&nbsp;</td>
</tr>
<tr>
<td>SUPER TALENT 2GB Flash Drive (USB2.0 Portable)</td>
<td>&nbsp;</td>
<td><a href="http://www.dpbolvw.net/click-2617056-10440897?url=http%3A%2F%2Fwww.newegg.com%2FProduct%2FProduct.asp%3FItem%3DN82E16820609010%26ATT%3D20-609-010%26CMP%3DAFC-C8Junction%26cm_mmc%3DAFC-C8Junction-_-Memory%2B%28USB%2BFlash%2BDrive%29-_-SUPER%2BTALENT-_-20609010&amp;cjsku=N82E16820609010" target="_blank">18.49 + shipping</a></td>
</tr>
</table>
]]></content:encoded>
			<wfw:commentRss>http://www.projectcomputers.com/2007/09/11/how-to-use-keepass-to-store-password-and-other-sensitive-information/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
