<?xml version="1.0" encoding="UTF-8" standalone="no"?><rss xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" version="2.0">

<channel>
	<title>geekyprojects.com</title>
	<atom:link href="https://www.geekyprojects.com/feed/" rel="self" type="application/rss+xml"/>
	<link>https://www.geekyprojects.com/</link>
	<description></description>
	<lastBuildDate>Mon, 29 Jun 2015 19:25:42 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.8.5</generator>
	<itunes:explicit>no</itunes:explicit><itunes:keywords>geekyprojects,geeky,projects,computer,projects,dyi,do,it,yourself,computer,projects,it,projects</itunes:keywords><itunes:summary>Geeky Projects is in itself a project, a project conceived in hopes of gathering, documenting and displaing interesting projects. This page is dedicated to all of those Geeks who are bored at home wanting something interesting to do. We hope you enjoy the projects featured in this site. If you have any questions regarding any of our projects feel free to drop us an email. </itunes:summary><itunes:subtitle>Geeky Projects is in itself a project, a project conceived in hopes of gathering, documenting and displaing interesting projects. This page is dedicated to all of those Geeks who are bored at home wanting something interesting to do. We hope you enjoy the</itunes:subtitle><itunes:category text="Technology"/><itunes:owner><itunes:email>geekyprojects@gmail.com</itunes:email></itunes:owner><item>
		<title>What is RAID? Levels and Types</title>
		<link>https://www.geekyprojects.com/storage/what-is-raid-levels-and-types/</link>
					<comments>https://www.geekyprojects.com/storage/what-is-raid-levels-and-types/#comments</comments>
		
		
		<pubDate>Fri, 09 Sep 2011 11:46:54 +0000</pubDate>
				<category><![CDATA[Storage]]></category>
		<category><![CDATA[levels]]></category>
		<category><![CDATA[RAID]]></category>
		<category><![CDATA[RAID 0]]></category>
		<category><![CDATA[RAID Z]]></category>
		<category><![CDATA[RAID Z2]]></category>
		<category><![CDATA[RAID1]]></category>
		<category><![CDATA[RAID5]]></category>
		<category><![CDATA[types]]></category>
		<category><![CDATA[what is RAID]]></category>
		<guid isPermaLink="false">http://geekyprojects.com/?p=5627</guid>

					<description><![CDATA[<p>In simple terms, RAID is basically a way of combining a group of hard drives together to form a single &#8220;virtual&#8221; drive. The main benefit is not only to obtain a bigger combined space but also to have data protection by having redundancy. This redundancy is achieved by duplicating the data in the additional drives, [&#8230;]</p>
<p>&lt;p&gt;The post <a rel="nofollow" href="https://www.geekyprojects.com/storage/what-is-raid-levels-and-types/">What is RAID? Levels and Types</a> first appeared on <a rel="nofollow" href="https://www.geekyprojects.com">geekyprojects.com</a>.&lt;/p&gt;</p>
<p>The post <a href="https://www.geekyprojects.com/storage/what-is-raid-levels-and-types/">What is RAID? Levels and Types</a> appeared first on <a href="https://www.geekyprojects.com">geekyprojects.com</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p style="margin: 5px; float: left;"> <script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<!-- 300x250, created 3/2/08 -->
<ins class="adsbygoogle"
     style="display:inline-block;width:300px;height:250px"
     data-ad-client="ca-pub-2676685370942562"
     data-ad-slot="9413376785"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script></p>
<p>In simple terms, <strong>RAID is basically a way of combining a group of hard drives together to form a single &#8220;virtual&#8221; drive</strong>. The main benefit is not only to obtain a bigger combined space but also to have data protection by having redundancy. This redundancy is achieved by duplicating the data in the additional drives, therefore, if one drive fails your data will still be safe and available. <strong>In a nutshell, RAID provides two main advantages: performance and/or data redundancy</strong>.  In the following article I will be talking about the different RAID levels, their advantages and disadvantages. I will only focus on the RAID levels that are being used today, not in rare or obsolete ones like RAID 2, 3, and 4.  The purpose of this article is to help you get a quick understanding of what RAID is and what level to choose for your project. </p>
<p>&nbsp;</p>
<p><strong><span style="font-size: x-large;">RAID Types</span></strong></p>
<p>There are two ways RAID can be implemented:</p>
<p><strong><span style="text-decoration: underline;">Software RAID</span>:</strong> <strong>In &#8220;Software RAID&#8221;, all the configuration is handled by the operating system</strong>. The advantage of software RAID is that it is very cheap, since you do not have to buy extra hardware and the software to manage the RAID is included with most operating systems. One disadvantage is that since it is not managed by it own hardware, it takes resources away from the computer.</p>
<p><strong><span style="text-decoration: underline;">Hardware RAID</span>:</strong> <strong>In &#8220;Hardware RAID&#8221;, all information regarding your specific RAID configuration is handled by a hardware interface card</strong>. The main advantage if this implementation is improved performance. Since everything is handled by the interface card, the computer does no have to use memory or CPU power to run the RAID.</p>
<p><strong><span style="text-decoration: underline;">Note:</span></strong> In the past, hardware RAID was always the preferred choice, however in todays world of multi-core CPUs and affordable memory, opinion is increasingly shifting. With faster CPUs, software RAID can perform as good as hardware RAID and even faster in some instances.</p>
<p>&nbsp;</p>
<p><strong><span style="font-size: x-large;">RAID Levels</span></strong></p>
<p> Once you choose what RAID type you will be implementing, you have to choose the RAID level. <strong>The RAID level is basically the way you configure your drives</strong>. All levels have their advantages and disadvantages. Some are good for space but not for protection; others are good for protection but not for performance, etc. There is no &#8220;better&#8221; for all situations. Each of the choices listed below can be the &#8220;Best&#8221; for your specific situation. It is up to you to determine which, so read the article and choose wisely.</p>
<p>&nbsp;</p>
<p><span style="font-size: x-large;"><strong>Raid 0</strong></span></p>
<p>With RAID 0, you have two or more drives acting as if they were one single drive. Raid 0, however, offers &#8220;0&#8221; protection. In fact since you have two hard drives involved, you have twice the risk of losing your data, since it only takes one of them going bad to lose it all.</p>
<p><strong>Advantages:</strong><br />&#8211; Since it has no redundancy, RAID 0 uses hard drive space to it maximum. <br />&#8211; Speed.</p>
<p><strong>Disadvantages:</strong><br />&#8211; No protection; if you lose one single hard drive, your data is gone.<br />&#8211; Since you are using two hard drives with no redundancy, you are doubling your risk. It will actually be safer to store your data in a single hard drive of equal size.</p>
<p><strong>When to use:</strong><br />Raid 0 is for people that need space but do not care about losing their data. So in what case would it be beneficial to use RAID 0?. A good example could be a cheap backup server. Let&#8217;s say you have a bunch of old drives sitting around gathering dust. You need to back up your data, but none of them is big enough for the job. Put them all together to form a RAID 0 array and use their combined space. Just make sure the data that goes into this server is strictly for backup purposes.</p>
<p style="text-align: center;"><img fetchpriority="high" decoding="async" class="aligncenter" src="http://geekyprojects.com/wp-admin/images/09-05-11-RAID-Types/RAID-0-diagram.gif" alt="" width="630" height="219" /></p>
<p>&nbsp;</p>
<p><span style="font-size: x-large;"><strong>Raid 1</strong></span></p>
<p>In RAID 1 hard drives are mirrors of each other. This provides redundancy in case one of them happens to fail. Unlike RAID 0 where the total combined space of the drives is used, RAID 1 only uses half of the space, since the second drive is used for redundancy.  Both hard drives have to be of equal sizes.</p>
<p><strong>Advantages:</strong><br />&#8211; Redundancy.<br />&#8211; Speed.</p>
<p><strong>Disadvantages:</strong><br />&#8211; Space is not used efficiently. Since both drives are copies of each other, only half of the total combined size is used. <br /><strong></strong></p>
<p><strong>When to use:<br /></strong>Since RAID 1 is not good for space but rather good for speed and redundancy, it is good option for running the operating system. Servers usually have two RAID levels: a RAID 1 array which contains the operating system only and, and a second  level of RAID (usually RAID 5) for storage.</p>
<p style="text-align: center;"><img decoding="async" class="aligncenter" src="http://geekyprojects.com/wp-admin/images/09-05-11-RAID-Types/RAID-1-diagram.gif" alt="" width="630" height="234" /></p>
<p>&nbsp;</p>
<p><span style="font-size: x-large;"><strong>RAID 5</strong></span></p>
<p><meta http-equiv="content-type" content="text/html; charset=utf-8" /><strong>RAID 5 is probably the most popular level used in servers today</strong>. With RAID 5 you have a trade off between performance and efficient use of space. In RAID 5 <strong>redundancy is distributed among all drives</strong> and <strong>only one can break at a time</strong>. <strong>The minimum number of drives that can be used in RAID 5 is three</strong>.</p>
<p><strong>Advantages:</strong><br />&#8211; Efficient use ot total combined space.<br />&#8211; Fault tolerance: If you lose one drive your data is still safe.</p>
<p><strong>Disadvantages:</strong><br />&#8211; Speed: RAID 5 is not as fast as RAID 0 or 1<br />&#8211; If you lose more that one drive at the same time, your data is gone.</p>
<p><strong>When to use</strong>:<br />This RAID level is usually the best for storing data, since it makes an efficient use of the total combined space and provides data redundancy.</p>
<p style="text-align: center;"><img decoding="async" class="aligncenter" src="http://geekyprojects.com/wp-admin/images/09-05-11-RAID-Types/RAID-5-diagram.gif" alt="" width="630" height="271" /></p>
<p>&nbsp;</p>
<p><span style="font-size: x-large;"><strong>RAID 6</strong></span></p>
<p>Basically the same as RAID 5 with the differece that <strong>two drives can be down at the same time instead of just one</strong>. <strong>The minimum number of drives that can be used with RAID 6 is four</strong>.</p>
<p><strong>Advantages:</strong><br /><strong>&#8211; Two drives can break at the same time and your data is still safe.</strong></p>
<p><strong>Disadvantages:</strong><br />&#8211; Since two drives are used for parity, the <strong>total combined hard drive space is greatly reduced</strong>.<br /><meta http-equiv="content-type" content="text/html; charset=utf-8" />&#8211; Speed. RAID 6 is not as fast as RAID 0 or 1 <br />&#8211; Slower rebuilds: When a drive goes down and the array needs to be rebuilt, performance will decrease considerably when compared to other RAID methods. </p>
<p><strong>When to use</strong>:<br />Good to use for high-availability storage space. RAID 6 is basically the same as RAID 5 with increased data security. <meta http-equiv="content-type" content="text/html; charset=utf-8" /><strong>Not good if you want the most space you can get out of your drives since you will probably lose 40% of the total combined space</strong>. </p>
<p style="text-align: center;"><img loading="lazy" decoding="async" class="aligncenter" src="http://geekyprojects.com/wp-admin/images/09-05-11-RAID-Types/RAID-6-diagram.gif" alt="" width="630" height="288" /></p>
<p>&nbsp;</p>
<p><span style="font-size: x-large;"><strong>RAID Z</strong></span></p>
<p>Raid Z and RAID Z2 are the invention of Sun Micro Systems. RAID Z has all the benefits of RAID 5 and many other features which makes it far superior. As with RAID 5, RAID Z can support a number of hard drives working together and one for parity. <strong>The minimum number of hard drives you can have is three</strong> and <strong>only one of them can be down at a time</strong>. If more than one hard drive breaks at the same time, your data is gone.</p>
<p><strong>Advantages:</strong><br />&#8211; Has all the benefits of RAID 5 and many other features.</p>
<p><strong>Disadvantages:</strong><br /><strong>&#8211; Can only be used with Solaris based OSs like Open Solaris or Nexenta and BSD based systems like FreeBSD</strong>. </p>
<p><strong>When to use</strong>:<br /><strong>RAID Z is without a doubt the best RAID level for storage.</strong> It basically overcomes almost all of the shortcomings of earlier RAID levels and adds many new features; however, since it can only be used with Solaris and BSD based systems, it is best for use in NAS and other large data storage devices.</p>
<p style="text-align: center;"><img loading="lazy" decoding="async" class="aligncenter" src="http://geekyprojects.com/wp-admin/images/09-05-11-RAID-Types/RAID-Z-diagram.gif" alt="" width="630" height="286" /></p>
<p>&nbsp;</p>
<p><span style="font-size: x-large;"><strong>RAID Z2</strong></span></p>
<p>Raid Z2 is almost identical to Raid Z and similar to RAID 6. In RAID Z2, <strong>two hard drives can go down at the same time and your data will still be safe</strong> and accessible. Just like with RAID Z, RAID Z2 is vastly superior to RAID 6 as it includes many other features. <strong>The minimum amount of drives you can have with RAID Z2 is four</strong>. </p>
<p><strong>Advantages:</strong><br />&#8211; Your data is safer since two drives can be down at the same time instead of just one.<br />&#8211; It has all the benefits of RAID Z. </p>
<p><strong>Disadvantages:</strong><br />&#8211; Since two drives are used for parity, the <strong>total combined size of the space is greatly reduced</strong>.<br /><strong>&#8211; Can only be used with Solaris based OSs like Open Solaris or Nexenta and BSD based systems like FreeBSD</strong>.  </p>
<p><strong>When to use</strong>:<br />Same as RAID Z but with an added level of security. <meta http-equiv="content-type" content="text/html; charset=utf-8" /><strong>Not good if you want the most space you can get out of your drives.</strong> </p>
<p style="text-align: center;"><img loading="lazy" decoding="async" class="aligncenter" src="http://geekyprojects.com/wp-admin/images/09-05-11-RAID-Types/RAID-Z2-diagram.gif" alt="" width="630" height="320" /></p>
<p>&nbsp;</p>
<p><script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<!-- 300x250, created 10/1/10 -->
<ins class="adsbygoogle"
     style="display:inline-block;width:300px;height:250px"
     data-ad-client="ca-pub-2676685370942562"
     data-ad-slot="0155044962"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script></p>
<p>&lt;p&gt;The post <a rel="nofollow" href="https://www.geekyprojects.com/storage/what-is-raid-levels-and-types/">What is RAID? Levels and Types</a> first appeared on <a rel="nofollow" href="https://www.geekyprojects.com">geekyprojects.com</a>.&lt;/p&gt;</p>
<p>The post <a href="https://www.geekyprojects.com/storage/what-is-raid-levels-and-types/">What is RAID? Levels and Types</a> appeared first on <a href="https://www.geekyprojects.com">geekyprojects.com</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.geekyprojects.com/storage/what-is-raid-levels-and-types/feed/</wfw:commentRss>
			<slash:comments>3</slash:comments>
		
		
			<dc:creator>geekyprojects@gmail.com (Pablo Garcia)</dc:creator></item>
		<item>
		<title>Installing Visio Network Shapes in Dia</title>
		<link>https://www.geekyprojects.com/graphics/installing-visio-network-shapes-in-dia/</link>
					<comments>https://www.geekyprojects.com/graphics/installing-visio-network-shapes-in-dia/#respond</comments>
		
		
		<pubDate>Fri, 02 Sep 2011 02:03:00 +0000</pubDate>
				<category><![CDATA[Graphics]]></category>
		<category><![CDATA[Dia]]></category>
		<category><![CDATA[Installing]]></category>
		<category><![CDATA[Network]]></category>
		<category><![CDATA[Shapes]]></category>
		<category><![CDATA[Visio]]></category>
		<guid isPermaLink="false">http://geekyprojects.com/?p=5560</guid>

					<description><![CDATA[<p>Dia is a powerful free open source flowchart diagramming software; and it would be a true alternative to Visio if it wasn&#8217;t for a rather unfortunate flaw: the lack of nice, easy to understand network shapes. Let face it, network diagramming not only serves as a tool to help IT staff visualize a network but [&#8230;]</p>
<p>&lt;p&gt;The post <a rel="nofollow" href="https://www.geekyprojects.com/graphics/installing-visio-network-shapes-in-dia/">Installing Visio Network Shapes in Dia</a> first appeared on <a rel="nofollow" href="https://www.geekyprojects.com">geekyprojects.com</a>.&lt;/p&gt;</p>
<p>The post <a href="https://www.geekyprojects.com/graphics/installing-visio-network-shapes-in-dia/">Installing Visio Network Shapes in Dia</a> appeared first on <a href="https://www.geekyprojects.com">geekyprojects.com</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p style="margin: 5px; float: left;"> <!--adsense--></p>
<p>Dia is a powerful free open source flowchart diagramming software; and it would be a true alternative to Visio if it wasn&#8217;t for a rather unfortunate flaw: the lack of nice, easy to understand network shapes. Let face it, network diagramming not only serves as a tool to help IT staff visualize a network but also, to impress other people (e.g. the boss), who may or may not be as proficient visualizing these diagrams. Dia, unfortunately, totally fails in the &#8220;impress&#8221; category. Its crude network icons seem made more for super nerds than for regular human beings. That being said, there is an alternative: Dia allows for installation of additional 3rd party shapes. There is, however, no easy way of porting Visio stylesheets to Dia but you can install similar shapes which would serve the same purpose and would make your network diagrams look just as nice. </p>
<p>The following instructions will show you how to install the gnomeDIAicons, a set of network and database shapes that will make your network diagrams look as nice as Visio&#8217;s. We are assuming that you have Dia properly installed in the default directory.</p>
<p>&nbsp;</p>
<p style="text-align: center;"><img loading="lazy" decoding="async" class="shadow  aligncenter" src="http://geekyprojects.com/wp-admin/images/08-27-11-visio-network-shapes-dia/visio-network-shapes-dia-01.gif" alt="" width="554" height="496" /></p>
<p><span style="text-decoration: underline;"><em><strong>Note:</strong></em></span> Icon edges look jagged only in Dia. Final outcome is smooth.</p>
<p>&nbsp;</p>
<p><strong><span style="font-size: large;">Windows Installation</span></strong></p>
<p>&#8211; <a href="http://gnomediaicons.sourceforge.net/" target="_blank" rel="noopener">Download gnomeDIAicons</a>.</p>
<p>&#8211; <strong>Create a new directory</strong>.</p>
<p><strong>&#8211; Double click on the gnomeDIAicons tar file and uncompress it to the directory you just created</strong> using your favorite compression program. The shapes come compressed in a tar.gz format which any of the popular compression programs like Winzip, Winrar or 7zip should be able to handle.</p>
<p>&#8211; Enter the new directory containing the uncompressed shapes and copy the<strong> &#8220;RIB-Network&#8221; </strong>directory to the<strong> &#8220;shapes&#8221; </strong>directory in your Dia installation folder. The path should be <strong>C:\Program files\dia\shapes</strong>.</p>
<p>&#8211; Copy the<strong> &#8220;rib_network.sheet&#8221; </strong>file to the<strong> &#8220;sheets&#8221; </strong>directory. The path should be <strong>C:\Program files\dia\sheets</strong>.</p>
<p>&nbsp;</p>
<p><span style="font-size: large;"><strong>Linux Installation</strong></span></p>
<p>&#8211; <a href="http://gnomediaicons.sourceforge.net/" target="_blank" rel="noopener">Download gnomeDIAicons</a>.</p>
<p>&#8211; Open the shell prompt and issue the following command to enter the dia installation folder:</p>
<pre>cd /usr/share/dia</pre>
<p>&#8211; Once inside, issue the following command to copy the compressed file to the Dia directory:</p>
<pre>cp PATH/rib-network.tar.gz .</pre>
<p><em><span style="text-decoration: underline;"><strong>Note:</strong></span></em> Do not forget to include the dot at the end of the command.</p>
<p> &#8211; Finally, run the following command to uncompress and install the gnomeDIAicons.</p>
<pre>tar zxvf rib-network.tar.gz</pre>
<p>&nbsp;</p>
<p><strong><span style="font-size: large;">How to Find the gnomeDIAicons in DIA</span></strong></p>
<p style="text-align: center;"><img loading="lazy" decoding="async" class="aligncenter shadow" style="border: 1px solid grey;" src="http://geekyprojects.com/wp-admin/images/08-27-11-visio-network-shapes-dia/visio-network-shapes-dia-02.gif" alt="" width="183" height="448" /></p>
<p>&#8211; Open Dia, and on the toolbar, <strong>click on the sheet selection drop down list</strong>.</p>
<p>.- Click on &#8220;<strong>Other Sheets</strong>&#8220;.</p>
<p>&#8211; Click on &#8220;<strong>RIB-Network</strong>&#8221; to select the gnomeDIAicons.</p>
<p>&nbsp;</p>
<p><span style="font-size: large;"><strong>Final Toughts</strong></span></p>
<p>GnomeDIAicons are certainly not complete; some important icons are noticeably missing like the firewall and laptop icons, but it is a good start in the quest for a real alternative to Visio. It is such a shame that these icons have not been updated since 2009.</p>
<p><!--adsense#footerbox--></p>
<p>&lt;p&gt;The post <a rel="nofollow" href="https://www.geekyprojects.com/graphics/installing-visio-network-shapes-in-dia/">Installing Visio Network Shapes in Dia</a> first appeared on <a rel="nofollow" href="https://www.geekyprojects.com">geekyprojects.com</a>.&lt;/p&gt;</p>
<p>The post <a href="https://www.geekyprojects.com/graphics/installing-visio-network-shapes-in-dia/">Installing Visio Network Shapes in Dia</a> appeared first on <a href="https://www.geekyprojects.com">geekyprojects.com</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.geekyprojects.com/graphics/installing-visio-network-shapes-in-dia/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			<dc:creator>geekyprojects@gmail.com (Pablo Garcia)</dc:creator></item>
		<item>
		<title>Openfiler Vs. FreeNAS</title>
		<link>https://www.geekyprojects.com/general/openfiler-vs-freenas/</link>
					<comments>https://www.geekyprojects.com/general/openfiler-vs-freenas/#comments</comments>
		
		
		<pubDate>Thu, 11 Aug 2011 00:07:14 +0000</pubDate>
				<category><![CDATA[General]]></category>
		<category><![CDATA[advantages]]></category>
		<category><![CDATA[cons]]></category>
		<category><![CDATA[disadvantages]]></category>
		<category><![CDATA[freenas]]></category>
		<category><![CDATA[openfiler]]></category>
		<category><![CDATA[pros]]></category>
		<category><![CDATA[versus]]></category>
		<category><![CDATA[vs]]></category>
		<guid isPermaLink="false">http://geekyprojects.com/?p=5339</guid>

					<description><![CDATA[<p>  Let me start by saying that the only purpose of this article is to help you choose between OpenFiler and FreeNAS. I won&#8217;t waste time going into superficial issues like &#8220;GUI ease of use&#8221; or &#8220;installation tips&#8221; since, in the end, once you pass the learning curve, what&#8217;s really important is the performance and [&#8230;]</p>
<p>&lt;p&gt;The post <a rel="nofollow" href="https://www.geekyprojects.com/general/openfiler-vs-freenas/">Openfiler Vs. FreeNAS</a> first appeared on <a rel="nofollow" href="https://www.geekyprojects.com">geekyprojects.com</a>.&lt;/p&gt;</p>
<p>The post <a href="https://www.geekyprojects.com/general/openfiler-vs-freenas/">Openfiler Vs. FreeNAS</a> appeared first on <a href="https://www.geekyprojects.com">geekyprojects.com</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p style="margin: 5px; float: left;"> <!--adsense--></p>
<p>Let me start by saying that the only purpose of this article is to help you choose between OpenFiler and FreeNAS. I won&#8217;t waste time going into superficial issues like &#8220;GUI ease of use&#8221; or &#8220;installation tips&#8221; since, in the end, once you pass the learning curve, what&#8217;s really important is the performance and features of each. Openfiler and freeNAS are both excellent solutions to store your data safely, however, both have unique qualities that make them suitable for distinct environments.  If you are trying to decide between these two wonderful storage solutions,  here are some things you should consider. </p>
<p style="text-align: center;"> <img loading="lazy" decoding="async" class="aligncenter" src="http://geekyprojects.com/wp-admin/images/08-08-11-openfiler-vs-freenas/openfiler-vs-freenas.gif" alt="" width="350" height="150" /></p>
<p><strong><span style="font-size: large;">OpenFiler</span></strong></p>
<p><strong>Pros</strong></p>
<p>1) Better hardware compatibility.</p>
<p>2) Better SMB transfer speed. Openfiler is built on Linux which has a better SMB implementation than FreeBSD.</p>
<p>3) Better Active Directory support. AD support is definitely more advanced in Linux than in FreeBSD.</p>
<p>4) DRBD Support.</p>
<p>&nbsp;</p>
<p><strong>Cons</strong></p>
<p>1) Free version but commercially oriented. Some of the same features FreeNAS offers for free, Openfiler provides at a cost.</p>
<p>2) Does not support 4k Advanced Format Drives such as the Western Digital Green drives.</p>
<p>3) No ZFS filesystem support.</p>
<p>4) No RAID-Z support.</p>
<p>&nbsp;</p>
<p><span style="font-size: large;"><strong>FreeNAS</strong></span></p>
<p><strong>Pros</strong></p>
<p>1) Better performance with ZFS.</p>
<p>2) Better data security with ZFS, if you happen to use RAID-Z.</p>
<p>3) Completely free, not commercially oriented.</p>
<p>4) Can run on CF cards. CF cards are usually more reliable since they have no moving parts and are more energy efficient. It is basically one less hard drive that can heat up the rest.</p>
<p>5) Supports 4k advanced format drives such as the Western Digital Green drives.</p>
<p>&nbsp;</p>
<p><strong>Cons</strong></p>
<p>1) If you decide to use ZFS as your file system you can&#8217;t use old hardware. The minimum recommended is a 64bit processor, with 4GB of ram and 4 hard drives.</p>
<p>2) Hardware compatibility. FreeNAS runs on FreeBSD, which does not offer the best compatibility with lesser popular chipset brands. </p>
<p>3) No DRBD support.</p>
<p>&nbsp;</p>
<p><strong><span style="font-size: large;">Final Thoughts</span></strong></p>
<p><strong>Which one is better?</strong> As with any other IT question, this one does not have a simple answer. It all depends on what you want to use the storage for. <strong>If you need a storage solution for a big business production environment, Openfiler is probably mode adequate</strong> due to its support for DRBD. For those of you that don&#8217;t know, DRBD is similar to RAID 1 but instead of the mirroring occurring in the same physical controller, it occurs over the network, providing an exact copy of your data on a remote machine. This provides data integrity and security in case one of the two nodes goes down. FreeNAS on the other hand has RSYNC which is a great tool to backup your data but that is as far as it goes. RSYNC won&#8217;t provide availability or data integrity if the system goes down in the middle of a transfer. <strong>For home use and smaller networks I would definitely recommend freeNAS</strong>. FreeNAS has the best filesystem available today: ZFS.  ZFS has many advantages which I won&#8217;t discuss in detail now, however I can tell you that ZFS supports compression at the filesystem level which can dramatically improve performance and save space. With ZFS you also have the ability to use RAID-Z which provides more redundancy than RAID-5, since it can withstand 2 drives going down in a 4 drive pool instead of just 1. Finally, with FreeNAS all features are free out of the box, this is just not the case with the Linux-based Openfiler.</p>
<p><!--adsense#footerbox--></p>
<p>&lt;p&gt;The post <a rel="nofollow" href="https://www.geekyprojects.com/general/openfiler-vs-freenas/">Openfiler Vs. FreeNAS</a> first appeared on <a rel="nofollow" href="https://www.geekyprojects.com">geekyprojects.com</a>.&lt;/p&gt;</p>
<p>The post <a href="https://www.geekyprojects.com/general/openfiler-vs-freenas/">Openfiler Vs. FreeNAS</a> appeared first on <a href="https://www.geekyprojects.com">geekyprojects.com</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.geekyprojects.com/general/openfiler-vs-freenas/feed/</wfw:commentRss>
			<slash:comments>2</slash:comments>
		
		
			<dc:creator>geekyprojects@gmail.com (Pablo Garcia)</dc:creator></item>
		<item>
		<title>Move WSUS Files to Another Drive</title>
		<link>https://www.geekyprojects.com/active-directory/move-wsus-files-to-another-drive/</link>
					<comments>https://www.geekyprojects.com/active-directory/move-wsus-files-to-another-drive/#respond</comments>
		
		
		<pubDate>Sat, 06 Aug 2011 00:28:17 +0000</pubDate>
				<category><![CDATA[Active Directory]]></category>
		<category><![CDATA[archives]]></category>
		<category><![CDATA[files]]></category>
		<category><![CDATA[move]]></category>
		<category><![CDATA[update]]></category>
		<category><![CDATA[updates]]></category>
		<category><![CDATA[wsus]]></category>
		<guid isPermaLink="false">http://geekyprojects.com/?p=5346</guid>

					<description><![CDATA[<p>  Moving WSUS files to another drive is sometimes necessary, specially when you do not anticipate the amount of space it can occupy from the start. WSUS update files can take an incredible amount of space and if you are performing a new installation and are not familiar with it, you might underestimate this space. [&#8230;]</p>
<p>&lt;p&gt;The post <a rel="nofollow" href="https://www.geekyprojects.com/active-directory/move-wsus-files-to-another-drive/">Move WSUS Files to Another Drive</a> first appeared on <a rel="nofollow" href="https://www.geekyprojects.com">geekyprojects.com</a>.&lt;/p&gt;</p>
<p>The post <a href="https://www.geekyprojects.com/active-directory/move-wsus-files-to-another-drive/">Move WSUS Files to Another Drive</a> appeared first on <a href="https://www.geekyprojects.com">geekyprojects.com</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p style="margin: 5px; float: left;"> <!--adsense--></p>
<p>Moving WSUS files to another drive is sometimes necessary, specially when you do not anticipate the amount of space it can occupy from the start. WSUS update files can take an incredible amount of space and if you are performing a new installation and are not familiar with it, you might underestimate this space. Unfortunately, WSUS does not tell you in advance how much space you need depending on the files you select; you will only know when your hard drive fills up.  Now, you can always remove WSUS and reinstall it again, however, you would have to download all your files again which, depending on your bandwidth, can take many hours, even days. This article will teach you how to move all of the WSUS update files to another drive. </p>
<p>&nbsp;</p>
<p><strong><span style="font-size: large;">Instructions</span></strong></p>
<p><em><span style="text-decoration: underline;"><strong>Note:</strong></span></em> This article does not include moving the WSUS database. Moving the WSUS database involves additional steps and it is not really necessary since the space it takes is negligible compared to the space taken by the WSUS update files.</p>
<p>1) Click on &#8220;<strong>Start</strong>&#8220;, &#8220;<strong>Run</strong>&#8220;,type &#8220;<strong>cmd</strong>&#8221; to open a command prompt window and press enter.</p>
<p>2) Enter the &#8220;<strong>c:\program files\update services\tools</strong>&#8221; directory.</p>
<p>3) Use the following command to move all the WSUS files.</p>
<pre>wsusutil.exe movecontent <span style="color: #ff0000;">%content path%</span> <span style="color: #339966;">%logfile%</span> <span style="color: #0000ff;">–skipcopy</span></pre>
<p><strong><span style="color: #ff0000;">%content path%</span></strong> means the destination path where you are going to move your files to. WSUS already knows where your source files are, so you do not need to specify this on the command line, only the destination path. Example: If the destination of your files is going to be a directory called WSUS in drive d:\, then replace %content path% by <strong>d:\wsus</strong>. You must create this directory before executing the command, the command will not create it for you.</p>
<p><strong><span style="color: #008000;">%logfile%</span></strong> means the location and name of the log file WSUS will create to record everything that happens during the transfer. You can place this log file wherever you like, since this is just to help you record errors in case something goes wrong during the transfer. it can be for example <strong>d:\file-transfer.log</strong> or <strong>d:\wsus\file-trasfer.log</strong>.</p>
<p><strong><span style="color: #0000ff;">-skipcopy</span></strong> is optional and enables you to change the storage location without copying the actual files.</p>
<p style="text-align: center;"><img decoding="async" class="aligncenter shadow" style="border: 1px solid grey;" src="http://geekyprojects.com/wp-admin/images/07-10-11-move-wsus-files/move-wsus-files.gif" alt="" /></p>
<p>&nbsp;</p>
<p><strong><span style="font-size: large;">Final Thoughts</span></strong></p>
<p>WSUS 3.0 introduces some improvements over its predecessors. This is one of those improvements. Before the &#8220;<strong>wsusutil.exe movecontent</strong>&#8221; command, everything had to be done manually, and even after transferring the files it was difficult to make WSUS work again due to the complexity of the IIS permissions. This command is definitely a great improvement that will make your life a lot easier when you are surprised by a full hard drive.</p>
<p><!--adsense#footerbox--></p>
<p>&lt;p&gt;The post <a rel="nofollow" href="https://www.geekyprojects.com/active-directory/move-wsus-files-to-another-drive/">Move WSUS Files to Another Drive</a> first appeared on <a rel="nofollow" href="https://www.geekyprojects.com">geekyprojects.com</a>.&lt;/p&gt;</p>
<p>The post <a href="https://www.geekyprojects.com/active-directory/move-wsus-files-to-another-drive/">Move WSUS Files to Another Drive</a> appeared first on <a href="https://www.geekyprojects.com">geekyprojects.com</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.geekyprojects.com/active-directory/move-wsus-files-to-another-drive/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			<dc:creator>geekyprojects@gmail.com (Pablo Garcia)</dc:creator></item>
		<item>
		<title>Convert Office 2010 Documents to PDF</title>
		<link>https://www.geekyprojects.com/microsoft-office/convert-office-2010-documents-to-pdf/</link>
					<comments>https://www.geekyprojects.com/microsoft-office/convert-office-2010-documents-to-pdf/#respond</comments>
		
		
		<pubDate>Wed, 29 Jun 2011 01:10:49 +0000</pubDate>
				<category><![CDATA[Microsoft Office]]></category>
		<category><![CDATA[convert]]></category>
		<category><![CDATA[doc to pdf]]></category>
		<category><![CDATA[excel]]></category>
		<category><![CDATA[pdf]]></category>
		<category><![CDATA[powerpoint]]></category>
		<category><![CDATA[word]]></category>
		<guid isPermaLink="false">http://geekyprojects.com/?p=5172</guid>

					<description><![CDATA[<p>Continuing with our &#8220;converting to PDF&#8221; series, we are now going to take a look at Office 2010. With Office 2010 it is as easy as ever to convert your Word,  Excel, or Powerpoint files to PDF format. Microsoft has finally decided to include this option by default in the Office 2010 suite. In this [&#8230;]</p>
<p>&lt;p&gt;The post <a rel="nofollow" href="https://www.geekyprojects.com/microsoft-office/convert-office-2010-documents-to-pdf/">Convert Office 2010 Documents to PDF</a> first appeared on <a rel="nofollow" href="https://www.geekyprojects.com">geekyprojects.com</a>.&lt;/p&gt;</p>
<p>The post <a href="https://www.geekyprojects.com/microsoft-office/convert-office-2010-documents-to-pdf/">Convert Office 2010 Documents to PDF</a> appeared first on <a href="https://www.geekyprojects.com">geekyprojects.com</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p style="margin: 5px; float: left;"><!--adsense--></p>
<p>Continuing with our &#8220;converting to PDF&#8221; series, we are now going to take a look at Office 2010. With Office 2010 it is as easy as ever to convert your Word,  Excel, or Powerpoint files to PDF format. Microsoft has finally decided to include this option by default in the Office 2010 suite. In this short tutorial we will be covering how to save Word, Excel, Powerpoint and other Office program files to PDF in a few, very simple steps. In addition to PDF format, now you can save the in XPS format as well.  If you wish to save in formats other than PDF and XPF, read the last section of this article. </p>
<p>&nbsp;</p>
<p><strong><span style="font-size: large;">Converting from Word, Excel and Powerpoint to PDF</span></strong></p>
<p>1) To save your file to PDF, click on the &#8220;<strong>File</strong>&#8221; tab.</p>
<p>2) Then click on &#8220;<strong>Share</strong>&#8221; or &#8220;<strong>Save and Send</strong>&#8221; (you can also click &#8220;<strong>Save As</strong>&#8221; and then select &#8220;<strong>PDF</strong>&#8221; format as the &#8220;<strong>File Type</strong>&#8220;, however, the aforementioned options will give you more control).</p>
<p>3) In the middle section, click on &#8220;<strong>Create PDF/XPS Document</strong>&#8220;.</p>
<p>4) In the last section to the right, click on &#8220;<strong>Create a PDF/XPS Document</strong>&#8220;.</p>
<p style="text-align: center;"><img decoding="async" class="aligncenter shadow" style="border: 1px solid grey;" src="http://geekyprojects.com/wp-admin/images/06-19-11-office-2010-doc-to-pdf/office-2010-doc-to-pdf.gif" alt="" /></p>
<p>Next, the &#8220;<strong>Publish as PDF or XPS</strong>&#8221; window will appear. At the bottom of the window you will have two options: <strong>Standard (Publishing Online and Printing) </strong>and <strong>Minimum Size (Publishing Online). </strong>These options relate to the file size; choose the one that works best for you. Bear in mind that if you choose &#8220;Minimum Size&#8221; the quality of the document will suffer.</p>
<p>Once you are done choosing the file size, click on &#8220;<strong>Save as type:</strong>&#8220;; select PDF and click on the &#8220;<strong>Publish</strong>&#8221; button.</p>
<p><span style="text-decoration: underline;"><em><strong>Note:</strong></em></span> If you wish to<strong> save in XPS format</strong> all you have to do is change the &#8220;<strong>File Type</strong>&#8221; at the end, and then <strong>publish</strong> (or save) your file.</p>
<p>&nbsp;</p>
<p><span style="font-size: large;"><strong>Converting From Any Program </strong><strong>to PDF (Optional)</strong></span></p>
<p>It is rather convenient to have the possibility to convert your documents to PDF straight from Word or any of the programs included in the Office suite. This option, however, is limited to the Office package and only converts files to PDF or XPS format. If you want to be able to convert to PDF from any program and in additional image formats, like BMP, PNG, JPEG, SVG, etc. read my article:</p>
<p><a rel="nofollow" href="http://geekyprojects.com/microsoft-office/convert-any-document-to-pdf-for-free/">Convert Any Document to PDF for Free</a></p>
<p><!--adsense#footerbox--></p>
<p>&lt;p&gt;The post <a rel="nofollow" href="https://www.geekyprojects.com/microsoft-office/convert-office-2010-documents-to-pdf/">Convert Office 2010 Documents to PDF</a> first appeared on <a rel="nofollow" href="https://www.geekyprojects.com">geekyprojects.com</a>.&lt;/p&gt;</p>
<p>The post <a href="https://www.geekyprojects.com/microsoft-office/convert-office-2010-documents-to-pdf/">Convert Office 2010 Documents to PDF</a> appeared first on <a href="https://www.geekyprojects.com">geekyprojects.com</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.geekyprojects.com/microsoft-office/convert-office-2010-documents-to-pdf/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			<dc:creator>geekyprojects@gmail.com (Pablo Garcia)</dc:creator></item>
		<item>
		<title>Convert Office 2007 Documents to PDF</title>
		<link>https://www.geekyprojects.com/microsoft-office/convert-office-2007-documents-to-pdf/</link>
					<comments>https://www.geekyprojects.com/microsoft-office/convert-office-2007-documents-to-pdf/#respond</comments>
		
		
		<pubDate>Tue, 28 Jun 2011 02:00:01 +0000</pubDate>
				<category><![CDATA[Microsoft Office]]></category>
		<category><![CDATA[convert]]></category>
		<category><![CDATA[doc]]></category>
		<category><![CDATA[document]]></category>
		<category><![CDATA[file]]></category>
		<category><![CDATA[office 2007]]></category>
		<category><![CDATA[pdf]]></category>
		<guid isPermaLink="false">http://geekyprojects.com/?p=5174</guid>

					<description><![CDATA[<p>Unlike the new Office 2010 Suite, Office 2007 does not have the capability to convert and save its documents into PDF files natively. There is, however, the possibility of installing a plug-in provided by Microsoft for this purpose. For some reason, Microsoft did not include it with the 2007 Office package by default, however, it [&#8230;]</p>
<p>&lt;p&gt;The post <a rel="nofollow" href="https://www.geekyprojects.com/microsoft-office/convert-office-2007-documents-to-pdf/">Convert Office 2007 Documents to PDF</a> first appeared on <a rel="nofollow" href="https://www.geekyprojects.com">geekyprojects.com</a>.&lt;/p&gt;</p>
<p>The post <a href="https://www.geekyprojects.com/microsoft-office/convert-office-2007-documents-to-pdf/">Convert Office 2007 Documents to PDF</a> appeared first on <a href="https://www.geekyprojects.com">geekyprojects.com</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p style="margin: 5px; float: left;"><!--adsense--></p>
<p>Unlike the new Office 2010 Suite, Office 2007 does not have the capability to convert and save its documents into PDF files natively. There is, however, the possibility of installing a plug-in provided by Microsoft for this purpose. For some   reason, Microsoft did not include   it with the 2007 Office  package by   default, however, it is available on the   web as a free  download. Sadly, Microsoft waited until the 2007 version to provide a plug-in and till the 2010 version to make it a permanent addition the their Office suite, even though third party software had been offering this capability many years before. Nonetheless, this is a much welcomed option, specially for those of us for whom saving in PDF format is imperative.</p>
<p>&nbsp;</p>
<p><span style="font-size: large;"><strong>Converting from Word, Excel and Powerpoint to PDF</strong></span></p>
<p>Download and install the <a href="http://www.microsoft.com/download/en/details.aspx?displaylang=en&amp;id=9943" target="_blank" rel="noopener">PDF plug-in for Office 2007</a> made by Microsoft.</p>
<p style="text-align: center;"><img decoding="async" class="aligncenter shadow" style="border: 1px solid grey;" src="http://geekyprojects.com/wp-admin/images/06-19-11-office-2007-doc-to-pdf/office-2007-doc-to-pdf-01.gif" alt="" /></p>
<p>There  is  nothing in particular worth mentioning about the installation, just   keep clicking next until you finish.</p>
<p>Once installed, open the Office document you wish to save and <strong>click on the Orb</strong>.</p>
<p>Click on &#8220;<strong>Save As</strong>&#8220;.</p>
<p>Now you have a new option for saving in PDF format. Click on &#8220;<strong>PDF</strong>&#8220;.</p>
<p style="text-align: center;"><img decoding="async" class="aligncenter shadow" style="border: 1px solid grey;" src="http://geekyprojects.com/wp-admin/images/06-19-11-office-2007-doc-to-pdf/office-2007-doc-to-pdf-02.gif" alt="" /></p>
<p>Navigate to the desired location where you wish to save your new PDF file and click on &#8220;<strong>Save</strong>&#8220;.</p>
<p>And that is all; you have converted your Office document to PDF without spending a dime.</p>
<p>&nbsp;</p>
<p><span style="font-size: large;"><strong>Converting From Any Program </strong><strong>to PDF (Optional)</strong></span></p>
<p>It is rather convenient to have the possibility to convert your  documents to PDF straight from Word, Excel, Powerpoint, etc. This option, however, is limited to  the Office package and only converts files to PDF format. If you  wish to be able to convert to PDF from any program and in many other formats, like BMP, PNG, JPED, SVG, etc. read my article:</p>
<p><a rel="nofollow" href="http://geekyprojects.com/microsoft-office/convert-any-document-to-pdf-for-free/">Convert Any Document to PDF for Free</a></p>
<p>This option is specially useful for Office 2003 and older versions of Office.</p>
<p><!--adsense#footerbox--></p>
<p>&lt;p&gt;The post <a rel="nofollow" href="https://www.geekyprojects.com/microsoft-office/convert-office-2007-documents-to-pdf/">Convert Office 2007 Documents to PDF</a> first appeared on <a rel="nofollow" href="https://www.geekyprojects.com">geekyprojects.com</a>.&lt;/p&gt;</p>
<p>The post <a href="https://www.geekyprojects.com/microsoft-office/convert-office-2007-documents-to-pdf/">Convert Office 2007 Documents to PDF</a> appeared first on <a href="https://www.geekyprojects.com">geekyprojects.com</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.geekyprojects.com/microsoft-office/convert-office-2007-documents-to-pdf/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			<dc:creator>geekyprojects@gmail.com (Pablo Garcia)</dc:creator></item>
		<item>
		<title>Convert Any Document to PDF for Free</title>
		<link>https://www.geekyprojects.com/microsoft-office/convert-any-document-to-pdf-for-free/</link>
					<comments>https://www.geekyprojects.com/microsoft-office/convert-any-document-to-pdf-for-free/#respond</comments>
		
		
		<pubDate>Mon, 27 Jun 2011 21:52:34 +0000</pubDate>
				<category><![CDATA[Microsoft Office]]></category>
		<category><![CDATA[convert]]></category>
		<category><![CDATA[doc]]></category>
		<category><![CDATA[document]]></category>
		<category><![CDATA[file]]></category>
		<category><![CDATA[pdf]]></category>
		<guid isPermaLink="false">http://geekyprojects.com/?p=5154</guid>

					<description><![CDATA[<p>Remember the days where the only way to convert a Word or Excel document to PDF was to purchase a $600 license of Adobe Acrobat? Things have changed a lot since then. Now, there is a variety of free programs you can choose from to convert your files. Prices of these programs vary greatly; they [&#8230;]</p>
<p>&lt;p&gt;The post <a rel="nofollow" href="https://www.geekyprojects.com/microsoft-office/convert-any-document-to-pdf-for-free/">Convert Any Document to PDF for Free</a> first appeared on <a rel="nofollow" href="https://www.geekyprojects.com">geekyprojects.com</a>.&lt;/p&gt;</p>
<p>The post <a href="https://www.geekyprojects.com/microsoft-office/convert-any-document-to-pdf-for-free/">Convert Any Document to PDF for Free</a> appeared first on <a href="https://www.geekyprojects.com">geekyprojects.com</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p style="margin: 5px; float: left;"><!--adsense--></p>
<p>Remember the days where the only way to convert a Word or Excel document to PDF was to purchase a $600 license of Adobe Acrobat? Things have changed a lot since then. Now, there is a variety of free programs you can choose from to convert your files. Prices of these programs vary greatly; they can be anywhere from free to quite costly. As some of us might already know, commercial products are not always the best; in fact free, open source utilities match and many times surpass commercial software capabilities. In this article we will take a look at a free, open source utility called <strong>PDFCreator</strong>.</p>
<p><strong>This option actually works for all versions of Office as well as any program on your computer with print capabilities</strong>. Is is specially useful for those of us who are still using older versions of Microsoft Office (like 2003 and below), which do not have the option to save in PDF format by default. In order for you to create a PDF in these older versions of Office you are  going to have to install third party software that will allow you to  &#8220;print to PDF&#8221;. Don&#8217;t worry, you won&#8217;t actually have to print anything, but rather use the print option to save your file as a PDF document.</p>
<p><strong>After quite a bit of research, we picked PDFCreator; a free and open source utility that does much more than just save your file in PDF format</strong>. PDFCreator lets you alter the metadata inside the resulting pdf file, allowing you to include things such as keywords, author&#8217;s name, etc. <strong>It also lets you save your files to many additional formats like PNG, JPEG, BMP, TIFF, PSD, SVG, among others. </strong></p>
<p>&nbsp;</p>
<p><strong><span style="font-size: large;">Instructions</span></strong></p>
<p><a href="http://sourceforge.net/projects/pdfcreator/" target="_blank" rel="noopener">Download PDFCreator</a> and install it on your computer; there is nothing worth mentioning about the installation, just keep clicking next until you finish.</p>
<p>Once installed, open the document you wish to convert; click on &#8220;<strong>File</strong>&#8221; and &#8220;<strong>Print</strong>&#8220;.</p>
<p>Make sure the printer is set to &#8220;<strong>PDFCreator</strong>&#8220;.</p>
<p style="text-align: center;"><img loading="lazy" decoding="async" class="aligncenter shadow" style="border: 1px solid grey;" src="http://geekyprojects.com/wp-admin/images/06-19-11-convert-any-document-to-pdf/convert-any-document-to-pdf-01.gif" alt="" width="557" height="425" /></p>
<p>&nbsp;</p>
<p>Next, depending on your program, click on the &#8220;<strong>Print</strong>&#8221; or &#8220;<strong>Ok</strong>&#8221; buttons. After a few seconds, a second window will pop up. In this window, you  can  enter all the metadata you wish to be included on your PDF document;   this is totally optional. When finished editing the metadata, click &#8220;<strong>Save</strong>&#8221; to convert and save your document in PDF format.</p>
<p style="text-align: center;"><img loading="lazy" decoding="async" class="aligncenter shadow" style="border: 1px solid grey;" src="http://geekyprojects.com/wp-admin/images/06-19-11-convert-any-document-to-pdf/convert-any-document-to-pdf-02.gif" alt="" width="525" height="458" /></p>
<p>&nbsp;</p>
<p><span style="font-size: large;"><strong>Saving to Other Formats</strong><strong> (Optional)</strong></span></p>
<p>On the same previous window there is an &#8220;<strong>Options</strong>&#8221; button;  click on it if  you wish to save your document in a format other than  PDF.</p>
<p style="text-align: center;"><img loading="lazy" decoding="async" class="aligncenter shadow" style="border: 1px solid grey;" src="http://geekyprojects.com/wp-admin/images/06-19-11-convert-any-document-to-pdf/convert-any-document-to-pdf-03.gif" alt="" width="525" height="144" /></p>
<p>Then, once PDFCreator&#8217;s option window open up, on the left-hand side column, click on &#8220;<strong>Save</strong>&#8220;.</p>
<p>On the right-hand section under &#8220;<strong>Standard Save Format</strong>&#8220;, <strong>click on the drop down menu and select the file format you wish PDFCreator to save files by default</strong>.</p>
<p>Click &#8220;<strong>Save</strong>&#8221; to finish.</p>
<p style="text-align: center;"><img loading="lazy" decoding="async" class="aligncenter shadow" style="border: 1px solid grey;" src="http://geekyprojects.com/wp-admin/images/06-19-11-convert-any-document-to-pdf/convert-any-document-to-pdf-04.gif" alt="" width="621" height="607" /></p>
<p>From now on, PDFCreator will save your files in the format you selected. If you wish to go back to PDF format, just repeat the same steps.</p>
<p>&nbsp;</p>
<p><span style="font-size: large;"><strong>Final Thoughts</strong></span></p>
<p>Converting a document using PDF creator, involves one extra step over native PDF conversion options. Office 2007 offers a free plug-in for this purpose, and Office 2010 has the option by default.  PDFCreator, however, works with every program on your computer that has print capabilities and can save in a variety of file formats; formats not available with these other simpler options.</p>
<p><!--adsense#footerbox--></p>
<p>&lt;p&gt;The post <a rel="nofollow" href="https://www.geekyprojects.com/microsoft-office/convert-any-document-to-pdf-for-free/">Convert Any Document to PDF for Free</a> first appeared on <a rel="nofollow" href="https://www.geekyprojects.com">geekyprojects.com</a>.&lt;/p&gt;</p>
<p>The post <a href="https://www.geekyprojects.com/microsoft-office/convert-any-document-to-pdf-for-free/">Convert Any Document to PDF for Free</a> appeared first on <a href="https://www.geekyprojects.com">geekyprojects.com</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.geekyprojects.com/microsoft-office/convert-any-document-to-pdf-for-free/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			<dc:creator>geekyprojects@gmail.com (Pablo Garcia)</dc:creator></item>
		<item>
		<title>How to Boot from USB in VMware</title>
		<link>https://www.geekyprojects.com/virtualization/how-to-boot-from-usb-in-vmware/</link>
					<comments>https://www.geekyprojects.com/virtualization/how-to-boot-from-usb-in-vmware/#respond</comments>
		
		
		<pubDate>Fri, 03 Jun 2011 13:12:45 +0000</pubDate>
				<category><![CDATA[Virtualization]]></category>
		<category><![CDATA[boot]]></category>
		<category><![CDATA[flash drive]]></category>
		<category><![CDATA[USB]]></category>
		<category><![CDATA[Virtualbox]]></category>
		<category><![CDATA[vmware]]></category>
		<guid isPermaLink="false">http://geekyprojects.com/?p=4786</guid>

					<description><![CDATA[<p>Having the capability of booting from a USB drive in VMware is certainly useful, specially when you are creating and testing that bootable USB drive. However, neither VMware nor VirtualBox support booting from USB natively. Fortunately, there is a tool that will allow us to do just this, a free tool is called Plop. Plop [&#8230;]</p>
<p>&lt;p&gt;The post <a rel="nofollow" href="https://www.geekyprojects.com/virtualization/how-to-boot-from-usb-in-vmware/">How to Boot from USB in VMware</a> first appeared on <a rel="nofollow" href="https://www.geekyprojects.com">geekyprojects.com</a>.&lt;/p&gt;</p>
<p>The post <a href="https://www.geekyprojects.com/virtualization/how-to-boot-from-usb-in-vmware/">How to Boot from USB in VMware</a> appeared first on <a href="https://www.geekyprojects.com">geekyprojects.com</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p style="margin: 5px; float: left;"><!--adsense--></p>
<p>Having the capability of booting from a USB drive in VMware is certainly useful, specially when you are creating and testing that bootable USB drive. However, neither VMware nor VirtualBox support booting from USB natively. Fortunately, there is a tool that will allow us to do just this, a free tool is called Plop. Plop comes in an ISO image that you boot. When plop is up and running, it will ask you whether you want to boot from USB or continue booting from your hard drive. It is basically a program that will give you the capability that the BIOS lacks. In this article I will demonstrate how the process works using VMware. Plop is supposed to be compatible with VirtualBox as well, however, it did not in my case. </p>
<p>&nbsp;</p>
<p><strong><span style="font-size: large;">Instructions</span></strong></p>
<p><span style="text-decoration: underline;"><em><strong>Note</strong></em></span>: In this tutorial we are assuming that you have a virtual machine already created. It is not necessary, however, that you load an actual operating system on that virtual machine. Just having the &#8220;empty&#8217; virtual machine will do.</p>
<p>Download <a href="http://www.plop.at" target="_blank" rel="noopener">Plop Boot Manager</a> and uncompress the ISO image to your hard drive.</p>
<p><strong>Select your Virtual Machine</strong> and click on &#8220;<strong>Edit Virtual Machine Settings</strong>&#8220;.</p>
<p style="text-align: center;"><img loading="lazy" decoding="async" class="aligncenter shadow" style="border: 1px solid grey;" src="http://geekyprojects.com/wp-admin/images/05-29-11-boot-usb-vmware/vmware-boot-usb-01.gif" alt="" width="550" height="527" /></p>
<p>On the left-hand side of the &#8220;<strong>Virtual Machine Settings</strong>&#8221; window, select &#8220;<strong>CD/DVD</strong>&#8220;.</p>
<p>Then, on the right-hand side under &#8220;<strong>Connection</strong>&#8220;, select &#8220;<strong>Use ISO Image File</strong>&#8220;.</p>
<p>Click on the &#8220;<strong>Browse</strong>&#8221; button, search for and <strong>select the Plop ISO image you downloaded</strong> and uncompressed to your hard drive; the file should be named &#8220;<strong>plpbt.iso</strong>&#8220;.</p>
<p>Click &#8220;<strong>OK</strong>&#8221; to finish.</p>
<p style="text-align: center;"><img loading="lazy" decoding="async" class="aligncenter shadow" style="margin-left: -10px; margin-right: -10px; border: 1px solid grey;" src="http://geekyprojects.com/wp-admin/images/05-29-11-boot-usb-vmware/vmware-boot-usb-02.gif" alt="" width="657" height="579" /></p>
<p>Now, you are ready to boot from your USB drive. <strong>Make sure you have your bootable USB drive inserted on the computer and start your virtual machine</strong>.</p>
<p><span style="text-decoration: underline;"><em><strong>Note:</strong></em></span> VMware behaves almost exactly like a computer, it even has its own Phoenix BIOS. In order for you to be able to boot from your USB flash drive, you are going to have to <strong>change the order of the boot devices in the BIOS </strong>or enter the <strong>boot menu</strong>. The problem is that VMware boots so fast that it does not give you time to press the correct key to change the boot order. In order for you to solve this, you are going to have to <a href="http://geekyprojects.com/virtualization/how-to-increase-the-boot-delay-in-a-vmware-vm/">increase the virtual machine&#8217;s boot delay</a>.</p>
<p>Once you start your virtual machine, click the &#8220;<strong>Esc</strong>&#8221; key to enter the boot menu.</p>
<p>On the boot menu select &#8220;<strong>CD-ROM Drive</strong>&#8221; and click the &#8220;<strong>Enter</strong>&#8221; key.</p>
<p style="text-align: center;"><img loading="lazy" decoding="async" class="aligncenter shadow" style="border: 1px solid black;" src="http://geekyprojects.com/wp-admin/images/05-29-11-boot-usb-vmware/vmware-boot-usb-03.gif" alt="" width="435" height="290" /></p>
<p><strong>VMware will not boot from the Plop&#8217;s ISO image</strong>.</p>
<p>On Plop&#8217;s boot menu, select &#8220;<strong>USB</strong>&#8221; and click &#8220;<strong>Enter</strong>&#8220;.</p>
<p style="text-align: center;"><img loading="lazy" decoding="async" class="aligncenter shadow" style="border: 1px solid grey;" src="http://geekyprojects.com/wp-admin/images/05-29-11-boot-usb-vmware/vmware-boot-usb-04.gif" alt="" width="435" height="223" /></p>
<p>&nbsp;</p>
<p><strong><span style="font-size: large;">Final Thoughts</span></strong></p>
<p>Plop is definitely a great tool for those of us who need USB booting capabilities in virtual machines. Plop is not only designed to work with virtualization programs; it can also be used in machines who&#8217;s BIOS lack USB booting support. Plop, however, does not work with all hardware or with all virtualization programs. In fact, I found myself transitioning from VirtualBox to VMware since, even though Plop is supposed to work with Virtualbox, it did not work in my computer. However, the fact I was not able to use it in Virtualbox does not mean it will not work for you. So, if you use Virtualbox, try it before making any assumptions.</p>
<p><!--adsense#footerbox--></p>
<p>&lt;p&gt;The post <a rel="nofollow" href="https://www.geekyprojects.com/virtualization/how-to-boot-from-usb-in-vmware/">How to Boot from USB in VMware</a> first appeared on <a rel="nofollow" href="https://www.geekyprojects.com">geekyprojects.com</a>.&lt;/p&gt;</p>
<p>The post <a href="https://www.geekyprojects.com/virtualization/how-to-boot-from-usb-in-vmware/">How to Boot from USB in VMware</a> appeared first on <a href="https://www.geekyprojects.com">geekyprojects.com</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.geekyprojects.com/virtualization/how-to-boot-from-usb-in-vmware/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			<dc:creator>geekyprojects@gmail.com (Pablo Garcia)</dc:creator></item>
		<item>
		<title>How Enable Remote Desktop in Windows 7 and Vista</title>
		<link>https://www.geekyprojects.com/networking/how-enable-remote-desktop-in-windows-7-and-vista/</link>
					<comments>https://www.geekyprojects.com/networking/how-enable-remote-desktop-in-windows-7-and-vista/#respond</comments>
		
		
		<pubDate>Thu, 02 Jun 2011 12:20:58 +0000</pubDate>
				<category><![CDATA[Networking]]></category>
		<category><![CDATA[7]]></category>
		<category><![CDATA[enable]]></category>
		<category><![CDATA[remote desktop]]></category>
		<category><![CDATA[seven]]></category>
		<category><![CDATA[vista]]></category>
		<category><![CDATA[Windows]]></category>
		<guid isPermaLink="false">http://geekyprojects.com/?p=4989</guid>

					<description><![CDATA[<p>Since its beginnings, Windows Remote Desktop became an essential tool for IT professionals. There is not a day that goes by, that I don&#8217;t use it at work. It has saved me major aggravation, specially when I am at home and I need to access the office to solve any problem. A few days back [&#8230;]</p>
<p>&lt;p&gt;The post <a rel="nofollow" href="https://www.geekyprojects.com/networking/how-enable-remote-desktop-in-windows-7-and-vista/">How Enable Remote Desktop in Windows 7 and Vista</a> first appeared on <a rel="nofollow" href="https://www.geekyprojects.com">geekyprojects.com</a>.&lt;/p&gt;</p>
<p>The post <a href="https://www.geekyprojects.com/networking/how-enable-remote-desktop-in-windows-7-and-vista/">How Enable Remote Desktop in Windows 7 and Vista</a> appeared first on <a href="https://www.geekyprojects.com">geekyprojects.com</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p style="margin: 5px; float: left;"><!--adsense--></p>
<p>Since its beginnings, Windows Remote Desktop became an essential tool for IT professionals. There is not a day that goes by, that I don&#8217;t use it at work. It has saved me major aggravation, specially when I am at home and I need to access the office to solve any problem. A few days back I wrote a tutorial on <a title="How to Enable Remote Desktop in Windows XP" rel="nofollow" href="http://geekyprojects.com/tutorials/how-to-enable-remote-desktop-in-windows-xp/">how to enable Remote Desktop in Windows XP</a>; now is the turn of Windows 7 and Vista. The concept is basically the same, however, since things changed substantially starting with Vista, the steps are a little different. Before we start, it is important to mention that <strong>Remote Desktop is not available in the home versions of Windows Vista or 7</strong>. </p>
<div style="text-align: left;"></div>
<div style="text-align: left;"><span style="font-size: large;"><strong>Enabling Windows Remote Desktop</strong></span></div>
<p><strong><em><span style="text-decoration: underline;">Note:</span></em></strong> If both computers are on the same network or on a VPN connection, this first section of the instructions will be enough to get you connected.</p>
<p>In order for Remote Desktop to be operational, <strong>it needs to be enabled in the computer you will be connecting to</strong> (the destination computer). To enable it in Windows 7 or Vista, do the following:</p>
<p>1) Click on the <strong>Start orb</strong>.</p>
<p>2) Right-click on &#8220;<strong>Computer</strong>&#8220;.</p>
<p>3) Click on &#8220;<strong>Properties</strong>&#8220;.</p>
<p style="text-align: center;"><img loading="lazy" decoding="async" class="aligncenter shadow" style="border: 1px solid grey;" src="http://geekyprojects.com/wp-admin/images/05-11-11-enable-remote-desktop-windows-7/enable-remote-desktop-windows-7-vista-01.gif" alt="" width="606" height="276" /></p>
<p>This will open the computer&#8217;s system window. On the lower right-hand side of the screen, you will see a link named &#8220;<strong>Change Settings</strong>&#8220;; click on it.</p>
<p style="text-align: center;"><img loading="lazy" decoding="async" class="aligncenter shadow" style="border: 1px solid grey;" src="http://geekyprojects.com/wp-admin/images/05-11-11-enable-remote-desktop-windows-7/enable-remote-desktop-windows-7-vista-02.gif" alt="" width="475" height="300" /></p>
<p>This will open the &#8220;System Properties&#8221; window.</p>
<p>Click on the &#8220;<strong>Remote</strong>&#8221; tab.</p>
<p>Then, you have two options you can choose to enable remote desktop:</p>
<p>1) Allow connections from computers running any version of Remote Desktop (less secure).</p>
<p>2) Allow connections only from computers running Remote Desktop with Network Level Authentication (more secure).</p>
<p><strong>Which option to choose?</strong></p>
<p>While the last option seems to be the obvious choice due to its higher security level, it might not be appropriate for everybody; bear in mind that if you choose it, you won&#8217;t be able to connect using <a title="How to Enable Remote Desktop in Windows XP" rel="nofollow" href="http://geekyprojects.com/tutorials/how-to-enable-remote-desktop-in-windows-xp/">Windows XP</a> or <a title="How to Use the Real Windows Remote Destop in Ubuntu" rel="nofollow" href="http://geekyprojects.com/tutorials/how-to-use-the-real-windows-remote-destop-in-ubuntu/">Linux</a>, since they do not support &#8220;Network Level Authentication&#8221;. I always use the previous option since in my home and work networks, I have different operating systems. However, this is entirely up to you.</p>
<p>&nbsp;</p>
<p style="text-align: center;"><img loading="lazy" decoding="async" class="aligncenter shadow" style="border: 1px solid grey;" src="http://geekyprojects.com/wp-admin/images/05-11-11-enable-remote-desktop-windows-7/enable-remote-desktop-windows-7-vista-03.gif" alt="" width="422" height="470" /></p>
<p>You should now be able to connect remotely to this machine using the main &#8220;<strong>Administrator</strong>&#8221; account. If you would like to give permission to additional users, read the next section.</p>
<p>&nbsp;</p>
<p><span style="font-size: large;"><strong>Allowing Additional Users (Optional)</strong></span></p>
<p>If you want to add other users besides “Administrator”, do the following:</p>
<p>1) Click on the <strong>Start Orb</strong>.</p>
<p>2) Right-click on <strong>&#8220;Computer</strong>“.</p>
<p>3) Click on “<strong>Manage</strong>“.</p>
<p style="text-align: center;"><img loading="lazy" decoding="async" class="aligncenter shadow" style="border: 1px solid grey;" src="http://geekyprojects.com/wp-admin/images/05-11-11-enable-remote-desktop-windows-7/enable-remote-desktop-windows-7-vista-04.gif" alt="" width="606" height="276" /></p>
<p>4) On the “<strong>Computer Management Window</strong>“, under “<strong>Local Users and Groups</strong>“, click on “<strong>Users</strong>“.</p>
<p><strong><span style="text-decoration: underline;"><em>Note:</em></span> Skip step 5 if your user is already on the list.</strong></p>
<p>5) On the right-hand side of the window, right-click anywhere on the white background and select “<strong>New User</strong>“. Fill out the information and add it to the list. <strong> </strong></p>
<p style="text-align: center;"><strong><img loading="lazy" decoding="async" class="aligncenter" style="border: 1px solid grey;" src="http://geekyprojects.com/wp-admin/images/05-11-11-enable-remote-desktop-windows-7/enable-remote-desktop-windows-7-vista-05.gif" alt="" width="540" height="361" /><br />
</strong></p>
<p>6) <strong>Right click on the new user</strong> (or modify an existing one) and click on “<strong>Properties</strong>“.</p>
<p>7) On the new window that will pop-up, click on the “<strong>Member of</strong>” tab.</p>
<p>8) Click on the “<strong>Add</strong>” button.</p>
<p>9) On the next screen, on the blank field, type “<strong>Remote Desktop Users</strong>” and click “<strong>OK</strong>“ to add your user to this group.</p>
<p style="text-align: center;"><img loading="lazy" decoding="async" class="aligncenter shadow" style="border: 1px solid grey;" src="http://geekyprojects.com/wp-admin/images/05-11-11-enable-remote-desktop-windows-7/enable-remote-desktop-windows-7-vista-06.gif" alt="" width="410" height="457" /></p>
<p>And that is all. Your user should now have permission to connect remotely to this computer.</p>
<p>&nbsp;</p>
<p><span style="font-size: large;"><strong>Opening Ports in the Firewall (Optional, not for VPN Users)</strong></span></p>
<p>If you decide to connect directly from the web without having a  secure connection such as a VPN, you can open the right ports in the  firewall. Please note that it is not recommended to leave these ports  open all the time, since even though your computer might be password  protected, you are making it easier for hackers to access your computer.  This, however, can be done when a quick remote access connection is  needed and there is no other alternative.</p>
<p>All routers are pretty much the same, but they can use different  terminology. Basically, you have to enter your router’s configuration;  look for the “<strong>Port Forwarding</strong>” section and<strong> forward port 3389</strong> for both TCP and UDP protocols.</p>
<p>Just remember to remove the port forward once you are done working with Remote Desktop; you do not want to leave your computer exposed to hackers.</p>
<p>&nbsp;</p>
<p><span style="font-size: large;"><strong>Connecting “To” and “From” Other Operating Systems Via Windows Remote Desktop</strong></span></p>
<p><strong>Windows XP</strong></p>
<p><a rel="nofollow" href="http://geekyprojects.com/tutorials/how-to-enable-remote-desktop-in-windows-xp/">How to Enable Remote Desktop in Windows XP</a><strong><br />
</strong></p>
<p><strong>Ubuntu Linux</strong></p>
<p>Did you know you can connect remotely to a Ubuntu Linux machine using  Windows Remote Desktop? Did you know you can connect from Ubuntu Linux  to a Windows Machine using the real Remote Desktop as well? (not the VNC  knock-off that comes with Ubuntu which is slow as molasses).  I have  written the following articles just for this:</p>
<p><a rel="nofollow" href="../tutorials/how-to-use-the-real-windows-remote-destop-in-ubuntu/">Connect From Ubuntu Linux to Windows using Windows Remote Desktop</a></p>
<p><a rel="nofollow" href="../ubuntu/how-to-connect-from-windows-to-ubuntu-using-remote-desktop/">Connect from Windows to Ubuntu Linux using Windows Remote Desktop</a><br />
<!--adsense#footerbox--></p>
<p>&lt;p&gt;The post <a rel="nofollow" href="https://www.geekyprojects.com/networking/how-enable-remote-desktop-in-windows-7-and-vista/">How Enable Remote Desktop in Windows 7 and Vista</a> first appeared on <a rel="nofollow" href="https://www.geekyprojects.com">geekyprojects.com</a>.&lt;/p&gt;</p>
<p>The post <a href="https://www.geekyprojects.com/networking/how-enable-remote-desktop-in-windows-7-and-vista/">How Enable Remote Desktop in Windows 7 and Vista</a> appeared first on <a href="https://www.geekyprojects.com">geekyprojects.com</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.geekyprojects.com/networking/how-enable-remote-desktop-in-windows-7-and-vista/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			<dc:creator>geekyprojects@gmail.com (Pablo Garcia)</dc:creator></item>
		<item>
		<title>Wiping Free Disk Space in Windows on Schedule</title>
		<link>https://www.geekyprojects.com/security/wiping-free-disk-space-in-windows-on-schedule/</link>
					<comments>https://www.geekyprojects.com/security/wiping-free-disk-space-in-windows-on-schedule/#respond</comments>
		
		
		<pubDate>Wed, 01 Jun 2011 12:10:53 +0000</pubDate>
				<category><![CDATA[Security]]></category>
		<category><![CDATA[data]]></category>
		<category><![CDATA[Eraser]]></category>
		<category><![CDATA[Schedule]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Wipe]]></category>
		<guid isPermaLink="false">http://geekyprojects.com/?p=5009</guid>

					<description><![CDATA[<p>Why should we wipe free disk space on our hard drives? As you probably already know, once your recycle bin is emptied the files are not really erased; they just do not show up anymore and Windows uses the space whenever it is needed. The problem with this is that Windows writes randomly to the [&#8230;]</p>
<p>&lt;p&gt;The post <a rel="nofollow" href="https://www.geekyprojects.com/security/wiping-free-disk-space-in-windows-on-schedule/">Wiping Free Disk Space in Windows on Schedule</a> first appeared on <a rel="nofollow" href="https://www.geekyprojects.com">geekyprojects.com</a>.&lt;/p&gt;</p>
<p>The post <a href="https://www.geekyprojects.com/security/wiping-free-disk-space-in-windows-on-schedule/">Wiping Free Disk Space in Windows on Schedule</a> appeared first on <a href="https://www.geekyprojects.com">geekyprojects.com</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p style="margin: 5px; float: left;"><!--adsense--></p>
<p>Why should we wipe free disk space on our hard drives? As you probably already know, once your recycle bin is emptied the files are not really erased; they just do not show up anymore and Windows uses the space whenever it is needed. The problem with this is that Windows writes randomly to the hard drive and until all the sectors taken up by the erased file get overwritten, your file is not really gone. <strong>In this tutorial will show you how to wipe your free disk space. I will also show you how to do it on a schedule in case you forget</strong>. This will prevent your erased data from falling into the wrong hands. <strong>We are going to be using a small and handy utility called Eraser which can be set up to wipe your hard drive&#8217;s free disk space from Windows</strong>, using the most advanced techniques. </p>
<p><span style="font-size: large;"><strong>Creating a Task<br />
</strong></span></p>
<p>Download and install <a href="http://www.heidi.ie/eraser/" target="_blank" rel="noopener">Eraser</a>. There is nothing special worth mentioning about the installation; just keep clicking &#8220;<strong>Next</strong>&#8221; until finished.</p>
<p>Once installed, open eraser, right-click anywhere on the empty schedule list and click on &#8220;<strong>New Task</strong>&#8220;.</p>
<p style="text-align: center;"><img loading="lazy" decoding="async" class="aligncenter shadow" style="border: 1px solid grey;" src="http://geekyprojects.com/wp-admin/images/05-28-11-wipe-windows-free-disk-space/wipe-windows-free-disk-space-01.gif" alt="" width="430" height="275" /></p>
<p>On the Task Properties window, select &#8220;<strong>Recurring</strong>&#8220;. This will allow you to schedule the operation.</p>
<p>Then, click the &#8220;<strong>Add Data</strong>&#8221; button to select the data to be erased; this is where you can specify whether you want to wipe a specific file, folder or free disk space.</p>
<p style="text-align: center;"><img loading="lazy" decoding="async" class="aligncenter shadow" style="border: 1px solid grey;" src="http://geekyprojects.com/wp-admin/images/05-28-11-wipe-windows-free-disk-space/wipe-windows-free-disk-space-02.gif" alt="" width="377" height="494" /></p>
<p>It is entirely up to you to choose the erasure method. You can leave it as &#8220;<strong>Default</strong>&#8221; (which is in fact a single pass of pseudorandom data) or you can click on the drop-down menu and choose from the wide variety of methods provided by Eraser. Bear in mind that the higher number of passes the method that you choose has, the longer the process will take, and the highest the strain on your hard drive will be over time, specially if you are going to schedule a task that will run periodically. <strong>Other good methods to choose for the paranoid are the ones involving 3 passes, like US DoD, British HMS, US army, US Air force, etc.</strong> These methods will be secure enough and will probably finish in time if you leave them running each day over night.</p>
<p>Next, on the same window, select &#8220;<strong>Unused Disk Space</strong>&#8220;, <strong>making sure that you have the correct hard drive selected</strong> and &#8220;<strong>Erase Cluster Tips</strong>&#8221; checked; click &#8220;<strong>OK</strong>&#8221; and remain on the &#8220;Task Properties&#8221; window if you want to schedule the task.</p>
<p style="text-align: center;"><img loading="lazy" decoding="async" class="aligncenter shadow" style="border: 1px solid grey;" src="http://geekyprojects.com/wp-admin/images/05-28-11-wipe-windows-free-disk-space/wipe-windows-free-disk-space-03.gif" alt="" width="333" height="399" /></p>
<p style="text-align: center;">&nbsp;</p>
<p><span style="font-size: large;"><strong>Scheduling the Task</strong></span></p>
<p>Next, we are going to be scheduling our task. For this example we are going to set the application to wipe the hard drive every day at 6pm, all weekdays and excluding weekends.<strong> This would be the perfect setup for the workplace</strong> where the day usually ends at 5PM and weekends are off.</p>
<p>Assuming you are in the &#8220;<strong>Task Properties</strong>&#8221; window, click on the &#8220;<strong>Schedule</strong>&#8221; tab.</p>
<p>For this example we are going to set the task to run at 6:00PM.</p>
<p>Next, select &#8220;<strong>Weekly</strong>&#8221; and pick the days of the week you wish to run the task. For this example, we are setting the task to run every week, Monday through Friday and excluding weekends.</p>
<p>Click &#8220;<strong>OK</strong>&#8221; to finish.</p>
<p style="text-align: center;"><img loading="lazy" decoding="async" class="aligncenter shadow" style="border: 1px solid grey;" src="http://geekyprojects.com/wp-admin/images/05-28-11-wipe-windows-free-disk-space/wipe-windows-free-disk-space-04.gif" alt="" width="377" height="496" /></p>
<p>You should now see a new task added in your main Eraser window. Eraser is set by default to run each time you start Windows.</p>
<p style="text-align: center;"><img loading="lazy" decoding="async" class="aligncenter shadow" style="border: 1px solid grey;" src="http://geekyprojects.com/wp-admin/images/05-28-11-wipe-windows-free-disk-space/wipe-windows-free-disk-space-05.gif" alt="" width="445" height="269" /></p>
<p><!--adsense#footerbox--></p>
<p>&lt;p&gt;The post <a rel="nofollow" href="https://www.geekyprojects.com/security/wiping-free-disk-space-in-windows-on-schedule/">Wiping Free Disk Space in Windows on Schedule</a> first appeared on <a rel="nofollow" href="https://www.geekyprojects.com">geekyprojects.com</a>.&lt;/p&gt;</p>
<p>The post <a href="https://www.geekyprojects.com/security/wiping-free-disk-space-in-windows-on-schedule/">Wiping Free Disk Space in Windows on Schedule</a> appeared first on <a href="https://www.geekyprojects.com">geekyprojects.com</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.geekyprojects.com/security/wiping-free-disk-space-in-windows-on-schedule/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			<dc:creator>geekyprojects@gmail.com (Pablo Garcia)</dc:creator></item>
	</channel>
</rss>