<?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; Software</title>
	<atom:link href="http://www.projectcomputers.com/category/computer/software/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.projectcomputers.com</link>
	<description>Instructions for DIY Projects and Technology Chatter</description>
	<lastBuildDate>Sun, 22 Jan 2012 04:06:23 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</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 [...]]]></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>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>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>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using disk: enhanced

Served from: projectcomputers.com @ 2012-02-06 12:32:46 -->
