<?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>Computer Tips For Geeks</title>
	<atom:link href="http://forevergeeks.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://forevergeeks.com</link>
	<description>Tech tips at no cost.</description>
	<lastBuildDate>Wed, 16 May 2012 21:55:22 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Exchange 2010 Useful Mailbox Commands</title>
		<link>http://forevergeeks.com/exchange-2010-useful-mailbox-commands-3/</link>
		<comments>http://forevergeeks.com/exchange-2010-useful-mailbox-commands-3/#comments</comments>
		<pubDate>Wed, 16 May 2012 21:08:27 +0000</pubDate>
		<dc:creator>Nelson</dc:creator>
				<category><![CDATA[Exchange 2010]]></category>

		<guid isPermaLink="false">http://forevergeeks.com/?p=3915</guid>
		<description><![CDATA[These exchange 2010 mailbox commands are primary for my records because I tend to forget things pretty fast, but I work with exchange a lot, and keeping these commands at hand is useful. Get Mailbox Statistics about specific user and export those records to a text file. Get-MailboxStatistics &#8220;nelson&#8221; &#124; Format-List StorageLimitStatus,TotalItemSize,TotalDeletedItemSize,ItemCount,DeletedItemCount &#62; c:\nelsonmailboxstats.txt Get mailbox size quota out of &#8230; <a href="http://forevergeeks.com/exchange-2010-useful-mailbox-commands-3/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>These exchange 2010 mailbox commands are primary for my records because I tend to forget things pretty fast, but I work with exchange a lot, and keeping these commands at hand is useful.</p>
<p><strong>Get Mailbox Statistics about specific user and export those records to a text file.</strong></p>
<p><em>Get-MailboxStatistics &#8220;nelson&#8221; | Format-List StorageLimitStatus,TotalItemSize,TotalDeletedItemSize,ItemCount,DeletedItemCount &gt; c:\nelsonmailboxstats.txt</em></p>
<p><strong>Get mailbox size quota out of a specific user and export that info to a text file:</strong></p>
<p><em>Get-Mailbox &#8220;nelson&#8221; | Format-List *Quota &gt; c:\nelsonquota.txt</em></p>
<p><strong>get quota info of all users in a specific database in exchange and export that info to a text file:</strong></p>
<p><em>Get-Mailbox -Database &#8220;Mailbox database&#8221; | Format-List DisplayName, *Quota &gt; c:\DBquotas.txt</em></p>
]]></content:encoded>
			<wfw:commentRss>http://forevergeeks.com/exchange-2010-useful-mailbox-commands-3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Exporting Certificate from IIS to Apache using Ubuntu</title>
		<link>http://forevergeeks.com/importing-certificate-from-iis-to-apache-using-ubuntu/</link>
		<comments>http://forevergeeks.com/importing-certificate-from-iis-to-apache-using-ubuntu/#comments</comments>
		<pubDate>Fri, 11 May 2012 13:18:59 +0000</pubDate>
		<dc:creator>Nelson</dc:creator>
				<category><![CDATA[Ubuntu Server]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[certificate]]></category>
		<category><![CDATA[iis]]></category>
		<category><![CDATA[ubuntu 10.10]]></category>

		<guid isPermaLink="false">http://forevergeeks.com/?p=3880</guid>
		<description><![CDATA[<a href="http://forevergeeks.com/importing-certificate-from-iis-to-apache-using-ubuntu/"><img align="left" hspace="5" width="150" height="150" src="http://forevergeeks.com/wp-content/uploads/2012/05/image_thumb1-150x150.png" class="alignleft wp-post-image tfe" alt="image" title="image" /></a>Yesterday I had to export a certificate from an intranet portal using IIS 6.0 to Apache 2.2 running on Ubuntu server 10.4. even though there is plenty of information on the web how export a certificate from IIS to Apache, I think most of the information out of there is either not very clear or is incomplete. On this post &#8230; <a href="http://forevergeeks.com/importing-certificate-from-iis-to-apache-using-ubuntu/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Yesterday I had to export a certificate from an intranet portal using IIS 6.0 to Apache 2.2 running on Ubuntu server 10.4. even though there is plenty of information on the web how export a certificate from IIS to Apache, I think most of the information out of there is either not very clear or is incomplete.</p>
<p>On this post I hope to document the process of exporting a certificate from IIS to Apache as clear and complete as possible for those newbies like me doing this process for the first time.<br />
 </p>
<h3>Exporting The Certificate From IIS 6.0</h3>
<p>Login to your IIS server ( Windows Server ) and go to the<strong> RUN</strong> command and type “<strong>mmc</strong>” and click <strong>OK.. </strong>the MMC management console will come up. on the console click on <strong>File</strong>  and then <strong>Add/Remove Snap-in </strong>then click on <strong>Add </strong>and then choose <strong>Certificates </strong>from the snap-in list and click on <strong>Add </strong>again:</p>
<p><a href="http://forevergeeks.com/wp-content/uploads/2012/05/image2.png"><img style="background-image: none; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border-width: 0px;" title="image" src="http://forevergeeks.com/wp-content/uploads/2012/05/image_thumb1.png" alt="image" width="454" height="305" border="0" /></a></p>
<p>Select <strong>Computer account </strong>on the following window, and then click on <strong>Finish. </strong>click on close in the rest of the windows you have open. then on your Certificates tree under the  <strong>Personal </strong>folder<strong> </strong>click on <strong>Certificates</strong>. you should see the certificates on the right hand side. Right-click on the certificate you want to export and choose  <strong>All Tasks </strong>and then <strong>Export</strong>:</p>
<p><a href="http://forevergeeks.com/wp-content/uploads/2012/05/image3.png"><img style="background-image: none; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border-width: 0px;" title="image" src="http://forevergeeks.com/wp-content/uploads/2012/05/image_thumb2.png" alt="image" width="454" height="172" border="0" /></a></p>
<p>the Certificate Export Wizard will come up. click on <strong>Next. </strong>on the following window make sure you select <strong>“Yes, export the private key”</strong></p>
<p><a href="http://forevergeeks.com/wp-content/uploads/2012/05/image4.png"><img style="background-image: none; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border-width: 0px;" title="image" src="http://forevergeeks.com/wp-content/uploads/2012/05/image_thumb3.png" alt="image" width="450" height="344" border="0" /></a></p>
<p>click on <strong>Next, </strong>choose <strong>Personal Information Exchange –PKCS #12 (.PFX) </strong>on the following window, and then enter a password for your certificate on the following screen. save the file in the following screen. preferably you should name the file the same as the domain you’re exporting. for example I called my certificate forevergeeks.com click on <strong>Finish </strong>on the last screen, and you should be done exporting the cert.</p>
<h3>Importing The Certificate To Apache</h3>
<p>upload the exported .PFX file to your Apache web server. I’m putting my file at the <strong>/var</strong> directory. it does not matter in what directory you put your file, just make sure you know the path of that directory. once the certificate is uploaded to the server establish a SSH console connection to the server so you can run some commands. I use putty.exe for this.</p>
<p>you also will need openSSL to execute these commands. type <strong>Sudo apt-get openssl </strong>if if openSSL is not installed on your server. then, the first thing we will do is to export the private key from the .PFX file. to do that, type this command in terminal:</p>
<p><strong>openssl pkcs12 -in filename.pfx -nocerts -out key.pem</strong></p>
<p><em>for example, my file is on the “var” directory on the apache web server, so I type “<strong>openssl pkcs12 –in /var/forevergeeks.com.pfx -nocerts –out /var/key.pem”</strong></em></p>
<p>you will be asked for the import password. this is the password you entered when exporting the certificate. then the command will ask you for a MAC password, and verify it.</p>
<p><a href="http://forevergeeks.com/wp-content/uploads/2012/05/image5.png"><img style="background-image: none; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border-width: 0px;" title="image" src="http://forevergeeks.com/wp-content/uploads/2012/05/image_thumb4.png" alt="image" width="644" height="84" border="0" /></a></p>
<p>Next we will need to export the certificate from the .pfx file. to do that, execute the following command:</p>
<p><strong>openssl pkcs12 -in filename.pfx -clcerts -nokeys -out cert.pem</strong></p>
<p><em>again, substitute the filename.pfx with your file name. for example, I’ll type “<strong>openssl pkcs12 –in /var.forevergeeks.com.pfx -clcerts -nokeys –out /var/cert.pem”</strong></em></p>
<p><a href="http://forevergeeks.com/wp-content/uploads/2012/05/image6.png"><img style="background-image: none; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border-width: 0px;" title="image" src="http://forevergeeks.com/wp-content/uploads/2012/05/image_thumb5.png" alt="image" width="649" height="94" border="0" /></a></p>
<p>Now we need to remove the passphrase from the private key, so the web server does not ask for it every time it starts. to do that execute the following command:</p>
<p><strong>openssl rsa -in key.pem -out server.key</strong></p>
<p>again, you need to pay attention to the path where your files are. for example, my key.pem file is in the <em>/var</em> directory in my web server. so that command for me will be <em><strong>openssl rsa –in /var/key.pem –out /var/server.key</strong></em></p>
<p>that’s it, you are done importing the certificate. now you need to make your web server recognize the certificate so when people go to your site using SSL they get a green URL instead of the certificate warning saying the certificate is not valid.</p>
<p>to enable the SSL functionality on your apache web server, type the following command:</p>
<p><strong>sudo a2ensite default.ssl</strong></p>
<p><em>hence that command is to enable the default.ssl file on your apache server. if you already have a virtualhost file please substitute this name with yours.</em></p>
<p>now using your FTP client open the default.ssl file located at /etc/apache2/sites-available folder, and add the following lines:</p>
<p><em><strong>SSLEngine on</strong></em></p>
<p><em><strong>SSLCertificateFile /path/to/certificate/cert.pem<br />
SSLCertificateKeyFile /patch/to/key/server.key</strong></em></p>
<p><em>in my example that will look like this:</em></p>
<p><em><strong>SSLEngine on</strong></em></p>
<p><em><strong>SSLCertificateFile /var/cert.pem<br />
SSLCertificateKeyFile /var/server.key</strong></em></p>
<p>save the file and restart your apache server with the following command:&#8221;</p>
<p><strong>sudo /etc/init.d/apache2 restart</strong></p>
<p>your certificate should be working now! that’s it, you’re done.</p>
]]></content:encoded>
			<wfw:commentRss>http://forevergeeks.com/importing-certificate-from-iis-to-apache-using-ubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installing openSUSE 11.1 ( iFolder Implementation )</title>
		<link>http://forevergeeks.com/installing-opensuse-11-1-ifolder-implementation/</link>
		<comments>http://forevergeeks.com/installing-opensuse-11-1-ifolder-implementation/#comments</comments>
		<pubDate>Sat, 25 Feb 2012 02:38:58 +0000</pubDate>
		<dc:creator>Nelson</dc:creator>
				<category><![CDATA[Tools]]></category>
		<category><![CDATA[opensuse]]></category>

		<guid isPermaLink="false">http://forevergeeks.com/?p=3869</guid>
		<description><![CDATA[<a href="http://forevergeeks.com/installing-opensuse-11-1-ifolder-implementation/"><img align="left" hspace="5" width="150" height="150" src="http://forevergeeks.com/wp-content/uploads/2012/02/image_thumb2-150x150.png" class="alignleft wp-post-image tfe" alt="image" title="image" /></a>This is a follow up on my previous post on how to implement iFolder at enterprise Level using Active Directory authentication. the previous post was just a preamble of the implementation plan so is not required for you to read it, but if time is not an issue, please take a look at it. today we will install openSUSE 11.1 &#8230; <a href="http://forevergeeks.com/installing-opensuse-11-1-ifolder-implementation/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>This is a follow up on my previous post on how to <a href="http://forevergeeks.com/dropbox-alternative-in-house-solution-for-businesses-ifolder-implementation-2/">implement iFolder</a> at enterprise Level using Active Directory authentication. the previous post was just a preamble of the implementation plan so is not required for you to read it, but if time is not an issue, please take a look at it. today we will install openSUSE 11.1 on which iFolder will run. I know openSUSE 11.1 is an old version of what is currently available from the openSUSE website, but you can still download the openSUSE 11.1 ISO from this <a href="http://download.opensuse.org/distribution/11.1/iso/">URL</a>. the reason why I ‘m still using openSUSE 11.1 is because I was never able to get Windows Active Directory authentication working with any newer version of openSUSE.. and because our objective is to get the latest iFolder package up and running using AD, then the OS version we use is not quite as relevant. if you have successfully installed iFolder and use AD for authentication in a newer openSUSE version please let me know. </p>
<p>let’s kick off the installation. </p>
<p>for this tutorial I am using a demo virtual machine, but the tutorial can be used when setting up a production server as well. if you are installing from a CD, pop-in the openSUSE CD on your server CD ROM or if you are using a virtual machine like me start the VM with the ISO image.. and the openSUSE welcome screen will come up:</p>
<p><a href="http://forevergeeks.com/wp-content/uploads/2012/02/image2.png"><img style="background-image: none; border-right-width: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="image" border="0" alt="image" src="http://forevergeeks.com/wp-content/uploads/2012/02/image_thumb2.png" width="639" height="480"></a></p>
<p>choose <strong>installation</strong> from the menu and hit Enter:</p>
<p><a href="http://forevergeeks.com/wp-content/uploads/2012/02/image3.png"><img style="background-image: none; border-right-width: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="image" border="0" alt="image" src="http://forevergeeks.com/wp-content/uploads/2012/02/image_thumb3.png" width="640" height="477"></a></p>
<p>openSUSE will load up.. wait for a few minutes depending on your hardware speed. after awhile the configuration screen wizard will show up:</p>
<p><a href="http://forevergeeks.com/wp-content/uploads/2012/02/image4.png"><img style="background-image: none; border-right-width: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="image" border="0" alt="image" src="http://forevergeeks.com/wp-content/uploads/2012/02/image_thumb4.png" width="634" height="480"></a></p>
<p>choose your language and the keyboard layout, normally the default and click on <strong>Next. </strong></p>
<p><a href="http://forevergeeks.com/wp-content/uploads/2012/02/image5.png"><img style="background-image: none; border-right-width: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="image" border="0" alt="image" src="http://forevergeeks.com/wp-content/uploads/2012/02/image_thumb5.png" width="636" height="480"></a></p>
<p>on the above screen choose your installation mode. most likely this is a new installation so choose that, and click <strong>Next. </strong></p>
<p><a href="http://forevergeeks.com/wp-content/uploads/2012/02/image6.png"><img style="background-image: none; border-right-width: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="image" border="0" alt="image" src="http://forevergeeks.com/wp-content/uploads/2012/02/image_thumb6.png" width="639" height="480"></a></p>
<p>choose your time zone and click on <strong>Next. </strong></p>
<p><a href="http://forevergeeks.com/wp-content/uploads/2012/02/image7.png"><img style="background-image: none; border-right-width: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="image" border="0" alt="image" src="http://forevergeeks.com/wp-content/uploads/2012/02/image_thumb7.png" width="640" height="484"></a></p>
<p>select your Desktop… I choose <strong>GNONE </strong>desktop because is what I am most comfortable with, but you can choose KDE if you like.</p>
<p><a href="http://forevergeeks.com/wp-content/uploads/2012/02/image8.png"><img style="background-image: none; border-right-width: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="image" border="0" alt="image" src="http://forevergeeks.com/wp-content/uploads/2012/02/image_thumb8.png" width="640" height="479"></a></p>
<p>next choose your partition.. choose<strong> Partition Based</strong> and click <strong>Next </strong>( if you need to partition your hard drive differently click on edit partition setup, and configure the partition as you like )&nbsp; </p>
<p><a href="http://forevergeeks.com/wp-content/uploads/2012/02/image9.png"><img style="background-image: none; border-right-width: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="image" border="0" alt="image" src="http://forevergeeks.com/wp-content/uploads/2012/02/image_thumb9.png" width="640" height="479"></a></p>
<p>Enter your full name, and choose a username, and&nbsp; a password, check “use this password for system administrator” and uncheck “Automatic Login”&nbsp; after doing that, click on <strong>Next:</strong></p>
<p><a href="http://forevergeeks.com/wp-content/uploads/2012/02/image10.png"><img style="background-image: none; border-right-width: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="image" border="0" alt="image" src="http://forevergeeks.com/wp-content/uploads/2012/02/image_thumb10.png" width="637" height="480"></a></p>
<p>Review your installation settings, and click on <strong>Install. </strong>confirm the installation, and the installation wizard should start. </p>
<p><a href="http://forevergeeks.com/wp-content/uploads/2012/02/image11.png"><img style="background-image: none; border-right-width: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="image" border="0" alt="image" src="http://forevergeeks.com/wp-content/uploads/2012/02/image_thumb11.png" width="640" height="479"></a></p>
<p>after a long while openSUSE should get installed,&nbsp; and present you with a login screen:</p>
<p><a href="http://forevergeeks.com/wp-content/uploads/2012/02/image12.png"><img style="background-image: none; border-bottom: 0px; border-left: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top: 0px; border-right: 0px; padding-top: 0px" title="image" border="0" alt="image" src="http://forevergeeks.com/wp-content/uploads/2012/02/image_thumb12.png" width="626" height="480"></a></p>
<p>&nbsp;</p>
<p>that’s it for now, in the next post we will install the required components in openSUSE to install iFolder. </p>
]]></content:encoded>
			<wfw:commentRss>http://forevergeeks.com/installing-opensuse-11-1-ifolder-implementation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Planning The iFolder Implementation ( Follow Up )</title>
		<link>http://forevergeeks.com/planning-the-ifolder-implementation-follow-up-2/</link>
		<comments>http://forevergeeks.com/planning-the-ifolder-implementation-follow-up-2/#comments</comments>
		<pubDate>Sat, 25 Feb 2012 01:08:23 +0000</pubDate>
		<dc:creator>Nelson</dc:creator>
				<category><![CDATA[Tools]]></category>
		<category><![CDATA[ifolder]]></category>
		<category><![CDATA[opensuse]]></category>

		<guid isPermaLink="false">http://forevergeeks.com/?p=3840</guid>
		<description><![CDATA[<a href="http://forevergeeks.com/planning-the-ifolder-implementation-follow-up-2/"><img align="left" hspace="5" width="150" height="150" src="http://forevergeeks.com/wp-content/uploads/2012/02/BS01007__thumb1-150x150.gif" class="alignleft wp-post-image tfe" alt="BS01007_" title="BS01007_" /></a>When deploying iFolder, one of the first things you need to think about is storage space, and how you will provision such storage for your users. for example if you have an organization with 450 users, and you set a disk quota of 2 GB of for each user, then you will need an iFolder server with 1 TB of &#8230; <a href="http://forevergeeks.com/planning-the-ifolder-implementation-follow-up-2/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>When deploying iFolder, one of the first things you need to think about is storage space, and how you will provision such storage for your users. for example if you have an organization with 450 users, and you set a disk quota of 2 GB of for each user, then you will need an iFolder server with 1 TB of storage minimum. that could either be storage on a SAN or hard drive disk space, etc. also as rule, always leave some room for growth on the server, so the server should not be a full capacity at the deploying&nbsp; phase.. leaving 20 to 30% of free space for growth is a good metric. </p>
<h3><a href="http://forevergeeks.com/wp-content/uploads/2012/02/BS01007_1.gif"><img style="background-image: none; border-bottom: 0px; border-left: 0px; margin: 0px 10px 0px 0px; padding-left: 0px; padding-right: 0px; display: inline; float: left; border-top: 0px; border-right: 0px; padding-top: 0px" title="BS01007_" border="0" alt="BS01007_" align="left" src="http://forevergeeks.com/wp-content/uploads/2012/02/BS01007__thumb1.gif" width="240" height="237"></a>Server Hardware Requirements</h3>
<p>If you are planning to deploy iFolder in an organization with 450 users of more, then you will need a good server with a fast processor and enough memory. as a minimum reserve 1GB or 2 for the OS and applications,and then add 4 MB of memory for each user added to the iFolder server. for example, if you are planning to deploy iFolder for 450 users,reserve 2GB for openSUSE and other required applications and then add 4 MB for each user, that would be around 3.5 GB of memory in total. for a processor, a Qua-Core with 2.x GHz speed should be enough. </p>
<p>also make sure you have a sort of disk redundancy on the server like RAID 5. if you are using a SAN for data storage then you should be fine without using any RAID.. the advantages of iFolder is that it is redundant in itself. if the server fails, then files are still saved locally in all users devices, and if client devices fail, the data is in the server, but to add reliability to your server is always better to setup a sort of redundancy at the server level like RAID 5. </p>
<p>next, we will start with the installation of openSUSE, and we should be in our way of setting up our iFolder server.</p>
]]></content:encoded>
			<wfw:commentRss>http://forevergeeks.com/planning-the-ifolder-implementation-follow-up-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Dropbox In-House Alternative Solution For Businesses ( iFolder Implementation )</title>
		<link>http://forevergeeks.com/dropbox-alternative-in-house-solution-for-businesses-ifolder-implementation-2/</link>
		<comments>http://forevergeeks.com/dropbox-alternative-in-house-solution-for-businesses-ifolder-implementation-2/#comments</comments>
		<pubDate>Mon, 20 Feb 2012 19:04:07 +0000</pubDate>
		<dc:creator>Nelson</dc:creator>
				<category><![CDATA[Tools]]></category>
		<category><![CDATA[dropbox]]></category>
		<category><![CDATA[ifolder]]></category>

		<guid isPermaLink="false">http://forevergeeks.com/?p=3820</guid>
		<description><![CDATA[<a href="http://forevergeeks.com/dropbox-alternative-in-house-solution-for-businesses-ifolder-implementation-2/"><img align="left" hspace="5" width="150" height="150" src="http://forevergeeks.com/wp-content/uploads/2012/02/image_thumb1-150x150.png" class="alignleft wp-post-image tfe" alt="image" title="image" /></a>I know Dropbox is cool, and users love it for its convenience, usefulness, and simplicity, but if you are a sys admin&#160; or IT manager with a paranoid gland as large as mine you know that putting private company stuff in public servers is a risky thing. users don’t understand this, because they normally adopt whatever tools make their work &#8230; <a href="http://forevergeeks.com/dropbox-alternative-in-house-solution-for-businesses-ifolder-implementation-2/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I know Dropbox is cool, and users love it for its convenience, usefulness, and simplicity, but if you are a sys admin&nbsp; or IT manager with a paranoid gland as large as mine you know that putting private company stuff in public servers is a risky thing. users don’t understand this, because they normally adopt whatever tools make their work life easier regardless of the security risks or IT approval for it. so instead of going against the inevitable find a solution that suits their need.&nbsp; there are other Dropbox alternatives for businesses like box.com, but this tutorial is aimed at businesses wanting to implement a Dropbox similar solution in house. </p>
<h3>Benefits of implementing your own in house Dropbox alike solution are:</h3>
<ul>
<li>Data never leaves your network ( it stays in house )
<li>total control of account provisioning and storage quotas
<li>make sure your data on the server is really encrypted with a reliable encryption method.
<li>strong password enforcement ( through Active Directory )
<li>easy account management ( though Active Directory )
<li>etc. </li>
</ul>
<p>I know there are many other benefits that I probably missed on my bullets above, but let’s assume your primary reason to develop an in house Dropbox alternative solution is security, so let’s build the solution with that on mind. </p>
<p><a href="http://forevergeeks.com/wp-content/uploads/2012/02/image1.png"><img style="background-image: none; border-bottom: 0px; border-left: 0px; margin: 0px 34px 0px 0px; padding-left: 0px; padding-right: 0px; display: inline; float: left; border-top: 0px; border-right: 0px; padding-top: 0px" title="image" border="0" alt="image" align="left" src="http://forevergeeks.com/wp-content/uploads/2012/02/image_thumb1.png" width="280" height="285"></a></p>
<p>my solution is based on <a href="http://ifolder.com/ifolder">iFolder</a> , an open source standalone synchronization tool developed by Novell. iFolder is also packaged by default in Novell Open Enterprise Server. if you want to get support from Novell when things go wrong with iFolder that&#8217;s the best route to go. my tutorial is based on the standalone open source solution so there is not a dime spent on this process, but some knowledge of openSUSE and Apache web server is assumed.. in other words, we have to do it all by ourselves. from setting up the server to compile the iFolder files. don’t be intimidated by that, is not hard, but be patient there is a great deal of educated clicks you have to do..&nbsp; </p>
<h3>iFolder Features are:</h3>
<ul>
<li>SSL communication between clients and server ( this could be a self assigned cert, or an Internet CA )
<li>only Internet connection required to sync ( it does not matter where the user is located, either within the company network or in another continent, the content in iFolder will sync to the server&nbsp; as long as the client device has Internet connection )
<li>128-bit Blowfish file encryption at server level
<li>LDAP integration support ( force or adopt already implemented AD strong password policy. import and provision user accounts from AD..&nbsp; )
<li>File sharing and collaboration between coworkers ( users set permissions who can collaborate or share files with on their iFolders )&nbsp;
<li>passphrase enforcement to view files on the server ( users can set a passphrase to view their content on the server, in other words, no one will be able to see ( not even the admin ) what iFolder users are storing in their iFolders without the passphrase they choose when setting up their iFolder.
<li>Windows, MACs and any version of Linux is supported as clients
<li>and many other enhancement features. </li>
</ul>
<h3>Follow Up</h3>
<p>our next step will be to install and configure openSUSE 11.1 ( my tested solution ) on which our iFolder server will eventually be installed. stay tuned for that .</p>
<p>cheers,</p>
<p>Nelson.</p>
]]></content:encoded>
			<wfw:commentRss>http://forevergeeks.com/dropbox-alternative-in-house-solution-for-businesses-ifolder-implementation-2/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Windows EasyTransfer From Windows 7 64-Bit To Windows 7 32-Bit OS</title>
		<link>http://forevergeeks.com/transfer-from-windows-7-64-bit-to-windows-7-32-bit-os/</link>
		<comments>http://forevergeeks.com/transfer-from-windows-7-64-bit-to-windows-7-32-bit-os/#comments</comments>
		<pubDate>Thu, 04 Aug 2011 18:12:09 +0000</pubDate>
		<dc:creator>Nelson</dc:creator>
				<category><![CDATA[Windows 7]]></category>
		<category><![CDATA[Transfer files]]></category>
		<category><![CDATA[Windows Easy Transfer]]></category>

		<guid isPermaLink="false">http://forevergeeks.com/transfer-from-windows-7-64-bit-to-windows-7-32-bit-os</guid>
		<description><![CDATA[<a href="http://forevergeeks.com/transfer-from-windows-7-64-bit-to-windows-7-32-bit-os/"><img align="left" hspace="5" width="150" height="150" src="http://forevergeeks.com/wp-content/uploads/2011/08/Windows_Easy_Transfer_Logo-150x150.png" class="alignleft tfe wp-post-image" alt="Windows_Easy_Transfer_Logo" title="Windows_Easy_Transfer_Logo" /></a>If you are reading this post is most likely because you used Windows Easy Transfer to save your files and settings from your 64-bit Windows 7 computer, and now when you try to transfer those files and settings back to a Windows 7 32-bit operating system computer you are getting this fat error: Windows Easy Transfer can’t transfer files from &#8230; <a href="http://forevergeeks.com/transfer-from-windows-7-64-bit-to-windows-7-32-bit-os/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>If you are reading this post is most likely because you used Windows Easy Transfer to save your files and settings from your 64-bit Windows 7 computer, and now when you try to transfer those files and settings back to a Windows 7 32-bit operating system computer you are getting this fat error:</p>
<p><em>Windows Easy Transfer can’t transfer files from a 64-bit computer to a 32-bit computer:</em></p>
<p><a href="http://forevergeeks.com/wp-content/uploads/2011/08/image.png"><img style="background-image: none; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border: 0px;" title="image" src="http://forevergeeks.com/wp-content/uploads/2011/08/image_thumb.png" alt="image" width="554" height="147" border="0" /></a></p>
<p>the error is correct, because of architecture differences between windows 7 64-bit and Windows 7 32-bit OS, the program only works one way, from 32-bit to 64-bit but not vise versa. I know it sucks, but I have a solution for you, not the best one, but still you can get your files back, if that’s critical for you.</p>
<p>you need to install either <a href="http://www.vmware.com/products/server/overview.html">VMware Server</a> or <a href="http://www.microsoft.com/windows/virtual-pc/default.aspx">Virtual PC</a>.  after you install VMware Server, or Virtual PC <a href="http://forevergeeks.com/creating-a-virtual-machine-on-vmware-server-20">create a VM</a> and install Windows 7 64-bit  on it. you can download Windows 7 64-bit trial for 90 days from <a href="http://technet.microsoft.com/en-us/evalcenter/cc442495">here</a>  after you have installed Windows 7 64-bit on the VM, run the Windows easy transfer from the VM to get the files, and then manually copy the files to your new 32-bit Windows 7 computer.</p>
<p>easy.</p>
<p>I told you it was not the best solution, but it worked for me, and it might work for you.</p>
<p>cheers,</p>
<p>Nelson.</p>
]]></content:encoded>
			<wfw:commentRss>http://forevergeeks.com/transfer-from-windows-7-64-bit-to-windows-7-32-bit-os/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Join.me &#8211; A Short Review</title>
		<link>http://forevergeeks.com/join-me-a-short-review/</link>
		<comments>http://forevergeeks.com/join-me-a-short-review/#comments</comments>
		<pubDate>Sat, 30 Jul 2011 15:56:32 +0000</pubDate>
		<dc:creator>Nelson</dc:creator>
				<category><![CDATA[Tools]]></category>
		<category><![CDATA[remote desktop sharing]]></category>
		<category><![CDATA[remote troubleshooting]]></category>

		<guid isPermaLink="false">http://forevergeeks.com/join-me-a-short-review</guid>
		<description><![CDATA[<a href="http://forevergeeks.com/join-me-a-short-review/"><img align="left" hspace="5" width="150" height="150" src="http://forevergeeks.com/wp-content/uploads/2011/07/image_thumb82-150x150.png" class="alignleft wp-post-image tfe" alt="image" title="image" /></a>When it comes to remote troubleshooting and remote screen sharing there is no easier tool out of there than Join.me. and the best of all, its free!. I have tested and used many remote troubleshooting tools because I work with remote users a lot. some of the tools I have used and tested are: showmypc.com, logmein.com, mikogo.com, webex.com, crossloop.com, and &#8230; <a href="http://forevergeeks.com/join-me-a-short-review/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>When it comes to remote troubleshooting and remote screen sharing there is no easier tool out of there than Join.me. and the best of all, its free!. I have tested and used many remote troubleshooting tools because I work with remote users a lot. some of the tools I have used and tested are: showmypc.com, logmein.com, mikogo.com, webex.com, crossloop.com, and many  others I cannot remember at this moment, and nothing is easier to use than join.me</p>
<p>Why easiness is important to me? because if you have worked with remote users, then you know how a pain in the ass is to guide them over the phone to download and configure a software to gain remote access to their computers. not too long ago, I had to write long how-to documents for users on how to download and install the remote screen sharing tool I was using in order for me to get remote access to their computers.</p>
<p>not anymore with join.me</p>
<p><a href="http://forevergeeks.com/wp-content/uploads/2011/07/image84.png"><img style="background-image: none; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border-width: 0px;" title="image" src="http://forevergeeks.com/wp-content/uploads/2011/07/image_thumb82.png" alt="image" width="570" height="310" border="0" /></a></p>
<p>there are only two buttons on join.me, so there is no confusion at all ( this is a huge + when dealing with users ) basically the whole process of gaining access to a remote user computer is inviting that user to go to join.me and click on the share button, and execute the a little executable file that get’s downloaded.  there is no installation. after the user click on the executable file, this menu will appear on top of the desktop:</p>
<p><a href="http://forevergeeks.com/wp-content/uploads/2011/07/image85.png"><img style="background-image: none; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border-width: 0px;" title="image" src="http://forevergeeks.com/wp-content/uploads/2011/07/image_thumb83.png" alt="image" width="244" height="104" border="0" /></a></p>
<p>then just ask the user to send you the link that appear on top, and that’s it… its just that simple.</p>
<p>so far, I have been using Mikogo for screen sharing, but now Mikogo has been substituted by join.me… let’s see how it goes.</p>
]]></content:encoded>
			<wfw:commentRss>http://forevergeeks.com/join-me-a-short-review/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Android Phone Emulator Download</title>
		<link>http://forevergeeks.com/android-phone-emulator-download/</link>
		<comments>http://forevergeeks.com/android-phone-emulator-download/#comments</comments>
		<pubDate>Thu, 28 Jul 2011 13:00:00 +0000</pubDate>
		<dc:creator>Nelson</dc:creator>
				<category><![CDATA[Mobile]]></category>
		<category><![CDATA[android]]></category>
		<category><![CDATA[android phone emulator]]></category>
		<category><![CDATA[emulator]]></category>

		<guid isPermaLink="false">http://forevergeeks.com/android-phone-emulator-download</guid>
		<description><![CDATA[<a href="http://forevergeeks.com/android-phone-emulator-download/"><img align="left" hspace="5" width="150" height="150" src="http://forevergeeks.com/wp-content/uploads/2011/07/image_thumb80-150x150.png" class="alignleft wp-post-image tfe" alt="image" title="image" /></a>A lot of people are using their mobile devices for Internet browsing  these days, and expect the trend to go up as time goes by so is becoming almost necessary for webmasters to add mobile browsing support to their websites or blogs. Android is the leader mobile OS in the US, and is becoming very popular all over the world, &#8230; <a href="http://forevergeeks.com/android-phone-emulator-download/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>A lot of people are using their mobile devices for Internet browsing  these days, and expect the trend to go up as time goes by so is becoming almost necessary for webmasters to add mobile browsing support to their websites or blogs. Android is the leader mobile OS in the US, and is becoming very popular all over the world, so testing the mobile theme on an Android phone is required. if you don’t have an Android phone available to test, then you need to use an Android phone emulator.</p>
<p><a href="http://forevergeeks.com/wp-content/uploads/2011/07/image80.png"><img style="background-image: none; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border-width: 0px;" title="image" src="http://forevergeeks.com/wp-content/uploads/2011/07/image_thumb80.png" alt="image" width="554" height="271" border="0" /></a></p>
<p>before this hack ( more about this below ) to run an Android phone emulator you needed to install and configure the Android SDK package which  on a Windows PC is a pain in the ass to do. but now, thanks to a developer at the xda forums, installing the SDK android developer&#8217;s package is not required. Just download the emulator below, and execute it.. that’s all.</p>
<p>please take note that I did not develop the emulator nor I have any association with its development. all credits and feedback should be given to the poster at this forum thread <a href="http://forum.xda-developers.com">http://forum.xda-developers.com</a></p>
<p>I downloaded the emulator, added two patches, tested it, and then zipped it and uploaded it to my web server. the original link on the thread above points to a Rapidshare download link, and links there come and go without notice, that’s why I uploaded it to my web server so it can stay there as long as I want to.. <em>please visit the forum link above for updates and improvements on the emulator. </em></p>
<p>&nbsp;</p>
<p><span style="color: #ff0000;">Download the Android phone emulator by clicking on the download image below:</span></p>
<p><a href="/wp-content/uploads/2011/07/Android-Emulator.rar"><img style="background-image: none; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border: 0px;" title="image" src="http://forevergeeks.com/wp-content/uploads/2011/07/image83.png" alt="image" width="127" height="126" border="0" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://forevergeeks.com/android-phone-emulator-download/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Open Source Software To Build Social Networking Sites</title>
		<link>http://forevergeeks.com/open-source-software-to-build-social-networking-sites/</link>
		<comments>http://forevergeeks.com/open-source-software-to-build-social-networking-sites/#comments</comments>
		<pubDate>Wed, 27 Jul 2011 13:00:00 +0000</pubDate>
		<dc:creator>Nelson</dc:creator>
				<category><![CDATA[Tools]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[social networking]]></category>

		<guid isPermaLink="false">http://forevergeeks.com/open-source-software-to-build-social-networking-sites</guid>
		<description><![CDATA[<a href="http://forevergeeks.com/open-source-software-to-build-social-networking-sites/"><img align="left" hspace="5" width="150" height="150" src="http://forevergeeks.com/wp-content/uploads/2011/07/image69-150x150.png" class="alignleft tfe wp-post-image" alt="image.png" title="image.png" /></a>Are you thinking of building a social networking site but don’t have the big bucks to develop or buy a proprietary social networking script ? then don’t worry, you can start building the next Facebook right now because there are many robust open source social network platforms you can use to make your dream social networking website come true. Jomsocial &#8230; <a href="http://forevergeeks.com/open-source-software-to-build-social-networking-sites/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Are you thinking of building a social networking site but don’t have the big bucks to develop or buy a proprietary social networking script ? then don’t worry, you can start building the next Facebook right now because there are many robust open source social network platforms you can use to make your dream social networking website come true.</p>

<h3><a href="http://jomsocial.com">Jomsocial</a> – Open Source</h3>
<p><a href="http://forevergeeks.com/wp-content/uploads/2011/07/image69.png"><img style="background-image: none; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border-width: 0px;" title="image" src="http://forevergeeks.com/wp-content/uploads/2011/07/image_thumb69.png" alt="image" width="404" height="343" border="0" /></a></p>
<p>built on top of the famous and robust Joomla engine, Jomsocial is one of the easiest to setup and heavy feature packed open source social networking engines out of there. with Jomsocial it takes less than 30 minutes to have a functional networking website up and running.</p>
<p><strong>Features Include:</strong></p>
<ul>
<li><span style="font-size: small;">Four default templates included. </span></li>
<li><span style="font-size: small;">Robust Photo gallery management</span></li>
<li><span style="font-size: small;">Hot linking from video provider websites supported, or upload own videos option.</span></li>
<li><span style="font-size: small;">Friend Activity stream like Facebook with spam control filter</span></li>
<li><span style="font-size: small;">Facebook sign up option ( people can sign up using their Facebook info ) </span></li>
<li><span style="font-size: small;">Full profile page and a lot more</span></li>
</ul>
<h3><a href="http://elgg.com">Elgg</a> – Open Source</h3>
<p><a href="http://forevergeeks.com/wp-content/uploads/2011/07/image70.png"><img style="background-image: none; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border-width: 0px;" title="image" src="http://forevergeeks.com/wp-content/uploads/2011/07/image_thumb70.png" alt="image" width="420" height="225" border="0" /></a></p>
<p>Elgg is an award-winning open source social networking engine that provides a robust framework on which to build all kinds of social environments, from a campus wide social network for your university, school or college or an internal collaborative platform for your organization through to a brand-building communications tool for your company and its clients.</p>
<p><strong>features include:</strong></p>
<ul>
<li>Powerful Data Model &#8211; Elgg provides a powerful data model making the creation of different entities simple, yet flexible.</li>
<li>Activity &#8211; StreamsThe granular activity stream API ensures your plugins can push the required content to your users.</li>
<li>Plugin API &#8211; Use Elgg&#8217;s powerful plugin API to build and add your required features.</li>
<li>User Management &#8211; Elgg handles your user management and relationship requirements.</li>
<li>Access controls -All objects in Elgg can have an access control level applied making granular access permissions possible.</li>
</ul>
<h3><a href="http://www.anahitapolis.com">Anahita</a> – Open Source</h3>
<p><a href="http://forevergeeks.com/wp-content/uploads/2011/07/image71.png"><img style="background-image: none; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border-width: 0px;" title="image" src="http://forevergeeks.com/wp-content/uploads/2011/07/image_thumb71.png" alt="image" width="420" height="217" border="0" /></a></p>
<p>Anahita™ is a developer friendly and open source social networking engine for building the very foundations of your social web project or business idea.</p>
<p><strong>key features include:</strong></p>
<ul>
<li>Essential social networking features upon installation</li>
<li>Lead, Follow, Mutual (LFM) Social Graph</li>
<li>Story Feeds</li>
<li>Ability to block unwanted people</li>
<li>Dashboard</li>
<li>Comments</li>
<li>Geolocation Support</li>
<li>Translatable User Interfaces</li>
<li>Fully Customizable Look &amp; Feel</li>
<li>System and Email Notifications</li>
<li>Powerful CMS Functionality</li>
<li>Extend Anahita™ Using Custom Social Applications</li>
</ul>
<h3><a href="http://socialengine.com">Social Engine</a> – Open Source</h3>
<p><a href="http://forevergeeks.com/wp-content/uploads/2011/07/image72.png"><img style="background-image: none; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border-width: 0px;" title="image" src="http://forevergeeks.com/wp-content/uploads/2011/07/image_thumb72.png" alt="image" width="420" height="232" border="0" /></a></p>
<p>SocialEngine is a feature-rich white label social networking application built to support almost any concept.</p>
<p><strong>Features Include:</strong></p>
<ul>
<li>No “powered-by” branding.</li>
<li>Fully unencrypted source code</li>
<li>Drag-and-drop Content Management</li>
<li>Membership levels and moderators</li>
<li>Buy third-party plugins and themes</li>
</ul>
<h3><a href="http://boonex.com">Boonex</a> – Open Source</h3>
<p><a href="http://forevergeeks.com/wp-content/uploads/2011/07/image73.png"><img style="background-image: none; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border-width: 0px;" title="image" src="http://forevergeeks.com/wp-content/uploads/2011/07/image_thumb73.png" alt="image" width="420" height="217" border="0" /></a></p>
<p>open-source, downloadable, scalable, customizable, full-featured, independent and free software package for building social networks, dating sites and niche communities. Dolphin is the only &#8220;all-in-one&#8221; bundle of PHP community scripts, Flash plugins, Adobe AIR and Mobile apps that provide full control, freedom and flexibility. Launch your site, customize it and watch it grow!</p>
<p><strong>Features Include:</strong></p>
<ul>
<li>Memberships and access levels</li>
<li>Extensions, Plugins, Add-ons&#8230;</li>
<li>Packed with thousands of social networking and online dating site features.</li>
<li>Mobile, interactive, fast and secure community software.</li>
</ul>
<h3><a href="http://joomlapolis.com">Community Builder</a> – Open Source</h3>
<p><a href="http://forevergeeks.com/wp-content/uploads/2011/07/image74.png"><img style="background-image: none; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border: 0px;" title="image" src="http://forevergeeks.com/wp-content/uploads/2011/07/image_thumb74.png" alt="image" width="420" height="232" border="0" /></a></p>
<p>Add Social networking to your own website, fast and easy with Joomlapolis Community Builder, &#8216;CB&#8217;. CB, the most popular and comprehensive social networking solution gives you all the tools and usability needed to grow and maintain your website community. Let members search for other members, facilitate member interaction, they will want to keep coming back to your site. Extended member registration functions, profile image uploading, membership content creation, messaging, moderation, reporting and more! Open source, many plugins available and Joomla version independent.</p>
<p><strong>Features Include:</strong></p>
<ul>
<li>Works natively with all stable flavors of Joomla!TM and Mambo</li>
<li>Know your members with categorization, lists and reporting features</li>
<li>Encourage member interaction with member connect features (search, messaging, more!)</li>
<li>Enable members to create content on your website</li>
<li>Empower key members to be moderators, &#8216;front-end&#8217; moderation available!</li>
<li>Fully translatable language options (front and back)</li>
<li>Create your own brand by integrating any CB commercially available template plugin</li>
<li>Additional add ons available</li>
<li>Scalable, reliable, robust, secure</li>
<li>Open source with GPL</li>
<li>And CB is free!</li>
</ul>
<h3><a href="http://buddypress.org">BuddyPress</a> – Open Source</h3>
<p><a href="http://forevergeeks.com/wp-content/uploads/2011/07/image75.png"><img style="background-image: none; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border: 0px;" title="image" src="http://forevergeeks.com/wp-content/uploads/2011/07/image_thumb75.png" alt="image" width="420" height="258" border="0" /></a></p>
<p>BuddyPress was conceived in 2008 while working to add social networking features to a WordPress MU powered site. The first official stable release was in May 2009. The platform has grown and morphed considerably since then, into the dynamic, easily extensible package you see today.</p>
<p><strong>Features Include:</strong></p>
<ul>
<li>Activity Stream</li>
<li>Extended Profiles</li>
<li>Friend connections</li>
<li>Private Messages</li>
<li>WordPress Integration</li>
<li>Extensible Groups</li>
<li>Discussion forums</li>
</ul>
<p>If you’re a WordPress plugin or theme developer then you already know the fundamentals of BuddyPress. You should be able to start building and designing for BuddyPress with very little extra work.</p>
]]></content:encoded>
			<wfw:commentRss>http://forevergeeks.com/open-source-software-to-build-social-networking-sites/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Duplicate File Finders &#8211; Freeware and Open Source</title>
		<link>http://forevergeeks.com/duplicate-file-finders-freeware-and-open-source/</link>
		<comments>http://forevergeeks.com/duplicate-file-finders-freeware-and-open-source/#comments</comments>
		<pubDate>Tue, 26 Jul 2011 13:00:00 +0000</pubDate>
		<dc:creator>Nelson</dc:creator>
				<category><![CDATA[Tools]]></category>
		<category><![CDATA[duplicate files remover]]></category>
		<category><![CDATA[duplicate fles]]></category>
		<category><![CDATA[find duplicate files]]></category>

		<guid isPermaLink="false">http://forevergeeks.com/duplicate-file-finders-freeware-and-open-source</guid>
		<description><![CDATA[<a href="http://forevergeeks.com/duplicate-file-finders-freeware-and-open-source/"><img align="left" hspace="5" width="150" height="150" src="http://forevergeeks.com/wp-content/uploads/2011/07/image_thumb65-150x150.png" class="alignleft wp-post-image tfe" alt="image" title="image" /></a>Probably you have a bunch of duplicate files on your computer and want to get rid of them, but the manual process of comparing and sorting out what’s duplicate or not throw you off a bit, then you might be glad to know that there are many freeware and open source duplicate file finders that do this process for you. &#8230; <a href="http://forevergeeks.com/duplicate-file-finders-freeware-and-open-source/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Probably you have a bunch of duplicate files on your computer and want to get rid of them, but the manual process of comparing and sorting out what’s duplicate or not throw you off a bit, then you might be glad to know that there are many freeware and open source duplicate file finders that do this process for you. duplicate files don’t only take unnecessary hard disk space on your computer, but also hinders your productivity. when having duplicate files sometimes is really hard to know what is updated or outdated, so people go through each file and see which one has the latest modifications.. this is not only painful, but also time consuming. so without any further lecture, here are 8 freeware and open source file duplicate finders that will help you find and remove duplicate files from your computer.</p>
<p><a href="http://forevergeeks.com/wp-content/uploads/2011/07/image65.png"><img style="background-image: none; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border: 0px;" title="image" src="http://forevergeeks.com/wp-content/uploads/2011/07/image_thumb65.png" alt="image" width="350" height="242" border="0" /></a></p>
<ul>
<li><a href="http://www.alldup.de/en_index.htm">AllDup</a> is a freeware tool for searching and removing file duplicates on your Windows computer. The fast search algorithm find duplicates of any file type, e.g., text, pictures, music or movies ( <strong>recommended </strong>)</li>
</ul>
<p>&nbsp;</p>
<ul>
<li><a href="http://doubles.sourceforge.net/">Duplicate Files Finder</a> Duplicate Files Finder is an application which searches for duplicate files (files which have the same content, but not necessarily the same name) and lets the user remove duplicate files, either by deleting them or by creating links. The search is very fast compared to other similar programs which use hashing algorithms.</li>
</ul>
<p>&nbsp;</p>
<ul>
<li><a href="http://www.digitalvolcano.co.uk/content/duplicate-cleaner">Duplicate Cleaner</a> Find and delete duplicate files, mp3s, photos, old documents and much more. This fully featured program will work at home or in a networked environment. Best of all Duplicate Cleaner is freeware, meaning you get the full program and it doesn&#8217;t cost a thing.</li>
</ul>
<p>&nbsp;</p>
<ul>
<li><a href="http://www.clonespy.com/">Clonespy</a> CloneSpy can help you free up hard drive space by detecting and removing duplicate files. Duplicate files have exactly the same contents regardless of their name, date, time and location. Also, CloneSpy is able to find files that are not exactly identical, but have the same file name. Perhaps you have different versions of a file and you want to find all of them and remove the older versions. CloneSpy can also find zero length files. These are files that have no content.</li>
</ul>
<p>&nbsp;</p>
<ul>
<li><a href="http://www.bigbangenterprises.de/en/doublekiller/">Doublekiller</a> DoubleKiller is a fast and easy to use application for finding and removing duplicate files.</li>
</ul>
<p>&nbsp;</p>
<ul>
<li><a href="http://winmerge.org/">Winmerge</a> WinMerge is an Open Source differencing and merging tool for Windows. WinMerge can compare both folders and files, presenting differences in a visual text format that is easy to understand and handle.</li>
</ul>
<p>&nbsp;</p>
<ul>
<li><a href="http://www.mindgems.com/products/Fast-Duplicate-File-Finder/Fast-Duplicate-File-Finder-About.htm">Fast duplicate file finder</a> Fast Duplicate File Finder FREEWARE will help you find fast all duplicate files in a folder and its sub folders. The application will compare the content of your files so it will find duplicates even if they are using different file names. The Professional version can even find similar files regardless of their file types. It will analyze the content of the files in order to find similar files and not just file attributes like name and size as the standard duplicate file finders do</li>
</ul>
<p>&nbsp;</p>
<ul>
<li><a href="http://sourceforge.net/projects/yadfr/">Yet another duplicate file finder</a> Another duplicate file finder/remover. But this one is ULTRA FAST, safe, easy to use and of course free and open source.</li>
</ul>
<p>&nbsp;</p>
<p>please if you know any other freeware or open source file duplicate finder tool, post the link in a comment, and I will add it to the list, if its worthwhile.</p>
]]></content:encoded>
			<wfw:commentRss>http://forevergeeks.com/duplicate-file-finders-freeware-and-open-source/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

