<?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>PC-HQ.net &#187; Freeware</title>
	<atom:link href="http://www.pc-hq.net/tag/freeware/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.pc-hq.net</link>
	<description>Linux, Windows, Whatever...</description>
	<lastBuildDate>Fri, 30 Jul 2010 19:58:31 +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>GlusterFS Conclusion?</title>
		<link>http://www.pc-hq.net/2008/10/glusterfs-conclusion/</link>
		<comments>http://www.pc-hq.net/2008/10/glusterfs-conclusion/#comments</comments>
		<pubDate>Thu, 09 Oct 2008 15:56:57 +0000</pubDate>
		<dc:creator>Tony W.</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Computer]]></category>
		<category><![CDATA[Freeware]]></category>
		<category><![CDATA[Hacker]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.pc-hq.net/?p=212</guid>
		<description><![CDATA[Not yet&#8230; Without me having the time and the hardware to do a real world test this week I&#8217;ve been spending a lot of time reading up on my future setup.  It would appear that since GlusterFS doesn&#8217;t (at this time but Raid6 is slotted...]]></description>
			<content:encoded><![CDATA[<p>Not yet&#8230;</p>
<p>Without me having the time and the hardware to do a real world test this week I&#8217;ve been spending a lot of time reading up on my future setup.  It would appear that since GlusterFS doesn&#8217;t (at this time but Raid6 is slotted for version 1.7) support parity blocks, a Raid5 style setup would not be feasable.  The best you could hope for with as little hardware as I have is to run a Raid 0 or Raid 1 setup.  With some advanced setup and multiple drives across 2 computers, a Raid01 setup would be possible, but I don&#8217;t have the means to try it out.</p>
<p>Once I get all the kinks out of my current, sloppy setup, I will post a howto describing both the installation, setup and pitfalls I&#8217;ve encountered along the way.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.pc-hq.net/2008/10/glusterfs-conclusion/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>GlusterFS Continued</title>
		<link>http://www.pc-hq.net/2008/10/glusterfs-continued/</link>
		<comments>http://www.pc-hq.net/2008/10/glusterfs-continued/#comments</comments>
		<pubDate>Tue, 07 Oct 2008 14:50:12 +0000</pubDate>
		<dc:creator>Tony W.</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Computer]]></category>
		<category><![CDATA[Freeware]]></category>
		<category><![CDATA[Hacker]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.pc-hq.net/?p=201</guid>
		<description><![CDATA[I have successfully created a stripe across two computers using the GlusterFS install.  It was pretty easy to setup and configure though the documentation they have on their site needs a little revision.  At this point it&#8217;s really written towards someone with a higher level...]]></description>
			<content:encoded><![CDATA[<p>I have successfully created a stripe across two computers using the GlusterFS install.  It was pretty easy to setup and configure though the documentation they have on their site needs a little revision.  At this point it&#8217;s really written towards someone with a higher level of understanding of both linux and the hardware involved.</p>
<p>Now the setup I have experimented with was just a means for me to see what would happen if I setup 2 machines, one with a 200GB partition and the other with a 60GB partition.  After I configured both machines and mounted the GlusterFS clustered/striped file system to /mnt/pool, I had a nice, shiny ~250GB partition.  This is cool for 3 reasons.</p>
<p>1. I don&#8217;t need the same hardware in both machines to make this setup work.</p>
<p>2. I get approx 100% of both drives being used in the setup.  HD1 + HD2.</p>
<p>3. I get a slight speed increase due to the striping, similar to RAID 0.  When data is written or read from the drives, I have 2 sources instead of one.  So my maximum theoretical bandwidth is no longer limited to hard drive transfer rates, but to the 2 system&#8217;s drives or the network, whichever comes first.</p>
<p>I am testing these out on a slower network setup, 100Mb/s bandwidth, but once I have a more advanced setup I want to move to something a little more robust, 1000Mb/s.</p>
<p>My setup right now has one <strong>MAJOR</strong> flaw in it.  If one drive goes down (drive, system, network) then the whole /mnt/pool file system is unavailable.  Again, think Raid 0.  For me this would only be useful if I had a bunch of drives that I just wanted to use as a faster way to serve unimportant data.</p>
<p>Since all the data I have is important, that leaves me with 2 options.  Simple mirroring across multiple drives (Raid 1) or what I&#8217;m going to try in my next step: File replication over striping.  Think more like Raid 5.  Benefits will be the following:</p>
<p>1. Redundant data.  Data is mirrored across multiple drives to allow redundancy and a speed increase.</p>
<p>2. Speed increase.  Since data is stored on more than one drive, the machines read from multiple locations and faster read times can be achieved.</p>
<p>3. Storage space.  While not as impressive as Raid 0 on it&#8217;s use of space, Raid 5 uses a minimum of 3 drives and stores like this.</p>
<p>Drive one:     1/2/3</p>
<p>Drive two:     2/3/1</p>
<p>Drive three:   3/1/2</p>
<p>Data is figured being &#8220;Size * (Number of disks &#8211; 1) / number of disks).  So assuming these are three 1TB drives, it would look like this:  3,000,000,000 * (3 &#8211; 1 = 2) / 3 = 2,000,000,000.  So you get storage space equal to ~66% of the total drive space in the above example.  Three 1TB drives will give you 2TB of usable space.  Three 100GB drives give you 200GB usable.  Assuming you use 5 drives&#8230;5,000,000,000 * (5-1=4)/5 = 4TB.  3 gives you 2, 5 gives you 4, 10 gives you 9.</p>
<p>4. If one node (computer/network connection/hard drive) goes down, the whole system keeps on going.  Again, since the same data is stored on multiple drives, if one system goes down, the controlling machine or machines will see this and know to pull data from the backup source.</p>
<p>Looking at what I had listed earlier, if we take down drive 1, the data on drive 1 is also on drive 3.  So drive 3 takes over serving drive 3 and 1 data and drive 2 keeps on going since it&#8217;s the original.</p>
<p>My main problem I have right now is finding another system that has a decent sized drive in it.  I found a spare machine here with a nice 13GB drive in it, I know, it&#8217;s huge.  But for real world tests, this is too small.  I want at least an 80GB drive and while I had 2 not so long ago, I gave them both to my father in law because I saw no need to keep such small drives.  I could use them now.</p>
<p>More to come when I have it.  Stay tuned&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.pc-hq.net/2008/10/glusterfs-continued/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>GlusterFS</title>
		<link>http://www.pc-hq.net/2008/10/glusterfs/</link>
		<comments>http://www.pc-hq.net/2008/10/glusterfs/#comments</comments>
		<pubDate>Sun, 05 Oct 2008 16:56:00 +0000</pubDate>
		<dc:creator>Tony W.</dc:creator>
				<category><![CDATA[Mobile Blogger]]></category>
		<category><![CDATA[Computer]]></category>
		<category><![CDATA[Freeware]]></category>
		<category><![CDATA[Hacker]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.pc-hq.net/2008/10/glusterfs/</guid>
		<description><![CDATA[I have been looking into a setup that would allow a networked file system similar to a raid 5 setup. My problem has been that everything I had found was complex to install and had to use custom cluster applications to use the file system....]]></description>
			<content:encoded><![CDATA[<p>I have been looking into a setup that would allow a networked file system similar to a raid 5 setup.  My problem has been that everything I had found was complex to install and had to use custom cluster applications to use the file system.</p>
<p>I wound up finding GlusterFS that suited my needs.  It allows you to span hard drives across multiple networked systems and mount all machines as 1 drive.  Now I&#8217;m suddenly finding a possible use for all of those old systems around the house.</p>
<p>The only limit to how big you go is how many machines you have linked together and how fast your network is.  You&#8217;ll need a fast backbone to pull GB/sec but I have seen places on their site make reference to some really impressive numbers.</p>
<p>I&#8217;m at the researching stage at this point and garhering materials, so as soon as I have a working model I will post a howto on my setup and any issues I run into.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.pc-hq.net/2008/10/glusterfs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Essential Software &#8211; Defraggler</title>
		<link>http://www.pc-hq.net/2008/09/essential-software-defraggler/</link>
		<comments>http://www.pc-hq.net/2008/09/essential-software-defraggler/#comments</comments>
		<pubDate>Wed, 17 Sep 2008 15:15:22 +0000</pubDate>
		<dc:creator>Tony W.</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Freeware]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://www.pc-hq.net/?p=158</guid>
		<description><![CDATA[Again, this is comes from the same developer, Piriform, as with CCleaner, Defraggler takes on the task of defragmenting your hard drive&#8217;s data.  Aside from the fact that it defragments your drive, that&#8217;s really where the similarities between it and the standard Windows defragmenter end....]]></description>
			<content:encoded><![CDATA[<p>Again, this is comes from the same developer, <a title="Piriform Website" href="http://www.piriform.com/" target="_blank">Piriform</a>, as with CCleaner, Defraggler takes on the task of defragmenting your hard drive&#8217;s data.  Aside from the fact that it defragments your drive, that&#8217;s really where the similarities between it and the standard Windows defragmenter end.  Defraggler will analize your drive and then allow you to either defragment the whole drive or just individual fragmented files&#8230;not bad when you know you have tried to defrag that one AVI file about 8 times and it just won&#8217;t get any less fragmented than it is.</p>
<p>The interface is very simple to use, just select the drive, click analize and if you see a lot of red squares or white spaces between the blue, just click the defrag button and minimize.  Though it would be better to not use the machine while running it, this Defraggler isn&#8217;t as picky about not touching the machine like the Windows version.  Keep working, go do something else or just sit and watch it move your data around.  Your choice.</p>
<p>Another key feature for me is that it works to move your most used files to the front of the drive.  For those of you that need a refresher course, the closer to the center of the drive a file is kept, the slower the read/write speed.  So if you just emptied your recycle bin (or run CCleaner), it would be wise to use this program.  Your files that you use on a daily basis after a CCleaner run will probably be anywhere between 300MB to several GB toward the middle of your drive.</p>
<p>Now on most of the newer machines, I don&#8217;t notice too much of a difference after running, but I still consider it good practice.  I have noticed faster boot times on most of the machines tested on, and if it&#8217;s an older machine with a smaller hard drive, the speed increase of daily tasks can be substantial.</p>
<p>So if you are a believer, or even a non-believer of defragmenting, give this program a try.  It gets 2 thumbs up from me.  Download it from <a title="Defraggler" href="http://www.defraggler.com" target="_blank">here</a>.</p>
<p style="text-align: center;"><a href="http://www.pc-hq.net/wp-content/uploads/2008/09/sp32-20080917-095910.gif"><img class="aligncenter size-medium wp-image-160" title="Defraggler - Analized" src="http://www.pc-hq.net/wp-content/uploads/2008/09/sp32-20080917-095910-400x273.gif" alt="" width="400" height="273" /></a><a href="http://www.pc-hq.net/wp-content/uploads/2008/09/sp32-20080917-100009.gif"><img class="aligncenter size-medium wp-image-161" title="Defraggler - Fragmented Files" src="http://www.pc-hq.net/wp-content/uploads/2008/09/sp32-20080917-100009-400x273.gif" alt="" width="400" height="273" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.pc-hq.net/2008/09/essential-software-defraggler/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Essential Software &#8211; CCleaner</title>
		<link>http://www.pc-hq.net/2008/09/essential-software-ccleaner/</link>
		<comments>http://www.pc-hq.net/2008/09/essential-software-ccleaner/#comments</comments>
		<pubDate>Tue, 16 Sep 2008 21:25:47 +0000</pubDate>
		<dc:creator>Tony W.</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Freeware]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://www.pc-hq.net/?p=148</guid>
		<description><![CDATA[I actually stumbled upon this software by accident.  I was downloading one of my preferred apps, defraggler (will be in another ES Post), when I found this tied to the developer&#8217;s website.  I am not one of those people, personally, who really cares about deleting...]]></description>
			<content:encoded><![CDATA[<p>I actually stumbled upon this software by accident.  I was downloading one of my preferred apps, defraggler (will be in another ES Post), when I found this tied to the developer&#8217;s website.  I am not one of those people, personally, who really cares about deleting log files and freeing up wasted space on their computer.  I&#8217;ve never really needed to because I have a crapload of hard disk space and I don&#8217;t run Windows 95.  I do run into people who are picky about these things so that&#8217;s where this little program comes in.</p>
<p>Developed by <a title="Piriform Website" href="http://www.piriform.com/" target="_blank">Piriform</a>, CCleaner (formerly &#8220;Crap Cleaner&#8221;) will clear your hard drive of all the crap files left on your computer that you don&#8217;t really need&#8230;and most of the time you don&#8217;t know are there.  Most people delete IE history or even temporary files, but this thing goes DEEP into your system to delete anything that you don&#8217;t really need.  I was on a computer about a month back, and the machine was running very slow with only 90MB left of disk space.  Yes, 90MB not GB.  So I ran this little tool that wound up deleting almost 800MB of crap files&#8230;most were logs from windows updates and temp files.  I was amazed.  Add in the fact that it will even clean up wasted and error prone items from your registry, and that makes it a winner in my book.</p>
<p>Download CCleaner from the developer&#8217;s website, <a title="CCLEANER" href="http://www.ccleaner.com" target="_blank">here</a>.</p>
<div id="attachment_151" class="wp-caption aligncenter" style="width: 410px"><a href="http://www.pc-hq.net/wp-content/uploads/2008/09/sp32-20080916-161047.gif"><img class="size-medium wp-image-151" title="CCleaner" src="http://www.pc-hq.net/wp-content/uploads/2008/09/sp32-20080916-161047-400x383.gif" alt="Registry scan and clean" width="400" height="383" /></a><p class="wp-caption-text">Registry scan and clean</p></div>
<div id="attachment_150" class="wp-caption aligncenter" style="width: 410px"><a href="http://www.pc-hq.net/wp-content/uploads/2008/09/sp32-20080916-161024.gif"><img class="size-medium wp-image-150" title="CCleaner" src="http://www.pc-hq.net/wp-content/uploads/2008/09/sp32-20080916-161024-400x383.gif" alt="Windows Cleaner" width="400" height="383" /></a><p class="wp-caption-text">Windows Cleaner</p></div>
]]></content:encoded>
			<wfw:commentRss>http://www.pc-hq.net/2008/09/essential-software-ccleaner/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Essential Software &#8211; Spybot Search and Destroy</title>
		<link>http://www.pc-hq.net/2008/07/essential-software-spybot-search-and-destroy/</link>
		<comments>http://www.pc-hq.net/2008/07/essential-software-spybot-search-and-destroy/#comments</comments>
		<pubDate>Tue, 01 Jul 2008 18:49:34 +0000</pubDate>
		<dc:creator>Tony W.</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Freeware]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://www.pc-hq.net/?p=11</guid>
		<description><![CDATA[I have decided to include sections of Essential Software, meaning software that I install on every machine that I own. Software that I am pretty lost without. So here I am talking about a great program called Spybot &#8211; Search and Destroy. It is an...]]></description>
			<content:encoded><![CDATA[<p>I have decided to include sections of Essential Software, meaning software that I install on every machine that I own. Software that I am pretty lost without.</p>
<p>So here I am talking about a great program called Spybot &#8211; Search and Destroy. It is an anti-spyware program that has helped in solving and preventing countless issues on computers I&#8217;ve used in the past.</p>
<p>First and one of the most attractive features is&#8230;it&#8217;s free.<br />
I am a firm believer in the fact that most issues with spyware and virus infections are done on the home user and that those companies providing software for prevention should provide it to those users for free. Corporate users still need to pay for the software but they will&#8230;for them it&#8217;s a small price to pay to stay protected. But if you take Granny who only checks her email every 2 weeks, she&#8217;s not going to spend her Social Security check on a program that will keep the pictures of her grandchildren safe. It isn&#8217;t worth it to her&#8230;the computer was probably a gift and she can&#8217;t see spending any money on the machine. So now Granny is infected with God knows what, spreading all over the net infecting all the other ignorant people who won&#8217;t or don&#8217;t want to spend the money for software that they need. So back on topic, I&#8217;m always happy to see an Essential Software that winds up being free.</p>
<p>Second, it is easy to use.<br />
There are a few things that could be made a little easier. The initial setup does just about everything you need to scan your computer and lock it down tight. The only thing I wish it had was some initial setup for a scheduled scan. Sure you can set it up later, but unless you know what you are looking for, you will overlook it.</p>
<p>Third, it just works.<br />
One of the greatest thing about it is right off the bat it does an &#8220;immunization&#8221; of your pc, blocking all blacklisted sites retrieved from their servers. That helps keep down bad software downloading more bad software in the background, also helping keep you from getting bad software in the first place. Not perfect but definitely a must. Also the scanning engine is very thorough and gives a description of the program on the right so you can be sure of what you are about to delete permanently from your computer.</p>
<p>Link to download is <a title="SpybotS&amp;D" href="http://safer-networking.org/en/mirrors/index.html" target="_blank">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.pc-hq.net/2008/07/essential-software-spybot-search-and-destroy/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
