<?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>Make Tech Easier&#187; synchronization</title>
	<atom:link href="http://maketecheasier.com/tag/synchronization/feed" rel="self" type="application/rss+xml" />
	<link>http://maketecheasier.com</link>
	<description>Uncomplicating the complicated, making life easier</description>
	<lastBuildDate>Sun, 12 Feb 2012 15:58:24 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Open Source File Syncing And Collaboration With Sparkleshare</title>
		<link>http://maketecheasier.com/open-source-file-syncing-and-collaboration-with-sparkleshare/2011/04/06</link>
		<comments>http://maketecheasier.com/open-source-file-syncing-and-collaboration-with-sparkleshare/2011/04/06#comments</comments>
		<pubDate>Wed, 06 Apr 2011 14:58:01 +0000</pubDate>
		<dc:creator>Tavis J. Hampton</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[git]]></category>
		<category><![CDATA[GitHub]]></category>
		<category><![CDATA[Gitorious]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[Sparkleshare]]></category>
		<category><![CDATA[sync]]></category>
		<category><![CDATA[synchronization]]></category>

		<guid isPermaLink="false">http://maketecheasier.com/?p=31481</guid>
		<description><![CDATA[Whenever software development or any other type of project requires collaboration, the process of exchanging files, saving them, revising, and re-uploading can be tedious. Because of this, developers have created revisioning control systems. These systems have even been used for documentation in collaborative tools like wikis. Sparkleshare is an extension of these collaboration tools that provides a [...]<p><div style="float:left;margin-bottom:10px"><a href="http://api.tweetmeme.com/share?url=http://maketecheasier.com/open-source-file-syncing-and-collaboration-with-sparkleshare/2011/04/06&amp;service=bit.ly" target="_blank"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http://maketecheasier.com/open-source-file-syncing-and-collaboration-with-sparkleshare/2011/04/06" style="border:none;margin-right:5px" width="51" height="61"></a><a href="http://digg.com/tools/diggthis/login?url=http://maketecheasier.com/open-source-file-syncing-and-collaboration-with-sparkleshare/2011/04/06" target="_blank"><img src="http://images.maketecheasier.com/diggme.png" style="border:none;margin-right:5px" ></a><a href="http://www.facebook.com/sharer.php?u=http://maketecheasier.com/open-source-file-syncing-and-collaboration-with-sparkleshare/2011/04/06" target="_blank"><img src="http://images.maketecheasier.com/fb.jpg" style="border:none;margin-right:5px" ></a><a href="http://www.google.com/reader/link?url=http://maketecheasier.com/open-source-file-syncing-and-collaboration-with-sparkleshare/2011/04/06&amp;title=Open+Source+File+Syncing+And+Collaboration+With+Sparkleshare&amp;srcTitle=MakeTechEasier.com" target="_blank"><img src="http://images.maketecheasier.com/gbuzz-feed.png" style="border:none;margin-right:5px" ></a><a href="http://www.stumbleupon.com/submit?url=http://maketecheasier.com/open-source-file-syncing-and-collaboration-with-sparkleshare/2011/04/06" target="_blank"><img src="http://images.maketecheasier.com/stumble.png"></a></div>
<div style="clear:both"></div>
<strong><a href="http://maketecheasier.com/open-source-file-syncing-and-collaboration-with-sparkleshare/2011/04/06">Open Source File Syncing And Collaboration With Sparkleshare</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)
<br/>
Follow us at <a href="http://www.facebook.com/MakeTechEasier">Facebook</a> | <a href="http://twitter.com/MakeTechEasier">Twitter</a></p>
]]></description>
			<content:encoded><![CDATA[<p><img src="http://imagecdn.maketecheasier.com/2011/03/sparkleshare-icon.jpg" alt="sparkleshare-icon" title="sparkleshare-icon" width="128" height="178" class="alignleft size-full wp-image-31551" />Whenever software development or any other type of project requires collaboration, the process of exchanging files, saving them, revising, and re-uploading can be tedious. Because of this, developers have created revisioning control systems. These systems have even been used for documentation in collaborative tools like wikis. <a href="http://sparkleshare.org/">Sparkleshare</a> is an extension of these collaboration tools that provides a simple and easy-to-use interface: your own file manager.</p>
<p>Once setup, users can connect to the Sparkleshare server and edit/add/create files that are shared with collaborators, who can then do the same. Sparkleshare also has the potential of being used for simple cloud file storage like Dropbox or SpiderOak. The major difference is that Sparkleshare is free and open source, and you can install it on your own server.<br />
<span id="more-31481"></span><br />
Sparkleshare makes use of Git, a free and open source versioning control system. If you have git installed on your server, you can effortlessly keep your files in sync. If you do not have your own server or VPS, you can use Github or Gitorious to at least test the early version of Sparkleshare that is currently available.</p>
<h3>Installation</h3>
<p>To install Sparkleshare and get started, just follow these steps:</p>
<p>On Ubuntu 10.10 and derivative OSes, add the necessary repository and install.</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">sudo</span> add-apt-repository ppa:nuovodna<span style="color: #000000; font-weight: bold;">/</span>nuovodna-stuff
<span style="color: #c20cb9; font-weight: bold;">sudo</span> <span style="color: #c20cb9; font-weight: bold;">apt-get</span> update
<span style="color: #c20cb9; font-weight: bold;">sudo</span> <span style="color: #c20cb9; font-weight: bold;">apt-get</span> <span style="color: #c20cb9; font-weight: bold;">install</span> sparkleshare</pre></div></div>

<p>If you prefer not to add a third-party repository, you can also download the deb file directly in <a href="https://launchpad.net/~nuovodna/+archive/nuovodna-stuff/+files/sparkleshare_0.2%2Bgit20110305~ppa1_i386.deb" rel="nofollow">32-bit</a> or <a href="https://launchpad.net/~nuovodna/+archive/nuovodna-stuff/+files/sparkleshare_0.2%2Bgit20110305~ppa1_amd64.deb" rel="nofollow">64-bit</a>.</p>
<p>To install from source on another distribution or OS, see the <a href="https://github.com/hbons/SparkleShare/blob/master/README">Sparkleshare README</a>.</p>
<h3>Configuration</h3>
<p>If you are going to use Sparkleshare on your own server, you should follow the instructions on <a href="http://www.webupd8.org/2011/03/set-up-sparkleshare-with-your-own.html">this tutorial</a>. To try out Sparkleshare using GitHub, do the following:</p>
<p>1. Get a free <a href="https://github.com/plans">GitHub</a> account<br />
2. Click “Dashboard” &#8211; “New Repository”<br />
3. Give your project a name and (optional) description and click “Create Repository”<br />
4. Start Sparkleshare on your computer<br />
5. Enter your Name and email address and click “Next”</p>
<p><img class="alignnone size-full wp-image-31484" title="Sparkleshare Setup" src="http://imagecdn.maketecheasier.com/2011/03/sparkleshare-start-nq8.png" alt="Sparkleshare Setup" width="577" height="449" /></p>
<p>6. Open a file manager and go to <em>~/.config/sparkleshare</em><br />
7. Edit a file called <em>sparkleshare.username.key.pub</em>  (username should be replaced with your username)<br />
8. Copy the entire contents of this file.<br />
9. Back on the GitHub account, go to “<em>Account Settings -> SSH Public Keys -> Add another public key</em>”<br />
10. Give the key a title and paste the contents from your .pub file and click “<em>Add key</em>”<br />
11. Go back to Sparkleshare, select GitHub as your remote folder, and for Folder Name, enter your GitHub username and repository folder name: “username/repository-name”</p>
<p><img class="alignnone size-full wp-image-31486" title="Sparkleshare Folder" src="http://imagecdn.maketecheasier.com/2011/03/sparkleshare-start1-nq8.png" alt="Sparkleshare Folder" width="577" height="420" /></p>
<p>12. Click “Sync”, and it should sync successfully.</p>
<p><strong>Note</strong>: If it says “something went wrong”, check your ssh key again. If you are sure you pasted it correctly, you may need to manually accept the connection. Open a terminal and type:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">ssh</span> github.com</pre></div></div>

<p>It will ask, “Are you sure you want to continue connecting (yes/no)?”</p>
<p>Type yes and press Enter. When you go back to Sparkleshare, it should now work.</p>
<p>The Sparkleshare folder icon should stay in your system tray when it is running. Clicking on it will show your available repositories. Anything you edit or save in that folder will be edited and saved on the server, and those changes will be visible for any collaborators.</p>
<p><img class="alignnone size-full wp-image-31487" title="Sparkleshare on GitHub" src="http://imagecdn.maketecheasier.com/2011/03/sparkleshare-github-nq8.png" alt="Sparkleshare on GitHub" width="575" height="191" /></p>
<p>Currently, there is no actual cloud service (paid or free) for Sparkleshare, and unless you want to pay for a GitHub account, your projects will be publicly visible. If, however, you use your own server, you can setup a private repository and enjoy secure, free, open source file syncing and collaboration.</p>
<p><div style="float:left;margin-bottom:10px"><a href="http://api.tweetmeme.com/share?url=http://maketecheasier.com/open-source-file-syncing-and-collaboration-with-sparkleshare/2011/04/06&amp;service=bit.ly" target="_blank"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http://maketecheasier.com/open-source-file-syncing-and-collaboration-with-sparkleshare/2011/04/06" style="border:none;margin-right:5px" width="51" height="61"></a><a href="http://digg.com/tools/diggthis/login?url=http://maketecheasier.com/open-source-file-syncing-and-collaboration-with-sparkleshare/2011/04/06" target="_blank"><img src="http://images.maketecheasier.com/diggme.png" style="border:none;margin-right:5px" ></a><a href="http://www.facebook.com/sharer.php?u=http://maketecheasier.com/open-source-file-syncing-and-collaboration-with-sparkleshare/2011/04/06" target="_blank"><img src="http://images.maketecheasier.com/fb.jpg" style="border:none;margin-right:5px" ></a><a href="http://www.google.com/reader/link?url=http://maketecheasier.com/open-source-file-syncing-and-collaboration-with-sparkleshare/2011/04/06&amp;title=Open+Source+File+Syncing+And+Collaboration+With+Sparkleshare&amp;srcTitle=MakeTechEasier.com" target="_blank"><img src="http://images.maketecheasier.com/gbuzz-feed.png" style="border:none;margin-right:5px" ></a><a href="http://www.stumbleupon.com/submit?url=http://maketecheasier.com/open-source-file-syncing-and-collaboration-with-sparkleshare/2011/04/06" target="_blank"><img src="http://images.maketecheasier.com/stumble.png"></a></div>
<div style="clear:both"></div>
<strong><a href="http://maketecheasier.com/open-source-file-syncing-and-collaboration-with-sparkleshare/2011/04/06">Open Source File Syncing And Collaboration With Sparkleshare</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)
<br/>
Follow us at <a href="http://www.facebook.com/MakeTechEasier">Facebook</a> | <a href="http://twitter.com/MakeTechEasier">Twitter</a></p>
]]></content:encoded>
			<wfw:commentRss>http://maketecheasier.com/open-source-file-syncing-and-collaboration-with-sparkleshare/2011/04/06/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>A Quick Look At Ubuntu One For Windows Public Beta</title>
		<link>http://maketecheasier.com/a-quick-look-at-ubuntu-one-for-windows-public-beta/2010/12/07</link>
		<comments>http://maketecheasier.com/a-quick-look-at-ubuntu-one-for-windows-public-beta/2010/12/07#comments</comments>
		<pubDate>Tue, 07 Dec 2010 22:00:11 +0000</pubDate>
		<dc:creator>Damien</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[cloud]]></category>
		<category><![CDATA[Files]]></category>
		<category><![CDATA[Folders]]></category>
		<category><![CDATA[storage]]></category>
		<category><![CDATA[synchronization]]></category>
		<category><![CDATA[Ubuntu One]]></category>

		<guid isPermaLink="false">http://maketecheasier.com/?p=25677</guid>
		<description><![CDATA[Canonical&#8217;s own cloud storage service &#8211; Ubuntu One has been quite mature in its own Ubuntu platform. The previous news was that a version of Ubuntu One for Windows is coming soon and could bring the cloud service up a notch. Well, that day has arrived. Ubuntu One for Windows is now in beta and [...]<p><div style="float:left;margin-bottom:10px"><a href="http://api.tweetmeme.com/share?url=http://maketecheasier.com/a-quick-look-at-ubuntu-one-for-windows-public-beta/2010/12/07&amp;service=bit.ly" target="_blank"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http://maketecheasier.com/a-quick-look-at-ubuntu-one-for-windows-public-beta/2010/12/07" style="border:none;margin-right:5px" width="51" height="61"></a><a href="http://digg.com/tools/diggthis/login?url=http://maketecheasier.com/a-quick-look-at-ubuntu-one-for-windows-public-beta/2010/12/07" target="_blank"><img src="http://images.maketecheasier.com/diggme.png" style="border:none;margin-right:5px" ></a><a href="http://www.facebook.com/sharer.php?u=http://maketecheasier.com/a-quick-look-at-ubuntu-one-for-windows-public-beta/2010/12/07" target="_blank"><img src="http://images.maketecheasier.com/fb.jpg" style="border:none;margin-right:5px" ></a><a href="http://www.google.com/reader/link?url=http://maketecheasier.com/a-quick-look-at-ubuntu-one-for-windows-public-beta/2010/12/07&amp;title=A+Quick+Look+At+Ubuntu+One+For+Windows+Public+Beta&amp;srcTitle=MakeTechEasier.com" target="_blank"><img src="http://images.maketecheasier.com/gbuzz-feed.png" style="border:none;margin-right:5px" ></a><a href="http://www.stumbleupon.com/submit?url=http://maketecheasier.com/a-quick-look-at-ubuntu-one-for-windows-public-beta/2010/12/07" target="_blank"><img src="http://images.maketecheasier.com/stumble.png"></a></div>
<div style="clear:both"></div>
<strong><a href="http://maketecheasier.com/a-quick-look-at-ubuntu-one-for-windows-public-beta/2010/12/07">A Quick Look At Ubuntu One For Windows Public Beta</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)
<br/>
Follow us at <a href="http://www.facebook.com/MakeTechEasier">Facebook</a> | <a href="http://twitter.com/MakeTechEasier">Twitter</a></p>
]]></description>
			<content:encoded><![CDATA[<p><img src="http://imagecdn.maketecheasier.com/2010/12/ubuntuone-logo.jpg" alt="ubuntuone-logo" title="ubuntuone-logo" width="200" height="183" class="alignleft size-full wp-image-25772" />Canonical&#8217;s own cloud storage service &#8211; Ubuntu One has been quite mature in its own Ubuntu platform. The previous news was that a version of Ubuntu One for Windows is coming soon and could bring the cloud service up  a notch. Well, that day has arrived. Ubuntu One for Windows is now in beta and available for public testing. </p>
<p>At the moment, Ubuntu One for Windows public beta is invitation only. We are one of the few that are lucky to receive a download for testing. Here&#8217;s a quick review of what you&#8217;re going to see in the Windows version.<br />
<span id="more-25677"></span></p>
<h3>Installation</h3>
<p>While you can install Ubuntu One in Windows, you will need .NET framework 4 for it to work. </p>
<p>The installation is a breeze. It is the same usual steps as installing any other applications. </p>
<p><img src="http://imagecdn.maketecheasier.com/2010/12/ubuntuone-installation.png" alt="ubuntuone-installation" title="ubuntuone-installation" width="511" height="399" class="aligncenter size-full wp-image-25762" /></p>
<p>Once the installation is done, you should see the icon in the system tray.</p>
<p><img src="http://imagecdn.maketecheasier.com/2010/12/ubuntuone-tray-icon.png" alt="ubuntuone-tray-icon" title="ubuntuone-tray-icon" width="281" height="75" class="aligncenter size-full wp-image-25763" /></p>
<p>To get start, right click on the Ubuntu One tray icon and select &#8220;Add this computer&#8221;.</p>
<p><img src="http://imagecdn.maketecheasier.com/2010/12/ubuntuone-add-computer.png" alt="ubuntuone-add-computer" title="ubuntuone-add-computer" width="334" height="216" class="aligncenter size-full wp-image-25764" /></p>
<p>You will be prompted to enter your login credential.</p>
<p><img src="http://imagecdn.maketecheasier.com/2010/12/ubuntuone-login.png" alt="ubuntuone-login" title="ubuntuone-login" width="559" height="364" class="aligncenter size-full wp-image-25765" /></p>
<h3>Features of Ubuntu One for Windows</h3>
<p>The user-interface is almost similar to the one in Ubuntu. When you click &#8220;Synchronize&#8221;, it will create an Ubuntu One folder in &#8220;My Document&#8221; and start to download all your files from the server. At the moment, it only syncs your files in the Ubuntu One folder. Your music (purchased from Ubuntu One Store), tomboys note etc will not be synced at the moment.</p>
<p>There is nothing much that you can configure in the Settings. The only obvious one is the scheduling of auto-sync.</p>
<p><img src="http://imagecdn.maketecheasier.com/2010/12/ubuntuone-auto-sync.png" alt="ubuntuone-auto-sync" title="ubuntuone-auto-sync" width="412" height="464" class="aligncenter size-full wp-image-25767" /></p>
<p>As it is still in beta, there are plenty of things that are not working now. You can&#8217;t sync your purchased music, tomboy notes, calendar, contacts, folders outside the &#8220;Ubuntu One&#8221; folder and many other things. But not to worry, these features will be in place when the actual version is released.</p>
<p><img src="http://imagecdn.maketecheasier.com/2010/12/ubuntuone-future-features.png" alt="ubuntuone-future-features" title="ubuntuone-future-features" width="417" height="467" class="aligncenter size-full wp-image-25768" /></p>
<p>At the moment, Ubuntu One for Windows open for invitation only. For those who are interested, you can submit your interest at the <a href="https://wiki.ubuntu.com/UbuntuOne/Windows">Ubuntu One Wiki</a> and they will send you the download link in a few weeks time. </p>
<p>No news of OSX version as of today.</p>
<p><div style="float:left;margin-bottom:10px"><a href="http://api.tweetmeme.com/share?url=http://maketecheasier.com/a-quick-look-at-ubuntu-one-for-windows-public-beta/2010/12/07&amp;service=bit.ly" target="_blank"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http://maketecheasier.com/a-quick-look-at-ubuntu-one-for-windows-public-beta/2010/12/07" style="border:none;margin-right:5px" width="51" height="61"></a><a href="http://digg.com/tools/diggthis/login?url=http://maketecheasier.com/a-quick-look-at-ubuntu-one-for-windows-public-beta/2010/12/07" target="_blank"><img src="http://images.maketecheasier.com/diggme.png" style="border:none;margin-right:5px" ></a><a href="http://www.facebook.com/sharer.php?u=http://maketecheasier.com/a-quick-look-at-ubuntu-one-for-windows-public-beta/2010/12/07" target="_blank"><img src="http://images.maketecheasier.com/fb.jpg" style="border:none;margin-right:5px" ></a><a href="http://www.google.com/reader/link?url=http://maketecheasier.com/a-quick-look-at-ubuntu-one-for-windows-public-beta/2010/12/07&amp;title=A+Quick+Look+At+Ubuntu+One+For+Windows+Public+Beta&amp;srcTitle=MakeTechEasier.com" target="_blank"><img src="http://images.maketecheasier.com/gbuzz-feed.png" style="border:none;margin-right:5px" ></a><a href="http://www.stumbleupon.com/submit?url=http://maketecheasier.com/a-quick-look-at-ubuntu-one-for-windows-public-beta/2010/12/07" target="_blank"><img src="http://images.maketecheasier.com/stumble.png"></a></div>
<div style="clear:both"></div>
<strong><a href="http://maketecheasier.com/a-quick-look-at-ubuntu-one-for-windows-public-beta/2010/12/07">A Quick Look At Ubuntu One For Windows Public Beta</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)
<br/>
Follow us at <a href="http://www.facebook.com/MakeTechEasier">Facebook</a> | <a href="http://twitter.com/MakeTechEasier">Twitter</a></p>
]]></content:encoded>
			<wfw:commentRss>http://maketecheasier.com/a-quick-look-at-ubuntu-one-for-windows-public-beta/2010/12/07/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Customizing Glide OS [Part 2]</title>
		<link>http://maketecheasier.com/customizing-glide-os/2010/10/05</link>
		<comments>http://maketecheasier.com/customizing-glide-os/2010/10/05#comments</comments>
		<pubDate>Tue, 05 Oct 2010 21:00:23 +0000</pubDate>
		<dc:creator>Soumen Halder</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[desktop]]></category>
		<category><![CDATA[glideos]]></category>
		<category><![CDATA[operating system]]></category>
		<category><![CDATA[synchronization]]></category>
		<category><![CDATA[web app]]></category>

		<guid isPermaLink="false">http://maketecheasier.com/?p=22227</guid>
		<description><![CDATA[In our earlier article, we discussed how you can set up an online operating system using Glide OS. Glide OS 4.0 is a free cloud computing solution, which offers a wide range of web based applications under one umbrella.  Glide provides cross platform compatibility for Windows, Mac OS X, Linux, Solaris and a wide range [...]<p><div style="float:left;margin-bottom:10px"><a href="http://api.tweetmeme.com/share?url=http://maketecheasier.com/customizing-glide-os/2010/10/05&amp;service=bit.ly" target="_blank"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http://maketecheasier.com/customizing-glide-os/2010/10/05" style="border:none;margin-right:5px" width="51" height="61"></a><a href="http://digg.com/tools/diggthis/login?url=http://maketecheasier.com/customizing-glide-os/2010/10/05" target="_blank"><img src="http://images.maketecheasier.com/diggme.png" style="border:none;margin-right:5px" ></a><a href="http://www.facebook.com/sharer.php?u=http://maketecheasier.com/customizing-glide-os/2010/10/05" target="_blank"><img src="http://images.maketecheasier.com/fb.jpg" style="border:none;margin-right:5px" ></a><a href="http://www.google.com/reader/link?url=http://maketecheasier.com/customizing-glide-os/2010/10/05&amp;title=Customizing+Glide+OS+%5BPart+2%5D&amp;srcTitle=MakeTechEasier.com" target="_blank"><img src="http://images.maketecheasier.com/gbuzz-feed.png" style="border:none;margin-right:5px" ></a><a href="http://www.stumbleupon.com/submit?url=http://maketecheasier.com/customizing-glide-os/2010/10/05" target="_blank"><img src="http://images.maketecheasier.com/stumble.png"></a></div>
<div style="clear:both"></div>
<strong><a href="http://maketecheasier.com/customizing-glide-os/2010/10/05">Customizing Glide OS [Part 2]</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)
<br/>
Follow us at <a href="http://www.facebook.com/MakeTechEasier">Facebook</a> | <a href="http://twitter.com/MakeTechEasier">Twitter</a></p>
]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft" title="glideos-main" src="http://imagecdn.maketecheasier.com/2010/10/glideos-main.jpg" alt="glideos-main" width="200" height="134" />In our earlier article, we discussed how you can set up an online operating system using <a href="http://maketecheasier.com/glide-os-online-operating-system-1/2010/10/03">Glide OS</a>.</p>
<p>Glide OS 4.0 is a free cloud computing solution, which offers a wide range of web based applications under one umbrella.  Glide provides cross platform compatibility for Windows, Mac OS X, Linux, Solaris and a wide range of mobile devices which includes Android, iPhone etc.</p>
<p>If you have missed the earlier article, we recommend <a href="http://maketecheasier.com/glide-os-online-operating-system-1/2010/10/03">reading it first</a> and then read this one which discusses the following points:</p>
<ul>
<li>Syncing files from multiple computers to online operating system</li>
<li>Managing folders in Online glide OS.</li>
<li>Using Glide applications for various computing jobs</li>
<li>Customizing the Glide desktop.</li>
</ul>
<p><span id="more-22227"></span></p>
<h3>Syncing Files From Multiple Computers to Glide OS</h3>
<p>1. First, go to the <a href="http://www.glideos.com/downloads.html" target="_blank">downloads page</a> and download the Glide desktop client for Windows, MAC or Linux. You have to install this client on each computer you want to sync with your Glide OS account.</p>
<p><img class="aligncenter size-full wp-image-22229" title="Download Glide OS Desktop client" src="http://imagecdn.maketecheasier.com/2010/10/glideos-desktop-client.jpg" alt="Download Glide OS Desktop client" width="550" height="327" /></p>
<p>All the files which is synced from different computers will be kept at a central location; you can further create multiple containers and sync each container with a specific device, as described later in the article. Glide supports over 250 file formats and the files synced to Glide are automatically converted into compatible  previews for a broad range of devices.</p>
<p>2. Install the desktop client by following the instructions of the installation wizard.</p>
<p><img class="aligncenter size-full wp-image-22231" title="Install Glide OS desktop client" src="http://imagecdn.maketecheasier.com/2010/10/glideos-install-desktop-client.jpg" alt="Install Glide OS desktop client" width="511" height="281" /></p>
<p>3. Start the client and go to &#8220;<em>Settings -&gt; Accounts</em>&#8221; and enter your Glide account credentials, as shown:</p>
<p><img class="aligncenter size-full wp-image-22232" title="Glide desktop client login" src="http://imagecdn.maketecheasier.com/2010/10/glideos-desktop-client-login.png" alt="Glide desktop client login" width="550" height="323" /></p>
<p>4. Go the &#8220;Sync&#8221; tab and specify a folder which you want to sync with your Glide OS account. This folder can be anywhere on your computer and you can further choose multiple folders or drives to sync, at a later point of time.</p>
<p>You can choose to sync the Glide folders automatically, every hour, every day or week or choose to manually sync, as shown below:</p>
<p><img class="aligncenter size-full wp-image-22233" title="Sync Folders with Glide OS" src="http://imagecdn.maketecheasier.com/2010/10/glideos-sync-folders.jpg" alt="Sync Folders with Glide OS" width="473" height="396" /></p>
<p>Syncing files is easy, just dump everything to the Glide Sync folder and everything will automatically be uploaded to your Glide OS account. You can further create subfolders and organize the files &#8211; the same directory structure will be preserved in Glide OS as well.</p>
<p>Here is the local folder in my Windows computer that is synced with Glide:</p>
<p><img class="aligncenter size-full wp-image-22236" title="Glide Sync Local Folder" src="http://imagecdn.maketecheasier.com/2010/10/glideos-sync-local-folder.jpg" alt="Glide Sync Local Folder" width="403" height="394" /></p>
<p>I added all of them in the Glide desktop client, as shown below:</p>
<p><img class="aligncenter size-full wp-image-22237" title="Glide desktop sync - adding folders and subfolders" src="http://imagecdn.maketecheasier.com/2010/10/glideos-desktop-sync.jpg" alt="Glide desktop sync - adding folders and subfolders" width="550" height="492" /></p>
<p>After the sync is complete, just log in to your Glide OS account from a browser and you will be able to view or download any file or folder. Here is a view of my Glide Desktop:</p>
<p><img class="aligncenter size-full wp-image-22238" title="Glide Folder sync" src="http://imagecdn.maketecheasier.com/2010/10/glideos-folder-sync.jpg" alt="Glide Folder sync" width="550" height="322" /></p>
<p><strong>Very Important</strong>: Every sync activity is followed by a time stamp, so you should be very careful with file syncing. Suppose you have synced a folder from your desktop one day ago. After a week, you log into Glide OS from the browser, find the folder and delete it (thinking that the folder is already present in your computer).</p>
<p>Now the next time, you run the Glide desktop client, the application will check for the last timestamp of the sync activity. It will see that the last timestamp was when you deleted the folder from online Glide OS. Hence, running the sync activity will delete the folder from your local computer as well.</p>
<p><strong>How Do I Ensure that Data is never lost</strong></p>
<p>Keep two things in mind:</p>
<ul>
<li>Do not delete anything from Glide OS, delete from the local computer first.</li>
<li>If you must delete from the Glide OS, do not run Sync activity from each local computer. First back up the deleted files or folders from the Glide folder to another drive and then run the sync activity.</li>
</ul>
<h3>Managing Files and Folders in Glide OS</h3>
<p>Managing files and folders (read containers) in Glide OS is very easy, just select the file or folder and you have different options to choose from:</p>
<ul>
<li>You can download the folder or upload more files to the specific folder by using the &#8220;Download&#8221; and &#8220;upload&#8221; buttons.</li>
<li>Move the folder to another container by dragging and dropping.</li>
<li>Create sub folders within the same folder and organize your files or documents.</li>
</ul>
<p><img class="aligncenter size-full wp-image-22240" title="Managing files folders Glide OS" src="http://imagecdn.maketecheasier.com/2010/10/glideos-managing-files-folders.jpg" alt="Managing files folders Glide OS" width="550" height="328" /></p>
<p>It&#8217;s very basic and works the same way as if you are working in windows explorer.</p>
<h3>Using Glide Applications</h3>
<p>Using Glide applications is also very easy, just log into your Glide desktop and you will have a lot of applications at your disposal. You can create documents, images, presentations and other files using these applications and save them in your Glide OS account. I am not going into using these applications because they are pretty straightforward and self explanatory.</p>
<p>Here are some application previews:</p>
<p><strong>Image Editor</strong></p>
<p><img class="aligncenter size-full wp-image-22252" src="http://imagecdn.maketecheasier.com/2010/10/glideos-application-image-editor.jpg" alt="Glide Os Applications - Image editor" width="550" height="387" /></p>
<p><strong>Word processor</strong></p>
<p><img class="aligncenter size-full wp-image-22246" src="http://imagecdn.maketecheasier.com/2010/10/glideos-word-processor.jpg" alt="Glideos Application - Word processor" width="550" height="296" /></p>
<p><strong>Presentation</strong></p>
<p><img class="aligncenter size-full wp-image-22247" src="http://imagecdn.maketecheasier.com/2010/10/glideos-application-presentation.jpg" alt="Glideos Application - Presentation" width="550" height="308" /></p>
<p><strong>Address Book</strong></p>
<p><img class="aligncenter size-full wp-image-22244" src="http://imagecdn.maketecheasier.com/2010/10/glideos-application-address-book.jpg" alt="Glideos Application - Address book" width="550" height="288" /></p>
<p><strong>Calculator</strong></p>
<p><img class="aligncenter size-full wp-image-22243" src="http://imagecdn.maketecheasier.com/2010/10/glideos-application-calculator.jpg" alt="Glideos Application - Calculator" width="550" height="392" /></p>
<p><strong>Paintbrush</strong></p>
<p><img class="aligncenter size-full wp-image-22242" src="http://imagecdn.maketecheasier.com/2010/10/glideos-application-paint.jpg" alt="Glideos Application - Paintbrush" width="550" height="304" /></p>
<p><strong>Email Account (Optional)</strong></p>
<p><img class="aligncenter size-full wp-image-22248" src="http://imagecdn.maketecheasier.com/2010/10/glideos-application-email-client.jpg" alt="Glideos Application - Email account" width="550" height="316" /></p>
<p><strong>Meetings and Scheduling</strong></p>
<p><img class="aligncenter size-full wp-image-22249" src="http://imagecdn.maketecheasier.com/2010/10/glideos-application-meetings.jpg" alt="Glideos Application - Meetings and Scheduling" width="550" height="286" /></p>
<p><strong>Calendar And Event Management</strong></p>
<p><img class="aligncenter size-full wp-image-22250" src="http://imagecdn.maketecheasier.com/2010/10/glideos-application-calendar.jpg" alt="Glideos Application - Calendar and Event Management" width="550" height="309" /></p>
<p>Do you need anything else? Despite of all the above apps, there are a lot more apps which you can use.</p>
<h3>Customizing Your Glide Desktop</h3>
<p>Customizing the Glide desktop is also easily achieved, just click &#8220;Customize&#8221; at the Glide Taskbar and you can pick a theme for your Glide desktop. You can not create a theme from scratch, but there are a wide variety of themes to choose from :</p>
<p><img class="aligncenter size-full wp-image-22253" src="http://imagecdn.maketecheasier.com/2010/10/glideos-customize-desktop.jpg" alt="Customizing the Glide desktop" width="550" height="412" /></p>
<p>After picking a theme, you can rearrange items, show specific folders on the desktop or create shortcuts to applications. It&#8217;s exactly the same in Windows and novice users will feel at home using the Glide desktop. Here is a view of my Glide desktop:</p>
<p><img class="aligncenter size-full wp-image-22254" src="http://imagecdn.maketecheasier.com/2010/10/glideos-desktop-view.jpg" alt="Glide desktop view" width="550" height="308" /></p>
<h3>Conclusion</h3>
<p>Without any doubt, Glide OS is the best web based operating system I have ever seen or used. It&#8217;s not just file syncing, there are wide range of applications all at one place, you will never need any other website or tool to create documents, manage photos, schedule meetings and  so on.</p>
<p>What&#8217;s your take on Glide OS? Do you use any web based operating system? Please share your ideas in the comments section.</p>
<p><div style="float:left;margin-bottom:10px"><a href="http://api.tweetmeme.com/share?url=http://maketecheasier.com/customizing-glide-os/2010/10/05&amp;service=bit.ly" target="_blank"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http://maketecheasier.com/customizing-glide-os/2010/10/05" style="border:none;margin-right:5px" width="51" height="61"></a><a href="http://digg.com/tools/diggthis/login?url=http://maketecheasier.com/customizing-glide-os/2010/10/05" target="_blank"><img src="http://images.maketecheasier.com/diggme.png" style="border:none;margin-right:5px" ></a><a href="http://www.facebook.com/sharer.php?u=http://maketecheasier.com/customizing-glide-os/2010/10/05" target="_blank"><img src="http://images.maketecheasier.com/fb.jpg" style="border:none;margin-right:5px" ></a><a href="http://www.google.com/reader/link?url=http://maketecheasier.com/customizing-glide-os/2010/10/05&amp;title=Customizing+Glide+OS+%5BPart+2%5D&amp;srcTitle=MakeTechEasier.com" target="_blank"><img src="http://images.maketecheasier.com/gbuzz-feed.png" style="border:none;margin-right:5px" ></a><a href="http://www.stumbleupon.com/submit?url=http://maketecheasier.com/customizing-glide-os/2010/10/05" target="_blank"><img src="http://images.maketecheasier.com/stumble.png"></a></div>
<div style="clear:both"></div>
<strong><a href="http://maketecheasier.com/customizing-glide-os/2010/10/05">Customizing Glide OS [Part 2]</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)
<br/>
Follow us at <a href="http://www.facebook.com/MakeTechEasier">Facebook</a> | <a href="http://twitter.com/MakeTechEasier">Twitter</a></p>
]]></content:encoded>
			<wfw:commentRss>http://maketecheasier.com/customizing-glide-os/2010/10/05/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>How to Sync Your iPhone Contacts to Ubuntu One</title>
		<link>http://maketecheasier.com/sync-iphone-contacts-to-ubuntu-one/2010/06/28</link>
		<comments>http://maketecheasier.com/sync-iphone-contacts-to-ubuntu-one/2010/06/28#comments</comments>
		<pubDate>Mon, 28 Jun 2010 21:00:22 +0000</pubDate>
		<dc:creator>Damien</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[iPhone/iPod Touch]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[contacts]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[iphone app]]></category>
		<category><![CDATA[synchronization]]></category>
		<category><![CDATA[Ubuntu One]]></category>

		<guid isPermaLink="false">http://maketecheasier.com/?p=17484</guid>
		<description><![CDATA[When Ubuntu One first launched, we all thought that it is just another file storage service, just like Dropbox, with the limitation that it is only available for Ubuntu. With the release of Ubuntu Lucid, Ubuntu One has evolved into a great tool that it not only sync your files, but also your music, bookmarks, [...]<p><div style="float:left;margin-bottom:10px"><a href="http://api.tweetmeme.com/share?url=http://maketecheasier.com/sync-iphone-contacts-to-ubuntu-one/2010/06/28&amp;service=bit.ly" target="_blank"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http://maketecheasier.com/sync-iphone-contacts-to-ubuntu-one/2010/06/28" style="border:none;margin-right:5px" width="51" height="61"></a><a href="http://digg.com/tools/diggthis/login?url=http://maketecheasier.com/sync-iphone-contacts-to-ubuntu-one/2010/06/28" target="_blank"><img src="http://images.maketecheasier.com/diggme.png" style="border:none;margin-right:5px" ></a><a href="http://www.facebook.com/sharer.php?u=http://maketecheasier.com/sync-iphone-contacts-to-ubuntu-one/2010/06/28" target="_blank"><img src="http://images.maketecheasier.com/fb.jpg" style="border:none;margin-right:5px" ></a><a href="http://www.google.com/reader/link?url=http://maketecheasier.com/sync-iphone-contacts-to-ubuntu-one/2010/06/28&amp;title=How+to+Sync+Your+iPhone+Contacts+to+Ubuntu+One&amp;srcTitle=MakeTechEasier.com" target="_blank"><img src="http://images.maketecheasier.com/gbuzz-feed.png" style="border:none;margin-right:5px" ></a><a href="http://www.stumbleupon.com/submit?url=http://maketecheasier.com/sync-iphone-contacts-to-ubuntu-one/2010/06/28" target="_blank"><img src="http://images.maketecheasier.com/stumble.png"></a></div>
<div style="clear:both"></div>
<strong><a href="http://maketecheasier.com/sync-iphone-contacts-to-ubuntu-one/2010/06/28">How to Sync Your iPhone Contacts to Ubuntu One</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)
<br/>
Follow us at <a href="http://www.facebook.com/MakeTechEasier">Facebook</a> | <a href="http://twitter.com/MakeTechEasier">Twitter</a></p>
]]></description>
			<content:encoded><![CDATA[<p><img src="http://imagecdn.maketecheasier.com/2010/06/ubuntuone-sync-logo.jpg" alt="ubuntuone-sync-logo" title="ubuntuone-sync-logo" width="194" height="191" class="alignleft size-full wp-image-17539" />When Ubuntu One first launched, we all thought that it is just another file storage service, just like Dropbox, with the limitation that it is only available for Ubuntu. With the release of Ubuntu Lucid, Ubuntu One has evolved into a great tool that it not only sync your files, but also your music, bookmarks, and broadcast message archive. The latest addition to the plate is the synchronization of your iPhone contacts. </p>
<p>As you all know, iPhone and Linux are never a good pair. iPhone needs iTunes to sync, and iTunes is not available for Linux. Well, with the new <a href="http://itunes.apple.com/us/app/ubuntu-one-contacts/id365281620?mt=8" target="_blank">Ubuntu One Contact</a> [iTunes link] iPhone app, it is easy to sync your iPhone (contact) with your Ubuntu machine.<br />
<span id="more-17484"></span></p>
<h3>Configuring the iPhone-Ubuntu One synchronization</h3>
<p>Before you install the iPhone app and start the synchronization, you will need to register for a phone synchronization account. </p>
<p>1. Go to <a href="https://one.ubuntu.com/" target="_blank">http://one.ubuntu.com</a> and login into your Ubuntu One account. If you do not have an Ubuntu One account, this is also the time to sign up for one. </p>
<p>2. Once you are logged in, go to <a href="https://one.ubuntu.com/phones/" target="_blank">https://one.ubuntu.com/phones/</a>. </p>
<p><img src="http://imagecdn.maketecheasier.com/2010/06/ubuntuone-register-phone.png" alt="ubuntuone-register-phone" title="ubuntuone-register-phone" width="362" height="448" class="aligncenter size-full wp-image-17521" /></p>
<p>Choose <em>Apple</em> as the manufacturers and <em>iPhone</em> as the model. Click <em>Choose</em>.</p>
<p>3. You will be issued an username and password. Record it down. You will need this info to login to the mobile app later on.</p>
<p><img src="http://imagecdn.maketecheasier.com/2010/06/ubuntuone-phone-account.png" alt="ubuntuone-phone-account" title="ubuntuone-phone-account" width="346" height="212" class="aligncenter size-full wp-image-17522" /></p>
<p>4. Next, install <a href="http://itunes.apple.com/us/app/ubuntu-one-contacts/id365281620?mt=8" target="_blank">Ubuntu One Contact</a> from the app store on your iPhone/iPod Touch.</p>
<p>5. Activate the app. When prompted, enter your Ubuntu One Phone account login credential. </p>
<p><img src="http://imagecdn.maketecheasier.com/2010/06/ubuntuone-iphone-account-setup.png" alt="ubuntuone-iphone-account-setup" title="ubuntuone-iphone-account-setup" width="320" height="219" class="aligncenter size-full wp-image-17523" /></p>
<p>6. Back to the app main screen, tap on the big <em>Sync Contacts</em> icon to start the synchronization (you will need to connect to the Web for the synchronization to start).</p>
<p><img src="http://imagecdn.maketecheasier.com/2010/06/ubuntuone-iphone-start-sync.png" alt="ubuntuone-iphone-start-sync" title="ubuntuone-iphone-start-sync" width="320" height="450" class="aligncenter size-full wp-image-17524" /></p>
<p>The synchronization will now take place. You won&#8217;t see the synced contact in your Ubuntu One folder. Instead, log in to the web-based dashboard and click on the <em>Contact</em> tab, you should be able to see your contact list.</p>
<p><img src="http://imagecdn.maketecheasier.com/2010/06/ubuntuone-contact.png" alt="ubuntuone-contact" title="ubuntuone-contact" width="577" height="411" class="aligncenter size-full wp-image-17525" /></p>
<p>If you decided that you don&#8217;t want to do any more synchronization, you can remove the phone from your Ubuntu One account via the <em>Edit Phone Setting</em> link.</p>
<p><img src="http://imagecdn.maketecheasier.com/2010/06/ubuntuone-remove-phone.png" alt="ubuntuone-remove-phone" title="ubuntuone-remove-phone" width="437" height="407" class="aligncenter size-full wp-image-17526" /></p>
<h3>One way or two way sync?</h3>
<p>In the Settings pane within the app, there are several preferences that you can set. The more important one is the ability to specify whether a one-way sync or two way sync should be made. You can specify to do a two way sync, or just phone -> Server, or vice-versa.</p>
<p><img src="http://imagecdn.maketecheasier.com/2010/06/ubuntuone-sync-direction.png" alt="ubuntuone-sync-direction" title="ubuntuone-sync-direction" width="320" height="208" class="aligncenter size-full wp-image-17534" /></p>
<p>Currently, the Ubuntu One Contact app only syncs your iPhone contact, but I believe that in the future, it could extend its service to your Notes, emails, SMS or even your call log. </p>
<p>What do you like to sync most with this Ubuntu One mobile app?<br />
<!--adsense#468x60--></p>
<p><div style="float:left;margin-bottom:10px"><a href="http://api.tweetmeme.com/share?url=http://maketecheasier.com/sync-iphone-contacts-to-ubuntu-one/2010/06/28&amp;service=bit.ly" target="_blank"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http://maketecheasier.com/sync-iphone-contacts-to-ubuntu-one/2010/06/28" style="border:none;margin-right:5px" width="51" height="61"></a><a href="http://digg.com/tools/diggthis/login?url=http://maketecheasier.com/sync-iphone-contacts-to-ubuntu-one/2010/06/28" target="_blank"><img src="http://images.maketecheasier.com/diggme.png" style="border:none;margin-right:5px" ></a><a href="http://www.facebook.com/sharer.php?u=http://maketecheasier.com/sync-iphone-contacts-to-ubuntu-one/2010/06/28" target="_blank"><img src="http://images.maketecheasier.com/fb.jpg" style="border:none;margin-right:5px" ></a><a href="http://www.google.com/reader/link?url=http://maketecheasier.com/sync-iphone-contacts-to-ubuntu-one/2010/06/28&amp;title=How+to+Sync+Your+iPhone+Contacts+to+Ubuntu+One&amp;srcTitle=MakeTechEasier.com" target="_blank"><img src="http://images.maketecheasier.com/gbuzz-feed.png" style="border:none;margin-right:5px" ></a><a href="http://www.stumbleupon.com/submit?url=http://maketecheasier.com/sync-iphone-contacts-to-ubuntu-one/2010/06/28" target="_blank"><img src="http://images.maketecheasier.com/stumble.png"></a></div>
<div style="clear:both"></div>
<strong><a href="http://maketecheasier.com/sync-iphone-contacts-to-ubuntu-one/2010/06/28">How to Sync Your iPhone Contacts to Ubuntu One</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)
<br/>
Follow us at <a href="http://www.facebook.com/MakeTechEasier">Facebook</a> | <a href="http://twitter.com/MakeTechEasier">Twitter</a></p>
]]></content:encoded>
			<wfw:commentRss>http://maketecheasier.com/sync-iphone-contacts-to-ubuntu-one/2010/06/28/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Sync Your Firefox Settings Across Various Devices</title>
		<link>http://maketecheasier.com/sync-firefox-settings-across-various-devices/2010/06/26</link>
		<comments>http://maketecheasier.com/sync-firefox-settings-across-various-devices/2010/06/26#comments</comments>
		<pubDate>Sat, 26 Jun 2010 20:00:24 +0000</pubDate>
		<dc:creator>Damien</dc:creator>
				<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Add-on]]></category>
		<category><![CDATA[extension]]></category>
		<category><![CDATA[synchronization]]></category>

		<guid isPermaLink="false">http://maketecheasier.com/?p=17375</guid>
		<description><![CDATA[When you close a Firefox browser with many active tabs, it will usually prompt you to save your session so that the next time you open the browser, the tabs will be restored. What if you can get the tabs/session to restore automatically on a Firefox browser in another computer? Just imagine, you can do [...]<p><div style="float:left;margin-bottom:10px"><a href="http://api.tweetmeme.com/share?url=http://maketecheasier.com/sync-firefox-settings-across-various-devices/2010/06/26&amp;service=bit.ly" target="_blank"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http://maketecheasier.com/sync-firefox-settings-across-various-devices/2010/06/26" style="border:none;margin-right:5px" width="51" height="61"></a><a href="http://digg.com/tools/diggthis/login?url=http://maketecheasier.com/sync-firefox-settings-across-various-devices/2010/06/26" target="_blank"><img src="http://images.maketecheasier.com/diggme.png" style="border:none;margin-right:5px" ></a><a href="http://www.facebook.com/sharer.php?u=http://maketecheasier.com/sync-firefox-settings-across-various-devices/2010/06/26" target="_blank"><img src="http://images.maketecheasier.com/fb.jpg" style="border:none;margin-right:5px" ></a><a href="http://www.google.com/reader/link?url=http://maketecheasier.com/sync-firefox-settings-across-various-devices/2010/06/26&amp;title=How+to+Sync+Your+Firefox+Settings+Across+Various+Devices&amp;srcTitle=MakeTechEasier.com" target="_blank"><img src="http://images.maketecheasier.com/gbuzz-feed.png" style="border:none;margin-right:5px" ></a><a href="http://www.stumbleupon.com/submit?url=http://maketecheasier.com/sync-firefox-settings-across-various-devices/2010/06/26" target="_blank"><img src="http://images.maketecheasier.com/stumble.png"></a></div>
<div style="clear:both"></div>
<strong><a href="http://maketecheasier.com/sync-firefox-settings-across-various-devices/2010/06/26">How to Sync Your Firefox Settings Across Various Devices</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)
<br/>
Follow us at <a href="http://www.facebook.com/MakeTechEasier">Facebook</a> | <a href="http://twitter.com/MakeTechEasier">Twitter</a></p>
]]></description>
			<content:encoded><![CDATA[<p><img src="http://imagecdn.maketecheasier.com/2010/06/firefox-sync-logo.png" alt="firefox-sync-logo" title="firefox-sync-logo" width="149" height="150" class="alignleft size-full wp-image-17411" />When you close a Firefox browser with many active tabs, it will usually prompt you to save your session so that the next time you open the browser, the tabs will be restored. </p>
<p>What if you can get the tabs/session to restore automatically on a Firefox browser in <em>another</em> computer? Just imagine, you can do your work in the office, close the browser (with all the tabs) when it&#8217;s time to knock off and restore it again when you open the browser from your home PC. Isn&#8217;t it great?</p>
<p>Well, you can do it now with the help of <a href="https://addons.mozilla.org/en-US/firefox/addon/10868/" target="_blank">Firefox Sync</a> extension.<br />
<span id="more-17375"></span><br />
The Firefox Sync extension backup your info to the server and restore it on any computers that you have installed the extension. Other than tabs, it also backup and sync your settings, passwords, bookmarks, and other customizations. </p>
<p>Install the <a href="https://addons.mozilla.org/en-US/firefox/addon/10868/" target="_blank">Firefox sync extension </a>. Restart your Firefox.</p>
<p>After the restart, the Firefox Sync extension will prompt you to set up a sync account. Click on the option &#8220;<em>I&#8217;ve never used Sync before</em>&#8220;.</p>
<p><img class="aligncenter size-full wp-image-17402" title="firefox-snyc-setup" src="http://imagecdn.maketecheasier.com/2010/06/firefox-snyc-setup.png" alt="firefox-snyc-setup" width="534" height="400" /></p>
<p>In the next screen, create an account with the Firefox server. Alternatively, if you have your own custom server, you can use it to store the sync data too.</p>
<p><img class="aligncenter size-full wp-image-17403" title="firefox-snyc-setup1" src="http://imagecdn.maketecheasier.com/2010/06/firefox-snyc-setup1.png" alt="firefox-snyc-setup1" width="536" height="434" /></p>
<p>Enter a secret phrase. This secret phrase is used to encrypt your data and it must be at least 12 characters long.</p>
<p><img class="aligncenter size-full wp-image-17404" title="firefox-snyc-secret-phrase" src="http://imagecdn.maketecheasier.com/2010/06/firefox-snyc-secret-phrase.png" alt="firefox-snyc-secret-phrase" width="534" height="433" /></p>
<p>Next, Firefox Sync will ask if you want to sync everything. By everything, it means your bookmarks, history, preferences and tabs. Alternatively, you can configure your own setting what to sync and what not to sync.</p>
<p><img class="aligncenter size-full wp-image-17405" title="firefox-snyc-settings" src="http://imagecdn.maketecheasier.com/2010/06/firefox-snyc-settings.png" alt="firefox-snyc-settings" width="534" height="433" /></p>
<p>That&#8217;s it. You have completed the configuration and it will start to sync your Firefox immediately. At any point of time, you can easily disconnect the sync by going to Tools -&gt; Sync -&gt; Disconnect.</p>
<p><img class="aligncenter size-full wp-image-17406" title="firefox-snyc-disconnect" src="http://imagecdn.maketecheasier.com/2010/06/firefox-snyc-disconnect.png" alt="firefox-snyc-disconnect" width="472" height="234" /></p>
<p>On the other computer, also install the Firefox Sync extension. This time, select &#8220;I&#8217;m already using Sync on another computer&#8221;.</p>
<p><img class="aligncenter size-full wp-image-17407" title="firefox-snyc-second-pc" src="http://imagecdn.maketecheasier.com/2010/06/firefox-snyc-second-pc.png" alt="firefox-snyc-second-pc" width="445" height="360" /></p>
<p>Enter your account credential. It will then prompt if you want to merge the online sync data with this current computer or replace your existing local settings with the online sync data.</p>
<p><img class="aligncenter size-full wp-image-17408" title="firefox-sync-merge-setting" src="http://imagecdn.maketecheasier.com/2010/06/firefox-sync-merge-setting.png" alt="firefox-sync-merge-setting" width="446" height="366" /></p>
<p>Done.</p>
<p>The extension will now sync all your settings across all your computers running Firefox.</p>
<p>What other ways do you used to sync your Firefox?<br />
<!--adsense#468x60--></p>
<p><div style="float:left;margin-bottom:10px"><a href="http://api.tweetmeme.com/share?url=http://maketecheasier.com/sync-firefox-settings-across-various-devices/2010/06/26&amp;service=bit.ly" target="_blank"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http://maketecheasier.com/sync-firefox-settings-across-various-devices/2010/06/26" style="border:none;margin-right:5px" width="51" height="61"></a><a href="http://digg.com/tools/diggthis/login?url=http://maketecheasier.com/sync-firefox-settings-across-various-devices/2010/06/26" target="_blank"><img src="http://images.maketecheasier.com/diggme.png" style="border:none;margin-right:5px" ></a><a href="http://www.facebook.com/sharer.php?u=http://maketecheasier.com/sync-firefox-settings-across-various-devices/2010/06/26" target="_blank"><img src="http://images.maketecheasier.com/fb.jpg" style="border:none;margin-right:5px" ></a><a href="http://www.google.com/reader/link?url=http://maketecheasier.com/sync-firefox-settings-across-various-devices/2010/06/26&amp;title=How+to+Sync+Your+Firefox+Settings+Across+Various+Devices&amp;srcTitle=MakeTechEasier.com" target="_blank"><img src="http://images.maketecheasier.com/gbuzz-feed.png" style="border:none;margin-right:5px" ></a><a href="http://www.stumbleupon.com/submit?url=http://maketecheasier.com/sync-firefox-settings-across-various-devices/2010/06/26" target="_blank"><img src="http://images.maketecheasier.com/stumble.png"></a></div>
<div style="clear:both"></div>
<strong><a href="http://maketecheasier.com/sync-firefox-settings-across-various-devices/2010/06/26">How to Sync Your Firefox Settings Across Various Devices</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)
<br/>
Follow us at <a href="http://www.facebook.com/MakeTechEasier">Facebook</a> | <a href="http://twitter.com/MakeTechEasier">Twitter</a></p>
]]></content:encoded>
			<wfw:commentRss>http://maketecheasier.com/sync-firefox-settings-across-various-devices/2010/06/26/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>How To Make the Most of Dropbox &#8211; Part II</title>
		<link>http://maketecheasier.com/make-the-most-of-dropbox-part-ii/2010/05/31</link>
		<comments>http://maketecheasier.com/make-the-most-of-dropbox-part-ii/2010/05/31#comments</comments>
		<pubDate>Mon, 31 May 2010 21:00:34 +0000</pubDate>
		<dc:creator>Abhiroop Basu</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Dropbox]]></category>
		<category><![CDATA[synchronization]]></category>
		<category><![CDATA[tasks]]></category>
		<category><![CDATA[torrents]]></category>

		<guid isPermaLink="false">http://maketecheasier.com/?p=16162</guid>
		<description><![CDATA[Following on from last week’s Dropbox guide, I will demonstrate some of the more advanced tricks that can be performed using Dropbox’s sync tool. 1. Remotely launch Bittorrent downloads. I like to keep my various Linux distributions up-to-date and one of the ways I manage this is to ensure that as soon as the latest [...]<p><div style="float:left;margin-bottom:10px"><a href="http://api.tweetmeme.com/share?url=http://maketecheasier.com/make-the-most-of-dropbox-part-ii/2010/05/31&amp;service=bit.ly" target="_blank"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http://maketecheasier.com/make-the-most-of-dropbox-part-ii/2010/05/31" style="border:none;margin-right:5px" width="51" height="61"></a><a href="http://digg.com/tools/diggthis/login?url=http://maketecheasier.com/make-the-most-of-dropbox-part-ii/2010/05/31" target="_blank"><img src="http://images.maketecheasier.com/diggme.png" style="border:none;margin-right:5px" ></a><a href="http://www.facebook.com/sharer.php?u=http://maketecheasier.com/make-the-most-of-dropbox-part-ii/2010/05/31" target="_blank"><img src="http://images.maketecheasier.com/fb.jpg" style="border:none;margin-right:5px" ></a><a href="http://www.google.com/reader/link?url=http://maketecheasier.com/make-the-most-of-dropbox-part-ii/2010/05/31&amp;title=How+To+Make+the+Most+of+Dropbox+%26%238211%3B+Part+II&amp;srcTitle=MakeTechEasier.com" target="_blank"><img src="http://images.maketecheasier.com/gbuzz-feed.png" style="border:none;margin-right:5px" ></a><a href="http://www.stumbleupon.com/submit?url=http://maketecheasier.com/make-the-most-of-dropbox-part-ii/2010/05/31" target="_blank"><img src="http://images.maketecheasier.com/stumble.png"></a></div>
<div style="clear:both"></div>
<strong><a href="http://maketecheasier.com/make-the-most-of-dropbox-part-ii/2010/05/31">How To Make the Most of Dropbox &#8211; Part II</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)
<br/>
Follow us at <a href="http://www.facebook.com/MakeTechEasier">Facebook</a> | <a href="http://twitter.com/MakeTechEasier">Twitter</a></p>
]]></description>
			<content:encoded><![CDATA[<p><img src="http://imagecdn.maketecheasier.com/2010/05/dropbox-logo2.jpg" alt="dropbox-logo2" title="dropbox-logo2" width="200" height="171" class="alignleft size-full wp-image-16364" />Following on from <a href="http://maketecheasier.com/make-the-most-of-dropbox-part-i/2010/05/20">last week’s</a> Dropbox guide, I will demonstrate some of the more advanced tricks that can be performed using Dropbox’s sync tool.</p>
<h3>1. Remotely launch Bittorrent downloads.</h3>
<p>I like to keep my various Linux distributions up-to-date and one of the ways I manage this is to ensure that as soon as the latest “iso” file of that distribution is made available I immediately start torrenting it. The first thing you will need is a torrent client that supports the “watch folder” feature. I personally use <a href="http://www.utorrent.com/" target="_blank">uTorrent</a>. (<strong>Note</strong>: <em>Transmission also has the ability to &#8220;watch&#8221; a folder for new torrent.</em>)<br />
<span id="more-16162"></span><br />
To set up a “watched folder” in uTorrent click on <em>Options</em> on the top toolbar and then select <em>Preferences </em>from the drop-down menu.</p>
<p><img class="aligncenter" title="utorrent - menu" src="http://imagecdn.maketecheasier.com/2010/05/dropbox-utorrent-menu.png" alt="utorrent - menu" width="223" height="246" /></p>
<p>Next, navigate to <em>Directories</em> from the left-hand column. This will open up a set of options on the right side of the panel. First, check “<em>Automatically load .torrents from:”, </em>then select “<em>…”</em> and using the file browser navigate to your “My Dropbox” folder and create a folder here called “Torrents”. Then select <em>Select Folder</em>. When the settings in the <em>Preferences</em> are completed hit <em>OK</em>.</p>
<p><img class="aligncenter" title="utorrent - directories" src="http://imagecdn.maketecheasier.com/2010/05/dropbox-utorrent-directories.png" alt="utorrent - directories" width="575" height="428" /></p>
<p>Now, whenever you upload a .torrent file into your “Torrents” folder on Dropbox it will automatically launch in uTorrent, provided your computer is switched on and uTorrent is running. This is a great way to remotely launch torrents.</p>
<h3>2. Access Dropbox from Multiple Devices</h3>
<p>There are a number of ways of accessing Dropbox from a device other than your primary computer. You can log into the web interface which allows you to download any of your files or upload something new. You can also install Dropbox on a new computer and log in with your same account. Finally, Dropbox is now available as a download from the iTunes App Store as well as the Android marketplace.</p>
<p><img class="aligncenter" title="iphone - dropbox" src="http://imagecdn.maketecheasier.com/2010/05/dropbox-iphone.jpg" alt="iphone - dropbox" width="320" height="480" /><br />
[Image credit: <a href="http://www.flickr.com/photos/alexpriest" target="_blank">alex.priest</a>]</p>
<h3>3. Share files with the world</h3>
<p>It is easy to <a href=" http://maketecheasier.com/create-a-share-folder-in-dropbox/2010/05/08">share a folder</a> with your friends in Dropbox, but it requires both parties (you and your friends) to have Dropbox accounts. In some cases you do not want to take the hassle of having the other party install Dropbox and you merely want to share a single file with them. In these cases you can share an individual file by creating a “public link”.</p>
<p>All files that are placed in the “Public” folder in your “My Dropbox” folder can be made “Public” by copying the public link and sharing it with the world.</p>
<p>Once you have copied a file into the Dropbox public folder, you can generate a public link either through the file explorer or through the web interface. In your file explorer, simply right-click on the file you want to share, select <em>Dropbox </em>and select <em>Copy Public Link</em>.</p>
<p><img class="aligncenter" title="dropbox - public link" src="http://imagecdn.maketecheasier.com/2010/05/dropbox-public-link.png" alt="dropbox - public link" width="575" height="263" /></p>
<h3>4. Sync your To-Do List</h3>
<p>Although there are numerous online to-do lists such as RememberTheMilk, Evernote, and even Google&#8217;s Tasks application, most people (including me) are still fans of the old fashioned text-file.</p>
<p>To create a to-do list text file and access it everywhere, simply save your to do list in the Dropbox folder. This way you can access it from anywhere and make changes and re-upload.</p>
<p><img class="aligncenter" title="dropbox - to_do" src="http://imagecdn.maketecheasier.com/2010/05/dropbox-to-do.png" alt="dropbox - to_do" width="430" height="186" /></p>
<h3>5. Backup Saved Game Files</h3>
<p>I often find that I am in a friends house and I want to show them the &#8220;magical&#8221; new weapon my character found in a game. Unfortunately, because my saved file from the game is at home I am unable to launch the game from the position I left off.</p>
<p>To get around this you can add your &#8220;saved game&#8221; files to your My Dropbox folder and make it accesible from anywhere.</p>
<p>As of now, most of my saved game files are saved in the &#8220;Documents&#8221; folder and since I demonstrated how to <a href="http://maketecheasier.com/make-the-most-of-dropbox-part-i/2010/05/20">keep your &#8220;Documents&#8221; folder in sync</a> in the first part of this guide, there is no need to do anything further to backup your saved game files. However, if your saved game file is in some other folder then you will need to create a junction into your &#8220;My Dropbox&#8221; folder. Just keep in mind that unlike before you do not want to move the entire saved game folder into your &#8220;My Dropbox&#8221; folder, rather you want to right-click on the folder containing your saved game file, select &#8220;Pick Link source&#8221;, then navigate to your &#8220;My Dropbox&#8221; folder and right-click on any blank area and select &#8220;Drop As&#8230;&#8221; and select &#8220;Junction&#8221;.</p>
<p>This will ensure that your saved game files are backed up to Dropbox.</p>
<p><img class="aligncenter" title="dropbox - games" src="http://imagecdn.maketecheasier.com/2010/05/dropbox-games.png" alt="dropbox - games" width="488" height="259" /></p>
<h3>6. Access your Instant Messaging Logs from Anywhere</h3>
<p>If you are using multiple computers, chances are, you have also installed multiple IM accounts on each computer. While you are able to connect to your IM network easily, your chat log will be split among different computers. To keep them unified, you can easily create a junction (or symlink) and sync your chat log across different computers with Dropbox. </p>
<p><img class="aligncenter" title="dropbox - IM logs" src="http://imagecdn.maketecheasier.com/2010/05/dropbox-IM-logs.png" alt="dropbox - IM logs" width="441" height="213" /></p>
<p>There are thousands and one things that you can do with Dropbox and I have only covered the tip of the iceberg. If you have found any other novel uses for Dropbox, let us know in the comments.</p>
<p>Image credit: <a href="http://www.flickr.com/photos/98289026@N00/" target="_blank">claustchi</a><br />
<!--adsense#468x60--></p>
<p><div style="float:left;margin-bottom:10px"><a href="http://api.tweetmeme.com/share?url=http://maketecheasier.com/make-the-most-of-dropbox-part-ii/2010/05/31&amp;service=bit.ly" target="_blank"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http://maketecheasier.com/make-the-most-of-dropbox-part-ii/2010/05/31" style="border:none;margin-right:5px" width="51" height="61"></a><a href="http://digg.com/tools/diggthis/login?url=http://maketecheasier.com/make-the-most-of-dropbox-part-ii/2010/05/31" target="_blank"><img src="http://images.maketecheasier.com/diggme.png" style="border:none;margin-right:5px" ></a><a href="http://www.facebook.com/sharer.php?u=http://maketecheasier.com/make-the-most-of-dropbox-part-ii/2010/05/31" target="_blank"><img src="http://images.maketecheasier.com/fb.jpg" style="border:none;margin-right:5px" ></a><a href="http://www.google.com/reader/link?url=http://maketecheasier.com/make-the-most-of-dropbox-part-ii/2010/05/31&amp;title=How+To+Make+the+Most+of+Dropbox+%26%238211%3B+Part+II&amp;srcTitle=MakeTechEasier.com" target="_blank"><img src="http://images.maketecheasier.com/gbuzz-feed.png" style="border:none;margin-right:5px" ></a><a href="http://www.stumbleupon.com/submit?url=http://maketecheasier.com/make-the-most-of-dropbox-part-ii/2010/05/31" target="_blank"><img src="http://images.maketecheasier.com/stumble.png"></a></div>
<div style="clear:both"></div>
<strong><a href="http://maketecheasier.com/make-the-most-of-dropbox-part-ii/2010/05/31">How To Make the Most of Dropbox &#8211; Part II</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)
<br/>
Follow us at <a href="http://www.facebook.com/MakeTechEasier">Facebook</a> | <a href="http://twitter.com/MakeTechEasier">Twitter</a></p>
]]></content:encoded>
			<wfw:commentRss>http://maketecheasier.com/make-the-most-of-dropbox-part-ii/2010/05/31/feed</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>How To Make the Most of Dropbox &#8211; Part I</title>
		<link>http://maketecheasier.com/make-the-most-of-dropbox-part-i/2010/05/20</link>
		<comments>http://maketecheasier.com/make-the-most-of-dropbox-part-i/2010/05/20#comments</comments>
		<pubDate>Thu, 20 May 2010 21:00:45 +0000</pubDate>
		<dc:creator>Abhiroop Basu</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[cloud]]></category>
		<category><![CDATA[Dropbox]]></category>
		<category><![CDATA[synchronization]]></category>

		<guid isPermaLink="false">http://maketecheasier.com/?p=15767</guid>
		<description><![CDATA[Dropbox is a file syncing and backup application. Files in the “My Dropbox” folder are synced to the cloud and are then accessible from a wide range of devices, including the iPhone and Android. What initially attracted me to Dropbox was the fact that it was one of the few file syncing applications that worked [...]<p><div style="float:left;margin-bottom:10px"><a href="http://api.tweetmeme.com/share?url=http://maketecheasier.com/make-the-most-of-dropbox-part-i/2010/05/20&amp;service=bit.ly" target="_blank"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http://maketecheasier.com/make-the-most-of-dropbox-part-i/2010/05/20" style="border:none;margin-right:5px" width="51" height="61"></a><a href="http://digg.com/tools/diggthis/login?url=http://maketecheasier.com/make-the-most-of-dropbox-part-i/2010/05/20" target="_blank"><img src="http://images.maketecheasier.com/diggme.png" style="border:none;margin-right:5px" ></a><a href="http://www.facebook.com/sharer.php?u=http://maketecheasier.com/make-the-most-of-dropbox-part-i/2010/05/20" target="_blank"><img src="http://images.maketecheasier.com/fb.jpg" style="border:none;margin-right:5px" ></a><a href="http://www.google.com/reader/link?url=http://maketecheasier.com/make-the-most-of-dropbox-part-i/2010/05/20&amp;title=How+To+Make+the+Most+of+Dropbox+%26%238211%3B+Part+I&amp;srcTitle=MakeTechEasier.com" target="_blank"><img src="http://images.maketecheasier.com/gbuzz-feed.png" style="border:none;margin-right:5px" ></a><a href="http://www.stumbleupon.com/submit?url=http://maketecheasier.com/make-the-most-of-dropbox-part-i/2010/05/20" target="_blank"><img src="http://images.maketecheasier.com/stumble.png"></a></div>
<div style="clear:both"></div>
<strong><a href="http://maketecheasier.com/make-the-most-of-dropbox-part-i/2010/05/20">How To Make the Most of Dropbox &#8211; Part I</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)
<br/>
Follow us at <a href="http://www.facebook.com/MakeTechEasier">Facebook</a> | <a href="http://twitter.com/MakeTechEasier">Twitter</a></p>
]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft" title="dropbox-logo" src="http://imagecdn.maketecheasier.com/2010/05/dropbox-logo.jpg" alt="dropbox-logo" width="200" height="200" /><a href="http://maketecheasier.com/dropbox-backs-up-and-syncs-files-from-your-desktop/2008/09/15">Dropbox</a> is a file syncing and backup application. Files in the “My Dropbox” folder are synced to the cloud and are then accessible from a wide range of devices, including the iPhone and Android. What initially attracted me to Dropbox was the fact that it was one of the few file syncing applications that worked on Ubuntu flawlessly. Having used Dropbox on Ubuntu, Windows XP, Windows 7 and Mac OSX for a number of years, I have realised that pigeonholing Dropbox as a mere file syncing or backup service does not do it justice. In a series of articles I hope to show you how to make the most of Dropbox.</p>
<p>In this first article, I will explain the basics of installing Dropbox and using its more common features. In the next article I will outline some of the more unique uses of Dropbox.<br />
<span id="more-15767"></span></p>
<h3>1. Installation</h3>
<p>First, visit <a href="http://www.dropbox.com" target="_blank">www.dropbox.com</a> and download the Dropbox client. After installing and creating an account, you will get a choice to keep the Dropbox folder location as default or move it somewhere else. At this point if you wish to make your entire “My Documents” folder as your “My Dropbox” folder you have that option. I personally prefer to keep it as a separate folder in my “Users” folder.</p>
<p><img class="aligncenter" title="dropbox-setup" src="http://imagecdn.maketecheasier.com/2010/05/dropbox-setup.png" alt="dropbox-setup" width="526" height="476" /></p>
<h3>2. Increase your Dropbox Limit for FREE</h3>
<p>While the 2GB that Dropbox provides for free is adequate for documents, once you decide to start syncing photos or music you will soon require more space. If you are willing to pay, you can upgrade to 50GB for $9.99/month or 100GB for $19.99/month. However, with a small amount of work, it is also possible to increase your allocation of free space by 8.2GB to a total of 10.2GB.</p>
<p>The first thing you must do is click on the “Getting Started” link on your Dropbox home page. Immediately after the tutorial completes you will notice that 250MB has been added to your total limit.</p>
<p>To obtain the remainder of the bonus space, Dropbox requires you to refer a certain number of people to their service. To do this, click on the “<em>Get Extra Space Free</em>” link on the Dropbox home page and you will be taken to your referral page. From here you can either send the referral link to friends using their e-mail addresses or you can copy your referral link and entice others to sign-up to Dropbox using your referral link (by signing up using your referral link those new users will also get extra space for free).</p>
<p><img class="aligncenter" title="dropbox-referral" src="http://imagecdn.maketecheasier.com/2010/05/dropbox-referral.png" alt="dropbox-referral" width="576" height="484" /></p>
<p>Each referral gets you 250MB of bonus storage space, so it will take a total of 32 referrals for you to hit 8GB.</p>
<h3>3. Backing Up</h3>
<p>While Dropbox has robust syncing features, it is also handy as a simple backup tool. Simply place all the data you want backed up into your “My Dropbox” folder and no matter what happens to your physical storage, your data will remain safe in the cloud. The “undelete” option is what sets Dropbox apart as a backup service.</p>
<p>On the website, if you browse to any folder, you are met with the following interface:</p>
<p><img class="aligncenter" title="dropbox-folder" src="http://imagecdn.maketecheasier.com/2010/05/dropbox-folder.png" alt="dropbox-folder" width="577" height="192" /></p>
<p>Clicking on the “Show deleted files” button reveals, in grey, a number of previously deleted items.</p>
<p><img class="aligncenter" title="dropbox-folder_deleted_files" src="http://imagecdn.maketecheasier.com/2010/05/dropbox-folder-deleted-files.png" alt="dropbox-folder_deleted_files" width="573" height="342" /></p>
<p>From here you can select any folder or file and either permanently delete it or “undelete” the item.</p>
<p><img class="aligncenter" title="dropbox-folder_deleted_files2" src="http://imagecdn.maketecheasier.com/2010/05/dropbox-folder-deleted-files2.png" alt="dropbox-folder_deleted_files2" width="576" height="337" /></p>
<p>It is also possible to launch the “undelete” function directly from any folder inside your “My Dropbox” folder by right-clicking, selecting “<em>Dropbox” -&gt; “Show Deleted Files…</em>”.</p>
<p><img class="aligncenter" title="dropbox-contextmenu" src="http://imagecdn.maketecheasier.com/2010/05/dropbox-context-menu.png" alt="dropbox-contextmenu" width="518" height="62" /></p>
<p>If you have a free account this feature is limited to the past 30 days, so a file older than 30 days is permanently erased. If you buy a “Pro” account (i.e. 50GB or 100GB) you can ‘undelete” files forever.</p>
<p>In addition, to being able to restore deleted files, it is possible to revert back to older versions of any file by selecting a file and clicking on “previous versions”.</p>
<p><img class="aligncenter" title="dropbox-previous_versions" src="http://imagecdn.maketecheasier.com/2010/05/dropbox-previous-versions.png" alt="dropbox-previous_versions" width="577" height="333" /></p>
<p>On the next page you can select the version you would like to roll back to.</p>
<p><img class="aligncenter size-full wp-image-15770" title="dropbox-previous_versions2" src="http://imagecdn.maketecheasier.com/2010/05/dropbox-previous-versions2.png" alt="dropbox-previous_versions2" width="577" height="225" /></p>
<h3>4. Photos Folder</h3>
<p>After installing Dropbox, the “My Dropbox” folder contains a “Photos” folder by default.</p>
<p><img class="aligncenter" title="dropbox-photos" src="http://imagecdn.maketecheasier.com/2010/05/dropbox-photos.png" alt="dropbox-photos" width="142" height="59" /></p>
<p>If you place a photo or a folder full of photos in this folder and then browse the folder in Dropbox, you have the ability to view the photos in a gallery view.</p>
<p><img class="aligncenter" title="dropbox-photos_gallery" src="http://imagecdn.maketecheasier.com/2010/05/dropbox-photos-gallery.png" alt="dropbox-photos_gallery" width="548" height="155" /></p>
<p><img class="aligncenter" title="dropbox-photos_gallery3" src="http://imagecdn.maketecheasier.com/2010/05/dropbox-photos-gallery3.png" alt="dropbox-photos-gallery3" width="576" height="345" /></p>
<p>From here you even have the ability to share this particular gallery with anyone (even if they do not possess a Dropbox account). Simply send them the highlighted link.</p>
<p>Just remember, the gallery mode only works if the original folder is named “Photos” (e.g. “pictures” does not work).</p>
<h3>5. Sync any Folder with Dropbox</h3>
<p>Currently, the only way to sync data onto Dropbox is to physically place it in the “My Dropbox” folder. Fortunately, there is an easy solution to this problem.</p>
<p>In Windows 7/Vista/XP download the program <a href="http://schinagl.priv.at/nt/hardlinkshellext/hardlinkshellext.html" target="_blank">Link Shell Extension</a>. Once you have installed the program, MOVE (not copy) the folder you would like to sync with Dropbox into your “My Dropbox” folder. Then right-click on the folder and select “Pick Link Source”.</p>
<p><img class="aligncenter" title="linkshellextension-contextmenu" src="http://imagecdn.maketecheasier.com/2010/05/dropbox-link-shell-extension.png" alt="dropbox-link-shell-extension" width="460" height="245" /></p>
<p>Having “selected” the folder, navigate to the folder where this particular folder was originally located and select “<em>Drop As… -&gt; Junction</em>”.</p>
<p><img class="aligncenter" title="linkshellextension-contextmenu2" src="http://imagecdn.maketecheasier.com/2010/05/dropbox-link-shell-extension2.png" alt="link shell extension-context menu2" width="472" height="123" /></p>
<p>This will ensure that while the original folder actually resides in the “My Dropbox” folder, you can continue to interact with the folder as though it is in its original location. It is essential that you place your original folder inside Dropbox. If instead you create the junction inside Dropbox, leaving the folder in its original location, any changes inside the folder will not sync until you restart Dropbox (this is a bug with Windows junction points).</p>
<p>In my next article I will demonstrate some of the more advanced uses of Dropbox.<br />
<!--adsense#468x60--></p>
<p><div style="float:left;margin-bottom:10px"><a href="http://api.tweetmeme.com/share?url=http://maketecheasier.com/make-the-most-of-dropbox-part-i/2010/05/20&amp;service=bit.ly" target="_blank"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http://maketecheasier.com/make-the-most-of-dropbox-part-i/2010/05/20" style="border:none;margin-right:5px" width="51" height="61"></a><a href="http://digg.com/tools/diggthis/login?url=http://maketecheasier.com/make-the-most-of-dropbox-part-i/2010/05/20" target="_blank"><img src="http://images.maketecheasier.com/diggme.png" style="border:none;margin-right:5px" ></a><a href="http://www.facebook.com/sharer.php?u=http://maketecheasier.com/make-the-most-of-dropbox-part-i/2010/05/20" target="_blank"><img src="http://images.maketecheasier.com/fb.jpg" style="border:none;margin-right:5px" ></a><a href="http://www.google.com/reader/link?url=http://maketecheasier.com/make-the-most-of-dropbox-part-i/2010/05/20&amp;title=How+To+Make+the+Most+of+Dropbox+%26%238211%3B+Part+I&amp;srcTitle=MakeTechEasier.com" target="_blank"><img src="http://images.maketecheasier.com/gbuzz-feed.png" style="border:none;margin-right:5px" ></a><a href="http://www.stumbleupon.com/submit?url=http://maketecheasier.com/make-the-most-of-dropbox-part-i/2010/05/20" target="_blank"><img src="http://images.maketecheasier.com/stumble.png"></a></div>
<div style="clear:both"></div>
<strong><a href="http://maketecheasier.com/make-the-most-of-dropbox-part-i/2010/05/20">How To Make the Most of Dropbox &#8211; Part I</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)
<br/>
Follow us at <a href="http://www.facebook.com/MakeTechEasier">Facebook</a> | <a href="http://twitter.com/MakeTechEasier">Twitter</a></p>
]]></content:encoded>
			<wfw:commentRss>http://maketecheasier.com/make-the-most-of-dropbox-part-i/2010/05/20/feed</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Syncless: An Easy Way to Synchronize Folders in Windows</title>
		<link>http://maketecheasier.com/syncless-an-easy-way-to-synchronize-folders-in-windows/2010/04/26</link>
		<comments>http://maketecheasier.com/syncless-an-easy-way-to-synchronize-folders-in-windows/2010/04/26#comments</comments>
		<pubDate>Mon, 26 Apr 2010 22:00:11 +0000</pubDate>
		<dc:creator>Soumen Halder</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Folders]]></category>
		<category><![CDATA[synchronization]]></category>
		<category><![CDATA[tags]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://maketecheasier.com/?p=14822</guid>
		<description><![CDATA[Do you work with a lot of folders and feel lost when you have to find a certain file kept in one of the folders whose location you don&#8217;t know? Do you perform regular backup jobs and need a simple tool which can backup the contents of some folders in your removable drive? Do you [...]<p><div style="float:left;margin-bottom:10px"><a href="http://api.tweetmeme.com/share?url=http://maketecheasier.com/syncless-an-easy-way-to-synchronize-folders-in-windows/2010/04/26&amp;service=bit.ly" target="_blank"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http://maketecheasier.com/syncless-an-easy-way-to-synchronize-folders-in-windows/2010/04/26" style="border:none;margin-right:5px" width="51" height="61"></a><a href="http://digg.com/tools/diggthis/login?url=http://maketecheasier.com/syncless-an-easy-way-to-synchronize-folders-in-windows/2010/04/26" target="_blank"><img src="http://images.maketecheasier.com/diggme.png" style="border:none;margin-right:5px" ></a><a href="http://www.facebook.com/sharer.php?u=http://maketecheasier.com/syncless-an-easy-way-to-synchronize-folders-in-windows/2010/04/26" target="_blank"><img src="http://images.maketecheasier.com/fb.jpg" style="border:none;margin-right:5px" ></a><a href="http://www.google.com/reader/link?url=http://maketecheasier.com/syncless-an-easy-way-to-synchronize-folders-in-windows/2010/04/26&amp;title=Syncless%3A+An+Easy+Way+to+Synchronize+Folders+in+Windows&amp;srcTitle=MakeTechEasier.com" target="_blank"><img src="http://images.maketecheasier.com/gbuzz-feed.png" style="border:none;margin-right:5px" ></a><a href="http://www.stumbleupon.com/submit?url=http://maketecheasier.com/syncless-an-easy-way-to-synchronize-folders-in-windows/2010/04/26" target="_blank"><img src="http://images.maketecheasier.com/stumble.png"></a></div>
<div style="clear:both"></div>
<strong><a href="http://maketecheasier.com/syncless-an-easy-way-to-synchronize-folders-in-windows/2010/04/26">Syncless: An Easy Way to Synchronize Folders in Windows</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)
<br/>
Follow us at <a href="http://www.facebook.com/MakeTechEasier">Facebook</a> | <a href="http://twitter.com/MakeTechEasier">Twitter</a></p>
]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft" title="synchronize-folders-windows" src="http://imagecdn.maketecheasier.com/2010/04/syncless-synchronize-folders.png" alt="Synchronize folders in Windows" width="200" height="109" />Do you work with a lot of folders and feel lost when you have to find a certain file kept in one of the folders whose location you don&#8217;t know? Do you perform regular backup jobs and need a simple tool which can backup the contents of some folders in your removable drive? Do you need to sync folders with Windows desktop or with a folder, kept in your removable drive?</p>
<p>If the answer to any of these questions is &#8220;yes&#8221;, check out <a id="aptureLink_oj1Uvflvrs" href="http://www.snapfiles.com/get/syncless.html">Syncless</a> &#8211; a brilliant program for folder synchronization in Windows. Syncless works with the concept of tagging &#8211; you tag two or multiple folders with the same tag name. These folders can be present anywhere in your system, from your desktop to your My documents folder to a folder in your removable drive.<br />
<span id="more-14822"></span><br />
When you hit the &#8220;Sync&#8221; button, all the folders which are tagged with the same tag name are synched. This means, the contents of all the folders become the same and you get the same file and directory structure in all the folders. This is useful because you can use this application for routine backups, transferring and merging drives or may be creating a restore point for some of the important directories of your system.</p>
<h3>How to Sync Folders in Windows using Syncless</h3>
<p><a href="http://big5sync.googlecode.com/files/Syncless_2.0.zip">Download  Syncless</a></p>
<p>1. When you start the program for the first time, you should create the necessary tags. Tags can be named according to your needs or by using folder names. Here is how the interface of the program looks:</p>
<p><img class="aligncenter size-full wp-image-14824" title="syncless-program-interface" src="http://imagecdn.maketecheasier.com/2010/04/syncless-program-interface.png" alt="Syncles program Interface" width="560" height="340" /></p>
<p>2. Hit the &#8220;Create Tag&#8221; button to create Tags. As you create the tags, the entire list will be shown in the right sidebar of the program window. You can assign multiple folders to a tag and multiple tags to a folder.</p>
<p><img class="aligncenter size-full wp-image-14825" src="http://imagecdn.maketecheasier.com/2010/04/syncless-create-tags.png" alt="Create tags in Syncless" width="560" height="340" /></p>
<p>3. <strong>Tag the Source folder:</strong> Once the tag is in place, you have to add the folders you want to sync. For example: I chose a folder in my E Drive and a folder in my D Drive for synchronizing. The folder kept in the D Drive is empty while the folder in the E drive contains set up files of some software programs I use regularly.</p>
<p>To add a tag to a folder, simply click the &#8220;Tag&#8221; button and navigate to the location of the folder as shown below:</p>
<p><img class="aligncenter size-full wp-image-14826" src="http://imagecdn.maketecheasier.com/2010/04/syncless-tag-source-folder.png" alt="tag Source folder in Syncless program" width="570" height="535" /></p>
<p>4. <strong>Tag the destination folder:</strong> Once the source folder has been added, follow the same procedure to tag the destination folder as well.</p>
<p><img class="aligncenter size-full wp-image-14828" title="tag-destination-folder-syncless" src="http://imagecdn.maketecheasier.com/2010/04/syncless-tag-destination-folder.png" alt="Tag the destination folder in Syncless program" width="570" height="572" /></p>
<p>5. You are all set for the synchronization process. There are two synchronization modes available -manual and seamless. If you want to manually sync the content of the two folders, choose &#8220;Manual&#8221; from the options button as shown below:</p>
<p><img class="aligncenter size-full wp-image-14829" src="http://imagecdn.maketecheasier.com/2010/04/syncless-choose-synchronization-mode.png" alt="Choose Synchronization Mode in Syncless" width="570" height="344" /></p>
<p>Once you hit the &#8220;Sync Now&#8221; button the content of both the folders will start synchronizing. All the contents of the two folders will be merged together and you will see the same file and directory structure in both the folders.</p>
<p>For example: Let us suppose the directory structure of Folder 1 and Folder 2 to be something as shown below:</p>
<p><img class="aligncenter size-full wp-image-14832" src="http://imagecdn.maketecheasier.com/2010/04/syncless-before-synchronisation.png" alt="Folder structure before synchronization" width="384" height="460" /></p>
<p>Once the Synchronization is complete, you will have the following directory and file structure:</p>
<p><img class="aligncenter size-full wp-image-14834" title="after-synchronization" src="http://imagecdn.maketecheasier.com/2010/04/syncless-after-synchronization.png" alt="Folder structure After Synchronization" width="412" height="703" /></p>
<p>If one of the folders is empty and you perform the sync operation, the content of the another folder won&#8217;t be erased. In short, both the folders will be a mirror copy of each other. You will also see a system tray notification when the sync process is over.</p>
<p><img class="aligncenter size-full wp-image-14831" src="http://imagecdn.maketecheasier.com/2010/04/syncless-sync-complete.png" alt="Synchronization process complete " width="570" height="444" /></p>
<p>The seamless integration method works automatically, as the program sits in the system tray and merges the content of tagged folders at regular intervals. You can use the application to sync your computers time as well.</p>
<p>Overall, Syncless is a very handy program for folder synchronization. It&#8217;s portable, thus requires no installation and can be used on multiple computers from a removable drive. Do you use any application to sync folders? Please share your ideas in the comments section.<br />
<!--adsense#468x60--></p>
<p><div style="float:left;margin-bottom:10px"><a href="http://api.tweetmeme.com/share?url=http://maketecheasier.com/syncless-an-easy-way-to-synchronize-folders-in-windows/2010/04/26&amp;service=bit.ly" target="_blank"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http://maketecheasier.com/syncless-an-easy-way-to-synchronize-folders-in-windows/2010/04/26" style="border:none;margin-right:5px" width="51" height="61"></a><a href="http://digg.com/tools/diggthis/login?url=http://maketecheasier.com/syncless-an-easy-way-to-synchronize-folders-in-windows/2010/04/26" target="_blank"><img src="http://images.maketecheasier.com/diggme.png" style="border:none;margin-right:5px" ></a><a href="http://www.facebook.com/sharer.php?u=http://maketecheasier.com/syncless-an-easy-way-to-synchronize-folders-in-windows/2010/04/26" target="_blank"><img src="http://images.maketecheasier.com/fb.jpg" style="border:none;margin-right:5px" ></a><a href="http://www.google.com/reader/link?url=http://maketecheasier.com/syncless-an-easy-way-to-synchronize-folders-in-windows/2010/04/26&amp;title=Syncless%3A+An+Easy+Way+to+Synchronize+Folders+in+Windows&amp;srcTitle=MakeTechEasier.com" target="_blank"><img src="http://images.maketecheasier.com/gbuzz-feed.png" style="border:none;margin-right:5px" ></a><a href="http://www.stumbleupon.com/submit?url=http://maketecheasier.com/syncless-an-easy-way-to-synchronize-folders-in-windows/2010/04/26" target="_blank"><img src="http://images.maketecheasier.com/stumble.png"></a></div>
<div style="clear:both"></div>
<strong><a href="http://maketecheasier.com/syncless-an-easy-way-to-synchronize-folders-in-windows/2010/04/26">Syncless: An Easy Way to Synchronize Folders in Windows</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)
<br/>
Follow us at <a href="http://www.facebook.com/MakeTechEasier">Facebook</a> | <a href="http://twitter.com/MakeTechEasier">Twitter</a></p>
]]></content:encoded>
			<wfw:commentRss>http://maketecheasier.com/syncless-an-easy-way-to-synchronize-folders-in-windows/2010/04/26/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Sync your Nokia Internet Tablet with Google Calendar</title>
		<link>http://maketecheasier.com/sync-your-nokia-internet-tablet-with-google-calendar/2009/06/15</link>
		<comments>http://maketecheasier.com/sync-your-nokia-internet-tablet-with-google-calendar/2009/06/15#comments</comments>
		<pubDate>Mon, 15 Jun 2009 12:07:01 +0000</pubDate>
		<dc:creator>Tavis J. Hampton</dc:creator>
				<category><![CDATA[Google]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[Mobile]]></category>
		<category><![CDATA[Nokia Internet Tablet]]></category>
		<category><![CDATA[synchronization]]></category>

		<guid isPermaLink="false">http://maketecheasier.com/?p=5336</guid>
		<description><![CDATA[When Nokia first released the Nokia 770 Internet Tablet, many Linux geeks could not resist a hackable handheld computer, even if they had no use for it.  With the subsequent releases of the N800 and N810 versions, the devices gained even wider appeal.  One of the problems I have always had with it, however, is [...]<p><div style="float:left;margin-bottom:10px"><a href="http://api.tweetmeme.com/share?url=http://maketecheasier.com/sync-your-nokia-internet-tablet-with-google-calendar/2009/06/15&amp;service=bit.ly" target="_blank"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http://maketecheasier.com/sync-your-nokia-internet-tablet-with-google-calendar/2009/06/15" style="border:none;margin-right:5px" width="51" height="61"></a><a href="http://digg.com/tools/diggthis/login?url=http://maketecheasier.com/sync-your-nokia-internet-tablet-with-google-calendar/2009/06/15" target="_blank"><img src="http://images.maketecheasier.com/diggme.png" style="border:none;margin-right:5px" ></a><a href="http://www.facebook.com/sharer.php?u=http://maketecheasier.com/sync-your-nokia-internet-tablet-with-google-calendar/2009/06/15" target="_blank"><img src="http://images.maketecheasier.com/fb.jpg" style="border:none;margin-right:5px" ></a><a href="http://www.google.com/reader/link?url=http://maketecheasier.com/sync-your-nokia-internet-tablet-with-google-calendar/2009/06/15&amp;title=How+to+Sync+your+Nokia+Internet+Tablet+with+Google+Calendar&amp;srcTitle=MakeTechEasier.com" target="_blank"><img src="http://images.maketecheasier.com/gbuzz-feed.png" style="border:none;margin-right:5px" ></a><a href="http://www.stumbleupon.com/submit?url=http://maketecheasier.com/sync-your-nokia-internet-tablet-with-google-calendar/2009/06/15" target="_blank"><img src="http://images.maketecheasier.com/stumble.png"></a></div>
<div style="clear:both"></div>
<strong><a href="http://maketecheasier.com/sync-your-nokia-internet-tablet-with-google-calendar/2009/06/15">How to Sync your Nokia Internet Tablet with Google Calendar</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)
<br/>
Follow us at <a href="http://www.facebook.com/MakeTechEasier">Facebook</a> | <a href="http://twitter.com/MakeTechEasier">Twitter</a></p>
]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-5337" src="http://imagecdn.maketecheasier.com/2009/06/cal-sync-icon2.jpg" alt="cal-sync-icon2" width="200" height="112" />When Nokia first released the Nokia 770 Internet Tablet, many Linux geeks could not resist a hackable handheld computer, even if they had no use for it.  With the subsequent releases of the N800 and N810 versions, the devices gained even wider appeal.  One of the problems I have always had with it, however, is that it has no default PIM (personal information management) software, and the free options available for it were always rather slim.</p>
<p>Nokia advertises it as an &#8220;<a href="http://en.wikipedia.org/wiki/Internet_Tablet" target="_blank">Internet Tablet</a>&#8221; rather than a PDA, so perhaps they expect you to rely on cloud services, such as Google Calendar.  Very well, we will, but we will do it with style.  <a href="https://garage.maemo.org/projects/mcalendar" target="_blank">mCalendar</a> is a small application for the <a href="http://maemo.org/" target="_blank">Maemo</a> operating system that allows you to have an appointment calendar on your tablet and also sync it with your Google Calendar.  It is finger-friendly and easy to use.  It is available for Maemo/Tablet OS2007 and OS2008 and should work on Nokia 770, N800, N810, and N810 WiMax models.<span id="more-5336"></span></p>
<h3>Installation</h3>
<p>The easiest way to install mCalendar is to go to <a href="http://maemo.org/downloads/product/OS2008/mcalendar/" target="_blank">maemo.org</a> and click the big green &#8220;Install&#8221; button next to mCalendar.  This will add the extras software repository and also install the application.  If you prefer to add the software repository yourself, simply open your Application Manager, open the menu, click on Tools and click &#8220;Application catalog&#8230;&#8221;.  Click the &#8220;New&#8221; button and add this repository:</p>
<p>Catalog name = maemo Extras<br />
Web address = http://repository.maemo.org/extras/<br />
Components = free non-free</p>
<h3>Setup</h3>
<p><img class="size-full wp-image-5338 alignnone" src="http://imagecdn.maketecheasier.com/2009/06/mcal-gsync-options.jpg" alt="gsync-options" width="350" height="210" /></p>
<p><strong>1.</strong> Start mCalendar.</p>
<p><strong>2.</strong> Open the menu and click &#8220;Preferences&#8221;.</p>
<p><strong>3.</strong> Click on the &#8220;Google Syncronization&#8221; tab.</p>
<p><strong>4.</strong> Enter your Google login (usually your email address) and password.</p>
<p><strong>5.</strong> Click on the &#8220;General&#8221; tab.</p>
<p><img class="alignnone size-full wp-image-5339" src="http://imagecdn.maketecheasier.com/2009/06/mcal-general-options.jpg" alt="general-options" width="350" height="210" /></p>
<p><strong>6.</strong> Optional: You can select &#8220;google popup reminder&#8221; to receive notices of appointments and &#8220;auto sync&#8221; if you want to keep mCalendar automatically in sync with your Google calendar.</p>
<h3>Start Syncing</h3>
<p>You should test synchronization to make sure it works.</p>
<p><img class="alignnone size-full wp-image-5340" src="http://imagecdn.maketecheasier.com/2009/06/mcalendar.jpg" alt="calendar" width="350" height="210" /></p>
<p><strong>1.</strong> Add an appointment to your calendar and save it.</p>
<p><strong>2.</strong> Open the menu and click &#8220;Synchro&#8221;.</p>
<p><strong>3.</strong> Open a browser and login to Google Calendar.</p>
<p><strong>4.</strong> Check the appointment to make sure that it is the right day and time.</p>
<p><strong>5.</strong> Edit the appointment and re-sync to make sure two-way communication is working.</p>
<h3>Alternatives</h3>
<p>While mCalendar is quick and easy, it is hardly robust.  If you prefer a calendar with a few more options, such as <a href="http://maemo.org/downloads/product/OS2008/gpe-calendar/" target="_blank">GPE Calendar</a>, you can use a third party application called <a href="http://maemo.org/downloads/product/OS2008/erminig/" target="_blank">Erminig</a> to sync it with your Google calendar.</p>
<p>Erminig is in the maemo extras repository and is configured in roughly the same way as mCalendar&#8217;s sync function.  One advantage is that you can sync with a specific calender from  your Google account and a specific GPE calendar, if you have more than one.  You can then setup multiple entries and sync all of them at once.  Furthermore, it has a &#8220;read-only&#8221; feature, if you prefer not to make changes on the tablet side.</p>
<h3>Beyond the tablet</h3>
<p>Once you have your tablet synced with your Google calendar, you might also want to sync with your desktop calendar.  I have not found an easy way to sync directly from the Nokia internet tablet to the desktop.  Instead, you can sync it with your Google calendar and then sync Google with your desktop, using GCALDaemon.</p>
<p>KDE4&#8242;s data backend, Akonadi, currently only supports read-only functionality with Google Calendar.  If that is all you need, you will not need GCALDaemon.  There are plans to add read-write functionality in KDE 4.3</p>
<p>Now you have the ability to wirelessly sync your calendars on the move.  This certainly does not come close to full PIM synchronization, but you will at least have your important appointments in order.</p>
<p><!--adsense#468x60--></p>
<p><div style="float:left;margin-bottom:10px"><a href="http://api.tweetmeme.com/share?url=http://maketecheasier.com/sync-your-nokia-internet-tablet-with-google-calendar/2009/06/15&amp;service=bit.ly" target="_blank"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http://maketecheasier.com/sync-your-nokia-internet-tablet-with-google-calendar/2009/06/15" style="border:none;margin-right:5px" width="51" height="61"></a><a href="http://digg.com/tools/diggthis/login?url=http://maketecheasier.com/sync-your-nokia-internet-tablet-with-google-calendar/2009/06/15" target="_blank"><img src="http://images.maketecheasier.com/diggme.png" style="border:none;margin-right:5px" ></a><a href="http://www.facebook.com/sharer.php?u=http://maketecheasier.com/sync-your-nokia-internet-tablet-with-google-calendar/2009/06/15" target="_blank"><img src="http://images.maketecheasier.com/fb.jpg" style="border:none;margin-right:5px" ></a><a href="http://www.google.com/reader/link?url=http://maketecheasier.com/sync-your-nokia-internet-tablet-with-google-calendar/2009/06/15&amp;title=How+to+Sync+your+Nokia+Internet+Tablet+with+Google+Calendar&amp;srcTitle=MakeTechEasier.com" target="_blank"><img src="http://images.maketecheasier.com/gbuzz-feed.png" style="border:none;margin-right:5px" ></a><a href="http://www.stumbleupon.com/submit?url=http://maketecheasier.com/sync-your-nokia-internet-tablet-with-google-calendar/2009/06/15" target="_blank"><img src="http://images.maketecheasier.com/stumble.png"></a></div>
<div style="clear:both"></div>
<strong><a href="http://maketecheasier.com/sync-your-nokia-internet-tablet-with-google-calendar/2009/06/15">How to Sync your Nokia Internet Tablet with Google Calendar</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)
<br/>
Follow us at <a href="http://www.facebook.com/MakeTechEasier">Facebook</a> | <a href="http://twitter.com/MakeTechEasier">Twitter</a></p>
]]></content:encoded>
			<wfw:commentRss>http://maketecheasier.com/sync-your-nokia-internet-tablet-with-google-calendar/2009/06/15/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Syncplicity &#8211; More Than Just A File Storage Solution</title>
		<link>http://maketecheasier.com/syncplicity-more-than-just-a-file-storage-solution/2009/02/07</link>
		<comments>http://maketecheasier.com/syncplicity-more-than-just-a-file-storage-solution/2009/02/07#comments</comments>
		<pubDate>Sat, 07 Feb 2009 13:00:00 +0000</pubDate>
		<dc:creator>Damien</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[backup]]></category>
		<category><![CDATA[desktop app]]></category>
		<category><![CDATA[online storage]]></category>
		<category><![CDATA[synchronization]]></category>
		<category><![CDATA[syncplicity]]></category>

		<guid isPermaLink="false">http://maketecheasier.com/?p=2425</guid>
		<description><![CDATA[While there are many sites that provide online storage solution, most of them are limited to basic upload/downloading and sharing features. If you are looking for a comprehensive online backup and file-sharing system that allows you to sync across multiple computers, then Syncplicity could be the one you are looking for. Syncplicity is an online [...]<p><div style="float:left;margin-bottom:10px"><a href="http://api.tweetmeme.com/share?url=http://maketecheasier.com/syncplicity-more-than-just-a-file-storage-solution/2009/02/07&amp;service=bit.ly" target="_blank"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http://maketecheasier.com/syncplicity-more-than-just-a-file-storage-solution/2009/02/07" style="border:none;margin-right:5px" width="51" height="61"></a><a href="http://digg.com/tools/diggthis/login?url=http://maketecheasier.com/syncplicity-more-than-just-a-file-storage-solution/2009/02/07" target="_blank"><img src="http://images.maketecheasier.com/diggme.png" style="border:none;margin-right:5px" ></a><a href="http://www.facebook.com/sharer.php?u=http://maketecheasier.com/syncplicity-more-than-just-a-file-storage-solution/2009/02/07" target="_blank"><img src="http://images.maketecheasier.com/fb.jpg" style="border:none;margin-right:5px" ></a><a href="http://www.google.com/reader/link?url=http://maketecheasier.com/syncplicity-more-than-just-a-file-storage-solution/2009/02/07&amp;title=Syncplicity+%26%238211%3B+More+Than+Just+A+File+Storage+Solution&amp;srcTitle=MakeTechEasier.com" target="_blank"><img src="http://images.maketecheasier.com/gbuzz-feed.png" style="border:none;margin-right:5px" ></a><a href="http://www.stumbleupon.com/submit?url=http://maketecheasier.com/syncplicity-more-than-just-a-file-storage-solution/2009/02/07" target="_blank"><img src="http://images.maketecheasier.com/stumble.png"></a></div>
<div style="clear:both"></div>
<strong><a href="http://maketecheasier.com/syncplicity-more-than-just-a-file-storage-solution/2009/02/07">Syncplicity &#8211; More Than Just A File Storage Solution</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)
<br/>
Follow us at <a href="http://www.facebook.com/MakeTechEasier">Facebook</a> | <a href="http://twitter.com/MakeTechEasier">Twitter</a></p>
]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft" title="syncplicity-logo" src="http://imagecdn.maketecheasier.com/2009/02/syncplicity-logo.png" alt="syncplicity-logo" width="100" height="100" /> While there are many sites that provide online storage solution, most of them are limited to basic upload/downloading and sharing features. If you are looking for a comprehensive online backup and file-sharing system that allows you to sync across multiple computers, then <a href="http://www.syncplicity.com" target="_blank">Syncplicity</a> could be the one you are looking for.</p>
<p>Syncplicity is an online storage service that aims to make backup, sync and sharing a breeze for its users. By installing the desktop client on your computer, you will be able to easily specified the folders to backup and get it sync quickly and automatically to the server and any other computers that have Syncplicity installed.</p>
<p><span id="more-2425"></span></p>
<h3>Revision control</h3>
<p>Other than <a href="http://maketecheasier.com/dropbox-backs-up-and-syncs-files-from-your-desktop/2008/09/15" target="_blank">Dropbox</a>, Syncplicity is the only online storage provider that does a revision control on all your files and data. This means that all the changes (to the files) are recorded and you can easily revert back to the previous version without any fuss. In the event that you&#8217;ve accidentally deleted the files, you can retrieve it from the Syncplicity&#8217;s Recylce Bin (unless you removed it permanently from the Recylce Bin).</p>
<p><img title="syncplicity-revision" src="http://imagecdn.maketecheasier.com/2009/02/syncplicity-revision.jpg" alt="syncplicity-revision" width="577" height="155" /></p>
<h3>File sharing</h3>
<p>With the desktop client, you can easily share your folder(s) and its content with your friends. When you create a share folder, an email will be sent to your friends who you want to share the files with. Upon receiving that email, your friends will be able to view the files in their browsers, or if they are also Syncplicity users, the files will get sync to their computers.</p>
<p><img title="syncplicity-share" src="http://imagecdn.maketecheasier.com/2009/02/syncplicity-share.jpg" alt="syncplicity-share" width="554" height="342" /></p>
<h3>Third parties integration</h3>
<p>One thing that I like about Syncplicity is its tight integration with third-party apps like Facebook, Google Docs, Picnik, Scribd and Zoho.</p>
<p><strong>Facebook </strong></p>
<p>When you add a folder of photos to Syncplicity, it automatically creates an album on your Facebook account and uploads all the photos in the folder to the album. You don&#8217;t have to spend your time to upload the photo again. You just need to sync it and let Syncplicity do the job in the background.</p>
<p><strong>Google Docs </strong></p>
<p>By creating a sync between Syncplicity and Google Docs, you can now edit your document offline and have it synchronized back to the Google server without you knowing it. Similarly, if you edit the document online, it will sync back to your computer automatically.</p>
<p><strong>Picnik</strong></p>
<p>Syncplicity allows you to edit your photos with Picnik, even if you don&#8217;t have a Picnik account. Simply right-click on the image and select <em>Edit in Picnik</em>. The Picnik&#8217;s editor window will automatically load in your browser. Once you have completed your editing, the edited image will be automatically sync back to your server and desktop.</p>
<p><img class="alignnone" title="syncplicity third party applications" src="http://imagecdn.maketecheasier.com/2009/02/syncplicity-application.jpg" alt="syncplicity third party applications" width="487" height="423" /></p>
<h3>Conclusion</h3>
<p>Overall, there are several great features in Syncplicity that distinguish itself from the rest of its competitor. The tight integration with the third-party apps have been an useful feature that have saved plenty of my time and effort.</p>
<p>If there is anything to complain, that must be the lack of support for Linux. It is currently available for Windows and they have also released a beta version for Mac. There is no news about any support for Linux for the time being.</p>
<p>A basic Syncplicity account is free and comes with a 2GB storage space. For heavy users, you can sign up for the premium account at $10 ($9.99 to be exact) per month for 50GB of space.</p>
<p>For those who wish to have a larger storage space, but are not willing to pay the monthly fee, you can get more space by inviting your friends to join Syncplicity. Any friends that sign up via your invitation will increase your storage space by 1GB (per signup), up to a maximum of 3GB.</p>
<p>If you have tried Syncplicity, I would love to hear your feedbacks in the comments.</p>
<p><!--adsense#468x60--></p>
<p><div style="float:left;margin-bottom:10px"><a href="http://api.tweetmeme.com/share?url=http://maketecheasier.com/syncplicity-more-than-just-a-file-storage-solution/2009/02/07&amp;service=bit.ly" target="_blank"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http://maketecheasier.com/syncplicity-more-than-just-a-file-storage-solution/2009/02/07" style="border:none;margin-right:5px" width="51" height="61"></a><a href="http://digg.com/tools/diggthis/login?url=http://maketecheasier.com/syncplicity-more-than-just-a-file-storage-solution/2009/02/07" target="_blank"><img src="http://images.maketecheasier.com/diggme.png" style="border:none;margin-right:5px" ></a><a href="http://www.facebook.com/sharer.php?u=http://maketecheasier.com/syncplicity-more-than-just-a-file-storage-solution/2009/02/07" target="_blank"><img src="http://images.maketecheasier.com/fb.jpg" style="border:none;margin-right:5px" ></a><a href="http://www.google.com/reader/link?url=http://maketecheasier.com/syncplicity-more-than-just-a-file-storage-solution/2009/02/07&amp;title=Syncplicity+%26%238211%3B+More+Than+Just+A+File+Storage+Solution&amp;srcTitle=MakeTechEasier.com" target="_blank"><img src="http://images.maketecheasier.com/gbuzz-feed.png" style="border:none;margin-right:5px" ></a><a href="http://www.stumbleupon.com/submit?url=http://maketecheasier.com/syncplicity-more-than-just-a-file-storage-solution/2009/02/07" target="_blank"><img src="http://images.maketecheasier.com/stumble.png"></a></div>
<div style="clear:both"></div>
<strong><a href="http://maketecheasier.com/syncplicity-more-than-just-a-file-storage-solution/2009/02/07">Syncplicity &#8211; More Than Just A File Storage Solution</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)
<br/>
Follow us at <a href="http://www.facebook.com/MakeTechEasier">Facebook</a> | <a href="http://twitter.com/MakeTechEasier">Twitter</a></p>
]]></content:encoded>
			<wfw:commentRss>http://maketecheasier.com/syncplicity-more-than-just-a-file-storage-solution/2009/02/07/feed</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>Moving Data From The Old Mac To The New</title>
		<link>http://maketecheasier.com/moving-data-from-the-old-mac-to-the-new/2009/01/10</link>
		<comments>http://maketecheasier.com/moving-data-from-the-old-mac-to-the-new/2009/01/10#comments</comments>
		<pubDate>Sat, 10 Jan 2009 23:21:17 +0000</pubDate>
		<dc:creator>Jeffry Thurana</dc:creator>
				<category><![CDATA[Mac]]></category>
		<category><![CDATA[copy files]]></category>
		<category><![CDATA[files migration]]></category>
		<category><![CDATA[synchronization]]></category>

		<guid isPermaLink="false">http://maketecheasier.com/?p=1960</guid>
		<description><![CDATA[We all know that Apple is one of the companies which (in)famous for their hobby to constantly release mouth-watering products. Those fanboy whose will strength is not that strong would always be tempted to constantly replace their belongings with the latest breeds. The problem is, when you switch your machine(s), you also have to move [...]<p><div style="float:left;margin-bottom:10px"><a href="http://api.tweetmeme.com/share?url=http://maketecheasier.com/moving-data-from-the-old-mac-to-the-new/2009/01/10&amp;service=bit.ly" target="_blank"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http://maketecheasier.com/moving-data-from-the-old-mac-to-the-new/2009/01/10" style="border:none;margin-right:5px" width="51" height="61"></a><a href="http://digg.com/tools/diggthis/login?url=http://maketecheasier.com/moving-data-from-the-old-mac-to-the-new/2009/01/10" target="_blank"><img src="http://images.maketecheasier.com/diggme.png" style="border:none;margin-right:5px" ></a><a href="http://www.facebook.com/sharer.php?u=http://maketecheasier.com/moving-data-from-the-old-mac-to-the-new/2009/01/10" target="_blank"><img src="http://images.maketecheasier.com/fb.jpg" style="border:none;margin-right:5px" ></a><a href="http://www.google.com/reader/link?url=http://maketecheasier.com/moving-data-from-the-old-mac-to-the-new/2009/01/10&amp;title=Moving+Data+From+The+Old+Mac+To+The+New&amp;srcTitle=MakeTechEasier.com" target="_blank"><img src="http://images.maketecheasier.com/gbuzz-feed.png" style="border:none;margin-right:5px" ></a><a href="http://www.stumbleupon.com/submit?url=http://maketecheasier.com/moving-data-from-the-old-mac-to-the-new/2009/01/10" target="_blank"><img src="http://images.maketecheasier.com/stumble.png"></a></div>
<div style="clear:both"></div>
<strong><a href="http://maketecheasier.com/moving-data-from-the-old-mac-to-the-new/2009/01/10">Moving Data From The Old Mac To The New</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)
<br/>
Follow us at <a href="http://www.facebook.com/MakeTechEasier">Facebook</a> | <a href="http://twitter.com/MakeTechEasier">Twitter</a></p>
]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-1962" src="http://imagecdn.maketecheasier.com/2009/1/moving-mac-data.jpg" alt="moving-mac-data" width="500" height="323" /></p>
<p>We all know that Apple is one of the companies which (in)famous for their hobby to constantly release mouth-watering products. Those fanboy whose will strength is not that strong would always be tempted to constantly replace their belongings with the latest breeds.</p>
<p>The problem is, when you switch your machine(s), you also have to move your datas along. And as surprisingly as it seems, most people don&#8217;t know how to migrate their datas &#8211; properly &#8211; from the old Mac to the new.</p>
<p><span id="more-1960"></span>Recently I got an opportunity to switch from my old iBook to a newer MacBook. And as one of those unfortunate soul who feel that they have to do everything on their own, I tried to find my way out of this problem. Here are my findings.</p>
<h3>The easy way</h3>
<p>The first time you start your Mac, you will have the opportunity to migrate your datas. Take it. This step and the help from the technical assistant at the Apple Store will make your life so much easier.</p>
<p>But just in case you missed the shot, you still can use the help from the Migration Assistant application (<em>Applications-&gt;Utilities-&gt;Migration Assistant</em>). Just open the app and follow the steps. Basically it will ask you where will you move your datas to/from (moving them to another Mac or getting them from another Mac or disk), then it will also ask how will you transfer your data, either through Firewire cable &#8211; which port is missing from the new MacBook, through wireless connection, or LAN.</p>
<p><img class="alignnone size-full wp-image-1963" src="http://imagecdn.maketecheasier.com/2009/1/migration-assistant.jpg" alt="migration-assistant" width="500" height="355" /></p>
<p>If you have an external hard drive and Mac OS X 10.5 on both computer, the migration process will also be a snap. Just use the Time Machine (<em>Applications-&gt;Time Machine</em>) to back up the datas from the old machine to the external hard drive, and restore the datas using the new Mac.</p>
<p><img class="alignnone size-full wp-image-1964" src="http://imagecdn.maketecheasier.com/2009/1/time-machine.jpg" alt="time-machine" width="500" height="333" /></p>
<h3>The Manual Way</h3>
<p>But if the easiest method failed, in my case because no matter what I do the old iBook won&#8217;t connect to the MacBook, there is still the manual way. Less comfortable, I know, but you have to do what you have to do.</p>
<p>So, beside the obvious &#8211; your documents and such (inside your Documents &#8211; Movies &#8211; Music &#8211; Pictures folder), you will want to move your <em>Applications</em> and <em>Libraries</em> folders because there lie all of your unseen datas &#8211; user accounts, all kinds of settings, and such. Be careful not to replace your newer apps with the olds as every Mac is preinstalled with loads of ready to use apps.</p>
<p>There are two Library folders. One is under your home folder (~/Library) and the other one is under your Hard Drive folder (/Library).</p>
<p><img class="alignnone size-full wp-image-1965" src="http://imagecdn.maketecheasier.com/2009/1/two-libraries.jpg" alt="two-libraries" width="453" height="248" /></p>
<p>Please bear in mind that not every application and setting can be moved just by dragging and dropping. You&#8217;ll get more incompatibility if you move your datas between different version of Mac OS (Panther to Leopard for example). I found out that it would be better to use synchronization app to &#8216;back up&#8217; your data to new location.</p>
<p>In my case, I also use external hard drive (a.k.a iPod classic) as a mediator since my old Mac kept its vow of silence and wouldn&#8217;t talk to the new. Maybe it&#8217;s jealous? :) So the process of moving my data looks like this: iBook &#8211;&gt; external hard drive &#8211;&gt; MacBook. It was not a smooth process and I only get about 70% right. But it still better than nothing.</p>
<p>Some applications need special attention and you have to actively looking for answer to your problem on the net. For example, you need to press <em>T</em> button when you open iPhoto for the first time in order to enable you to choose the photo library, or to use the &#8216;Consolidate Library&#8217; command in iTunes for more or less the same goal. Read more about it <a href="http://support.apple.com/kb/HT1449?viewlocale=en_US" target="_blank">here</a>. You also have to authorize your new machine to be able to open your iTunes Music Store purchases.</p>
<p>Now my new Mac is mostly up and running (while still waiting for the updates download process to finish and trying to find out the way to fix some minor things). I hope this short rambling could help other unfortunate souls out there.</p>
<p>If you have other tips or stories you want to share about migrating your old Mac to new, use the comments below.</p>
<p><!--adsense#468x60--></p>
<p><div style="float:left;margin-bottom:10px"><a href="http://api.tweetmeme.com/share?url=http://maketecheasier.com/moving-data-from-the-old-mac-to-the-new/2009/01/10&amp;service=bit.ly" target="_blank"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http://maketecheasier.com/moving-data-from-the-old-mac-to-the-new/2009/01/10" style="border:none;margin-right:5px" width="51" height="61"></a><a href="http://digg.com/tools/diggthis/login?url=http://maketecheasier.com/moving-data-from-the-old-mac-to-the-new/2009/01/10" target="_blank"><img src="http://images.maketecheasier.com/diggme.png" style="border:none;margin-right:5px" ></a><a href="http://www.facebook.com/sharer.php?u=http://maketecheasier.com/moving-data-from-the-old-mac-to-the-new/2009/01/10" target="_blank"><img src="http://images.maketecheasier.com/fb.jpg" style="border:none;margin-right:5px" ></a><a href="http://www.google.com/reader/link?url=http://maketecheasier.com/moving-data-from-the-old-mac-to-the-new/2009/01/10&amp;title=Moving+Data+From+The+Old+Mac+To+The+New&amp;srcTitle=MakeTechEasier.com" target="_blank"><img src="http://images.maketecheasier.com/gbuzz-feed.png" style="border:none;margin-right:5px" ></a><a href="http://www.stumbleupon.com/submit?url=http://maketecheasier.com/moving-data-from-the-old-mac-to-the-new/2009/01/10" target="_blank"><img src="http://images.maketecheasier.com/stumble.png"></a></div>
<div style="clear:both"></div>
<strong><a href="http://maketecheasier.com/moving-data-from-the-old-mac-to-the-new/2009/01/10">Moving Data From The Old Mac To The New</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)
<br/>
Follow us at <a href="http://www.facebook.com/MakeTechEasier">Facebook</a> | <a href="http://twitter.com/MakeTechEasier">Twitter</a></p>
]]></content:encoded>
			<wfw:commentRss>http://maketecheasier.com/moving-data-from-the-old-mac-to-the-new/2009/01/10/feed</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>keep Your Files Synchronized With Unison</title>
		<link>http://maketecheasier.com/keep-your-files-synchronized-with-unison/2008/10/20</link>
		<comments>http://maketecheasier.com/keep-your-files-synchronized-with-unison/2008/10/20#comments</comments>
		<pubDate>Mon, 20 Oct 2008 06:37:14 +0000</pubDate>
		<dc:creator>Damien</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[synchronization]]></category>
		<category><![CDATA[unison]]></category>

		<guid isPermaLink="false">http://maketecheasier.com/?p=968</guid>
		<description><![CDATA[Unison is a simple tool that allows you to synchronize your files between two locations. It allows two replicas of a collection of files and directories to be stored on different hosts (or different disks on the same host), modified separately, and then brought up to date by propagating the changes in each replica to [...]<p><div style="float:left;margin-bottom:10px"><a href="http://api.tweetmeme.com/share?url=http://maketecheasier.com/keep-your-files-synchronized-with-unison/2008/10/20&amp;service=bit.ly" target="_blank"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http://maketecheasier.com/keep-your-files-synchronized-with-unison/2008/10/20" style="border:none;margin-right:5px" width="51" height="61"></a><a href="http://digg.com/tools/diggthis/login?url=http://maketecheasier.com/keep-your-files-synchronized-with-unison/2008/10/20" target="_blank"><img src="http://images.maketecheasier.com/diggme.png" style="border:none;margin-right:5px" ></a><a href="http://www.facebook.com/sharer.php?u=http://maketecheasier.com/keep-your-files-synchronized-with-unison/2008/10/20" target="_blank"><img src="http://images.maketecheasier.com/fb.jpg" style="border:none;margin-right:5px" ></a><a href="http://www.google.com/reader/link?url=http://maketecheasier.com/keep-your-files-synchronized-with-unison/2008/10/20&amp;title=keep+Your+Files+Synchronized+With+Unison&amp;srcTitle=MakeTechEasier.com" target="_blank"><img src="http://images.maketecheasier.com/gbuzz-feed.png" style="border:none;margin-right:5px" ></a><a href="http://www.stumbleupon.com/submit?url=http://maketecheasier.com/keep-your-files-synchronized-with-unison/2008/10/20" target="_blank"><img src="http://images.maketecheasier.com/stumble.png"></a></div>
<div style="clear:both"></div>
<strong><a href="http://maketecheasier.com/keep-your-files-synchronized-with-unison/2008/10/20">keep Your Files Synchronized With Unison</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)
<br/>
Follow us at <a href="http://www.facebook.com/MakeTechEasier">Facebook</a> | <a href="http://twitter.com/MakeTechEasier">Twitter</a></p>
]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-975" title="unison" src="http://imagecdn.maketecheasier.com/2008/10/unison.jpg" alt="unison" width="580" height="116" /></p>
<p><a href="http://www.cis.upenn.edu/~bcpierce/unison/index.html" target="_blank">Unison</a> is a simple tool that allows you to synchronize your files between two locations. It allows two replicas of a collection of files and directories to be stored on different hosts (or different disks on the same host), modified separately, and then brought up to date by propagating the changes in each replica to the other.</p>
<p><span id="more-968"></span>Some of the unique features in Unison include:</p>
<ul>
<li>It is compatible with both Unix and Windows, making it a versatile synchronization tool across all OS.</li>
<li>Monitoring of the two replicas for updates. Changes make to any of the replica that  are propagated to the other replica automatically. If there is any conflict detected, it will be displayed on the screen.</li>
<li>Able to work with a local directory, SSH, RSH and Socket.</li>
<li>It is resilient to failure. It is careful to leave the replicas and its own private structures in a sensible state at all times, even in case of abnormal termination or communication failures.</li>
</ul>
<p><strong>Install Unison in Ubuntu</strong></p>
<p>Click here to install <a href="apt:unison">unison</a> and <a href="apt:unison-gtk">unison-gtk</a>.</p>
<p>Alternatively, in your terminal, type</p>
<p class="codeblock">sudo apt-get install unison unison-gtk</p>
<p>Go to <em>Applications -&gt; Accessories -&gt; Unison</em></p>
<p>When Unison first start, it will prompt you to set up a new profile. Select the folder that you want to synchronize.</p>
<p><img class="alignnone size-full wp-image-969" title="unison1" src="http://imagecdn.maketecheasier.com/2008/10/unison1.jpg" alt="unison" width="567" height="214" /></p>
<p>Next, select the folder that you want to back up to.</p>
<p><img class="alignnone size-full wp-image-970" title="unison2" src="http://imagecdn.maketecheasier.com/2008/10/unison2.jpg" alt="unison2" width="580" height="188" /></p>
<p>Click OK.</p>
<p>The first time you sync, Unison will show a warning message. After reading, click Ok to close it.</p>
<p><img class="alignnone size-full wp-image-971" title="unison3" src="http://imagecdn.maketecheasier.com/2008/10/unison3.jpg" alt="unison3" width="580" height="510" /></p>
<p>Unison will now start to scan the source and destination for error.</p>
<p><img class="alignnone size-full wp-image-972" title="unison4" src="http://imagecdn.maketecheasier.com/2008/10/unison4.jpg" alt="unison4" width="580" height="240" /></p>
<p>Once that is done, click the <em>Go</em> button to start the sync.</p>
<p><img class="alignnone size-full wp-image-973" title="unison5" src="http://imagecdn.maketecheasier.com/2008/10/unison5.jpg" alt="unison5" width="580" height="227" /></p>
<p>That&#8217;s it!</p>
<p>If you are intending to sync with another machine over ssh, first make sure that the destination machine already has unison and ssh installed.</p>
<p>When choosing the destination folder, enter the ssh information:</p>
<p><img class="alignnone size-full wp-image-974" title="unison6" src="http://imagecdn.maketecheasier.com/2008/10/unison6.jpg" alt="unison6" width="580" height="184" /></p>
<p>Unison will contact the server and ask you for password when successful.</p>
<p>Similarly, press <em>Go</em> to start the synchronization once the verification is completed.</p>
<p><!--adsense#468x60--></p>
<p><div style="float:left;margin-bottom:10px"><a href="http://api.tweetmeme.com/share?url=http://maketecheasier.com/keep-your-files-synchronized-with-unison/2008/10/20&amp;service=bit.ly" target="_blank"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http://maketecheasier.com/keep-your-files-synchronized-with-unison/2008/10/20" style="border:none;margin-right:5px" width="51" height="61"></a><a href="http://digg.com/tools/diggthis/login?url=http://maketecheasier.com/keep-your-files-synchronized-with-unison/2008/10/20" target="_blank"><img src="http://images.maketecheasier.com/diggme.png" style="border:none;margin-right:5px" ></a><a href="http://www.facebook.com/sharer.php?u=http://maketecheasier.com/keep-your-files-synchronized-with-unison/2008/10/20" target="_blank"><img src="http://images.maketecheasier.com/fb.jpg" style="border:none;margin-right:5px" ></a><a href="http://www.google.com/reader/link?url=http://maketecheasier.com/keep-your-files-synchronized-with-unison/2008/10/20&amp;title=keep+Your+Files+Synchronized+With+Unison&amp;srcTitle=MakeTechEasier.com" target="_blank"><img src="http://images.maketecheasier.com/gbuzz-feed.png" style="border:none;margin-right:5px" ></a><a href="http://www.stumbleupon.com/submit?url=http://maketecheasier.com/keep-your-files-synchronized-with-unison/2008/10/20" target="_blank"><img src="http://images.maketecheasier.com/stumble.png"></a></div>
<div style="clear:both"></div>
<strong><a href="http://maketecheasier.com/keep-your-files-synchronized-with-unison/2008/10/20">keep Your Files Synchronized With Unison</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)
<br/>
Follow us at <a href="http://www.facebook.com/MakeTechEasier">Facebook</a> | <a href="http://twitter.com/MakeTechEasier">Twitter</a></p>
]]></content:encoded>
			<wfw:commentRss>http://maketecheasier.com/keep-your-files-synchronized-with-unison/2008/10/20/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

