<?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 &#187; Hardware</title>
	<atom:link href="http://www.projectcomputers.com/category/computer/hardware/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>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<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 runs [...]]]></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 it [...]]]></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>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 me [...]]]></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>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; There [...]]]></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>
	</channel>
</rss>
