<?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; cloud</title>
	<atom:link href="http://maketecheasier.com/tag/cloud/feed" rel="self" type="application/rss+xml" />
	<link>http://maketecheasier.com</link>
	<description>Uncomplicating the complicated, making life easier</description>
	<lastBuildDate>Fri, 25 May 2012 21:30:34 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>How to Install and Configure ownCloud</title>
		<link>http://maketecheasier.com/install-and-configure-owncloud/2012/01/11</link>
		<comments>http://maketecheasier.com/install-and-configure-owncloud/2012/01/11#comments</comments>
		<pubDate>Wed, 11 Jan 2012 15:58:40 +0000</pubDate>
		<dc:creator>Tavis J. Hampton</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[cloud]]></category>
		<category><![CDATA[server]]></category>

		<guid isPermaLink="false">http://maketecheasier.com/?p=43830</guid>
		<description><![CDATA[It is difficult to read any tech news and not see something about &#8220;the cloud&#8221;, cloud computing, cloud hosting, or at least something that mentions the word &#8220;cloud&#8221;. Many businesses have moved their entire software operations into the cloud, and many individual users rely on cloud service providers for email,... <p><div style="float:left;margin-bottom:10px"><a href="http://api.tweetmeme.com/share?url=http://maketecheasier.com/install-and-configure-owncloud/2012/01/11&amp;service=bit.ly" target="_blank"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http://maketecheasier.com/install-and-configure-owncloud/2012/01/11" style="border:none;margin-right:5px" width="51" height="61"></a><a href="http://digg.com/tools/diggthis/login?url=http://maketecheasier.com/install-and-configure-owncloud/2012/01/11" 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/install-and-configure-owncloud/2012/01/11" 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/install-and-configure-owncloud/2012/01/11&amp;title=How+to+Install+and+Configure+ownCloud&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/install-and-configure-owncloud/2012/01/11" target="_blank"><img src="http://images.maketecheasier.com/stumble.png"></a></div>
<div style="clear:both"></div>
<strong><a href="http://maketecheasier.com/install-and-configure-owncloud/2012/01/11">How to Install and Configure ownCloud</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-43831" title="owncloud-logo" src="http://imagecdn.maketecheasier.com/2012/01/owncloud-logo.png" alt="ownCloud logo" width="200" height="105" />It is difficult to read any tech news and not see something about &#8220;the cloud&#8221;, cloud computing, cloud hosting, or at least something that mentions the word &#8220;cloud&#8221;. Many businesses have moved their entire software operations into the cloud, and many individual users rely on cloud service providers for email, documents, and file storage.</p>
<p>There are a plethora of file storage and file sharing services available on the web. Many of them are free for a limited amount of space (often around 2 to 5 GB). For a lot of people, this type of service is sufficient, but if you want your own file storage system, need a lot more space, do not want to pay a third party service, and already have your own web hosting account for your website, ownCloud is a free and open source option you should definitely consider.<br />
<span id="more-43830"></span></p>
<h2>Installation</h2>
<p><a href="http://owncloud.org/" target="_blank">ownCloud</a> is a simple PHP web application that will work on most Linux and Unix servers. A typical installation server will have Apache HTTP Server and MySQL or SQLite (if you do not want to use a database server). If you are running your own dedicated server or VPS, your Linux distribution may already have the ownCloud packages in its default repository. For example, to install on an Ubuntu server, simple type:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><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> owncloud</pre></div></div>

<p>It will automatically install dependencies, such as Apache, PHP, and MySQL. Once the installation is complete, you can point your browser to <em>http://yourdomain/owncloud</em> and start the &#8220;First Run Wizard&#8221;.</p>
<p><img class="aligncenter size-full wp-image-43832" title="owncloud-first-run-wizard" src="http://imagecdn.maketecheasier.com/2012/01/owncloud-first-run-wizard.png" alt="ownCloud First Run Wizard" width="600" height="365" /></p>
<p>To install ownCloud manually, do the following:</p>
<ol>
<li>Go to <a href="http://owncloud.org/">owncloud.org</a> and download the latest version</li>
<li>Extract the contents of the archive to your computer. If you have SSH access to your server, you can upload the archive first and extract with

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">tar</span> <span style="color: #660033;">-xjvf</span> owncloud-<span style="color: #000000;">2</span>.x.tar.bz2</pre></div></div>

</li>
<li>Copy the extracted files to the directory of your choice within the web-accessible documents directory of your server (i.e. public_html, htdocs, etc.)</li>
<li>Set the permissions. If you have a shared hosting account, use FTP or SFTP to create a directory called &#8220;data&#8221; and set the permissions to &#8220;750&#8243;. Then, set the permissions of the &#8220;config&#8221; directory to &#8220;777&#8243;. If you have root access, you can use this command:

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">chown</span> <span style="color: #660033;">-R</span> www-data:www-data owncloud<span style="color: #000000; font-weight: bold;">/</span></pre></div></div>

<p>Replace &#8220;www-data&#8221; with whatever the name of your Apache user is.</li>
<li>Point your browser to http://yourdomain/owncloud to complete the installation</li>
<li>Enter a username and password for your administrative account</li>
<li>If SQLite is detected, ownCloud will use it by default. Alternatively, you can enter your MySQL database information in the “Advanced” section.</li>
</ol>
<p><img class="aligncenter size-full wp-image-43833" title="owncloud-login" src="http://imagecdn.maketecheasier.com/2012/01/owncloud-login.jpg" alt="ownCloud login page" width="600" height="381" /></p>
<h2>Using ownCloud</h2>
<p><img class="aligncenter size-full wp-image-43834" title="ownCloud browser file manager" src="http://imagecdn.maketecheasier.com/2012/01/owncloud-files.png" alt="ownCloud browser file manager" width="600" height="442" /></p>
<p>The software for ownCloud was developed by some of the developers of KDE and is designed to work with free and open source operating systems, unlike some proprietary cloud storage services. You can use your web browser to upload and manage files, but you can also use WebDav to connect to your files directly from your desktop file manager.</p>
<p>In Dolphin, follow these steps:</p>
<ol>
<li>Click the &#8220;Network&#8221; option in &#8220;Places&#8221; or go to &#8220;remote:/&#8221;</li>
<li>Click the &#8220;Add Network Folder&#8221; button</li>
<li>Keep the first option, WebFolder (webdav), selected and click Next</li>
<li>Give the connection a name and enter your ownCloud username</li>
<li>In the &#8220;Server&#8221; box, type your full domain name</li>
<li>In the &#8220;Folder&#8221; box, type the relative path to your owncloud installation (i.e. /owncloud/webdav/owncloud.php)</li>
<li>Check the box next to &#8220;Create an icon for this remote folder&#8221;</li>
<li>Click Save and Connect.</li>
</ol>
<p>After entering your password, it should connect to your ownCloud folder. You can now drag and drop files just as you would with a folder on your computer. Moreover, KDE apps are all integrated and should be able to use the folder as well.</p>
<h2>Cloud Freedom</h2>
<p>ownCloud gives you the freedom to use the cloud on your terms however you want. You can access your files from anywhere, just as you would with a proprietary cloud service, but the files and software are yours. You will not have to worry about privacy or the safety of your data. For more information about ownCloud in general, visit the project’s website. For more detailed install instructions, including those for other operating systems and web servers, <a href="http://owncloud.org/install/advanced/" target="_blank">see this page</a>.<br />
<h3 class='related_post_title'>Related Posts:</h3>
<ul class='related_post'>
<li><a href='http://maketecheasier.com/getting-started-with-amazon-ec2/2011/10/20' title='Getting Started with Amazon EC2'>Getting Started with Amazon EC2</a></li>
<li><a href='http://maketecheasier.com/listen-to-cloud-music-with-nuvola-player-ubuntu/2011/12/23' title='Listen to Cloud Music With Nuvola Player [Ubuntu]'>Listen to Cloud Music With Nuvola Player [Ubuntu]</a></li>
<li><a href='http://maketecheasier.com/zeropc-manage-all-social-accounts-in-one-place/2011/11/24' title='ZeroPC: Manage All Your Social Accounts In One Place'>ZeroPC: Manage All Your Social Accounts In One Place</a></li>
<li><a href='http://maketecheasier.com/peppermint-os-web-centric-desktop/2010/06/03' title='Peppermint OS &#8211; A New Take on the Web-Centric Desktop'>Peppermint OS &#8211; A New Take on the Web-Centric Desktop</a></li>
</ul>
<p><div style="float:left;margin-bottom:10px"><a href="http://api.tweetmeme.com/share?url=http://maketecheasier.com/install-and-configure-owncloud/2012/01/11&amp;service=bit.ly" target="_blank"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http://maketecheasier.com/install-and-configure-owncloud/2012/01/11" style="border:none;margin-right:5px" width="51" height="61"></a><a href="http://digg.com/tools/diggthis/login?url=http://maketecheasier.com/install-and-configure-owncloud/2012/01/11" 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/install-and-configure-owncloud/2012/01/11" 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/install-and-configure-owncloud/2012/01/11&amp;title=How+to+Install+and+Configure+ownCloud&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/install-and-configure-owncloud/2012/01/11" target="_blank"><img src="http://images.maketecheasier.com/stumble.png"></a></div>
<div style="clear:both"></div>
<strong><a href="http://maketecheasier.com/install-and-configure-owncloud/2012/01/11">How to Install and Configure ownCloud</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/install-and-configure-owncloud/2012/01/11/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Listen to Cloud Music With Nuvola Player [Ubuntu]</title>
		<link>http://maketecheasier.com/listen-to-cloud-music-with-nuvola-player-ubuntu/2011/12/23</link>
		<comments>http://maketecheasier.com/listen-to-cloud-music-with-nuvola-player-ubuntu/2011/12/23#comments</comments>
		<pubDate>Fri, 23 Dec 2011 23:00:55 +0000</pubDate>
		<dc:creator>Damien</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[cloud]]></category>
		<category><![CDATA[music]]></category>
		<category><![CDATA[music player]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://maketecheasier.com/?p=43311</guid>
		<description><![CDATA[I seldom review music player app because most of them are the same. Some are lightweight, some are heavy with tons of features, but generally, most of their functionalities are the same. However, when I come across Nuvola Player, a music player that supports Google Music, Groovesharks and several other... <p><div style="float:left;margin-bottom:10px"><a href="http://api.tweetmeme.com/share?url=http://maketecheasier.com/listen-to-cloud-music-with-nuvola-player-ubuntu/2011/12/23&amp;service=bit.ly" target="_blank"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http://maketecheasier.com/listen-to-cloud-music-with-nuvola-player-ubuntu/2011/12/23" style="border:none;margin-right:5px" width="51" height="61"></a><a href="http://digg.com/tools/diggthis/login?url=http://maketecheasier.com/listen-to-cloud-music-with-nuvola-player-ubuntu/2011/12/23" 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/listen-to-cloud-music-with-nuvola-player-ubuntu/2011/12/23" 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/listen-to-cloud-music-with-nuvola-player-ubuntu/2011/12/23&amp;title=Listen+to+Cloud+Music+With+Nuvola+Player+%5BUbuntu%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/listen-to-cloud-music-with-nuvola-player-ubuntu/2011/12/23" target="_blank"><img src="http://images.maketecheasier.com/stumble.png"></a></div>
<div style="clear:both"></div>
<strong><a href="http://maketecheasier.com/listen-to-cloud-music-with-nuvola-player-ubuntu/2011/12/23">Listen to Cloud Music With Nuvola Player [Ubuntu]</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/12/nuvolaplayer-logo.jpg" alt="nuvolaplayer-logo" title="nuvolaplayer-logo" width="150" height="146" class="alignleft size-full wp-image-43322" />I seldom review music player app because most of them are the same. Some are lightweight, some are heavy with tons of features, but generally, most of their functionalities are the same. However, when I come across Nuvola Player, a music player that supports Google Music, Groovesharks and several other cloud services, it immediately catches my attention.<br />
<span id="more-43311"></span><br />
Nuvola Player is indeed a different kind of music player. Instead of playing music directly from your computer, it is a wrapper for various cloud music services, so you can play cloud music directly on your desktop, without having to visit the site on your browser. At the moment, it supports only 4 cloud music services, namely Hype Machine, Grooveshark, 8tracks and Google Music. It previously only supports Google Music and has recently upgraded to include 3 other services, so it is likely possible that we will see more cloud services added in the future.</p>
<p>To 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:nuvola-player-builders<span style="color: #000000; font-weight: bold;">/</span>beta
<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> nuvolaplayer</pre></div></div>

<p>This is what you will see on the first run:</p>
<p><img src="http://imagecdn.maketecheasier.com/2011/12/nuvolaplayer-main.png" alt="nuvolaplayer-main" title="nuvolaplayer-main" width="600" height="382" class="aligncenter size-full wp-image-43313" /></p>
<p>Being a <a href="http://maketecheasier.com/9-useful-tools-to-get-the-best-experience-out-of-grooveshark/2011/02/16" title="9 Useful Tools to Get The Best Experience Out Of GrooveShark">Grooveshark</a> fan, the first service that I clicked on is, of course, Grooveshark. This is what you will see. You can perform a search and add songs to your playlist. Everything is just what you see in the browser.</p>
<p><img src="http://imagecdn.maketecheasier.com/2011/12/nuvolaplayer-grooveshark.jpg" alt="nuvolaplayer-grooveshark" title="nuvolaplayer-grooveshark" width="600" height="456" class="aligncenter size-full wp-image-43314" /></p>
<p><img src="http://imagecdn.maketecheasier.com/2011/12/nuvolaplayer-grooveshark-playing.png" alt="nuvolaplayer-grooveshark-playing" title="nuvolaplayer-grooveshark-playing" width="600" height="379" class="aligncenter size-full wp-image-43315" /></p>
<p>The same goes for Google Music, Hype Machine and 8 Tracks.</p>
<p><strong>Note</strong>: Although Google Music is only for US citizens, with a simple US-based VPN connection, you (those who do not reside in US) should be able to activate Google Music service with your Google account. Once the service is activated, you won&#8217;t need a VPN to access your music anymore.</p>
<h2>System tray icon with Player Control</h2>
<p>Nuvola Player also comes with an app-indicator (or system tray icon) with the ability to control your music. You can Pause/Play the current song and go Next/Previous song in the playlist. There is even a Thumb Up/Thumb Down button.</p>
<p><img src="http://imagecdn.maketecheasier.com/2011/12/nuvolaplayer-appindicator.png" alt="nuvolaplayer-appindicator" title="nuvolaplayer-appindicator" width="203" height="212" class="aligncenter size-full wp-image-43321" /></p>
<h2>Conlcusion</h2>
<p>Nuvola Player is basically a browser wrapper that contains links to various cloud services. There is nothing new that you can&#8217;t do on your normal browser, but the convenience of having several cloud music services at your fingertips and the ability to run separately as a native app make it a winner.</p>
<p>What do you think? Is this kind of music player suitable for you? Or you prefer the good old Rhythmbox and Amarok? </p>
<p><a href="http://projects.fenryxo.cz/Nuvola_Player/Main_page/" target="_blank">Nuvola Player</a><br />
<h3 class='related_post_title'>Related Posts:</h3>
<ul class='related_post'>
<li><a href='http://maketecheasier.com/listen-to-your-own-music-online-anywhere-anytime/2010/04/28' title='Listen to Your Own Music Online Anywhere Anytime'>Listen to Your Own Music Online Anywhere Anytime</a></li>
<li><a href='http://maketecheasier.com/integrate-skype-with-ubuntu-unity/2012/05/23' title='How to Integrate Skype With Ubuntu Unity'>How to Integrate Skype With Ubuntu Unity</a></li>
<li><a href='http://maketecheasier.com/install-java-runtime-in-ubuntu/2012/05/14' title='How to Install Java Runtime In Ubuntu 12.04'>How to Install Java Runtime In Ubuntu 12.04</a></li>
<li><a href='http://maketecheasier.com/connect-to-a-vpn-in-ubuntu/2012/05/07' title='How to Connect to A VPN In Ubuntu [Quick Tips]'>How to Connect to A VPN In Ubuntu [Quick Tips]</a></li>
</ul>
<p><div style="float:left;margin-bottom:10px"><a href="http://api.tweetmeme.com/share?url=http://maketecheasier.com/listen-to-cloud-music-with-nuvola-player-ubuntu/2011/12/23&amp;service=bit.ly" target="_blank"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http://maketecheasier.com/listen-to-cloud-music-with-nuvola-player-ubuntu/2011/12/23" style="border:none;margin-right:5px" width="51" height="61"></a><a href="http://digg.com/tools/diggthis/login?url=http://maketecheasier.com/listen-to-cloud-music-with-nuvola-player-ubuntu/2011/12/23" 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/listen-to-cloud-music-with-nuvola-player-ubuntu/2011/12/23" 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/listen-to-cloud-music-with-nuvola-player-ubuntu/2011/12/23&amp;title=Listen+to+Cloud+Music+With+Nuvola+Player+%5BUbuntu%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/listen-to-cloud-music-with-nuvola-player-ubuntu/2011/12/23" target="_blank"><img src="http://images.maketecheasier.com/stumble.png"></a></div>
<div style="clear:both"></div>
<strong><a href="http://maketecheasier.com/listen-to-cloud-music-with-nuvola-player-ubuntu/2011/12/23">Listen to Cloud Music With Nuvola Player [Ubuntu]</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/listen-to-cloud-music-with-nuvola-player-ubuntu/2011/12/23/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ZeroPC: Manage All Your Social Accounts In One Place</title>
		<link>http://maketecheasier.com/zeropc-manage-all-social-accounts-in-one-place/2011/11/24</link>
		<comments>http://maketecheasier.com/zeropc-manage-all-social-accounts-in-one-place/2011/11/24#comments</comments>
		<pubDate>Fri, 25 Nov 2011 00:58:23 +0000</pubDate>
		<dc:creator>Damien</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[cloud]]></category>
		<category><![CDATA[zeropc]]></category>

		<guid isPermaLink="false">http://maketecheasier.com/?p=41758</guid>
		<description><![CDATA[In the past, whenever we review an online desktop app, we always come to a conclusion: &#8220;What&#8217;s the point?&#8221; If you are already using a computer to go online, most probably you already have a desktop. What&#8217;s the point of using a web-based desktop or operating system? And to surf... <p><div style="float:left;margin-bottom:10px"><a href="http://api.tweetmeme.com/share?url=http://maketecheasier.com/zeropc-manage-all-social-accounts-in-one-place/2011/11/24&amp;service=bit.ly" target="_blank"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http://maketecheasier.com/zeropc-manage-all-social-accounts-in-one-place/2011/11/24" style="border:none;margin-right:5px" width="51" height="61"></a><a href="http://digg.com/tools/diggthis/login?url=http://maketecheasier.com/zeropc-manage-all-social-accounts-in-one-place/2011/11/24" 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/zeropc-manage-all-social-accounts-in-one-place/2011/11/24" 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/zeropc-manage-all-social-accounts-in-one-place/2011/11/24&amp;title=ZeroPC%3A+Manage+All+Your+Social+Accounts+In+One+Place&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/zeropc-manage-all-social-accounts-in-one-place/2011/11/24" target="_blank"><img src="http://images.maketecheasier.com/stumble.png"></a></div>
<div style="clear:both"></div>
<strong><a href="http://maketecheasier.com/zeropc-manage-all-social-accounts-in-one-place/2011/11/24">ZeroPC: Manage All Your Social Accounts In One Place</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/11/zeropc-logo.jpg" alt="zeropc-logo" title="zeropc-logo" width="200" height="80" class="alignleft size-full wp-image-41773" />In the past, whenever we review an <a href="http://maketecheasier.com/glide-os-online-operating-system-1/2010/10/03" title="Glide OS: Online Operating System With 30 GB of Free Storage [Part 1]">online desktop</a> app, we always come to a conclusion: &#8220;What&#8217;s the point?&#8221; If you are already using a computer to go online, most probably you already have a desktop. What&#8217;s the point of using a web-based desktop or operating system? And to surf with a browser inside a browser sounds really stupid to me. However, with the launch of Chromebook, where Google pioneers the thought of &#8220;doing everything in the cloud&#8221;, an online desktop starts to seem like a great idea. </p>
<p>ZeroPC is one such online desktop that aims to replace your computer desktop. It comes with a variety of (web) applications to help you stay productive and allows you to connect to your social accounts (such as Dropbox, box.net, Sugarsync etc) so all your online files are readily available.<br />
<span id="more-41758"></span></p>
<h2>Familiar User-interface</h2>
<p>Once you have created an account and logged in, you will be greeted with a Windows-style interface. Doesn&#8217;t matter if you are from a Windows, Mac or Linux background, the user-interface will be too familiar to you, and that is good because you can start using it immediately.</p>
<p><img src="http://imagecdn.maketecheasier.com/2011/11/zeropc-main-interface.jpg" alt="zeropc-main-interface" title="zeropc-main-interface" width="600" height="468" class="aligncenter size-full wp-image-41760" /></p>
<p>There is a Dashboard icon at the right bottom corner of the screen which when clicked, give you an overview of your ZeroPC desktop.</p>
<p><img src="http://imagecdn.maketecheasier.com/2011/11/zeropc-dashboard.jpg" alt="zeropc-dashboard" title="zeropc-dashboard" width="600" height="425" class="aligncenter size-full wp-image-41761" /></p>
<h2>Applications</h2>
<p>There are a couple of useful apps available in the desktop for your usage. A music player with the ability to stream music from your social accounts, a messenger app for your IM needs, ThinkFree Office for document editing, a video player, an universal Inbox to check emails from various accounts. It doesn&#8217;t come with a image editor though. </p>
<p><img src="http://imagecdn.maketecheasier.com/2011/11/zeropc-applications.png" alt="zeropc-applications" title="zeropc-applications" width="600" height="382" class="aligncenter size-full wp-image-41763" /></p>
<p>It also has a series of bookmarks to popular web apps like Angry Bird, Ted.com, Wikipedia, LinkedIn etc. Clicking on the bookmark launches the web link in its own window, making it looks like a native app rather than a website.</p>
<p><img src="http://imagecdn.maketecheasier.com/2011/11/zeropc-web-apps.png" alt="zeropc-web-apps" title="zeropc-web-apps" width="600" height="490" class="aligncenter size-full wp-image-41766" /></p>
<h2>Social Accounts</h2>
<p>The best part about ZeroPC is the ability to connect all your social accounts in one place. The social accounts that are currently supported by ZeroPC includes</p>
<ul>
<li>Facebook</li>
<li>Twitter</li>
<li>Google</li>
<li>Flickr</li>
<li>Dropbox</li>
<li>Box.net</li>
<li>Sugarsync</li>
<li>Instagram</li>
<li>Picasa</li>
<li>Evernote</li>
</ul>
<p><img src="http://imagecdn.maketecheasier.com/2011/11/zeropc-account-manager.png" alt="zeropc-account-manager" title="zeropc-account-manager" width="600" height="525" class="aligncenter size-full wp-image-41764" /></p>
<p>Once you connect them to your ZeroPC desktop, you will be able to access all your files/folders/contacts/update right in the desktop. You can even search for the files, folders, documents, photos, video, and music, even though they are scattered all over the cloud. </p>
<h2>Mobile app</h2>
<p>To make it easily accessible, there is also a <a href="http://itunes.apple.com/us/app/zeropc-cloud-navigator/id474091533?ls=1&#038;mt=8" title="ZeroPC iPad app" target="_blank">iPad app</a> and <a href="https://market.android.com/details?id=com.zeropc.tablet" title="ZeroPC Android tablet app" target="_blank">Android tablet</a> app. </p>
<h2>Pricing</h2>
<p>ZeroPC comes in both freemium and premium model. While you can sign up and use ZeroPC for free, you can also upgrade to the premium plan and enjoy desktop sharing, more storage space, bigger file upload size limit and several other premium options. The premium plan is interesting. Instead of paying a fixed price every month, you top up your ZeroPC account with credits and pay as you use the bandwidth and storage space. Based on its calculation, an average user who utilizes 1.8Gb of bandwidth and 3Gb of storage space pays about $2.61 per month, which in my opinion, is very affordable. </p>
<h2>Stability</h2>
<p>Even though ZeroPC is a web app, it still requires the installation of java plugin for it to work. On my Linux (Ubuntu) system and Chrome, it seems to have a conflict with the java plugin and keep logging me out of the session. </p>
<p><img src="http://imagecdn.maketecheasier.com/2011/11/zeropc-java-plugin-crashed.jpg" alt="zeropc-java-plugin-crashed" title="zeropc-java-plugin-crashed" width="600" height="410" class="aligncenter size-full wp-image-41769" /></p>
<p>On another machine running Windows and Chrome browser, it works fine though. It could just be me (Linux system) that is having the above issue.</p>
<h2>Conclusion</h2>
<p>For everything that ZeroPC attempts to do, there is definitely a native app for your desktop that can do the same thing, regardless the OS you are using. However, if you are using a desktop-less PC, like the Chromebook, iPad or Android tablet, ZeroPC will be a useful app for you.</p>
<p><a href="http://zeropc.com" title="ZeroPC" target="_blank">ZeroPC</a><br />
<h3 class='related_post_title'>Related Posts:</h3>
<ul class='related_post'>
<li><a href='http://maketecheasier.com/install-and-configure-owncloud/2012/01/11' title='How to Install and Configure ownCloud'>How to Install and Configure ownCloud</a></li>
<li><a href='http://maketecheasier.com/getting-started-with-amazon-ec2/2011/10/20' title='Getting Started with Amazon EC2'>Getting Started with Amazon EC2</a></li>
<li><a href='http://maketecheasier.com/use-pinterest-analytics-for-your-business/2012/05/25' title='How To Use Pinterest Analytics For Your Business'>How To Use Pinterest Analytics For Your Business</a></li>
<li><a href='http://maketecheasier.com/slowpal-browse-your-paypal-transaction-history-without-waiting/2012/05/24' title='SlowPal: Browse Your PayPal Transaction History Without Waiting'>SlowPal: Browse Your PayPal Transaction History Without Waiting</a></li>
</ul>
<p><div style="float:left;margin-bottom:10px"><a href="http://api.tweetmeme.com/share?url=http://maketecheasier.com/zeropc-manage-all-social-accounts-in-one-place/2011/11/24&amp;service=bit.ly" target="_blank"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http://maketecheasier.com/zeropc-manage-all-social-accounts-in-one-place/2011/11/24" style="border:none;margin-right:5px" width="51" height="61"></a><a href="http://digg.com/tools/diggthis/login?url=http://maketecheasier.com/zeropc-manage-all-social-accounts-in-one-place/2011/11/24" 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/zeropc-manage-all-social-accounts-in-one-place/2011/11/24" 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/zeropc-manage-all-social-accounts-in-one-place/2011/11/24&amp;title=ZeroPC%3A+Manage+All+Your+Social+Accounts+In+One+Place&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/zeropc-manage-all-social-accounts-in-one-place/2011/11/24" target="_blank"><img src="http://images.maketecheasier.com/stumble.png"></a></div>
<div style="clear:both"></div>
<strong><a href="http://maketecheasier.com/zeropc-manage-all-social-accounts-in-one-place/2011/11/24">ZeroPC: Manage All Your Social Accounts In One Place</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/zeropc-manage-all-social-accounts-in-one-place/2011/11/24/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Getting Started with Amazon EC2</title>
		<link>http://maketecheasier.com/getting-started-with-amazon-ec2/2011/10/20</link>
		<comments>http://maketecheasier.com/getting-started-with-amazon-ec2/2011/10/20#comments</comments>
		<pubDate>Thu, 20 Oct 2011 14:58:48 +0000</pubDate>
		<dc:creator>Joshua Price</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[Amazon]]></category>
		<category><![CDATA[cloud]]></category>
		<category><![CDATA[server]]></category>

		<guid isPermaLink="false">http://maketecheasier.com/?p=39816</guid>
		<description><![CDATA[When Amazon first launched their Elastic Compute Cloud (EC2) in 2006, many people were a bit surprised. Those of us who&#8217;d always just thought of Amazon as a retailer were skeptical that they&#8217;d have much to offer. In the 5 years since then, Amazon has proven that they&#8217;re serious about... <p><div style="float:left;margin-bottom:10px"><a href="http://api.tweetmeme.com/share?url=http://maketecheasier.com/getting-started-with-amazon-ec2/2011/10/20&amp;service=bit.ly" target="_blank"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http://maketecheasier.com/getting-started-with-amazon-ec2/2011/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/getting-started-with-amazon-ec2/2011/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/getting-started-with-amazon-ec2/2011/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/getting-started-with-amazon-ec2/2011/10/20&amp;title=Getting+Started+with+Amazon+EC2&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/getting-started-with-amazon-ec2/2011/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/getting-started-with-amazon-ec2/2011/10/20">Getting Started with Amazon EC2</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/10/logo_aws.gif" alt="logo_aws" title="logo_aws" width="164" height="60" class="alignleft size-full wp-image-39848" />When Amazon first launched their <a href="http://aws.amazon.com/ec2/" target="_blank">Elastic Compute Cloud (EC2)</a> in 2006, many people were a bit surprised. Those of us who&#8217;d always just thought of Amazon as a retailer were skeptical that they&#8217;d have much to offer. In the 5 years since then, Amazon has proven that they&#8217;re serious about this business and in making EC2 a world-class cloud computing platform. While there have been <a href="http://aws.amazon.com/message/65648/" target="_blank">hiccups</a>, Amazon Web Services in general are typically regarded as among the best in the business. In this guide, we&#8217;re going to cover the basics of cloud computing in general and Amazon EC2 in particular.<br />
<span id="more-39816"></span></p>
<h2>A Bit About &#8220;The Cloud&#8221;</h2>
<p>As with many tech buzzwords, you might get a different definition of this term from each person you ask.  Some might describe it as a way of scaling your computing resources to fit your needs.  </p>
<p>Let&#8217;s say ABC Books, a local book store wants to run a site where their customers can buy books online. The &#8220;traditional&#8221; approach would be for someone to dust off a server, install an OS, run a webserver application and load their site on it.  </p>
<p><img src="http://imagecdn.maketecheasier.com/2011/10/amazonec2-dedicated.png" alt="amazonec2-dedicated" title="amazonec2-dedicated" width="76" height="124" class="aligncenter size-full wp-image-39817" /></p>
<p>When virtualization was becoming popular, people started using another method called the Virtual Private Server or VPS. With this method, you can have multiple operating systems running on the same machine, each with their own setup and applications.  </p>
<p><img src="http://imagecdn.maketecheasier.com/2011/10/amazonec2-vps.png" alt="amazonec2-vps" title="amazonec2-vps" width="155" height="179" class="aligncenter size-full wp-image-39818" /></p>
<p>This allows each user to have full control over their system, but without the expense of dedicated hardware.  ABC Books, our example complany, would likely save money by switching to VPS, as they don&#8217;t need the server&#8217;s full power and can share the cost with other users. The &#8220;cloud&#8221; method takes virtualization even further. Since you&#8217;re already virtualizing the software, what happens if you virtualize the hardware too?  The essence of cloud computing is taking a huge collection of computing resources and intelligently assigning them as needed. Take this diagram for example. </p>
<p><img src="http://imagecdn.maketecheasier.com/2011/10/amazonec2-cloud.png" alt="amazonec2-cloud" title="amazonec2-cloud" width="492" height="367" class="aligncenter size-full wp-image-39820" /></p>
<p>You can see that most of the portions are different sizes.  ABC Books might only need a portion of one server, but <em>Bob&#8217;s House of Free iPads</em> might generate more traffic and need multiple servers.  One of the greatest benefits of cloud computing is that you can scale your resources up and down as needed.  </p>
<p>Let&#8217;s say a huge celebrity talks about their love of ABC Books, and suddenly the site is getting hundreds of times the amount of traffic it normally would. Their dedicated server is probably not equipped to handle that.  Likewise, a VPS (though more flexible) will still need a hardware transfer or upgrade to keep up. A cloud based server, however, could just be &#8220;turned up&#8221; to handle the excess traffic. When the buzz has died down, you just reduce your resources back to normal.  </p>
<h3>Signing up for EC2</h3>
<p><strong>Note</strong>: The free account is indeed free, but during the signup, you will be asked for credit card information. See Amazon&#8217;s <a href="http://aws.amazon.com/free/terms/" target="_blank">terms</a> for details.  </p>
<p><a href="http://www.amazon.com/gp/aws/registration/registration-form.html?utm_campaign=free" target="_blank">Log in or create</a> your Amazon EC2 account. Unfortunately, new user registrations can sometimes remain pending for several hours.  </p>
<p>Once your Amazon Web Services account is set up, you can access your management console by clicking the <em>Sign In to AWS Management Console</em> link in the top-right corner of <a href="http://aws.amazon.com/" target="_blank">aws.amazon.com</a> or clicking <a href="https://console.aws.amazon.com/s3/home" target="_blank">here</a>.  </p>
<h2>Creating an Instance</h2>
<p>Once your account is activated and you&#8217;re able to access the AWS Console, you&#8217;ll probably want to start by creating server instance to run some software.  </p>
<p><img src="http://imagecdn.maketecheasier.com/2011/10/amazonec2-createinstance1.png" alt="amazonec2-createinstance1" title="amazonec2-createinstance1" width="586" height="362" class="aligncenter size-full wp-image-39823" /></p>
<p>The first thing you&#8217;ll be asked to do is decide on a base platform. The <em>Amazon Linux</em> is a good bet if you&#8217;re looking to demo the service.  </p>
<p><img src="http://imagecdn.maketecheasier.com/2011/10/amazonec2-createinstance2.png" alt="amazonec2-createinstance2" title="amazonec2-createinstance2" width="600" height="312" class="aligncenter size-full wp-image-39826" /></p>
<p>The next page lets you set some details regarding your instance. You&#8217;ll probably want to leave these settings as they are, seeing as how the free tier only supports the <em>Micro</em> instance type, and <em>Availability Zone</em> should make no difference at this stage.  </p>
<p>The next page, <em>Advanced Instance Options</em>, should be left at defaults unless you have a specific reason to do otherwise.</p>
<p>The last step of your <em>Instance Options</em> is the one where you choose tags. This step is optional, and nothing will be broken if you specify no tags, but it&#8217;s recommended to at least apply a value to the <em>Name</em> key to make this instance easy to identify.  </p>
<p><img src="http://imagecdn.maketecheasier.com/2011/10/amazonec2-createinstance3-tags.jpg" alt="amazonec2-createinstance3-tags" title="amazonec2-createinstance3-tags" width="566" height="219" class="aligncenter size-full wp-image-39840" /></p>
<p>The next step is to create a key pair. Instead of passwords, EC2 uses cryptographic keys to identify users. If that sounds confusing don&#8217;t worry, it&#8217;s really not that complicated. The first step is to name and generate a key pair, then download that to your computer. I&#8217;d recommend saving it to <em>~/.ssh/</em>.  </p>
<p><img src="http://imagecdn.maketecheasier.com/2011/10/amazonec2-createinstance4-keys.png" alt="amazonec2-createinstance4-keys" title="amazonec2-createinstance4-keys" width="525" height="354" class="aligncenter size-full wp-image-39846" /></p>
<p>Once you&#8217;ve got the keys saved, you&#8217;ll need to make sure it&#8217;s private. You cannot skip this step, as SSH will refuse to use a publicly viewable key. It&#8217;s quick and easy to set this, just open your Linux or OSX 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;">chmod</span> <span style="color: #000000;">600</span> ~<span style="color: #000000; font-weight: bold;">/</span>.ssh<span style="color: #000000; font-weight: bold;">/</span>MyEC2Key.pem</pre></div></div>

<p>and to actually use it to connect, go with</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #666666; font-style: italic;">#You will of course have to wait until your instance is actually running</span>
<span style="color: #c20cb9; font-weight: bold;">ssh</span> <span style="color: #660033;">-i</span> ~<span style="color: #000000; font-weight: bold;">/</span>.ssh<span style="color: #000000; font-weight: bold;">/</span>MyEC2Key.pem root<span style="color: #000000; font-weight: bold;">@</span>your-ec2-dns-address.com</pre></div></div>

<p>Finally, you&#8217;ve just got to open a hole in the firewall for your app. The dropdown list contains several common network options such as SSH, DNS, and of course HTTP. If you want to enter a custom port, here&#8217;s your chance.  </p>
<p><img src="http://imagecdn.maketecheasier.com/2011/10/amazonec2-createinstance5-firewall.png" alt="amazonec2-createinstance5-firewall" title="amazonec2-createinstance5-firewall" width="501" height="498" class="aligncenter size-full wp-image-39844" /></p>
<p>Once you review and launch your instance, you&#8217;re set! You can now use SSH as indicated above to connect to your public DNS (highlighted in the screenshot below).</p>
<p><img src="http://imagecdn.maketecheasier.com/2011/10/amazonec2-runninginstance.png" alt="amazonec2-runninginstance" title="amazonec2-runninginstance" width="600" height="383" class="aligncenter size-full wp-image-39845" /></p>
<h2>Conclusion</h2>
<p>From here on out, it&#8217;s your &#8220;server&#8221; to deal with as you wish. Applications can be installed and removed however you see fit. The service is can be tailored to exactly the application you have in mind &#8211; anything from a web server to VPN gateway to a place to host your files. Good luck and have fun on the cloud!<br />
<h3 class='related_post_title'>Related Posts:</h3>
<ul class='related_post'>
<li><a href='http://maketecheasier.com/install-and-configure-owncloud/2012/01/11' title='How to Install and Configure ownCloud'>How to Install and Configure ownCloud</a></li>
<li><a href='http://maketecheasier.com/zeropc-manage-all-social-accounts-in-one-place/2011/11/24' title='ZeroPC: Manage All Your Social Accounts In One Place'>ZeroPC: Manage All Your Social Accounts In One Place</a></li>
<li><a href='http://maketecheasier.com/play-your-music-anywhere-with-amazons-brand-new-cloud-player/2011/03/31' title='Play Your Music Anywhere with Amazon&#8217;s Brand New Cloud Player'>Play Your Music Anywhere with Amazon&#8217;s Brand New Cloud Player</a></li>
<li><a href='http://maketecheasier.com/tonidoplug-your-personal-cloud-server-in-a-plug/2009/11/02' title='TonidoPlug: Your Personal Cloud Server in a Plug'>TonidoPlug: Your Personal Cloud Server in a Plug</a></li>
</ul>
<p><div style="float:left;margin-bottom:10px"><a href="http://api.tweetmeme.com/share?url=http://maketecheasier.com/getting-started-with-amazon-ec2/2011/10/20&amp;service=bit.ly" target="_blank"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http://maketecheasier.com/getting-started-with-amazon-ec2/2011/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/getting-started-with-amazon-ec2/2011/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/getting-started-with-amazon-ec2/2011/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/getting-started-with-amazon-ec2/2011/10/20&amp;title=Getting+Started+with+Amazon+EC2&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/getting-started-with-amazon-ec2/2011/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/getting-started-with-amazon-ec2/2011/10/20">Getting Started with Amazon EC2</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/getting-started-with-amazon-ec2/2011/10/20/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>4 Options to Create a Safe Personal Cloud</title>
		<link>http://maketecheasier.com/four-options-to-create-a-safe-personal-cloud/2011/08/12</link>
		<comments>http://maketecheasier.com/four-options-to-create-a-safe-personal-cloud/2011/08/12#comments</comments>
		<pubDate>Fri, 12 Aug 2011 23:58:33 +0000</pubDate>
		<dc:creator>Scott Nesbitt</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[cloud]]></category>
		<category><![CDATA[secure]]></category>

		<guid isPermaLink="false">http://maketecheasier.com/?p=36583</guid>
		<description><![CDATA[No matter where you turn, people seem to be talking about the cloud. And while cloud computing does have its attractions and advantages, there are still a few concerns about it. Like what? Well, your data is in someone else&#8217;s hands. And what happens if a service you&#8217;re using closes... <p><div style="float:left;margin-bottom:10px"><a href="http://api.tweetmeme.com/share?url=http://maketecheasier.com/four-options-to-create-a-safe-personal-cloud/2011/08/12&amp;service=bit.ly" target="_blank"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http://maketecheasier.com/four-options-to-create-a-safe-personal-cloud/2011/08/12" style="border:none;margin-right:5px" width="51" height="61"></a><a href="http://digg.com/tools/diggthis/login?url=http://maketecheasier.com/four-options-to-create-a-safe-personal-cloud/2011/08/12" 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/four-options-to-create-a-safe-personal-cloud/2011/08/12" 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/four-options-to-create-a-safe-personal-cloud/2011/08/12&amp;title=4+Options+to+Create+a+Safe+Personal+Cloud&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/four-options-to-create-a-safe-personal-cloud/2011/08/12" target="_blank"><img src="http://images.maketecheasier.com/stumble.png"></a></div>
<div style="clear:both"></div>
<strong><a href="http://maketecheasier.com/four-options-to-create-a-safe-personal-cloud/2011/08/12">4 Options to Create a Safe Personal Cloud</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-36584" title="Computing in the clouds" src="http://imagecdn.maketecheasier.com/2011/08/MTE_clouds.jpg" alt="Computing in the clouds" width="160" height="120" /> No matter where you turn, people seem to be talking about <a href="http://maketecheasier.com/tag/cloud">the cloud</a>. And while cloud computing does have its attractions and advantages, there are still a few concerns about it.</p>
<p>Like what? Well, your data is in someone else&#8217;s hands. And what happens if a service you&#8217;re using closes up shop, <a href="http://consumerist.com/2011/07/google-deletes-last-7-years-of-users-digital-life-shrugs.html">denies you access to your data</a>, or is just unreachable? Then you have a problem.</p>
<p>The solution: create your own cloud. Believe it or not, doing that isn&#8217;t all that difficult. You don&#8217;t need a degree in computer science or training in networking. All you need is the right hardware and software.<br />
<span id="more-36583"></span><br />
Let&#8217;s take a look at four options for creating a personal cloud.</p>
<h2>1. TonidoPlug</h2>
<p>Imagine having a server that literally fits in the palm of your hand and which you can just plug into a handy socket. That&#8217;s the idea behind <a href="http://maketecheasier.com/tonidoplug-your-personal-cloud-server-in-a-plug/2009/11/02">TonidoPlug</a>. When configured, the TonidoPlug sits on your network and you access it using a unique URL.</p>
<p><img class="aligncenter size-full wp-image-36585" title="Tonido Plug" src="http://imagecdn.maketecheasier.com/2011/08/MTE_cloud_tonidoPlug.jpg" alt="Tonido Plug" width="338" height="374" /></p>
<p>But what does it do? TonidoPlug is a file and application server that runs Ubuntu. TonidoPlug comes installed with a number of media streaming, file sharing, and productivity applications. There&#8217;s also a blogging application, a bit torrent client and a file browser.</p>
<p>There are also a bunch of free mobile applications so you aren&#8217;t chained to a desktop or laptop computer.</p>
<h2>2. ownCloud</h2>
<p>If you have a web server (or space on one) and are willing to embrace your inner geek, then give <a href="http://owncloud.org/index.php/Main_Page">ownCloud</a> a look. It&#8217;s an Open Source project that lets you access your files anywhere, sort of like <a href="http://maketecheasier.com/tag/dropbox">Dropbox</a>. While ownCloud&#8217;s main capability right now is storing files, you can take advantage of that capability to sync items like bookmarks across different devices and machines.</p>
<p>You can access your files through ownCloud&#8217;s web interface or using WebDAV. If you need to, you can also connect to the server on which ownCloud is installed via SFTP or SSH.</p>
<p><img class="aligncenter size-full wp-image-36587" title="ownCloud" src="http://imagecdn.maketecheasier.com/2011/08/MTE_cloud_ownCloud.png" alt="ownCloud" width="600" height="400" /></p>
<p>Setting up ownCloud isn&#8217;t easy. It&#8217;s not very well documented, and you&#8217;ll have to search around for information on setting up the database that ownCloud uses. As well, there is no desktop or mobile client for ownCloud. Clients for the desktop and Android devices are being developed, though.</p>
<h2>3. iTwin</h2>
<p><a href="http://www.itwin.com/">iTwin</a> takes a slightly different approach to creating a personal cloud. Instead of relying on servers, you plug a USB flash drive into your computer and then drag and drop the files that you want to share or sync on to the flash drive.</p>
<p>Then, you detach half of the drive and plug that half into another computer. From there, you drag and drop the files on to that computer. Using an Internet connection, the files are securely transferred and synchronized between your two computers.</p>
<p><img class="aligncenter size-full wp-image-36588" title="iTwin USB drive" src="http://imagecdn.maketecheasier.com/2011/08/MTE_cloud_itwin.jpeg" alt="iTwin USB drive" width="580" height="293" /></p>
<p>The USB drive doesn&#8217;t store your files. It just creates a secure connection between your computers. Well, at least as far as the files that you&#8217;re sharing go. And you can remotely disable iTwin if you lose one or both halves of the USB drive.</p>
<p>The drawback? iTwin only works with computers running Windows.</p>
<h2>4. Opera Unite</h2>
<p>When is a web browser not a web browser? When it&#8217;s <a href="http://www.opera.com">Opera</a>. While you don&#8217;t hear much about Opera these days, it has one killer feature: <a href="http://unite.opera.com/overview/">Opera Unite</a>.</p>
<p>Opera Unite turns the web browser into an application server. You can share files, access applications, and collaborate with with people. And those other people don&#8217;t need to be using Opera. They can access the files and applications that you&#8217;re serving with Opera Unite using any web browser.</p>
<p>The <a href="http://unite.opera.com/applications/">applications</a> range from the interesting to the useful. They include media streaming and file sharing tools, productivity apps, and communication tools.</p>
<p><img class="aligncenter size-full wp-image-36589" title="Opera Unite in action" src="http://imagecdn.maketecheasier.com/2011/08/MTE_cloud_operaUnite.png" alt="Opera Unite in action" width="580" height="327" /></p>
<p>To use Opera Unite, you need an account with <a href="http://my.opera.com/community/">My Opera</a> (Opera&#8217;s online community). You&#8217;ll get a unique URL for your Opera Unite server, and as long as your computer is connected to the Internet and Opera Unite is running you can access the server anywhere.</p>
<p>Creating your own cloud isn&#8217;t too difficult. And it can be a lot more secure than commercial cloud offerings. If nothing else, creating your own cloud gives you some peace of mind and keeps your data in your hands.</p>
<p>Photo credit: <a href="http://www.sxc.hu/profile/Lunaaldent" target="_blank" rel="nofollow">Lunaaldent</a><br />
<h3 class='related_post_title'>Related Posts:</h3>
<ul class='related_post'>
<li><a href='http://maketecheasier.com/share-sensitive-information-online-with-cloudsafe/2011/03/26' title='Share Sensitive Information Online With CloudSafe'>Share Sensitive Information Online With CloudSafe</a></li>
<li><a href='http://maketecheasier.com/install-and-configure-owncloud/2012/01/11' title='How to Install and Configure ownCloud'>How to Install and Configure ownCloud</a></li>
<li><a href='http://maketecheasier.com/listen-to-cloud-music-with-nuvola-player-ubuntu/2011/12/23' title='Listen to Cloud Music With Nuvola Player [Ubuntu]'>Listen to Cloud Music With Nuvola Player [Ubuntu]</a></li>
<li><a href='http://maketecheasier.com/zeropc-manage-all-social-accounts-in-one-place/2011/11/24' title='ZeroPC: Manage All Your Social Accounts In One Place'>ZeroPC: Manage All Your Social Accounts In One Place</a></li>
</ul>
<p><div style="float:left;margin-bottom:10px"><a href="http://api.tweetmeme.com/share?url=http://maketecheasier.com/four-options-to-create-a-safe-personal-cloud/2011/08/12&amp;service=bit.ly" target="_blank"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http://maketecheasier.com/four-options-to-create-a-safe-personal-cloud/2011/08/12" style="border:none;margin-right:5px" width="51" height="61"></a><a href="http://digg.com/tools/diggthis/login?url=http://maketecheasier.com/four-options-to-create-a-safe-personal-cloud/2011/08/12" 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/four-options-to-create-a-safe-personal-cloud/2011/08/12" 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/four-options-to-create-a-safe-personal-cloud/2011/08/12&amp;title=4+Options+to+Create+a+Safe+Personal+Cloud&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/four-options-to-create-a-safe-personal-cloud/2011/08/12" target="_blank"><img src="http://images.maketecheasier.com/stumble.png"></a></div>
<div style="clear:both"></div>
<strong><a href="http://maketecheasier.com/four-options-to-create-a-safe-personal-cloud/2011/08/12">4 Options to Create a Safe Personal Cloud</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/four-options-to-create-a-safe-personal-cloud/2011/08/12/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Microsoft Office 365 Beta Review</title>
		<link>http://maketecheasier.com/microsoft-office-365-beta-review/2011/06/15</link>
		<comments>http://maketecheasier.com/microsoft-office-365-beta-review/2011/06/15#comments</comments>
		<pubDate>Wed, 15 Jun 2011 14:58:00 +0000</pubDate>
		<dc:creator>Damien</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[cloud]]></category>
		<category><![CDATA[office]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://maketecheasier.com/?p=34389</guid>
		<description><![CDATA[Microsoft Office and Exchange has always been the backbone for many corporate and business enterprises. With the launch of Microsoft Office 365, Microsoft is bringing their desktop/server based system to the cloud, enabling professionals to access their emails, important documents, contacts, and calendar from almost anywhere and any device. Microsoft... <p><div style="float:left;margin-bottom:10px"><a href="http://api.tweetmeme.com/share?url=http://maketecheasier.com/microsoft-office-365-beta-review/2011/06/15&amp;service=bit.ly" target="_blank"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http://maketecheasier.com/microsoft-office-365-beta-review/2011/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/microsoft-office-365-beta-review/2011/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/microsoft-office-365-beta-review/2011/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/microsoft-office-365-beta-review/2011/06/15&amp;title=Microsoft+Office+365+Beta+Review&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/microsoft-office-365-beta-review/2011/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/microsoft-office-365-beta-review/2011/06/15">Microsoft Office 365 Beta Review</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/06/office365-logo.jpg" alt="office365-logo" title="office365-logo" width="200" height="63" class="alignleft size-full wp-image-34413" />Microsoft Office and Exchange has always been the backbone for many corporate and business enterprises. With the launch of Microsoft Office 365, Microsoft is bringing their desktop/server based system to the cloud, enabling professionals to access their emails, important documents, contacts, and calendar from almost anywhere and any device.<br />
<span id="more-34389"></span><br />
Microsoft Office 365 is not just your regular Microsoft Office in the web. It also comprises of Outlook, Sharepoint and Lync where you can access your email and collaborate with others. Some of you might think that Microsoft is late to the game and Google Apps has already got the area covered. You are wrong. After testing out Microsoft Office 365, I feel that Office 365 is much more superior (in terms of features and functionality) and is able to integrate better with your desktop/Exchange system. However, it is also more expensive than Google Apps, starting at US$6 per user. </p>
<p>There are few components in Office 365: Office web app, Outlook web app, Lync and Team site.</p>
<h2>Office Web App</h2>
<p>Microsoft has released the Office web app for consumer. Once you are logged in to your Windows live account, you can view, edit and create documents with the Office web app. In Office 365, this same Office Web app is there as well. Applications that it supports include Ms Word, Excel, PowerPoint and OneNote. </p>
<p><img src="http://imagecdn.maketecheasier.com/2011/06/office365-word.png" alt="office365-word" title="office365-word" width="600" height="280" class="aligncenter size-full wp-image-34391" /></p>
<h2>Outlook Web App</h2>
<p>The outlook web app is pretty handy and works exactly the same as the desktop version. The default email account is your office365 account (<em>companyname.onmicrosoft.com</em>), but you can easily set it up to sync with your desktop outlook. The calendar, contacts and tasks feature remain intact. </p>
<p><img src="http://imagecdn.maketecheasier.com/2011/06/office365-outlook-calendar.png" alt="office365-outlook-calendar" title="office365-outlook-calendar" width="600" height="451" class="aligncenter size-full wp-image-34390" /></p>
<p>In the contact section under Outlook, you can also select a contact and immediately start a chat session with him/her. This brings us to another feature of Office 365 &#8211; Lync</p>
<h2>Lync (IM)</h2>
<p>Microsoft Lync, formerly known as Communications Server, is a instant messaging platform where you can send message, audio, video and VoIP. You can either install the desktop client (supports only Windows) or receive messages via the web interface. For the desktop client, you can also share your desktop with others during online meeting.</p>
<p><img src="http://imagecdn.maketecheasier.com/2011/06/office365-lync.png" alt="office365-lync" title="office365-lync" width="332" height="525" class="aligncenter size-full wp-image-34394" /></p>
<h2>Team site</h2>
<p>Team site is where you can create a website for your business and also manage the documents in a centralized place. When you create a document in the Office web app, the document will be saved in the Team site. </p>
<p><img src="http://imagecdn.maketecheasier.com/2011/06/office365-team-site.png" alt="office365-team-site" title="office365-team-site" width="600" height="418" class="aligncenter size-full wp-image-34398" /></p>
<h2>Advantage of using Office365</h2>
<p>Well integrated Microsoft Office suite, all in the web. If your company are already using Microsoft Exchange, then this will make it easier for you to interact and collaborate with each other.</p>
<p>99.9% uptime guarantee. This is almost the industry standard. It also means that as long as you are connected to the web, you will have access to your documents and emails.</p>
<h2>Disadvantage of using Office365</h2>
<p>Too complex &#8211; Everything in one solution. You either get all the features or none. Google Apps tied all the module together, yet allowing you to access each module individually.</p>
<p>Overly integrated &#8211; You can unleash the full potential of Office 365 only if you are using the Windows OS and carry a Windows Phone 7, or should I say, submerge yourselves in a full Windows environment.</p>
<p>All in all, for companies that are looking to move to the cloud and be more productive in the office, Office365 is definitely a great choice. While there are advantages and disadvantages, there is no doubt about the quality of its offering.<br />
<h3 class='related_post_title'>Related Posts:</h3>
<ul class='related_post'>
<li><a href='http://maketecheasier.com/audiogalaxy-the-easiest-way-to-stream-music-to-android-and-ios/2011/03/12' title='AudioGalaxy: The Easiest Way to Stream Music to Android And iOS'>AudioGalaxy: The Easiest Way to Stream Music to Android And iOS</a></li>
<li><a href='http://maketecheasier.com/free-giveaway-blu-ray-decrypter/2012/05/24' title='Free Giveaway: Blu-ray Decrypter'>Free Giveaway: Blu-ray Decrypter</a></li>
<li><a href='http://maketecheasier.com/ask-windows-expert-week16/2012/05/23' title='Ask MTE: Missing Windows Media Center, Thumbnails Missing In Explorer, Remove Games Icon And Many More (Week 16)'>Ask MTE: Missing Windows Media Center, Thumbnails Missing In Explorer, Remove Games Icon And Many More (Week 16)</a></li>
<li><a href='http://maketecheasier.com/schedule-backup-and-synchronization-tasks-in-windows/2012/05/22' title='How To Schedule Backup And Synchronization Tasks In Windows'>How To Schedule Backup And Synchronization Tasks In Windows</a></li>
</ul>
<p><div style="float:left;margin-bottom:10px"><a href="http://api.tweetmeme.com/share?url=http://maketecheasier.com/microsoft-office-365-beta-review/2011/06/15&amp;service=bit.ly" target="_blank"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http://maketecheasier.com/microsoft-office-365-beta-review/2011/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/microsoft-office-365-beta-review/2011/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/microsoft-office-365-beta-review/2011/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/microsoft-office-365-beta-review/2011/06/15&amp;title=Microsoft+Office+365+Beta+Review&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/microsoft-office-365-beta-review/2011/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/microsoft-office-365-beta-review/2011/06/15">Microsoft Office 365 Beta Review</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/microsoft-office-365-beta-review/2011/06/15/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How To Print Documents From Your Smartphone</title>
		<link>http://maketecheasier.com/print-documents-from-smartphone/2011/04/15</link>
		<comments>http://maketecheasier.com/print-documents-from-smartphone/2011/04/15#comments</comments>
		<pubDate>Fri, 15 Apr 2011 14:58:20 +0000</pubDate>
		<dc:creator>Abhiroop Basu</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Android]]></category>
		<category><![CDATA[cloud]]></category>
		<category><![CDATA[google chrome]]></category>
		<category><![CDATA[print]]></category>

		<guid isPermaLink="false">http://maketecheasier.com/?p=32075</guid>
		<description><![CDATA[There are many times when I find myself needing to print out a document that is on my phone urgently. There are a number of methods of doing this, but the easiest I have found is to use Google Cloud Print. Set-up Google Cloud Print Firstly, to use Google Cloud... <p><div style="float:left;margin-bottom:10px"><a href="http://api.tweetmeme.com/share?url=http://maketecheasier.com/print-documents-from-smartphone/2011/04/15&amp;service=bit.ly" target="_blank"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http://maketecheasier.com/print-documents-from-smartphone/2011/04/15" style="border:none;margin-right:5px" width="51" height="61"></a><a href="http://digg.com/tools/diggthis/login?url=http://maketecheasier.com/print-documents-from-smartphone/2011/04/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/print-documents-from-smartphone/2011/04/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/print-documents-from-smartphone/2011/04/15&amp;title=How+To+Print+Documents+From+Your+Smartphone&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/print-documents-from-smartphone/2011/04/15" target="_blank"><img src="http://images.maketecheasier.com/stumble.png"></a></div>
<div style="clear:both"></div>
<strong><a href="http://maketecheasier.com/print-documents-from-smartphone/2011/04/15">How To Print Documents From Your Smartphone</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="aligncenter" title="print-start" src="http://imagecdn.maketecheasier.com/2011/04/print-start.png" alt="print-start" width="575" height="379" /></p>
<p>There are many times when I find myself needing to print out a document that is on my phone urgently. There are a number of methods of doing this, but the easiest I have found is to use Google Cloud Print.<br />
<span id="more-32075"></span></p>
<h3>Set-up Google Cloud Print</h3>
<p>Firstly, to use Google Cloud Print you will need to have <a href="http://www.google.com/chrome">Google Chrome</a> installed.</p>
<p>Once it is installed select the wrench icon from the top left portion of your browser window.</p>
<p><img class="aligncenter" title="print-wrench" src="http://imagecdn.maketecheasier.com/2011/04/print-wrench.png" alt="print-wrench" width="253" height="114" /></p>
<p>From the drop-down menu that appears select &#8220;Options&#8221;.</p>
<p><img class="aligncenter" title="print-chromeoptions" src="http://imagecdn.maketecheasier.com/2011/04/print-chromeoptions.png" alt="print-chromeoptions" width="290" height="175" /></p>
<p>A new tab will pop-up with a number of different settings. Select &#8220;Under the Hood&#8221; from the menu on the right pane.</p>
<p><img class="aligncenter" title="print-chromeunderthehood" src="http://imagecdn.maketecheasier.com/2011/04/print-chromeunderthehood.png" alt="print-chromeunderthehood" width="575" height="179" /></p>
<p>This will display a variety of new options. Scroll down the page until you reach the <em>Google Cloud Print </em>section. Select &#8220;Sign in to Google Cloud Print&#8221;.</p>
<p><img class="aligncenter" title="print-chrome" src="http://imagecdn.maketecheasier.com/2011/04/print-chrome.png" alt="print-chrome" width="575" height="103" /></p>
<p>You will have to enter your Google Account username and password. Select the Google Account you would like to associate with Google Cloud Print. It is a good idea to choose one that you use frequently, since it will be linked to your Chrome account. </p>
<p>After signing in you will be prompted to &#8220;Print a Test Page&#8221; do this to ensure your printer is properly connected.</p>
<p><img class="aligncenter" title="print-testpage2" src="http://imagecdn.maketecheasier.com/2011/04/print-testpage2.png" alt="print-testpage2" width="414" height="360" /></p>
<h3>Set-Up a Google Cloud Printer</h3>
<p>If nothing happens when you print a test page, ensure that your printer is connected.</p>
<p>Firstly, return to the &#8220;Options&#8221; tab, select &#8220;Under the Hood&#8221; and scroll down to the <em>Google Cloud Print</em> section. You will now see a new option for &#8220;Manage Print Settings&#8221;. Select this.</p>
<p><img class="aligncenter" title="print-chromecomplete" src="http://imagecdn.maketecheasier.com/2011/04/print-chromecomplete.png" alt="print-chromecomplete" width="575" height="83" /></p>
<p>This will launch a page from where you can manage your print jobs and your attached printers.</p>
<p><img class="aligncenter" title="print-manage" src="http://imagecdn.maketecheasier.com/2011/04/print-manage.png" alt="print-manage" width="575" height="433" /></p>
<p>Select the tab labelled &#8220;Printers&#8221;.</p>
<p><img class="aligncenter" title="print-printerslist" src="http://imagecdn.maketecheasier.com/2011/04/print-printerslist.png" alt="print-printerslist" width="575" height="496" /></p>
<p>Here you should see all the printers that are attached to your computer. If you do not see the the printer you would like to use, then you may have to re-install the drivers for that printer.</p>
<p><img class="aligncenter" title="print-installedprinter" src="http://imagecdn.maketecheasier.com/2011/04/print-installedprinter.jpg" alt="print-installedprinter" width="575" height="312" /></p>
<h3>Printer Options</h3>
<p>Once your printer appears on the list and is able to print test pages without a problem, there are a few settings you can tweak.</p>
<p>Firstly, select &#8220;Actions&#8221; to &#8220;Share&#8221; it with others or to &#8220;Delete&#8221; it off the list.</p>
<p><img class="aligncenter" title="print-printeroptions" src="http://imagecdn.maketecheasier.com/2011/04/print-printeroptions.png" alt="print-printeroptions" width="575" height="411" /></p>
<p>The &#8220;Share&#8221; option allows you to connect the selected printer with other people using their Google Account. This is useful if there a number of people sharing a communal printer.</p>
<p><img class="aligncenter" title="print-sharing" src="http://imagecdn.maketecheasier.com/2011/04/print-sharing.png" alt="print-sharing" width="512" height="470" /></p>
<p>You can also select the printer itself to open the list of current jobs.</p>
<p><img class="aligncenter" title="print-printjobs" src="http://imagecdn.maketecheasier.com/2011/04/print-printjobs.png" alt="print-printjobs" width="575" height="355" /></p>
<p>Now head over to the <a href="http://www.google.com/landing/cloudprint/win-enable.html">Google Cloud Print set-up page</a> to print a test page. Select &#8220;Print a test page&#8221;.</p>
<p><img class="aligncenter" title="print-testpage1" src="http://imagecdn.maketecheasier.com/2011/04/print-testpage1.png" alt="print-testpage1" width="302" height="124" /></p>
<p>The pop-up that opens will display a list of installed printers. Select the printer you wish to print from. </p>
<p><img class="aligncenter" title="print-list" src="http://imagecdn.maketecheasier.com/2011/04/print-list.png" alt="print-list" width="567" height="343" /></p>
<p>You will be given the chance to make changes to the printing options before printing out the test page. </p>
<p><img class="aligncenter" title="print-hp1" src="http://imagecdn.maketecheasier.com/2011/04/print-hp1.png" alt="print-hp1" width="567" height="342" /></p>
<p>When you are ready hit &#8220;Print&#8221;. This will create a new job and your printer will start printing the test page.</p>
<p>You can view all your current and past print jobs from the &#8220;Manage Printer Settings&#8221; option.</p>
<p><img class="aligncenter" title="print-jobs" src="http://imagecdn.maketecheasier.com/2011/04/print-jobs.png" alt="print-jobs" width="602" height="429" /></p>
<h3>Set-Up a Cloud Ready Printer</h3>
<p>If you have a <em>Cloud Ready printer, </em>such HP&#8217;s ePrint line of printers, then select &#8220;Add a Cloud Ready printer&#8221; from the <a href="http://www.google.com/landing/cloudprint/">Google Cloud Print</a> landing page.</p>
<p><img class="aligncenter" title="print-connecthp" src="http://imagecdn.maketecheasier.com/2011/04/print-connecthp.png" alt="print-connecthp" width="575" height="231" /></p>
<h3>Get the Android App</h3>
<p>So far you have made your printer into a Google Cloud Printer. Now you need to set-up your Android smartphone to print to your Google Cloud Printer.</p>
<p>There does not appear to be an official app from Google, so I have started using the <a href="https://market.android.com/details?id=com.pauloslf.cloudprint">Cloud Print BETA</a> app.</p>
<p>After downloading and installing the app launch it to associate it with the same Google Account as the one you used on Google Chrome.</p>
<p><img class="aligncenter" title="print-account" src="http://imagecdn.maketecheasier.com/2011/04/print-account.png" alt="print-account" width="320" height="454" /></p>
<p>A list will appear showing the printers associated with your account. You may need to select &#8220;Refresh list&#8221; if your printer does not appear automatically. Select the printer of your choice and select &#8220;Done&#8221; to enable it.</p>
<p><img class="aligncenter" title="print-selectprinter" src="http://imagecdn.maketecheasier.com/2011/04/print-selectprinter.png" alt="print-selectprinter" width="320" height="457" /></p>
<p>A number of print options will appear, including the option to print a test page, random files, SMS messages, mails (requires <a href="https://market.android.com/details?id=com.fsck.k9&amp;feature=search_result">K-9 Mail</a>), drawings and Google docs (requires further authentication).</p>
<p><img class="aligncenter" title="print-selectfiletype" src="http://imagecdn.maketecheasier.com/2011/04/print-selectfiletype.png" alt="print-selectfiletype" width="320" height="456" /></p>
<p>Select the type of item you want to print, navigate to the specific document and then select it.</p>
<p><img class="aligncenter" title="print-selectfile" src="http://imagecdn.maketecheasier.com/2011/04/print-selectfile.png" alt="print-selectfile" width="320" height="457" /></p>
<p>You will then have the option to print the document (&#8220;Click here to Print&#8221;) or change the printer (&#8220;Configure&#8221;).</p>
<p><img class="aligncenter" title="print-confirmprint2" src="http://imagecdn.maketecheasier.com/2011/04/print-confirmprint2.png" alt="print-confirmprint2" width="320" height="255" /></p>
<p>If you select to print the item, it will upload and start printing immediately.</p>
<p>You can view your current print jobs from the &#8220;Jobs&#8221; menu.</p>
<p><img class="aligncenter" title="print-joblist" src="http://imagecdn.maketecheasier.com/2011/04/print-joblist.png" alt="print-joblist" width="320" height="456" /></p>
<p>That&#8217;s it! You will now be able to print most files and other items straight from your phone.<br />
<h3 class='related_post_title'>Related Posts:</h3>
<ul class='related_post'>
<li><a href='http://maketecheasier.com/enable-disable-google-chrome-print-preview/2011/04/13' title='How to Enable/Disable Google Chrome Print Preview Feature [Quick Tips]'>How to Enable/Disable Google Chrome Print Preview Feature [Quick Tips]</a></li>
<li><a href='http://maketecheasier.com/texty-send-sms-from-chrome/2011/04/08' title='Need to Send/Receive SMS From Your Chrome Browser? Try Texty [Android]'>Need to Send/Receive SMS From Your Chrome Browser? Try Texty [Android]</a></li>
<li><a href='http://maketecheasier.com/transfer-webpage-from-android-to-chrome/2011/03/13' title='How to Easily Transfer A Webpage From Android To Chrome'>How to Easily Transfer A Webpage From Android To Chrome</a></li>
<li><a href='http://maketecheasier.com/increase-storage-space-on-android-phone/2011/02/09' title='How to Get Extra Storage Space On Your Android Phone'>How to Get Extra Storage Space On Your Android Phone</a></li>
</ul>
<p><div style="float:left;margin-bottom:10px"><a href="http://api.tweetmeme.com/share?url=http://maketecheasier.com/print-documents-from-smartphone/2011/04/15&amp;service=bit.ly" target="_blank"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http://maketecheasier.com/print-documents-from-smartphone/2011/04/15" style="border:none;margin-right:5px" width="51" height="61"></a><a href="http://digg.com/tools/diggthis/login?url=http://maketecheasier.com/print-documents-from-smartphone/2011/04/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/print-documents-from-smartphone/2011/04/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/print-documents-from-smartphone/2011/04/15&amp;title=How+To+Print+Documents+From+Your+Smartphone&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/print-documents-from-smartphone/2011/04/15" target="_blank"><img src="http://images.maketecheasier.com/stumble.png"></a></div>
<div style="clear:both"></div>
<strong><a href="http://maketecheasier.com/print-documents-from-smartphone/2011/04/15">How To Print Documents From Your Smartphone</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/print-documents-from-smartphone/2011/04/15/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Play Your Music Anywhere with Amazon&#8217;s Brand New Cloud Player</title>
		<link>http://maketecheasier.com/play-your-music-anywhere-with-amazons-brand-new-cloud-player/2011/03/31</link>
		<comments>http://maketecheasier.com/play-your-music-anywhere-with-amazons-brand-new-cloud-player/2011/03/31#comments</comments>
		<pubDate>Thu, 31 Mar 2011 14:58:15 +0000</pubDate>
		<dc:creator>Joshua Price</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[Amazon]]></category>
		<category><![CDATA[cloud]]></category>
		<category><![CDATA[MP3]]></category>
		<category><![CDATA[music]]></category>
		<category><![CDATA[online storage]]></category>
		<category><![CDATA[stream]]></category>

		<guid isPermaLink="false">http://maketecheasier.com/?p=31494</guid>
		<description><![CDATA[Amazon just released their new Cloud Player service to go alongside their Cloud Drive and MP3 Store. What this means is that we&#8217;ve all now got access to a free 5GB of space to not only hold our music but stream it anywhere, with iTunes integration, playlists, album art and... <p><div style="float:left;margin-bottom:10px"><a href="http://api.tweetmeme.com/share?url=http://maketecheasier.com/play-your-music-anywhere-with-amazons-brand-new-cloud-player/2011/03/31&amp;service=bit.ly" target="_blank"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http://maketecheasier.com/play-your-music-anywhere-with-amazons-brand-new-cloud-player/2011/03/31" style="border:none;margin-right:5px" width="51" height="61"></a><a href="http://digg.com/tools/diggthis/login?url=http://maketecheasier.com/play-your-music-anywhere-with-amazons-brand-new-cloud-player/2011/03/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/play-your-music-anywhere-with-amazons-brand-new-cloud-player/2011/03/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/play-your-music-anywhere-with-amazons-brand-new-cloud-player/2011/03/31&amp;title=Play+Your+Music+Anywhere+with+Amazon%26%238217%3Bs+Brand+New+Cloud+Player&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/play-your-music-anywhere-with-amazons-brand-new-cloud-player/2011/03/31" target="_blank"><img src="http://images.maketecheasier.com/stumble.png"></a></div>
<div style="clear:both"></div>
<strong><a href="http://maketecheasier.com/play-your-music-anywhere-with-amazons-brand-new-cloud-player/2011/03/31">Play Your Music Anywhere with Amazon&#8217;s Brand New Cloud Player</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/cloudplayer-main.png" alt="cloudplayer-main" title="cloudplayer-main" width="190" height="110" class="alignleft size-full wp-image-31532" />Amazon just released their new Cloud Player service to go alongside their Cloud Drive and MP3 Store. What this means is that we&#8217;ve all now got access to a free 5GB of space to not only hold our music but stream it anywhere, with iTunes integration, playlists, album art and all. Word on the net is that Google and Apple are heading in the same direction, but if Amazon&#8217;s quick entry can grab enough early adopters, it could change the game. Today we&#8217;re going to take a look at this new service to see if it really offers enough to make an impact in the notoriously complicated, finicky, and unpredictable world of digital music.<br />
<span id="more-31494"></span></p>
<h3>Overview</h3>
<p>First, let&#8217;s explain a little bit about exactly what Cloud Player can do. The free service gives you 5GB of storage space as part of the Amazon Cloud Drive. Cloud Drive alone is all you need to just <em>store</em> files, and it&#8217;s Cloud Player which makes it worth the effort for music. You&#8217;ve got your choice between a web-based player or an Android app. This article will focus on the web based portion, as it applies to all readers.</p>
<p>To get your 5GB claimed, just head over to <a href="https://www.amazon.com/gp/dmusic/mp3/player">Amazon</a> and log in/sign up (as of this post, the signing up is available for US customers only).  </p>
<h3>Adding Music</h3>
<p>For starters, you&#8217;re a little bit limited in what will work with the Cloud Player. It&#8217;ll work with DRM-free MP3 or AAC files, no Vorbis, FLAC, etc. If you&#8217;ve got DRMed music, you&#8217;re out of luck. But then again, you probably already know that.  </p>
<p>The &#8220;proper&#8221; way to work with this service is to use the Amazon MP3 Uploader, which is an Adobe Air application.  It&#8217;s not the only way, however, which we&#8217;ll cover in a moment. For those who wish to use the uploader, you&#8217;ll be asked to install it when setting up your Cloud Player account.  </p>
<p><img src="http://imagecdn.maketecheasier.com/2011/03/cloudplayer-uploadair.png" alt="cloudplayer-uploadair" title="cloudplayer-uploadair" width="577" height="326" class="aligncenter size-full wp-image-31503" /></p>
<p>It will scan your computer for music on startup, but you do have the option to stop the scan and manually select the music of your choice, or optionally import from software such as iTunes. Unfortunately, it will attempt to scan your drive <em>again</em> the next time you launch the uploader. And the next. And the next&#8230;</p>
<p>If you can&#8217;t or won&#8217;t use the MP3 Uploader, there&#8217;s always the plain old Cloud Drive uploader. Just log into the Amazon Cloud Drive just as you would the Cloud Player. Upload the files to your music folder or subfolder of your choice.  </p>
<p><img src="http://imagecdn.maketecheasier.com/2011/03/cloudplayer-uploadcdrive.png" alt="cloudplayer-uploadcdrive" title="cloudplayer-uploadcdrive" width="559" height="349" class="aligncenter size-full wp-image-31504" /></p>
<p>And they&#8217;ll be available in the Cloud Player web interface. Speaking of which&#8230;</p>
<h3>Cloud Player Web Interface</h3>
<p>Now that you&#8217;ve got you music up, its time to do something with it. On the left you&#8217;ve got a navigation panel similar to many local music player applications where you can view your collection by Artist, Genre, etc. Cloud Player even handles the fetching of album art (if it can).  </p>
<p><img src="http://imagecdn.maketecheasier.com/2011/03/cloudplayer-albums.png" alt="cloudplayer-albums" title="cloudplayer-albums" width="577" height="354" class="aligncenter size-full wp-image-31505" /></p>
<p>Playlists are fully supported as well, and items are added to the playlist by dragging them from any browsing view and dropping onto the playlist name.  </p>
<p><img src="http://imagecdn.maketecheasier.com/2011/03/cloudplayer-playlist.png" alt="cloudplayer-playlist" title="cloudplayer-playlist" width="191" height="267" class="aligncenter size-full wp-image-31506" /></p>
<h3>The Non-Free Experience</h3>
<p>If you wish to go beyond the free service, you can purchase new tunes from the MP3 Store or some additional capacity to hold it all. Amazon worked in some pretty tempting bonuses as well. For example, if you purchase any MP3 album from their web store, the album is automatically added to your Cloud Drive and your drive capacity is expanded to 20GB for free (for a year).  </p>
<p>If you&#8217;re interested in expanding your storage space without necessarily buying an album, the prices are as follows (as of the time of this writing)</p>
<p>5 GB            FREE<br />
20 GB          $20.00 / year<br />
50 GB          $50.00 / year<br />
100 GB        $100.00 / year<br />
200 GB        $200.00 / year<br />
500 GB        $500.00 / year<br />
1000 GB      $1,000.00 / year</p>
<h3>Conclusion</h3>
<p>Until Google and Apple launch their theoretical competitors, there&#8217;s little basis for comparison for the combined Cloud Drive and Cloud Player. This author is still getting used to the idea of Amazon as a leading edge tech company instead of just an online retailer, but to date their cloud offerings have been generally well received.  These two new services are certainly impressive in their simplicity, and both do precisely the job they were designed for and seem to do it well. It would be nice to see some external APIs become available to allow things like local client integration or drive mapping, but that may be in the works. For now, Cloud Player seems to be an extremely simple and capable tool. Often when writing software reviews, we try the application, write about it, and move on. This time, I think I&#8217;ll really use this in my daily life. At least until something better comes along.<br />
<h3 class='related_post_title'>Related Posts:</h3>
<ul class='related_post'>
<li><a href='http://maketecheasier.com/5-great-places-for-free-legal-music-downloads/2009/12/24' title='5 Great Places for Free &amp; Legal Music Downloads'>5 Great Places for Free &amp; Legal Music Downloads</a></li>
<li><a href='http://maketecheasier.com/tips-to-use-less-google-on-android-phone/2012/03/25' title='Tips To Use Less Google On Your Android Phone'>Tips To Use Less Google On Your Android Phone</a></li>
<li><a href='http://maketecheasier.com/listen-to-cloud-music-with-nuvola-player-ubuntu/2011/12/23' title='Listen to Cloud Music With Nuvola Player [Ubuntu]'>Listen to Cloud Music With Nuvola Player [Ubuntu]</a></li>
<li><a href='http://maketecheasier.com/getting-started-with-amazon-ec2/2011/10/20' title='Getting Started with Amazon EC2'>Getting Started with Amazon EC2</a></li>
</ul>
<p><div style="float:left;margin-bottom:10px"><a href="http://api.tweetmeme.com/share?url=http://maketecheasier.com/play-your-music-anywhere-with-amazons-brand-new-cloud-player/2011/03/31&amp;service=bit.ly" target="_blank"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http://maketecheasier.com/play-your-music-anywhere-with-amazons-brand-new-cloud-player/2011/03/31" style="border:none;margin-right:5px" width="51" height="61"></a><a href="http://digg.com/tools/diggthis/login?url=http://maketecheasier.com/play-your-music-anywhere-with-amazons-brand-new-cloud-player/2011/03/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/play-your-music-anywhere-with-amazons-brand-new-cloud-player/2011/03/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/play-your-music-anywhere-with-amazons-brand-new-cloud-player/2011/03/31&amp;title=Play+Your+Music+Anywhere+with+Amazon%26%238217%3Bs+Brand+New+Cloud+Player&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/play-your-music-anywhere-with-amazons-brand-new-cloud-player/2011/03/31" target="_blank"><img src="http://images.maketecheasier.com/stumble.png"></a></div>
<div style="clear:both"></div>
<strong><a href="http://maketecheasier.com/play-your-music-anywhere-with-amazons-brand-new-cloud-player/2011/03/31">Play Your Music Anywhere with Amazon&#8217;s Brand New Cloud Player</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/play-your-music-anywhere-with-amazons-brand-new-cloud-player/2011/03/31/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Share Sensitive Information Online With CloudSafe</title>
		<link>http://maketecheasier.com/share-sensitive-information-online-with-cloudsafe/2011/03/26</link>
		<comments>http://maketecheasier.com/share-sensitive-information-online-with-cloudsafe/2011/03/26#comments</comments>
		<pubDate>Sat, 26 Mar 2011 14:58:43 +0000</pubDate>
		<dc:creator>Hammad</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[cloud]]></category>
		<category><![CDATA[cloudsafe]]></category>
		<category><![CDATA[encrypt files]]></category>
		<category><![CDATA[encryption]]></category>
		<category><![CDATA[online storage]]></category>
		<category><![CDATA[secure]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[share data]]></category>

		<guid isPermaLink="false">http://maketecheasier.com/?p=31218</guid>
		<description><![CDATA[The internet helps you quickly share important information with your contacts. However you have to be careful about the internet channels you use to transmit sensitive information. Today’s hackers and malware are very advanced and can possibly intercept the files you share with your friends over IM or other applications.... <p><div style="float:left;margin-bottom:10px"><a href="http://api.tweetmeme.com/share?url=http://maketecheasier.com/share-sensitive-information-online-with-cloudsafe/2011/03/26&amp;service=bit.ly" target="_blank"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http://maketecheasier.com/share-sensitive-information-online-with-cloudsafe/2011/03/26" style="border:none;margin-right:5px" width="51" height="61"></a><a href="http://digg.com/tools/diggthis/login?url=http://maketecheasier.com/share-sensitive-information-online-with-cloudsafe/2011/03/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/share-sensitive-information-online-with-cloudsafe/2011/03/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/share-sensitive-information-online-with-cloudsafe/2011/03/26&amp;title=Share+Sensitive+Information+Online+With+CloudSafe&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/share-sensitive-information-online-with-cloudsafe/2011/03/26" target="_blank"><img src="http://images.maketecheasier.com/stumble.png"></a></div>
<div style="clear:both"></div>
<strong><a href="http://maketecheasier.com/share-sensitive-information-online-with-cloudsafe/2011/03/26">Share Sensitive Information Online With CloudSafe</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 title="Cloudsafe-1" src="http://imagecdn.maketecheasier.com/2011/03/Cloudsafe1.jpg" alt="Cloudsafe-1" width="216" height="61" class="alignleft" /> The internet helps you quickly share important information with your contacts. However you have to be careful about the internet channels you use to transmit sensitive information. Today’s hackers and malware are very advanced and can possibly intercept the files you share with your friends over IM or other applications.</p>
<p>Of course the safest option would be to avoid transmitting private data such as passwords, PINs, and bank account numbers over the internet; but there are times of urgency when sharing this information online cannot be avoided. For these times, CloudSafe is the best tool to use.<br />
<span id="more-31218"></span></p>
<h3>Introduction</h3>
<p>CloudSafe is a brilliant web service that helps share sensitive data online. The site lets you upload any type of file and encrypts it using AES 256. You can then optionally grant your contacts access to your encrypted files. The way CloudSafe executes this process is what sets it apart from similar websites.</p>
<h3>Functioning and Usage</h3>
<p>To put it succinctly, CloudSafe creates virtual safes in the cloud i.e. on the internet. As a CloudSafe user you can create virtual safes that hold the encrypted files you upload. These safes have variable levels of access that give you a great control over how and with whom the safe’s contents are shared.</p>
<p>For each new safe you create, you can enter a name, description, and brief note. In the same stage that you enter this information, you can upload files from your computer to the safe. To ensure no additional files are mistakenly uploaded, the site does not support batch-uploads.</p>
<p><img class="aligncenter" title="Cloudsafe-2" src="http://imagecdn.maketecheasier.com/2011/03/Cloudsafe2.png" alt="Cloudsafe-2" width="569" height="519" /></p>
<p>With your virtual safe created you can specify the type of access your contacts have to the safe. The different types of access include the ability to read and write data, a dual-permission procedure that requires 2 people to have each other’s permission to view the data, and a confirmation procedure that lets a person access the safe only after obtaining permission from another person.</p>
<p><img class="aligncenter" title="Cloudsafe-3" src="http://imagecdn.maketecheasier.com/2011/03/Cloudsafe3.png" alt="Cloudsafe-3" width="577" height="242" /></p>
<p>These variable levels of access ensure that you have full control over the safe’s contents. They let you be precise when it comes to deciding who you share the data with and to what extent.</p>
<p>The people you share your safes with must be CloudSafe users. In case they are not CloudSafe users, an invitation email is sent to them. The notification of sharing your safe can be accompanied by a custom message that you choose to elaborate what you are sharing.</p>
<p><img class="aligncenter" title="Cloudsafe-4" src="http://imagecdn.maketecheasier.com/2011/03/Cloudsafe4.png" alt="Cloudsafe-4" width="337" height="447" /></p>
<p>CloudSafe users to whom you have granted access, can view the safe and easily access its contents.</p>
<p><img class="aligncenter" title="Cloudsafe-5" src="http://imagecdn.maketecheasier.com/2011/03/Cloudsafe5.png" alt="Cloudsafe-5" width="481" height="158" /></p>
<p>Your contacts can also view the level of access they have for your safes.</p>
<p><img class="aligncenter" title="Cloudsafe-6" src="http://imagecdn.maketecheasier.com/2011/03/Cloudsafe6.png" alt="Cloudsafe-6" width="421" height="188" /></p>
<p>The contents are displayed in a user-friendly manner with the size and date of each file displayed. Users can download a file simply by clicking on its title.</p>
<p><img class="aligncenter" title="Cloudsafe-7" src="http://imagecdn.maketecheasier.com/2011/03/Cloudsafe7.png" alt="Cloudsafe-7" width="577" height="91" /></p>
<p>Other ways of sharing your safe’s contents are by setting an access code or by enabling a feature called “WebDAV.” With WebDAV you can temporarily allow people not on CloudSafe to access your safe’s contents. WebDAV provides a URL to your safe along with a secure username and password to access the contained files.</p>
<p><img class="aligncenter" title="Cloudsafe-8" src="http://imagecdn.maketecheasier.com/2011/03/Cloudsafe8.png" alt="Cloudsafe-8" width="519" height="320" /></p>
<p>People not on CloudSafe will be able to view your safe’s contents only after you share the public URL along with the WebDAV username and password. You can disable WebDAV anytime and revoke the access you had granted.</p>
<h3>Pricing</h3>
<p>The free account offered by CloudSafe allows a maximum of 3 safes with a total storage capacity of 1 GB. If at any time you require more safes or a greater storage, you can opt for the site’s premium services.</p>
<h3>Conclusion</h3>
<p>CloudSafe provides a valuable service to all of its users. Previously you had to avoid transmitting sensitive data online; but with CloudSafe you can save a ton of time by sharing files securely through encryption. Whether you need to share sensitive files for personal or business use, CloudSafe will serve perfectly.</p>
<p>You can visit CloudSafe over <a href="http://secure.cloudsafe.com/">here</a>.<br />
<h3 class='related_post_title'>Related Posts:</h3>
<ul class='related_post'>
<li><a href='http://maketecheasier.com/encrypt-files-in-dropbox/2011/06/24' title='How to Encrypt Your Files And Improve Dropbox Security'>How to Encrypt Your Files And Improve Dropbox Security</a></li>
<li><a href='http://maketecheasier.com/tails-a-linux-distribution-for-protecting-your-privacy/2012/03/08' title='Tails : a Linux Distribution For Protecting Your Privacy'>Tails : a Linux Distribution For Protecting Your Privacy</a></li>
<li><a href='http://maketecheasier.com/add-ssl-security-to-wordpress/2011/12/10' title='How To Add SSL Security To Your WordPress Blog'>How To Add SSL Security To Your WordPress Blog</a></li>
<li><a href='http://maketecheasier.com/wuala-an-alternative-to-dropbox-with-security-in-mind/2011/08/15' title='Wuala: An Alternative To Dropbox With Security In Mind'>Wuala: An Alternative To Dropbox With Security In Mind</a></li>
</ul>
<p><div style="float:left;margin-bottom:10px"><a href="http://api.tweetmeme.com/share?url=http://maketecheasier.com/share-sensitive-information-online-with-cloudsafe/2011/03/26&amp;service=bit.ly" target="_blank"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http://maketecheasier.com/share-sensitive-information-online-with-cloudsafe/2011/03/26" style="border:none;margin-right:5px" width="51" height="61"></a><a href="http://digg.com/tools/diggthis/login?url=http://maketecheasier.com/share-sensitive-information-online-with-cloudsafe/2011/03/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/share-sensitive-information-online-with-cloudsafe/2011/03/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/share-sensitive-information-online-with-cloudsafe/2011/03/26&amp;title=Share+Sensitive+Information+Online+With+CloudSafe&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/share-sensitive-information-online-with-cloudsafe/2011/03/26" target="_blank"><img src="http://images.maketecheasier.com/stumble.png"></a></div>
<div style="clear:both"></div>
<strong><a href="http://maketecheasier.com/share-sensitive-information-online-with-cloudsafe/2011/03/26">Share Sensitive Information Online With CloudSafe</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/share-sensitive-information-online-with-cloudsafe/2011/03/26/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>AudioGalaxy: The Easiest Way to Stream Music to Android And iOS</title>
		<link>http://maketecheasier.com/audiogalaxy-the-easiest-way-to-stream-music-to-android-and-ios/2011/03/12</link>
		<comments>http://maketecheasier.com/audiogalaxy-the-easiest-way-to-stream-music-to-android-and-ios/2011/03/12#comments</comments>
		<pubDate>Sat, 12 Mar 2011 15:58:45 +0000</pubDate>
		<dc:creator>Damien</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[Mobile]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Audio]]></category>
		<category><![CDATA[cloud]]></category>
		<category><![CDATA[music]]></category>
		<category><![CDATA[streaming]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://maketecheasier.com/?p=30785</guid>
		<description><![CDATA[While there are many ways to stream music from your computer, most of them require you to do some setup and configuration, or require you to pay a fee. If you are looking for a way to stream music for free and with little or no setup, then AudioGalaxy could... <p><div style="float:left;margin-bottom:10px"><a href="http://api.tweetmeme.com/share?url=http://maketecheasier.com/audiogalaxy-the-easiest-way-to-stream-music-to-android-and-ios/2011/03/12&amp;service=bit.ly" target="_blank"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http://maketecheasier.com/audiogalaxy-the-easiest-way-to-stream-music-to-android-and-ios/2011/03/12" style="border:none;margin-right:5px" width="51" height="61"></a><a href="http://digg.com/tools/diggthis/login?url=http://maketecheasier.com/audiogalaxy-the-easiest-way-to-stream-music-to-android-and-ios/2011/03/12" 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/audiogalaxy-the-easiest-way-to-stream-music-to-android-and-ios/2011/03/12" 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/audiogalaxy-the-easiest-way-to-stream-music-to-android-and-ios/2011/03/12&amp;title=AudioGalaxy%3A+The+Easiest+Way+to+Stream+Music+to+Android+And+iOS&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/audiogalaxy-the-easiest-way-to-stream-music-to-android-and-ios/2011/03/12" target="_blank"><img src="http://images.maketecheasier.com/stumble.png"></a></div>
<div style="clear:both"></div>
<strong><a href="http://maketecheasier.com/audiogalaxy-the-easiest-way-to-stream-music-to-android-and-ios/2011/03/12">AudioGalaxy: The Easiest Way to Stream Music to Android And iOS</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/audiogalaxy-logo.jpg" alt="audiogalaxy-logo" title="audiogalaxy-logo" width="270" height="75" class="alignleft size-full wp-image-30795" />While there are many ways to <a href="http://maketecheasier.com/2player-streams-music-from-one-device-to-another-android/2011/01/15">stream</a> <a href="http://maketecheasier.com/install-vlc-shares-in-ubuntu-and-stream-videos-to-android/2011/02/25">music</a> from your computer, most of them require you to do some setup and configuration, or require you to pay a fee. If you are looking for a way to stream music for free and with little or no setup, then AudioGalaxy could jolly well be the one you are looking for.<br />
<span id="more-30785"></span><br />
AudioGalaxy claims itself as a cloud player, but it is really more than that. It allows you to play your music in the cloud (from any browser) and also able to stream to mobile devices (currently Android and iOS devices). Best of all, there is no need to upload all your music to the cloud. No syncing or copying etc. You just stream from the existing music library in your computer. </p>
<p><img src="http://imagecdn.maketecheasier.com/2011/03/audiogalaxy-frontpage.png" alt="audiogalaxy-frontpage" title="audiogalaxy-frontpage" width="600" height="326" class="aligncenter size-full wp-image-30791" /></p>
<p>AudioGalaxy is very easy to use. There is almost zero setup required. </p>
<p>Go to <a href="http://audiogalaxy.com">AudioGalaxy</a> and sign up for an account.</p>
<p>Once you have completed the registration, download and install the AudioGalaxy helper (currently only available for Windows and Mac, though it is said that the Windows version works in Linux under WINE). </p>
<p>Once the AudioGalaxy helper is up and running, you should see your collection of music appears in the AudioGalaxy site. You can then create your playlist and play your music in the browser. </p>
<p><img src="http://imagecdn.maketecheasier.com/2011/03/audiogalaxy-web-interface.png" alt="audiogalaxy-web-interface" title="audiogalaxy-web-interface" width="600" height="423" class="aligncenter size-full wp-image-30792" /></p>
<p>To get it working in your mobile device, download the app for <a href="http://market.android.com/details?id=com.audiogalaxy">Android</a> or <a href="http://itunes.apple.com/app/audiogalaxy-mobile/id373357030">iOS</a>.</p>
<p><img src="http://imagecdn.maketecheasier.com/2011/03/audiogalaxy-android-main.png" alt="audiogalaxy-android-main" title="audiogalaxy-android-main" width="320" height="469" class="aligncenter size-full wp-image-30787" /></p>
<p>Sign in to the app and you will see your music collection in the phone. Just like any music player, you can view by artists, albums, genre and add songs to playlist.</p>
<p><img src="http://imagecdn.maketecheasier.com/2011/03/audiogalaxy-android-album.png" alt="audiogalaxy-android-album" title="audiogalaxy-android-album" width="320" height="377" class="aligncenter size-full wp-image-30789" /></p>
<p>You can then play the songs you want and even set it in repeat or shuffle mode.</p>
<p><img src="http://imagecdn.maketecheasier.com/2011/03/audiogalaxy-android-player.jpg" alt="audiogalaxy-android-player" title="audiogalaxy-android-player" width="320" height="509" class="aligncenter size-full wp-image-30790" /></p>
<p>All in all, this has to be one of the easiest way to stream your music. Almost zero setup and it works out of the box.  You don&#8217;t even need to install iTunes or any other media player to get it working. One thing though, to be able to stream your music, the host computer needs to be running and connected to the Web at all the time. You also need internet connection on your mobile device to access the music. Other than that, this is almost perfect. What do you think?<br />
<h3 class='related_post_title'>Related Posts:</h3>
<ul class='related_post'>
<li><a href='http://maketecheasier.com/stream-media-to-xbox360-ps3/2011/10/11' title='How to Stream Media to Your Xbox 360 or PS3'>How to Stream Media to Your Xbox 360 or PS3</a></li>
<li><a href='http://maketecheasier.com/why-you-should-bite-the-bullet-and-signup-for-spotify/2011/08/19' title='Why You Should Bite The Bullet And Signup For Spotify'>Why You Should Bite The Bullet And Signup For Spotify</a></li>
<li><a href='http://maketecheasier.com/tuneup-cleans-up-your-itunes-collection/2008/12/20' title='TuneUp Cleans Up Your iTunes Collection'>TuneUp Cleans Up Your iTunes Collection</a></li>
<li><a href='http://maketecheasier.com/use-google-roboto-font-everywhere/2012/03/15' title='How to Use The Google&#8217;s Roboto Font Everywhere'>How to Use The Google&#8217;s Roboto Font Everywhere</a></li>
</ul>
<p><div style="float:left;margin-bottom:10px"><a href="http://api.tweetmeme.com/share?url=http://maketecheasier.com/audiogalaxy-the-easiest-way-to-stream-music-to-android-and-ios/2011/03/12&amp;service=bit.ly" target="_blank"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http://maketecheasier.com/audiogalaxy-the-easiest-way-to-stream-music-to-android-and-ios/2011/03/12" style="border:none;margin-right:5px" width="51" height="61"></a><a href="http://digg.com/tools/diggthis/login?url=http://maketecheasier.com/audiogalaxy-the-easiest-way-to-stream-music-to-android-and-ios/2011/03/12" 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/audiogalaxy-the-easiest-way-to-stream-music-to-android-and-ios/2011/03/12" 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/audiogalaxy-the-easiest-way-to-stream-music-to-android-and-ios/2011/03/12&amp;title=AudioGalaxy%3A+The+Easiest+Way+to+Stream+Music+to+Android+And+iOS&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/audiogalaxy-the-easiest-way-to-stream-music-to-android-and-ios/2011/03/12" target="_blank"><img src="http://images.maketecheasier.com/stumble.png"></a></div>
<div style="clear:both"></div>
<strong><a href="http://maketecheasier.com/audiogalaxy-the-easiest-way-to-stream-music-to-android-and-ios/2011/03/12">AudioGalaxy: The Easiest Way to Stream Music to Android And iOS</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/audiogalaxy-the-easiest-way-to-stream-music-to-android-and-ios/2011/03/12/feed</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>Gladinet Cloud Desktop 3 Review + Free Giveaway</title>
		<link>http://maketecheasier.com/gladinet-cloud-desktop-3-review/2011/02/24</link>
		<comments>http://maketecheasier.com/gladinet-cloud-desktop-3-review/2011/02/24#comments</comments>
		<pubDate>Thu, 24 Feb 2011 21:58:55 +0000</pubDate>
		<dc:creator>Trevor Dobrygoski</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[cloud]]></category>
		<category><![CDATA[Google docs]]></category>
		<category><![CDATA[Network Drive]]></category>
		<category><![CDATA[online storage]]></category>
		<category><![CDATA[storage]]></category>
		<category><![CDATA[sync]]></category>
		<category><![CDATA[virtual drive]]></category>

		<guid isPermaLink="false">http://maketecheasier.com/?p=30033</guid>
		<description><![CDATA[Gladinet is one of the best application to connect you from your desktop to the cloud. Last year about this time, we talked about how you can use it to backup and sync your Google Documents. A year later, which is now, they have released a new version of their... <p><div style="float:left;margin-bottom:10px"><a href="http://api.tweetmeme.com/share?url=http://maketecheasier.com/gladinet-cloud-desktop-3-review/2011/02/24&amp;service=bit.ly" target="_blank"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http://maketecheasier.com/gladinet-cloud-desktop-3-review/2011/02/24" style="border:none;margin-right:5px" width="51" height="61"></a><a href="http://digg.com/tools/diggthis/login?url=http://maketecheasier.com/gladinet-cloud-desktop-3-review/2011/02/24" 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/gladinet-cloud-desktop-3-review/2011/02/24" 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/gladinet-cloud-desktop-3-review/2011/02/24&amp;title=Gladinet+Cloud+Desktop+3+Review+%2B+Free+Giveaway&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/gladinet-cloud-desktop-3-review/2011/02/24" target="_blank"><img src="http://images.maketecheasier.com/stumble.png"></a></div>
<div style="clear:both"></div>
<strong><a href="http://maketecheasier.com/gladinet-cloud-desktop-3-review/2011/02/24">Gladinet Cloud Desktop 3 Review + Free Giveaway</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-12196" title="gladinet-logo" src="http://imagecdn.maketecheasier.com/2010/02/gladinet-logo.png" alt="gladinet-logo" width="282" height="64" />Gladinet is one of the best application to connect you from your desktop to the cloud. Last year about this time, we talked about how you can use it to <a href="http://maketecheasier.com/backup-and-sync-your-google-docs-with-gladinet/2010/02/13">backup and sync your Google Documents</a>. A year later, which is now, they have released a new version of their Gladinet Cloud Desktop which brings better and seamless desktop integration with your system. And yes, thanks to Gladinet, we have a free giveaway for this great software. Read on for more details.<br />
<span id="more-30033"></span><br />
<strong>Update</strong>: This giveaway contest has ended.</p>
<h3>What’s new</h3>
<p>The overall feel of Gladinet has changed &#8211; it is a lot easier to navigate through now. There is now a desktop console for you to manage everything. The shiny new interface takes the place of using Windows Explorer to navigate through your documents.</p>
<p>I like the addition of the tabs at the top of the desktop application window. Coupled with the onscreen instructions, the setup for everything went a lot smoother than with the previous version.</p>
<p><img class="aligncenter size-full wp-image-30036" title="gladinet dt - main window" src="http://imagecdn.maketecheasier.com/2011/02/gladinet-dt-main-window.png" alt="gladinet-dt-main-window" width="600" height="399" /></p>
<p>There are 3 main sections: Cloud Storage Drive, Cloud Sync Folder and Cloud Backup.</p>
<h3>Cloud Storage Drive</h3>
<p>When you connect Gladinet with the various cloud services (Amazon S3, Skydrive, Box.net, Google Docs and many more), it will mount the cloud storage as a network drive in your system. You can then drag and drop files to the cloud storage just like how you do it in local drive.</p>
<p><img class="aligncenter size-full wp-image-30041" title="gladinet dt - z drive" src="http://imagecdn.maketecheasier.com/2011/02/gladinet-dt-z-drive.png" alt="gladinet-dt-z-drive" width="480" height="61" /></p>
<h3>Cloud Backups</h3>
<p>With Gladinet 3.0 Desktop, you can easily schedule backups. There is an easy to follow backup wizard that walks you through the steps. What’s nice about the setup wizard is there are a few easy steps and not a lot of choices in the drop downs, making it a fast process to create several custom backups.</p>
<p><img class="aligncenter size-full wp-image-30043" title="gladinet dt - drop down" src="http://imagecdn.maketecheasier.com/2011/02/gladinet-dt-drop-down.png" alt="gladinet-dt-drop-down" width="480" height="422" /></p>
<p>You have a <strong>mirrored backup</strong> option. This acts in much the same way as if you use Mozy or Dropbox. When you save a copy of a file, the file is replaced with the new version. This means, no matter where you access the file from, you will see the most recent version.</p>
<p><img class="aligncenter size-full wp-image-30037" title="gladinet dt - mirrored backup 2" src="http://imagecdn.maketecheasier.com/2011/02/gladinet-dt-mirrored-backup-2.png" alt="gladinet-dt-mirrored-backup-2" width="480" height="422" /></p>
<p>What is nice about these backups is you have a choice of how you choose what you want to back up. You can either choose a folder to backup or you can choose a particular file type (like pictures or documents). Within the segment of pictures, you can choose the file types you want Gladinet to scan for (e.g. jpg, bmp, png&#8230;)</p>
<p><img class="aligncenter size-full wp-image-30044" title="gladinet dt - what to backup" src="http://imagecdn.maketecheasier.com/2011/02/gladinet-dt-what-to-backup.png" alt="gladinet-dt-what-to-backup" width="480" height="422" /></p>
<p>There is also a <strong>Snapshot backup</strong> (requires additional Cloud Backup license) that can run scheduled backup and create multiple snapshots with version control. </p>
<h3>Cloud Sync</h3>
<p>A Cloud Sync Folder allows you to automatically sync files across multiple computers. This is a great replacement for your &#8220;My Documents&#8221; folder.</p>
<p>Files placed in the designated folder are synchronized to your other computers you use with the same Cloud Sync folders enabled.</p>
<p><img class="aligncenter size-full wp-image-30035" title="gladinet dt - cloud drive setup" src="http://imagecdn.maketecheasier.com/2011/02/gladinet-dt-cloud-drive-setup.png" alt="gladinet-dt-cloud-drive-setup" width="476" height="409" /></p>
<h3>Free Giveaway</h3>
<p>Thanks to Gladinet, we have 5 copies of Gladinet Cloud Desktop to give away to our readers, and that is all of you. To participate: </p>
<p><strong>Step 1</strong></p>
<p>Be our Facebook fan or follow us in Twitter :</p>
<table>
<tr>
<td width="300"><iframe src="http://www.facebook.com/plugins/likebox.php?id=99927419797&amp;width=300&amp;connections=0&amp;stream=false&amp;header=false&amp;height=62" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:300px; height:62px;" allowTransparency="true"></iframe></td>
<td>
<a href="http://twitter.com/maketecheasier"><img src="http://imagecdn.maketecheasier.com/twitter-follow-me.jpg" id="hovercard" title="@maketecheasier" /></a>
</td>
</tr>
</table>
<p>(If you have already done this, skip to step 2)</p>
<p><strong>STEP 2</strong></p>
<p>Fill up the form below. This is to make sure that we can contact you when you win the license. We promise that we won&#8217;t spam you.</p>
<p><strong>Update</strong>: This giveaway contest has ended.</p>
<p><strong>STEP 3</strong><br />
Share this post either in Facebook or Twitter, or leave a comment below.</p>
<table>
<tr>
<td width="300"><a name="fb_share" type="box_count" href="http://www.facebook.com/sharer.php">Share</a><script src="http://static.ak.fbcdn.net/connect.php/js/FB.Share" type="text/javascript"></script></td>
<td>
<div id="tbox"></div>
<p><script type="text/javascript">
  twttr.anywhere(function (T) {
    T("#tbox").tweetBox({
      height: 100,
      width: 400,
      defaultContent: "Gladinet Cloud Desktop 3 Review + Free Giveaway @maketecheasier http://mte.gs/fI7exN",
      label: "Share via Twitter"
    });
  });
</script>
</td>
</tr>
</table>
<p>This giveaway begins now and ends <strong>Wednesday, 2nd Mar at 2359hrs Eastern Time</strong>. The winners will be selected at random and announced via email.</p>
<p>Share and enjoy!<br />
<h3 class='related_post_title'>Related Posts:</h3>
<ul class='related_post'>
<li><a href='http://maketecheasier.com/insync-google-docs-cheaper-and-better-dropbox/2012/04/19' title='InSync + Google Docs = Cheaper And Better Dropbox?'>InSync + Google Docs = Cheaper And Better Dropbox?</a></li>
<li><a href='http://maketecheasier.com/auto-mount-box-net-to-linux-desktop/2012/03/27' title='How to Auto-Mount Box.net to Linux Desktop'>How to Auto-Mount Box.net to Linux Desktop</a></li>
<li><a href='http://maketecheasier.com/back-up-google-docs/2011/07/07' title='How To Back Up Your Google Docs'>How To Back Up Your Google Docs</a></li>
<li><a href='http://maketecheasier.com/play-your-music-anywhere-with-amazons-brand-new-cloud-player/2011/03/31' title='Play Your Music Anywhere with Amazon&#8217;s Brand New Cloud Player'>Play Your Music Anywhere with Amazon&#8217;s Brand New Cloud Player</a></li>
</ul>
<p><div style="float:left;margin-bottom:10px"><a href="http://api.tweetmeme.com/share?url=http://maketecheasier.com/gladinet-cloud-desktop-3-review/2011/02/24&amp;service=bit.ly" target="_blank"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http://maketecheasier.com/gladinet-cloud-desktop-3-review/2011/02/24" style="border:none;margin-right:5px" width="51" height="61"></a><a href="http://digg.com/tools/diggthis/login?url=http://maketecheasier.com/gladinet-cloud-desktop-3-review/2011/02/24" 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/gladinet-cloud-desktop-3-review/2011/02/24" 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/gladinet-cloud-desktop-3-review/2011/02/24&amp;title=Gladinet+Cloud+Desktop+3+Review+%2B+Free+Giveaway&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/gladinet-cloud-desktop-3-review/2011/02/24" target="_blank"><img src="http://images.maketecheasier.com/stumble.png"></a></div>
<div style="clear:both"></div>
<strong><a href="http://maketecheasier.com/gladinet-cloud-desktop-3-review/2011/02/24">Gladinet Cloud Desktop 3 Review + Free Giveaway</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/gladinet-cloud-desktop-3-review/2011/02/24/feed</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>How to Get Extra Storage Space On Your Android Phone</title>
		<link>http://maketecheasier.com/increase-storage-space-on-android-phone/2011/02/09</link>
		<comments>http://maketecheasier.com/increase-storage-space-on-android-phone/2011/02/09#comments</comments>
		<pubDate>Wed, 09 Feb 2011 21:58:54 +0000</pubDate>
		<dc:creator>Damien</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[box.net]]></category>
		<category><![CDATA[cloud]]></category>
		<category><![CDATA[Dropbox]]></category>
		<category><![CDATA[online storage]]></category>
		<category><![CDATA[sd cards]]></category>
		<category><![CDATA[skydrive]]></category>
		<category><![CDATA[sorami]]></category>
		<category><![CDATA[storage space]]></category>
		<category><![CDATA[sugarsync]]></category>
		<category><![CDATA[zumodrive]]></category>

		<guid isPermaLink="false">http://maketecheasier.com/?p=28430</guid>
		<description><![CDATA[The demand for storage space is increasing. Even if you have 64GB of storage space in your Android phone, there will be times when it is not sufficient for your daily use. Other than the physical memory card that we use, one alternative is to use a cloud storage service... <p><div style="float:left;margin-bottom:10px"><a href="http://api.tweetmeme.com/share?url=http://maketecheasier.com/increase-storage-space-on-android-phone/2011/02/09&amp;service=bit.ly" target="_blank"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http://maketecheasier.com/increase-storage-space-on-android-phone/2011/02/09" style="border:none;margin-right:5px" width="51" height="61"></a><a href="http://digg.com/tools/diggthis/login?url=http://maketecheasier.com/increase-storage-space-on-android-phone/2011/02/09" 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/increase-storage-space-on-android-phone/2011/02/09" 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/increase-storage-space-on-android-phone/2011/02/09&amp;title=How+to+Get+Extra+Storage+Space+On+Your+Android+Phone&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/increase-storage-space-on-android-phone/2011/02/09" target="_blank"><img src="http://images.maketecheasier.com/stumble.png"></a></div>
<div style="clear:both"></div>
<strong><a href="http://maketecheasier.com/increase-storage-space-on-android-phone/2011/02/09">How to Get Extra Storage Space On Your Android Phone</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/02/android-storage.jpg" alt="android-storage" width="200" height="196" class="alignleft size-full wp-image-29553" />The demand for storage space is increasing. Even if you have 64GB of storage space in your Android phone, there will be times when it is not sufficient for your daily use. Other than the physical memory card that we use, one alternative is to use a cloud storage service to increase our storage space. With companies offering as high as 25GB of free cloud storage account, it is just so hard to resist the temptation. Let&#8217;s see how you can gain extra storage space on your Android phone with the following apps.<br />
<span id="more-28430"></span></p>
<h3>1. Dropbox</h3>
<p>Needless to say, our favorite app &#8211; Dropbox tops the list. The free account comes with a 2GB space, but you can <a href="http://maketecheasier.com/3-ways-to-get-free-dropbox-storage-space/2010/11/28">gain extra storage space</a> (up to 8GB) by referring friends to use the service, or to get connected via any social means. The good thing about Dropbox is that it is available in among all platforms so you can easily drop a file in any of the computer and access it immediately in your mobile phone. </p>
<p><img src="http://imagecdn.maketecheasier.com/2011/02/android-dropbox.png" alt="android-dropbox" width="320" height="472" class="aligncenter size-full wp-image-29547" /></p>
<p>In the Android app, it doesn&#8217;t download and sync all the files like it does on the computer. It only shows a list of the files you have in the cloud and download the necessary file only when you need it. Similarly, you can upload files from the Dropbox app. One caveat though, it does not automatically sync the files/folders that you placed in the Dropbox folder.</p>
<p>One additional feature of the Dropbox app is that you can create files (Picture, Video, Audio, Text file, Folder) from your phone. This means that you can quickly take a photo and sync it to the Dropbox folder.</p>
<p><a href="https://market.android.com/details?id=com.dropbox.android">Market link</a></p>
<h3>2. Zumo Drive</h3>
<p><del datetime="2011-02-10T12:53:55+00:00">If you are unwilling to shell out money for online storage, then ZumoDrive will not be very attractive to you. The free account of ZumoDrive comes only with 1GB of storage space</del>. (<strong>Update</strong>: Zumodrive comes with 2GB of free storage space as well.) Nevertheless, ZumoDrive does have several tricks up its sleeves. First of all, ZumoDrive supports multiple platforms, including Windows, Mac, Linux, iPhone, Android and Palm Pre. This make managing your files much easier. Secondly, it comes with an inbuilt music player so you can play/stream your music directly from your ZumoDrive account. It saves you space in your SD card and allows you to listen to your music at the same time. Cool. </p>
<p><a href="https://market.android.com/details?id=com.zecter.droid">Market link</a></p>
<h3>3. SugarSync</h3>
<p>SugarSync offers 5GB for its free account, so it is a waste if you don&#8217;t sign up for it. Regular SugarSync will find the Android version familiar, as it comes with the usual Magic Briefcase and all connected devices. </p>
<p><img src="http://imagecdn.maketecheasier.com/2011/02/android-sugarsync.png" alt="android-sugarsync" width="320" height="477" class="aligncenter size-full wp-image-29548" /></p>
<p>When it first launches, it will scan your photo gallery and prompt you to backup all your photos to SugarSync. Unless you select &#8220;Yes&#8221; or &#8220;Never&#8221;, you will receive the prompt everytime you run the SugarSync app. Selecting &#8220;Yes&#8221; wil upload your photos in the background. </p>
<p>In my opinion, SugarSync is functionally similar to Dropbox, except that it provides 5GB of free storage space (3GB more than Dropbox). Both of them support multiple platforms, but Dropbox has the slight advantage with Linux support, while SugarSync don&#8217;t.</p>
<p><a href="https://market.android.com/details?id=com.sharpcast.sugarsync">Market link</a></p>
<h3>4. Box.net</h3>
<p>If you are looking for a no-frill app with simple interface, then Box.net is the one for you. The Android version of Box.net is just a simple implementation of its web interface. After you have login to the app, you can access or upload files to your web folder. </p>
<p><img src="http://imagecdn.maketecheasier.com/2011/02/android-boxnet.png" alt="android-boxnet" width="320" height="207" class="aligncenter size-full wp-image-29549" /></p>
<p>Similar to the Dropbox app, you can create media content from within the app. Tap on &#8220;<em>Menu -&gt; Create</em>&#8221; and you can choose to create either audio, video, or image file. Selecting the audio content will launch a voice recorder while the video content will activate your camera in video mode. </p>
<p>The free version comes with 5GB of storage space.</p>
<p><a href="https://market.android.com/details?id=com.box.android">Market link</a></p>
<h3>5. Sorami</h3>
<p>Of all the cloud based storage services, Microsoft&#8217;s Skydrive is the most general, giving you a whopping 25GB free storage space. The bad thing is, it is purely web based and doesn&#8217;t offer any tool for its users to access it from the desktop (or phone). Sorami is an implementation of Skydrive by third party developer. It allows you to access your Skydrive folder and download/upload files to it. This app is still in beta, so there are many unpolished areas, such as slow uploading, doesn&#8217;t support simultaneous upload of multiple files etc. Nevertheless, this is your only choice if you are an active Skydrive user.</p>
<p><img src="http://imagecdn.maketecheasier.com/2011/02/android-sorami.png" alt="android-sorami" width="320" height="508" class="aligncenter size-full wp-image-29550" /></p>
<p><a href="https://market.android.com/details?id=shoozhoo.sorami">Market link</a></p>
<p>Just the above apps can give you an extra 38GB of storage space. What other ways do you use to gain extra storage space for your mobile device?<br />
<h3 class='related_post_title'>Related Posts:</h3>
<ul class='related_post'>
<li><a href='http://maketecheasier.com/share-your-private-files-with-spideroak-on-android/2011/04/26' title='Share Your Private Files With SpiderOak On Android'>Share Your Private Files With SpiderOak On Android</a></li>
<li><a href='http://maketecheasier.com/idrivesync-cheaper-alternative-of-dropbox/2010/08/28' title='IDriveSync: A Cheaper Alternative Of Dropbox'>IDriveSync: A Cheaper Alternative Of Dropbox</a></li>
<li><a href='http://maketecheasier.com/4-online-storage-that-are-not-dropbox/2010/05/22' title='4 Other Online Storage Options That Are NOT Dropbox'>4 Other Online Storage Options That Are NOT Dropbox</a></li>
<li><a href='http://maketecheasier.com/a-comparison-guide-of-the-various-cloud-storage-services/2012/05/12' title='A Comparison Guide Of The Various Cloud Storage Services'>A Comparison Guide Of The Various Cloud Storage Services</a></li>
</ul>
<p><div style="float:left;margin-bottom:10px"><a href="http://api.tweetmeme.com/share?url=http://maketecheasier.com/increase-storage-space-on-android-phone/2011/02/09&amp;service=bit.ly" target="_blank"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http://maketecheasier.com/increase-storage-space-on-android-phone/2011/02/09" style="border:none;margin-right:5px" width="51" height="61"></a><a href="http://digg.com/tools/diggthis/login?url=http://maketecheasier.com/increase-storage-space-on-android-phone/2011/02/09" 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/increase-storage-space-on-android-phone/2011/02/09" 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/increase-storage-space-on-android-phone/2011/02/09&amp;title=How+to+Get+Extra+Storage+Space+On+Your+Android+Phone&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/increase-storage-space-on-android-phone/2011/02/09" target="_blank"><img src="http://images.maketecheasier.com/stumble.png"></a></div>
<div style="clear:both"></div>
<strong><a href="http://maketecheasier.com/increase-storage-space-on-android-phone/2011/02/09">How to Get Extra Storage Space On Your Android Phone</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/increase-storage-space-on-android-phone/2011/02/09/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Do You Feel Safe Storing Your Files/Information Online? [Poll]</title>
		<link>http://maketecheasier.com/do-you-feel-safe-storing-files-online/2011/01/24</link>
		<comments>http://maketecheasier.com/do-you-feel-safe-storing-files-online/2011/01/24#comments</comments>
		<pubDate>Mon, 24 Jan 2011 19:58:32 +0000</pubDate>
		<dc:creator>Damien</dc:creator>
				<category><![CDATA[Poll]]></category>
		<category><![CDATA[cloud]]></category>
		<category><![CDATA[data]]></category>
		<category><![CDATA[online storage]]></category>
		<category><![CDATA[poll]]></category>

		<guid isPermaLink="false">http://maketecheasier.com/?p=28629</guid>
		<description><![CDATA[The poll last week was “How Many Social Networks Are You Actively Involved?” and the results were out. A whopping 23% of you were not involved in any of the social networks. 34% of you, which is the majority, only actively involved in 1 social network while another bulk, with... <p><div style="float:left;margin-bottom:10px"><a href="http://api.tweetmeme.com/share?url=http://maketecheasier.com/do-you-feel-safe-storing-files-online/2011/01/24&amp;service=bit.ly" target="_blank"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http://maketecheasier.com/do-you-feel-safe-storing-files-online/2011/01/24" style="border:none;margin-right:5px" width="51" height="61"></a><a href="http://digg.com/tools/diggthis/login?url=http://maketecheasier.com/do-you-feel-safe-storing-files-online/2011/01/24" 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/do-you-feel-safe-storing-files-online/2011/01/24" 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/do-you-feel-safe-storing-files-online/2011/01/24&amp;title=Do+You+Feel+Safe+Storing+Your+Files%2FInformation+Online%3F+%5BPoll%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/do-you-feel-safe-storing-files-online/2011/01/24" target="_blank"><img src="http://images.maketecheasier.com/stumble.png"></a></div>
<div style="clear:both"></div>
<strong><a href="http://maketecheasier.com/do-you-feel-safe-storing-files-online/2011/01/24">Do You Feel Safe Storing Your Files/Information Online? [Poll]</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 alt="mte-poll" src="http://imagecdn.maketecheasier.com/2010/11/mte-poll.png" class="alignleft" width="200" height="146" />The poll last week was “How Many Social Networks Are You Actively Involved?” and the results were out. A whopping 23% of you were not involved in any of the social networks. 34% of you, which is the majority, only actively involved in 1 social network while another bulk, with 27% were involved with 2 social networks. Those who are actively involved in 3 or more social networks took up the remaining 15%. None of you were involved in more than 10 social networks. A total of70 votes were casted. </p>
<p>Poll results and this week’s poll after the jump.<br />
<span id="more-28629"></span><br />
<img src="http://imagecdn.maketecheasier.com/2011/01/poll-social-network-result.png" alt="poll-social-network-result" width="370" height="343" class="alignnone size-full wp-image-28731" /></p>
<p>As the time we spent online increases, the amount of data that we placed online also increased. From your emails in Gmail, your friends information in Facebook, your confidential files in Dropbox, your credit card detail in Paypal, we almost throw our whole life onto the Web. The problem is &#8211; is it safe to do so?</p>
<p>Over the past few weeks and months, we have seen several high profile companies got hacked. Gawker, Mozilla, Trapster, to name a few. Million of usernames and passwords were leaked to the public. This is only the beginning and I am sure we bound to see more of such things happen.</p>
<p>So for this week poll, &#8220;<em>Do You Still Feel Safe Storing Your Files/Information Online?</em>&#8221;</p>
<p>Let&#8217;s the voting begin.</p>
<a href="http://polldaddy.com/poll/4439166">Take Our Poll</a>
<h3 class='related_post_title'>Related Posts:</h3>
<ul class='related_post'>
<li><a href='http://maketecheasier.com/play-your-music-anywhere-with-amazons-brand-new-cloud-player/2011/03/31' title='Play Your Music Anywhere with Amazon&#8217;s Brand New Cloud Player'>Play Your Music Anywhere with Amazon&#8217;s Brand New Cloud Player</a></li>
<li><a href='http://maketecheasier.com/share-sensitive-information-online-with-cloudsafe/2011/03/26' title='Share Sensitive Information Online With CloudSafe'>Share Sensitive Information Online With CloudSafe</a></li>
<li><a href='http://maketecheasier.com/gladinet-cloud-desktop-3-review/2011/02/24' title='Gladinet Cloud Desktop 3 Review + Free Giveaway'>Gladinet Cloud Desktop 3 Review + Free Giveaway</a></li>
<li><a href='http://maketecheasier.com/increase-storage-space-on-android-phone/2011/02/09' title='How to Get Extra Storage Space On Your Android Phone'>How to Get Extra Storage Space On Your Android Phone</a></li>
</ul>
<p><div style="float:left;margin-bottom:10px"><a href="http://api.tweetmeme.com/share?url=http://maketecheasier.com/do-you-feel-safe-storing-files-online/2011/01/24&amp;service=bit.ly" target="_blank"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http://maketecheasier.com/do-you-feel-safe-storing-files-online/2011/01/24" style="border:none;margin-right:5px" width="51" height="61"></a><a href="http://digg.com/tools/diggthis/login?url=http://maketecheasier.com/do-you-feel-safe-storing-files-online/2011/01/24" 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/do-you-feel-safe-storing-files-online/2011/01/24" 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/do-you-feel-safe-storing-files-online/2011/01/24&amp;title=Do+You+Feel+Safe+Storing+Your+Files%2FInformation+Online%3F+%5BPoll%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/do-you-feel-safe-storing-files-online/2011/01/24" target="_blank"><img src="http://images.maketecheasier.com/stumble.png"></a></div>
<div style="clear:both"></div>
<strong><a href="http://maketecheasier.com/do-you-feel-safe-storing-files-online/2011/01/24">Do You Feel Safe Storing Your Files/Information Online? [Poll]</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/do-you-feel-safe-storing-files-online/2011/01/24/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Access Your IM Logs From Anywhere With Simkl</title>
		<link>http://maketecheasier.com/access-your-im-logs-from-anywhere-with-simkl/2010/12/23</link>
		<comments>http://maketecheasier.com/access-your-im-logs-from-anywhere-with-simkl/2010/12/23#comments</comments>
		<pubDate>Thu, 23 Dec 2010 22:00:13 +0000</pubDate>
		<dc:creator>Trevor Dobrygoski</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[Chat]]></category>
		<category><![CDATA[cloud]]></category>
		<category><![CDATA[history]]></category>
		<category><![CDATA[IM]]></category>
		<category><![CDATA[instant messenger]]></category>
		<category><![CDATA[logs]]></category>
		<category><![CDATA[Simkl]]></category>
		<category><![CDATA[skype]]></category>
		<category><![CDATA[voice chat]]></category>
		<category><![CDATA[wlm]]></category>

		<guid isPermaLink="false">http://maketecheasier.com/?p=26428</guid>
		<description><![CDATA[Most Instant Messaging applications keep a history log of all your conversation. When you need to access your history, you can just do a quick search within the app to retrieve the conversation. The only problem arises when you are using multiple IM applications, multiple computers, or both. In such... <p><div style="float:left;margin-bottom:10px"><a href="http://api.tweetmeme.com/share?url=http://maketecheasier.com/access-your-im-logs-from-anywhere-with-simkl/2010/12/23&amp;service=bit.ly" target="_blank"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http://maketecheasier.com/access-your-im-logs-from-anywhere-with-simkl/2010/12/23" style="border:none;margin-right:5px" width="51" height="61"></a><a href="http://digg.com/tools/diggthis/login?url=http://maketecheasier.com/access-your-im-logs-from-anywhere-with-simkl/2010/12/23" 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/access-your-im-logs-from-anywhere-with-simkl/2010/12/23" 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/access-your-im-logs-from-anywhere-with-simkl/2010/12/23&amp;title=Access+Your+IM+Logs+From+Anywhere+With+Simkl&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/access-your-im-logs-from-anywhere-with-simkl/2010/12/23" target="_blank"><img src="http://images.maketecheasier.com/stumble.png"></a></div>
<div style="clear:both"></div>
<strong><a href="http://maketecheasier.com/access-your-im-logs-from-anywhere-with-simkl/2010/12/23">Access Your IM Logs From Anywhere With Simkl</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/simkl-logo.jpg" alt="simkl-logo" title="simkl-logo" width="221" height="133" class="alignleft size-full wp-image-26599" />Most Instant Messaging applications keep a history log of all your conversation. When you need to access your history, you can just do a quick search within the app to retrieve the conversation. The only problem arises when you are using multiple IM applications, multiple computers, or both. In such situation, retrieving a particular history log can be difficult because you have no idea which IM app or terminal to retrieve the history log from.</p>
<p><strong>Simkl</strong> is an application that will keep all of your chat histories stored in the clouds. This means you can access a chat from anywhere you have internet access, not just your local machine.<br />
<span id="more-26428"></span></p>
<h3>Something to download</h3>
<p>Even though everything is stored in the clouds, there is still an application you need to download and run on your local machine. Simkl isn&#8217;t magic, it needs something on your machine to record your conversations.</p>
<p><img class="aligncenter size-full wp-image-26450" title="Simkl - setup" src="http://imagecdn.maketecheasier.com/2010/12/Simkl-setup.png" alt="Simkl-setup" width="480" height="401" /></p>
<h3>What Simkl works with</h3>
<p>Right now you can use a few different instant messaging services. Skype, Windows Live Messenger (WLM), ICQ, Yahoo and AIM can all have their chat histories recorded and stored online. You will also see you do not need to use the actual application. <a href="http://www.simkl.com/">Simkl has been tested with apps</a> like iChat, Pidgin, Digsby and many others.</p>
<p><img class="aligncenter size-full wp-image-26448" title="Simkl - im choices" src="http://imagecdn.maketecheasier.com/2010/12/Simkl-im-choices.png" alt="Simkl-im-choices" width="480" height="276" /></p>
<h3>Why use Simkl?</h3>
<p>I asked myself this question when I looked at Simkl. For a freelancer or person who travels a lot for their job, having access to your chat history can save you a lot of headaches.</p>
<p>Imagine you are on the first day of your business trip and you get an email from a client asking the exact price of the quote you talked about via Skype chat. Instead of telling them you will need to get back to them in 4 days when you return, you can login to Simkl and look up your chat with that client.</p>
<h3>What you can save</h3>
<p>If you use any of the instant message services, you can save the chat logs. These histories will be saved for later reading on <em>history.im</em>. Saving your chat logs in the clouds is a fantastic feature for those of you who use multiple computers during the course of their work week. Using Simkl will combine your chat logs so you don&#8217;t need to remember which computer you were on when you talked to a certain person.</p>
<p>If you are using Skype or Windows Live Messenger, you also have the luxury of storing your voice chats as well. For those of you who conduct interviews through WLM, there really isn&#8217;t a good way to record your chats. If you use Skype, you will need to use a 3<sup>rd</sup> party application to review the dialog.</p>
<p><img class="aligncenter size-full wp-image-26451" title="Simkl - skype settings" src="http://imagecdn.maketecheasier.com/2010/12/Simkl-skype-settings.png" alt="Simkl-skype-settings" width="480" height="401" /></p>
<p>Having access to the voice conversation recording is ideal if you want to go back later and transcribe the conversation.</p>
<h3>What else Simkl does</h3>
<p>Another feature of Simkl is saving your instant message contacts. This may not seem important because you can always just re-download the IM application and sign in again if your PC crashes. Well, what if your account gets hacked and you can&#8217;t access it?</p>
<p>If you are looking for a specific part of a conversation but don&#8217;t remember when it was, you can search through all of your logs for a specific bit of text. I don&#8217;t know about you, but I am a big IM user and it can be a huge pain to remember who you talked to about what. Searching for a phrase can be a monstrous time saver.</p>
<p>What are your must have instant messaging applications or add-ons?<br />
<h3 class='related_post_title'>Related Posts:</h3>
<ul class='related_post'>
<li><a href='http://maketecheasier.com/imo-im-web-based-im-service/2010/01/10' title='imo.im &#8211; A Multi-Client Web Based IM Service'>imo.im &#8211; A Multi-Client Web Based IM Service</a></li>
<li><a href='http://maketecheasier.com/big-list-of-android-messaging-apps/2011/05/29' title='Big List Of Android Messaging Apps'>Big List Of Android Messaging Apps</a></li>
<li><a href='http://maketecheasier.com/use-webcam-with-multiple-programs/2011/01/25' title='Use Your Webcam With Multiple Programs Simultaneously'>Use Your Webcam With Multiple Programs Simultaneously</a></li>
<li><a href='http://maketecheasier.com/im-pro-for-android-free-giveaway/2010/12/20' title='Christmas Week Special: IM+ Pro For Android Free Giveaway'>Christmas Week Special: IM+ Pro For Android Free Giveaway</a></li>
</ul>
<p><div style="float:left;margin-bottom:10px"><a href="http://api.tweetmeme.com/share?url=http://maketecheasier.com/access-your-im-logs-from-anywhere-with-simkl/2010/12/23&amp;service=bit.ly" target="_blank"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http://maketecheasier.com/access-your-im-logs-from-anywhere-with-simkl/2010/12/23" style="border:none;margin-right:5px" width="51" height="61"></a><a href="http://digg.com/tools/diggthis/login?url=http://maketecheasier.com/access-your-im-logs-from-anywhere-with-simkl/2010/12/23" 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/access-your-im-logs-from-anywhere-with-simkl/2010/12/23" 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/access-your-im-logs-from-anywhere-with-simkl/2010/12/23&amp;title=Access+Your+IM+Logs+From+Anywhere+With+Simkl&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/access-your-im-logs-from-anywhere-with-simkl/2010/12/23" target="_blank"><img src="http://images.maketecheasier.com/stumble.png"></a></div>
<div style="clear:both"></div>
<strong><a href="http://maketecheasier.com/access-your-im-logs-from-anywhere-with-simkl/2010/12/23">Access Your IM Logs From Anywhere With Simkl</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/access-your-im-logs-from-anywhere-with-simkl/2010/12/23/feed</wfw:commentRss>
		<slash:comments>3</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... <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.<br />
<h3 class='related_post_title'>Related Posts:</h3>
<ul class='related_post'>
<li><a href='http://maketecheasier.com/password-protect-files-folders-in-windows/2011/05/23' title='How to Password Protect Your Files And Folders In Windows'>How to Password Protect Your Files And Folders In Windows</a></li>
<li><a href='http://maketecheasier.com/gladinet-cloud-desktop-3-review/2011/02/24' title='Gladinet Cloud Desktop 3 Review + Free Giveaway'>Gladinet Cloud Desktop 3 Review + Free Giveaway</a></li>
<li><a href='http://maketecheasier.com/configuring-places-bookmarks-and-locations-in-kde/2010/12/15' title='Configuring Places, Bookmarks, and Locations in KDE'>Configuring Places, Bookmarks, and Locations in KDE</a></li>
<li><a href='http://maketecheasier.com/easy-organization-with-kde-plasma-shelf-widget/2010/11/10' title='Easy Organization with KDE’s Plasma Shelf Widget'>Easy Organization with KDE’s Plasma Shelf Widget</a></li>
</ul>
<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>Quanp Adds Microsoft Office Addin, Allowing You to Manage Your Online Files</title>
		<link>http://maketecheasier.com/quanp-adds-microsoft-office-addin/2010/09/04</link>
		<comments>http://maketecheasier.com/quanp-adds-microsoft-office-addin/2010/09/04#comments</comments>
		<pubDate>Sat, 04 Sep 2010 12:00:23 +0000</pubDate>
		<dc:creator>Damien</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[cloud]]></category>
		<category><![CDATA[excel]]></category>
		<category><![CDATA[microsoft office]]></category>
		<category><![CDATA[online storage]]></category>
		<category><![CDATA[powerpoint]]></category>
		<category><![CDATA[quanp]]></category>
		<category><![CDATA[Word]]></category>

		<guid isPermaLink="false">http://maketecheasier.com/?p=20574</guid>
		<description><![CDATA[Quanp, the online storage service that gives you a whopping 10GB of free storage space has now come up with another way for you to utilize your account &#8211; Microsoft Office Addin. If you are not aware, quanp has been pretty active in developing interactive widgets recently to get people... <p><div style="float:left;margin-bottom:10px"><a href="http://api.tweetmeme.com/share?url=http://maketecheasier.com/quanp-adds-microsoft-office-addin/2010/09/04&amp;service=bit.ly" target="_blank"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http://maketecheasier.com/quanp-adds-microsoft-office-addin/2010/09/04" style="border:none;margin-right:5px" width="51" height="61"></a><a href="http://digg.com/tools/diggthis/login?url=http://maketecheasier.com/quanp-adds-microsoft-office-addin/2010/09/04" 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/quanp-adds-microsoft-office-addin/2010/09/04" 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/quanp-adds-microsoft-office-addin/2010/09/04&amp;title=Quanp+Adds+Microsoft+Office+Addin%2C+Allowing+You+to+Manage+Your+Online+Files&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/quanp-adds-microsoft-office-addin/2010/09/04" target="_blank"><img src="http://images.maketecheasier.com/stumble.png"></a></div>
<div style="clear:both"></div>
<strong><a href="http://maketecheasier.com/quanp-adds-microsoft-office-addin/2010/09/04">Quanp Adds Microsoft Office Addin, Allowing You to Manage Your Online Files</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/09/quanp-addin-icon.png" alt="quanp-addin-icon" title="quanp-addin-icon" width="142" height="104" class="alignleft size-full wp-image-20749" />Quanp, the online storage service that gives you a whopping 10GB of free storage space has now come up with another way for you to utilize your account &#8211; Microsoft Office Addin. If you are not aware, quanp has been pretty active in developing interactive widgets recently to get people to use their storage services. Widgets like <a href="http://maketecheasier.com/quanp-send-send-large-files-from-your-desktop/2010/07/29">quanp send</a>, quanp.drop and quanp.on are useful stuff that you can make use of. </p>
<p>With this latest <a href="https://us.quanp.com/about/addin/" target="_blank">quanp Office addin</a>, you will be able to download, edit, upload and share your document directly from your Office.<br />
<span id="more-20574"></span></p>
<h3>Installation</h3>
<p>The installation of the quanp addin is pretty straightforward. Simply <a href="http://us.quanp.com/about/addin/" target="_blank">download the exe file</a> and double click to install it. If you have opened your Microsoft Office, you will need to close it for the installation to proceed.</p>
<p>When the installation is done, you will find the quanp icon in the ribbon of your office.</p>
<p><img src="http://imagecdn.maketecheasier.com/2010/09/quanp-addin-ribbon.png" alt="quanp-addin-ribbon" title="quanp-addin-ribbon" width="317" height="130" class="aligncenter size-full wp-image-20740" /></p>
<h3>Usage</h3>
<p>To use quanp, you must first register for a quanp account. This quanp account is also an online storage service and comes with 10GB of free space. This is also where your documents will be stored.</p>
<p>To register for a quanp account, you can either visit the <a href="https://us.quanp.com/em/entry.do" target="-blank">sign up</a> page or simply click on the quanp icon and select <em>Download</em>. It will prompt you to log in to your account or to register a new account.</p>
<p><img src="http://imagecdn.maketecheasier.com/2010/09/quanp-addin-download.png" alt="quanp-addin-download" title="quanp-addin-download" width="220" height="252" class="aligncenter size-full wp-image-20742" /></p>
<p>Once you have signed up for a quanp account, you will be able to download, upload, or share file with your friends.</p>
<p><strong>Download</strong></p>
<p>As the name implies, this allows you to download files from your quanp account and edit it in Word, Excel or Power Point. </p>
<p><img src="http://imagecdn.maketecheasier.com/2010/09/quanp-addin-download-window.png" alt="quanp-addin-download-window" title="quanp-addin-download-window" width="516" height="488" class="aligncenter size-full wp-image-20743" /></p>
<p>You can select the file to download as well as the location to save the file. </p>
<p><strong>Upload</strong></p>
<p>To upload a file, you must first save the file. You will not be able to upload any unsaved work.</p>
<p><img src="http://imagecdn.maketecheasier.com/2010/09/quanp-addin-upload-window.png" alt="quanp-addin-upload-window" title="quanp-addin-upload-window" width="434" height="462" class="aligncenter size-full wp-image-20744" /></p>
<p>When uploading files, you can specify tags and description for the file so that it can be retrieved easily in the future.</p>
<p><strong>Send file</strong></p>
<p>The <em>Send File</em> function is rather misleading, because it doesn&#8217;t send really your file to your friends. What it does is to upload your file to your quanp account and email your friends the link to download it. </p>
<p><img src="http://imagecdn.maketecheasier.com/2010/09/quanp-addin-send-file.png" alt="quanp-addin-send-file" title="quanp-addin-send-file" width="577" height="542" class="aligncenter size-full wp-image-20745" /></p>
<p>You can include up to 20 recipients in the mailing list and you can also customize the email subject and body message. The recipients will receive email something like the screenshot below:</p>
<p><img src="http://imagecdn.maketecheasier.com/2010/09/quanp-addin-email.png" alt="quanp-addin-email" title="quanp-addin-email" width="577" height="381" class="aligncenter size-full wp-image-20746" /></p>
<h3>Conclusion</h3>
<p>Quanp addon is not the only addon for Microsoft Office to <a href="http://maketecheasier.com/sync-office-documents-to-google-docs-zoho-office-live/2010/07/20">store your document in the cloud</a>, and it is lacking collaborative feature and online editing function (just like Google docs). It works great if you just want to backup your document online, but that&#8217;s all. </p>
<p>What do you think? What features would you expect from such an online storage tool?<br />
<!--adsense#468x60--><br />
<h3 class='related_post_title'>Related Posts:</h3>
<ul class='related_post'>
<li><a href='http://maketecheasier.com/best-alternatives-to-microsoft-powerpoint-online-and-offline/2011/11/18' title='Best Alternatives To Microsoft PowerPoint (Online And Offline)'>Best Alternatives To Microsoft PowerPoint (Online And Offline)</a></li>
<li><a href='http://maketecheasier.com/play-your-music-anywhere-with-amazons-brand-new-cloud-player/2011/03/31' title='Play Your Music Anywhere with Amazon&#8217;s Brand New Cloud Player'>Play Your Music Anywhere with Amazon&#8217;s Brand New Cloud Player</a></li>
<li><a href='http://maketecheasier.com/share-sensitive-information-online-with-cloudsafe/2011/03/26' title='Share Sensitive Information Online With CloudSafe'>Share Sensitive Information Online With CloudSafe</a></li>
<li><a href='http://maketecheasier.com/gladinet-cloud-desktop-3-review/2011/02/24' title='Gladinet Cloud Desktop 3 Review + Free Giveaway'>Gladinet Cloud Desktop 3 Review + Free Giveaway</a></li>
</ul>
<p><div style="float:left;margin-bottom:10px"><a href="http://api.tweetmeme.com/share?url=http://maketecheasier.com/quanp-adds-microsoft-office-addin/2010/09/04&amp;service=bit.ly" target="_blank"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http://maketecheasier.com/quanp-adds-microsoft-office-addin/2010/09/04" style="border:none;margin-right:5px" width="51" height="61"></a><a href="http://digg.com/tools/diggthis/login?url=http://maketecheasier.com/quanp-adds-microsoft-office-addin/2010/09/04" 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/quanp-adds-microsoft-office-addin/2010/09/04" 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/quanp-adds-microsoft-office-addin/2010/09/04&amp;title=Quanp+Adds+Microsoft+Office+Addin%2C+Allowing+You+to+Manage+Your+Online+Files&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/quanp-adds-microsoft-office-addin/2010/09/04" target="_blank"><img src="http://images.maketecheasier.com/stumble.png"></a></div>
<div style="clear:both"></div>
<strong><a href="http://maketecheasier.com/quanp-adds-microsoft-office-addin/2010/09/04">Quanp Adds Microsoft Office Addin, Allowing You to Manage Your Online Files</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/quanp-adds-microsoft-office-addin/2010/09/04/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>IDriveSync: A Cheaper Alternative Of Dropbox</title>
		<link>http://maketecheasier.com/idrivesync-cheaper-alternative-of-dropbox/2010/08/28</link>
		<comments>http://maketecheasier.com/idrivesync-cheaper-alternative-of-dropbox/2010/08/28#comments</comments>
		<pubDate>Sat, 28 Aug 2010 12:00:37 +0000</pubDate>
		<dc:creator>Soumen Halder</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[cloud]]></category>
		<category><![CDATA[Dropbox]]></category>
		<category><![CDATA[hosting]]></category>
		<category><![CDATA[online storage]]></category>

		<guid isPermaLink="false">http://maketecheasier.com/?p=20351</guid>
		<description><![CDATA[With the evolution of cloud based file hosting services, more and more users are attracted to online file back up services which allows you to store files on the cloud. This is because a 260 GB hard disk is not enough anymore. You need more and more space and most... <p><div style="float:left;margin-bottom:10px"><a href="http://api.tweetmeme.com/share?url=http://maketecheasier.com/idrivesync-cheaper-alternative-of-dropbox/2010/08/28&amp;service=bit.ly" target="_blank"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http://maketecheasier.com/idrivesync-cheaper-alternative-of-dropbox/2010/08/28" style="border:none;margin-right:5px" width="51" height="61"></a><a href="http://digg.com/tools/diggthis/login?url=http://maketecheasier.com/idrivesync-cheaper-alternative-of-dropbox/2010/08/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/idrivesync-cheaper-alternative-of-dropbox/2010/08/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/idrivesync-cheaper-alternative-of-dropbox/2010/08/28&amp;title=IDriveSync%3A+A+Cheaper+Alternative+Of+Dropbox&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/idrivesync-cheaper-alternative-of-dropbox/2010/08/28" target="_blank"><img src="http://images.maketecheasier.com/stumble.png"></a></div>
<div style="clear:both"></div>
<strong><a href="http://maketecheasier.com/idrivesync-cheaper-alternative-of-dropbox/2010/08/28">IDriveSync: A Cheaper Alternative Of Dropbox</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-20352" title="cloud-hosting" src="http://imagecdn.maketecheasier.com/2010/08/idrivesync-cloud-hosting.png" alt="idrivesync-cloud-hosting" width="200" height="194" />With the evolution of cloud based file hosting services, more and more users are attracted to online file back up services which allows you to store files on the cloud.</p>
<p>This is because a 260 GB hard disk is not enough anymore. You need more and more space and most importantly, you want to access those files from any computer you want.</p>
<p>With an online file hosting service, you can sync all your computers and mobile devices with ease. One of the very popular services is <a href="http://maketecheasier.com/tag/dropbox">Dropbox</a>. The free plan of Dropbox allows you to store up to 2 GB of data in the cloud and the pro plan costs $9.99 a month for 50 GB while $19.99 for 100 GB of space.</p>
<p>If you are looking for a cheaper alternative of Dropbox, here is another web service called <a href="https://www.idrivesync.com" target="_blank"> iDriveSync</a>, which offers considerate plans with more space.<br />
<span id="more-20351"></span></p>
<h3>What makes IDriveSync better than Dropbox?</h3>
<p>IDriveSync offers a similar free plan for general users, which allows you to store 2 GB of data and sync them across multiple computers. What makes the service a strong Dropbox alternative is the Pro plan &#8211; <strong>with only $4.95 a month, you get unlimited sync space !</strong></p>
<p><img class="aligncenter size-full wp-image-20354" title="Idrivesync pricing plans" src="http://imagecdn.maketecheasier.com/2010/08/idrivesync-pricing.png" alt="Idrivesync pricing plans" width="500" height="323" /></p>
<p>This is surely a great option for power users who work with a lot of data and want more storage space with cheaper pricing.</p>
<p>IDriveSync supports sharing files with anyone via email address, allows web access to your files, apart from synching them across multiple devices. It has all the features of Dropbox, so if you want a pro backup service with unlimited space, IDriveSync is the way to go.</p>
<p>The only downside of IDriveSync is that it is available only for Windows and not for OSX or Linux.</p>
<h3>Using IDriveSync to Sync Files Between Multiple Computers</h3>
<p>1. First you have to sign up for an account <a href="https://www.idrivesync.com/idrivee/jsp/IDSyncSignupShow.jsp" target="_blank">here</a>. After you have signed up, download the IDriveSync client <a href="https://www.idrivesync.com/downloads/IDriveSyncSetup.exe" target="_blank">here</a>.</p>
<p><img class="aligncenter size-full wp-image-20355" title="Sign up on IDriveSync" src="http://imagecdn.maketecheasier.com/2010/08/idrivesync-signup.png" alt="Sign up on IDriveSync" width="497" height="268" /></p>
<p>2. After successfully installing the client on your system, you will see the following screen:</p>
<p><img class="aligncenter size-full wp-image-20356" title="IDrivesync Installation complete" src="http://imagecdn.maketecheasier.com/2010/08/idrivesync-installed.png" alt="IDrivesync Installation complete" width="550" height="396" /></p>
<p>3. If you have already signed up for an account, click&#8221; I already have an account&#8221;. Otherwise sign up for an account by filling in the necessary credentials, e.g name, email address, password and so on.</p>
<p>4. After the sign up is complete, login to the IdriveSync desktop client.</p>
<p><img class="aligncenter size-full wp-image-20358" title="IDriveSync Login" src="http://imagecdn.maketecheasier.com/2010/08/idrivesync-login.png" alt="IDriveSync Login" width="480" height="317" /></p>
<p>5. In the next screen, choose use &#8220;Default Encryption key&#8221;. Please note that sharing files and folders with other users is not permitted if you choose a &#8220;private encryption key&#8221;.</p>
<p><strong>Important</strong>: <em>If you lose the private encryption key, you will not be able to recover the data stored in your IDriveSync account.</em></p>
<p><img class="aligncenter size-full wp-image-20359" title="iDriveSync Encryption Key" src="http://imagecdn.maketecheasier.com/2010/08/idrivesync-encryption-key.png" alt="iDriveSync Encryption Key" width="480" height="317" /></p>
<p>6. Next, you will be shown the main interface of IDrivesync. It&#8217;s advised to perform a bandwidth test from the options, this will allow you to check your internet connections upload and download speed.</p>
<p><img class="aligncenter size-full wp-image-20360" title="IDrivesync Upload speed" src="http://imagecdn.maketecheasier.com/2010/08/idrivesync-upload-speed.png" alt="IDrivesync Upload speed" width="550" height="360" /></p>
<p>7. Go to program preferences from tools and select a local folder in your computer. This folder is your IDriveSync folder and will be used to sync files from your computer to the IDriveSync account.</p>
<p><img class="aligncenter size-full wp-image-20362" title="IDriveSync folder path" src="http://imagecdn.maketecheasier.com/2010/08/idrivesync-folder-path.png" alt="IDriveSync folder path" width="550" height="360" /></p>
<p>8. You are done with the settings. Now simply drag and drop files and folders in the IDrivesync main window and it will be synced with your online IDriveSync storage.</p>
<p><img class="aligncenter size-full wp-image-20363" title="IDriveSync Synching files and folders" src="http://imagecdn.maketecheasier.com/2010/08/idrivesync-sync.png" alt="IDriveSync Synching files and folders" width="550" height="360" /></p>
<p>9. Sharing individual files or folders is easily achieved, just right click the file from the program window and choose &#8220;Share&#8221;.</p>
<p>This will open a pop up window where you can specify the email address of the person with whom you want to share the file or folder. Your friend does not need an IDriveSync account to download the shared file.</p>
<p><img class="aligncenter size-full wp-image-20364" title="IDriveSync Share files and folders" src="http://imagecdn.maketecheasier.com/2010/08/idrivesync-share-files.png" alt="IDriveSync Share files and folders" width="550" height="506" /></p>
<p>The best part about IDriveSync is that it allows you to choose between &#8220;Read&#8221; and &#8220;Read and Write&#8221; permissions so that the collaborators may either download or use the file, or they can update the older version with a newer one ( having write access).</p>
<p>The web interface of IDrivesync allows you to view, download or share your files and folders. Here is how it looks:</p>
<p><img class="aligncenter size-full wp-image-20365" title="IDrivesync web interface" src="http://imagecdn.maketecheasier.com/2010/08/idrivesync-web-interface.png" alt="IDrivesync web interface" width="550" height="321" /></p>
<p>Overall, I am really impressed with IDriveSync service and the fact that it allows unlimited sync space for only $4.95 a month, it is undoubtedly a strong competitor of Dropbox.</p>
<p>Do you use any other online sync service ? What do you think about IDriveSync ? Please share your ideas through a comment.<br />
<!--adsense#468x60--><br />
<h3 class='related_post_title'>Related Posts:</h3>
<ul class='related_post'>
<li><a href='http://maketecheasier.com/increase-storage-space-on-android-phone/2011/02/09' title='How to Get Extra Storage Space On Your Android Phone'>How to Get Extra Storage Space On Your Android Phone</a></li>
<li><a href='http://maketecheasier.com/wuala-an-alternative-to-dropbox-with-security-in-mind/2011/08/15' title='Wuala: An Alternative To Dropbox With Security In Mind'>Wuala: An Alternative To Dropbox With Security In Mind</a></li>
<li><a href='http://maketecheasier.com/play-your-music-anywhere-with-amazons-brand-new-cloud-player/2011/03/31' title='Play Your Music Anywhere with Amazon&#8217;s Brand New Cloud Player'>Play Your Music Anywhere with Amazon&#8217;s Brand New Cloud Player</a></li>
<li><a href='http://maketecheasier.com/share-sensitive-information-online-with-cloudsafe/2011/03/26' title='Share Sensitive Information Online With CloudSafe'>Share Sensitive Information Online With CloudSafe</a></li>
</ul>
<p><div style="float:left;margin-bottom:10px"><a href="http://api.tweetmeme.com/share?url=http://maketecheasier.com/idrivesync-cheaper-alternative-of-dropbox/2010/08/28&amp;service=bit.ly" target="_blank"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http://maketecheasier.com/idrivesync-cheaper-alternative-of-dropbox/2010/08/28" style="border:none;margin-right:5px" width="51" height="61"></a><a href="http://digg.com/tools/diggthis/login?url=http://maketecheasier.com/idrivesync-cheaper-alternative-of-dropbox/2010/08/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/idrivesync-cheaper-alternative-of-dropbox/2010/08/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/idrivesync-cheaper-alternative-of-dropbox/2010/08/28&amp;title=IDriveSync%3A+A+Cheaper+Alternative+Of+Dropbox&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/idrivesync-cheaper-alternative-of-dropbox/2010/08/28" target="_blank"><img src="http://images.maketecheasier.com/stumble.png"></a></div>
<div style="clear:both"></div>
<strong><a href="http://maketecheasier.com/idrivesync-cheaper-alternative-of-dropbox/2010/08/28">IDriveSync: A Cheaper Alternative Of Dropbox</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/idrivesync-cheaper-alternative-of-dropbox/2010/08/28/feed</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Peppermint OS &#8211; A New Take on the Web-Centric Desktop</title>
		<link>http://maketecheasier.com/peppermint-os-web-centric-desktop/2010/06/03</link>
		<comments>http://maketecheasier.com/peppermint-os-web-centric-desktop/2010/06/03#comments</comments>
		<pubDate>Thu, 03 Jun 2010 12:00:25 +0000</pubDate>
		<dc:creator>Joshua Price</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Chrome]]></category>
		<category><![CDATA[cloud]]></category>
		<category><![CDATA[peppermint]]></category>
		<category><![CDATA[prism]]></category>

		<guid isPermaLink="false">http://maketecheasier.com/?p=16511</guid>
		<description><![CDATA[There are a LOT of Linux distros out there, so when it comes to distro reviews, we here at MakeTechEasier usually only go in for the ones offering something unique. Nearly all operating systems these days seem to be transitioning toward a faster and more web-centric experience. Some have embraced... <p><div style="float:left;margin-bottom:10px"><a href="http://api.tweetmeme.com/share?url=http://maketecheasier.com/peppermint-os-web-centric-desktop/2010/06/03&amp;service=bit.ly" target="_blank"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http://maketecheasier.com/peppermint-os-web-centric-desktop/2010/06/03" style="border:none;margin-right:5px" width="51" height="61"></a><a href="http://digg.com/tools/diggthis/login?url=http://maketecheasier.com/peppermint-os-web-centric-desktop/2010/06/03" 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/peppermint-os-web-centric-desktop/2010/06/03" 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/peppermint-os-web-centric-desktop/2010/06/03&amp;title=Peppermint+OS+%26%238211%3B+A+New+Take+on+the+Web-Centric+Desktop&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/peppermint-os-web-centric-desktop/2010/06/03" target="_blank"><img src="http://images.maketecheasier.com/stumble.png"></a></div>
<div style="clear:both"></div>
<strong><a href="http://maketecheasier.com/peppermint-os-web-centric-desktop/2010/06/03">Peppermint OS &#8211; A New Take on the Web-Centric Desktop</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/peppermint-logo.jpg" alt="peppermint-logo" title="peppermint-logo" width="200" height="150" class="alignleft size-full wp-image-16526" />There are a LOT of Linux distros out there, so when it comes to distro reviews, we here at MakeTechEasier usually only go in for the ones offering something unique. Nearly all operating systems these days seem to be transitioning toward a faster and more web-centric experience. Some have embraced it more than others, and Google took it to the extreme by putting all Chrome OS applications into the browser. <a href="http://peppermintos.com/" target="_blank">Peppermint OS</a> takes a different approach than Chrome and tries to blur the line between desktop and Internet by creating a fast, minimal Linux system that treats web apps just like local apps, using Mozilla Prism. The result is a surprisingly small and speedy OS for the heavy web user.<br />
<span id="more-16511"></span></p>
<h3>A Little About Prism</h3>
<p>As the underlying technology behind Peppermint&#8217;s web features, <a href="http://prism.mozillalabs.com/" target="_blank">Prism</a> deserves a section of its own. The main concept behind it is called the Site Specific Browser (SSB). The idea is that each web app is given its own independent browser session. This means that an unstable or malicious web app in one SSB will have far less chance of interfering with others than if they were in the same browser. Web apps can be included in a dock or panel just like a local application, including the ability to add badges for indicators (currently Windows and Mac only). This means you can have a Prism web app icon for your favorite webmail client which shows an unread message indicator, just like a desktop app.</p>
<p><img src="http://imagecdn.maketecheasier.com/2010/06/peppermint-indicator.png" alt="peppermint-indicator" title="peppermint-indicator" width="204" height="149" class="aligncenter size-full wp-image-16517" /></p>
<p>You don&#8217;t need Peppermint to enjoy Prism, it can be <a href="http://prism.mozillalabs.com/started/" target="_blank">installed</a> as a standalone application or Firefox plugin.</p>
<h3>Getting Peppermint</h3>
<p>ISO files and torrents can be downloaded <a href="http://www.osst.co.uk/Download/peppermintos/">here</a>. The examples here are using <em>Peppermint-One-05222010</em>.  </p>
<h3>The Peppermint OS Desktop</h3>
<p>Peppermint uses <a href="http://maketecheasier.com/taking-lxde-for-a-test-drive/2009/04/22">LXDE</a> for a desktop environment. As a result, it&#8217;s quite responsive even on low end hardware. In short, LXDE is a fast, lightweight desktop environment that uses Openbox for window management. It comes with its own set of small, lightweight tools like LXTerminal, LXPanel, and the PCMan file manager.  </p>
<p><img src="http://imagecdn.maketecheasier.com/2010/06/peppermint-desktop.png" alt="peppermint-desktop" title="peppermint-desktop" width="577" height="451" class="aligncenter size-full wp-image-16520" /></p>
<p>The main menu is already populated with Prism web apps, such as Gmail, Facebook, and Seesmic. Each of these will open a isolated browser session to that location.  </p>
<p><img src="http://imagecdn.maketecheasier.com/2010/06/peppermint-menu.png" alt="peppermint-menu" title="peppermint-menu" width="577" height="444" class="aligncenter size-full wp-image-16521" /></p>
<p>New items, including Prism web apps, can be added to the panel for quick access. To do so, right-click the panel and choose <em>Add/Remove Panel Items > Application Launch Bar -> Edit</em>. You&#8217;ll be given a selection screen to easily choose any items you wish.  </p>
<p><img src="http://imagecdn.maketecheasier.com/2010/06/peppermint-addlauncher.png" alt="peppermint-addlauncher" title="peppermint-addlauncher" width="577" height="382" class="aligncenter size-full wp-image-16523" /></p>
<p>As noted above, &#8220;badge&#8221; indicators are not yet supported in the Linux version of Prism, Peppermint included.  </p>
<h3>Included Software</h3>
<p>On the desktop side of things, Peppermint comes with a reasonable assortment of small, high-speed applications.  Some of the more noteworthy include:</p>
<ul>
<li>LXDE Software Suite</li>
<li>Firefox Web Browser</li>
<li>Leafpad Text Editor</li>
<li>Transmission Bittorrent Client</li>
<li>Exaile Music Player</li>
<li>Mplayer Video Player</li>
<li>Asunder CD Ripper</li>
<li>PyNeighborhood Network Browser</li>
<li>Synaptic Package Manager</li>
<li>Kernel 2.6.32</li>
<li>Xorg 7.5</li>
</ul>
<h3>Conclusion</h3>
<p>As a Linux, Peppermint is not particularly notable except for its suitability for machines with low hardware specs, or users who do not want system resources wasted on bells and whistles like 3D cubes and wobbly windows. Peppermint should run quickly on just about any PC. Regarding the Prism aspect, it&#8217;s harder to draw a conclusion. Mozilla is still developing Prism so its full capabilities have not yet been reached, but the current state does not seem to be especially remarkable. Much of the functionality can be replicated (though perhaps not as well) with simple browser shortcuts. When Prism has more polish it may be a central part of how we interact with our computers, but for now Peppermint is mainly a small, fast and simple OS, albeit with dreams of something bigger.<br />
<!--adsense#468x60--><br />
<h3 class='related_post_title'>Related Posts:</h3>
<ul class='related_post'>
<li><a href='http://maketecheasier.com/install-and-configure-owncloud/2012/01/11' title='How to Install and Configure ownCloud'>How to Install and Configure ownCloud</a></li>
<li><a href='http://maketecheasier.com/listen-to-cloud-music-with-nuvola-player-ubuntu/2011/12/23' title='Listen to Cloud Music With Nuvola Player [Ubuntu]'>Listen to Cloud Music With Nuvola Player [Ubuntu]</a></li>
<li><a href='http://maketecheasier.com/configure-linux-for-children/2010/07/21' title='How to Configure Linux for Children'>How to Configure Linux for Children</a></li>
<li><a href='http://maketecheasier.com/build-chrome-os-for-your-netbook-or-vm/2010/06/22' title='How to Build Chrome OS For Your Netbook or VM'>How to Build Chrome OS For Your Netbook or VM</a></li>
</ul>
<p><div style="float:left;margin-bottom:10px"><a href="http://api.tweetmeme.com/share?url=http://maketecheasier.com/peppermint-os-web-centric-desktop/2010/06/03&amp;service=bit.ly" target="_blank"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http://maketecheasier.com/peppermint-os-web-centric-desktop/2010/06/03" style="border:none;margin-right:5px" width="51" height="61"></a><a href="http://digg.com/tools/diggthis/login?url=http://maketecheasier.com/peppermint-os-web-centric-desktop/2010/06/03" 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/peppermint-os-web-centric-desktop/2010/06/03" 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/peppermint-os-web-centric-desktop/2010/06/03&amp;title=Peppermint+OS+%26%238211%3B+A+New+Take+on+the+Web-Centric+Desktop&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/peppermint-os-web-centric-desktop/2010/06/03" target="_blank"><img src="http://images.maketecheasier.com/stumble.png"></a></div>
<div style="clear:both"></div>
<strong><a href="http://maketecheasier.com/peppermint-os-web-centric-desktop/2010/06/03">Peppermint OS &#8211; A New Take on the Web-Centric Desktop</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/peppermint-os-web-centric-desktop/2010/06/03/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>4 Other Online Storage Options That Are NOT Dropbox</title>
		<link>http://maketecheasier.com/4-online-storage-that-are-not-dropbox/2010/05/22</link>
		<comments>http://maketecheasier.com/4-online-storage-that-are-not-dropbox/2010/05/22#comments</comments>
		<pubDate>Sat, 22 May 2010 21:00:53 +0000</pubDate>
		<dc:creator>Trevor Dobrygoski</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[backup]]></category>
		<category><![CDATA[box.net]]></category>
		<category><![CDATA[cloud]]></category>
		<category><![CDATA[Dropbox]]></category>
		<category><![CDATA[storage]]></category>

		<guid isPermaLink="false">http://maketecheasier.com/?p=15748</guid>
		<description><![CDATA[It is usually easier to have things backed up or stored in the clouds than it is to remember to back up your important info. Personally, I have a weekly backup set for my laptop, but do I remember to have the app running and my external hard drive plugged... <p><div style="float:left;margin-bottom:10px"><a href="http://api.tweetmeme.com/share?url=http://maketecheasier.com/4-online-storage-that-are-not-dropbox/2010/05/22&amp;service=bit.ly" target="_blank"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http://maketecheasier.com/4-online-storage-that-are-not-dropbox/2010/05/22" style="border:none;margin-right:5px" width="51" height="61"></a><a href="http://digg.com/tools/diggthis/login?url=http://maketecheasier.com/4-online-storage-that-are-not-dropbox/2010/05/22" 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/4-online-storage-that-are-not-dropbox/2010/05/22" 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/4-online-storage-that-are-not-dropbox/2010/05/22&amp;title=4+Other+Online+Storage+Options+That+Are+NOT+Dropbox&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/4-online-storage-that-are-not-dropbox/2010/05/22" target="_blank"><img src="http://images.maketecheasier.com/stumble.png"></a></div>
<div style="clear:both"></div>
<strong><a href="http://maketecheasier.com/4-online-storage-that-are-not-dropbox/2010/05/22">4 Other Online Storage Options That Are NOT Dropbox</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/online-storage-intro.jpg" alt="online-storage-intro" title="online-storage-intro" width="300" height="138" class="alignleft size-full wp-image-15928" />It is usually easier to have things backed up or stored in the clouds than it is to remember to back up your important info. Personally, I have a weekly backup set for my laptop, but do I remember to have the app running and my external hard drive plugged in every Tuesday? Nope.</p>
<p>Because of this, I was doing some looking around at different places for online storage the  other day. I came to realize how many articles there are about Dropbox. I saw a few different sites talking about other options here and there, but Dropbox seemed to be everywhere. With a few Google  searches, I came across several great alternatives.</p>
<p>Even if you are using a service to back up certain files, there is nothing  wrong with using an additional source to back up. You can use one service for  personal and one for work, or one to back up pictures and one for ebooks. Most cloud storage services have the same basic features; uploading files via a web browser, sharing links to files, undelete and so on.</p>
<p>Below are several options to use in replacement of, or in conjunction with  Dropbox.<br />
<span id="more-15748"></span></p>
<h3>1. <a href="http://www.flipdrive.com" target="_blank">Flipdrive</a></h3>
<p>Not everyone needs a lot of storage. Flipdrive’s free option is pretty small in comparison to the others here. You are given 25 MB. This may not sound like a lot, but if used wisely, you can really pack a lot in there.</p>
<p>In the limited storage space, Flipbox is great option for backing up things like your contact list, an ebook you are reading, a few really important  documents,bookmarks or IM history logs.</p>
<p>To go along with the 25 MB, they give you a places to store contacts, bookmarks, calendar and you also have unlimited storage for your photos. The unlimited photo storage option is worth signing up all by itself.</p>
<p><img class="alignnone size-full wp-image-15829" title="online storage - flipdrive photo" src="http://imagecdn.maketecheasier.com/2010/05/online-storage-flipdrive-photo.png" alt="online-storage-flipdrive-photo" width="216" height="67" /></p>
<h3>2. <a href="http://box.net" target="_blank">Box.net</a></h3>
<p>Box.net is a pretty substantial jump in size over Flipdrive. You are allotted 1 GB of space. Having the added space opens up more  possibilities.</p>
<p>Going with these guys allows you access from your mobile device, whether it  be Blackberry, iPhone, iPad or mobile browser. I don’t need to tell you how  handy this is for the person who lives and dies by their phone. The Blackberry app is shortcut to the mobile version of the site.</p>
<p><img class="size-full wp-image-15828 alignnone" title="online storage - box mobile" src="http://imagecdn.maketecheasier.com/2010/05/online-storage-box-mobile.png" alt="online-storage-box-mobile" width="320" height="240" /></p>
<p>The biggest limitation here is the file size allowed; you can only upload a  25 MB file or smaller. When you look at the size of the actual size of most  files, they are not really too big. If you do need store a larger video or  something larger, you will need to go with another option.</p>
<h3>3. <a href="https://mozy.com" target="_blank">MozyHome</a></h3>
<p>Mozy is the next size increase of the bunch; they offer 2 GB of storage for free. The software you download to use Mozy is pretty simple and works with both Mac and Windows (no Linux).</p>
<p>When you initially install the desktop software, Mozy will scan your computer for files to back up. It doesn&#8217;t back up things like your OS or .iso files.</p>
<p><img src="http://imagecdn.maketecheasier.com/2010/05/online-storage-mozyhome.png" alt="online-storage-mozyhome" title="online-storage-mozyhome" width="480" height="356" class="alignnone size-full wp-image-15929" /></p>
<p>Once you have set up for the first time, as long as you have an internet connection, your files will be automatically backed up at all times. I don&#8217;t have a lot of big files on my netbook, but here is a screenshot of an initial search for files to upload. My initial backup took quite a while, I had almost 7500 small files to back up.</p>
<p>What I like about Mozy is, you don&#8217;t need to change the way you store your files. In the settings, simply choose the folders you want to back up; that&#8217;s all. The backups are automatic. With Dropbox, you have to store everything in the Dropbox folder or it does not get synced.</p>
<h3>4. <a href="http://www.adrive.com/" target="_blank">Adrive</a></h3>
<p>Adrive offers the largest amount of free space; a whopping 50 GB!</p>
<p>In the free version, there is not an option for a desktop client.This is both a blessing and a curse. You can upload multiple files at the same time using their Java based uploader. The downside of not having a desktop application, is you lose the automatic syncing.</p>
<p>With the free version you lose features like uploading files with FTP, the desktop app, mobile version and need to view a few ads. Is it worth it to see some ads and not have mobile access for 50 GB of free space? I thought it was.</p>
<p>My only complaint about Adrive is needing to prove you are human every time you sign in to the free version; the other stuff is more than acceptable.</p>
<p><img class="alignnone size-full wp-image-15838" title="online storage - adrive human check" src="http://imagecdn.maketecheasier.com/2010/05/online-storage-adrive-human-check.png" alt="online-storage-adrive-human-check" width="457" height="423" /></p>
<p>Do you back up your documents on a local drive or somewhere in the cloud?</p>
<p>intro image <a title="Link to ken mccown's photostream" rel="dc:creator cc:attributionURL" href="http://www.flickr.com/photos/kenmccown/" target="_blank">ken mccown</a><br />
<!--adsense#468x60--><br />
<h3 class='related_post_title'>Related Posts:</h3>
<ul class='related_post'>
<li><a href='http://maketecheasier.com/increase-storage-space-on-android-phone/2011/02/09' title='How to Get Extra Storage Space On Your Android Phone'>How to Get Extra Storage Space On Your Android Phone</a></li>
<li><a href='http://maketecheasier.com/schedule-regular-database-backup-to-dropbox/2012/02/01' title='How to Schedule Regular Database Backup to Dropbox'>How to Schedule Regular Database Backup to Dropbox</a></li>
<li><a href='http://maketecheasier.com/titanium-backup-the-best-backup-app-for-android-power-users/2011/03/29' title='Titanium Backup: The Best Backup App For Android Power Users'>Titanium Backup: The Best Backup App For Android Power Users</a></li>
<li><a href='http://maketecheasier.com/gladinet-cloud-desktop-3-review/2011/02/24' title='Gladinet Cloud Desktop 3 Review + Free Giveaway'>Gladinet Cloud Desktop 3 Review + Free Giveaway</a></li>
</ul>
<p><div style="float:left;margin-bottom:10px"><a href="http://api.tweetmeme.com/share?url=http://maketecheasier.com/4-online-storage-that-are-not-dropbox/2010/05/22&amp;service=bit.ly" target="_blank"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http://maketecheasier.com/4-online-storage-that-are-not-dropbox/2010/05/22" style="border:none;margin-right:5px" width="51" height="61"></a><a href="http://digg.com/tools/diggthis/login?url=http://maketecheasier.com/4-online-storage-that-are-not-dropbox/2010/05/22" 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/4-online-storage-that-are-not-dropbox/2010/05/22" 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/4-online-storage-that-are-not-dropbox/2010/05/22&amp;title=4+Other+Online+Storage+Options+That+Are+NOT+Dropbox&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/4-online-storage-that-are-not-dropbox/2010/05/22" target="_blank"><img src="http://images.maketecheasier.com/stumble.png"></a></div>
<div style="clear:both"></div>
<strong><a href="http://maketecheasier.com/4-online-storage-that-are-not-dropbox/2010/05/22">4 Other Online Storage Options That Are NOT Dropbox</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/4-online-storage-that-are-not-dropbox/2010/05/22/feed</wfw:commentRss>
		<slash:comments>11</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... <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--><br />
<h3 class='related_post_title'>Related Posts:</h3>
<ul class='related_post'>
<li><a href='http://maketecheasier.com/increase-storage-space-on-android-phone/2011/02/09' title='How to Get Extra Storage Space On Your Android Phone'>How to Get Extra Storage Space On Your Android Phone</a></li>
<li><a href='http://maketecheasier.com/a-quick-look-at-ubuntu-one-for-windows-public-beta/2010/12/07' title='A Quick Look At Ubuntu One For Windows Public Beta'>A Quick Look At Ubuntu One For Windows Public Beta</a></li>
<li><a href='http://maketecheasier.com/idrivesync-cheaper-alternative-of-dropbox/2010/08/28' title='IDriveSync: A Cheaper Alternative Of Dropbox'>IDriveSync: A Cheaper Alternative Of Dropbox</a></li>
<li><a href='http://maketecheasier.com/make-the-most-of-dropbox-part-ii/2010/05/31' title='How To Make the Most of Dropbox &#8211; Part II'>How To Make the Most of Dropbox &#8211; Part II</a></li>
</ul>
<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>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic (Feed is rejected)
Page Caching using disk: enhanced
Content Delivery Network via Amazon Web Services: CloudFront: cdn.maketecheasier.com

Served from: maketecheasier.com @ 2012-05-25 15:17:41 -->
