<?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; Damien</title>
	<atom:link href="http://maketecheasier.com/author/Damienoh/feed" rel="self" type="application/rss+xml" />
	<link>http://maketecheasier.com</link>
	<description>Uncomplicating the complicated, making life easier</description>
	<lastBuildDate>Sat, 07 Nov 2009 13:00:08 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=abc</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>The Safe Way to Change your WordPress Database Table Prefix</title>
		<link>http://maketecheasier.com/the-safe-way-to-change-your-wordpress-database-table-prefix/2009/11/07</link>
		<comments>http://maketecheasier.com/the-safe-way-to-change-your-wordpress-database-table-prefix/2009/11/07#comments</comments>
		<pubDate>Sat, 07 Nov 2009 13:00:08 +0000</pubDate>
		<dc:creator>Damien</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[backup]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[plugins]]></category>
		<category><![CDATA[table prefix]]></category>

		<guid isPermaLink="false">http://maketecheasier.com/?p=8172</guid>
		<description><![CDATA[Unless you have make an attempt to change the table prefix before installing your WordPress blog, chances are that your WP database is still using the default &#8216;wp_&#8217; as the table prefix. With this default prefix, hackers can easily perform a SQL injection attacks on your database and wreak havoc to your site. The best [...]<p><strong><a href="http://maketecheasier.com/the-safe-way-to-change-your-wordpress-database-table-prefix/2009/11/07">The Safe Way to Change your WordPress Database Table Prefix</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)</p>



Related posts:<ol><li><a href='http://maketecheasier.com/clone-and-migrate-wordpress-blog-to-new-server/2008/01/30' rel='bookmark' title='Permanent Link: [Hacking WordPress]: How To Clone And Migrate Your WordPress Blog To New Server'>[Hacking WordPress]: How To Clone And Migrate Your WordPress Blog To New Server</a></li><li><a href='http://maketecheasier.com/8-useful-tricks-to-clean-up-streamline-your-wordpress-database/2009/02/17' rel='bookmark' title='Permanent Link: 8 Useful Tricks To Clean Up &#038; Streamline Your Wordpress Database'>8 Useful Tricks To Clean Up &#038; Streamline Your Wordpress Database</a></li><li><a href='http://maketecheasier.com/11-ways-to-secure-your-wordpress-blog/2008/08/12' rel='bookmark' title='Permanent Link: 11 Ways To Secure Your WordPress Blog'>11 Ways To Secure Your WordPress Blog</a></li><li><a href='http://maketecheasier.com/easily-reset-your-wordpress-password-via-phpmyadmin/2009/03/28' rel='bookmark' title='Permanent Link: How To Easily Reset Your WordPress Password via phpMyAdmin'>How To Easily Reset Your WordPress Password via phpMyAdmin</a></li><li><a href='http://maketecheasier.com/understanding-wordpress-self-hosted-wordpress-vs-wordpresscom/2008/03/20' rel='bookmark' title='Permanent Link: Understanding WordPress (Self Hosted WordPress vs WordPress.com)'>Understanding WordPress (Self Hosted WordPress vs WordPress.com)</a></li></ol>]]></description>
			<content:encoded><![CDATA[<div class="KonaBody"><p><img class="alignleft size-full wp-image-8211" title="tbl_prefix-wp-on-table" src="http://images.maketecheasier.com/2009/11/tbl_prefix-wp-on-table.jpg" alt="tbl_prefix-wp-on-table" width="200" height="133" />Unless you have make an attempt to change the table prefix before installing your WordPress blog, chances are that your WP database is still using the default &#8216;wp_&#8217; as the table prefix. With this default prefix, hackers can easily perform a SQL injection attacks on your database and wreak havoc to your site. The best way to prevent this from happening is to change the table prefix to another term that is difficult for hackers to guess.</p>
<p>If you are new to blogging and are looking to install your first WordPress blog, then it is easy. Simply change the <em>$table_prefix</em> entry in wp-config.php file, upload the file to the server, then proceed on with the <a href="http://codex.wordpress.org/Installing_WordPress#Famous_5-Minute_Install" target="_blank">famous 5-mins installation</a>.</p>
<p>For those who have already been blogging for sometime, follow the method below to change your table prefix.</p>
<h3>Preparation</h3>
<p>Download the following two plugins, install and activate them in your WordPress blog.</p>
<p><strong>WP-DBManager</strong> (<a href="http://wordpress.org/extend/plugins/wp-dbmanager/">plugin download page</a>)</p>
<p><strong>Wordpress Table Rename</strong> (<a href="http://dl.getdropbox.com/u/149825/wordpress-table-rename.php.zip" target="_blank">modified version</a>,  <a href="http://www.seoegghead.com/software/wordpress-table-rename.seo" target="_blank">original download page</a>)</p>
<p>Note: I have make a slight modification to the WordPress Table Rename plugin to include changes in the later version of WordPress, but credit must be given to <a href="http://www.seoegghead.com/" target="_blank">SEO Egghead</a> for creating such an useful plugin.</p>
<h3>Get started</h3>
<p>Before you do anything to your database, first perform a db backup.</p>
<p>On the left pane, go to <em>Database –&gt; Backup DB. </em>Do a backup of your database.</p>
<p><img class="alignnone size-full wp-image-8174" title="tbl_prefix-backup-db" src="http://images.maketecheasier.com/2009/11/tbl_prefix-backup-db.png" alt="tbl_prefix-backup-db" width="577" height="319" /></p>
<p>Next, go to <em>Settings –&gt; Table Rename</em></p>
<p>Enter a new term for the table prefix.</p>
<p>Click the <em>Create New Tables</em> button to generate new tables with the new prefix. If you have a big database, this process will take a long time.</p>
<p><img class="alignnone size-full wp-image-8175" title="tbl_prefix-new-table" src="http://images.maketecheasier.com/2009/11/tbl_prefix-new-table.png" alt="tbl_prefix-new-table" width="479" height="260" /></p>
<p>When it is done, you will see the success message.</p>
<p><img class="alignnone size-full wp-image-8177" title="tbl_prefix-success-message" src="http://images.maketecheasier.com/2009/11/tbl_prefix-success-message.png" alt="tbl_prefix-success-message" width="577" height="168" /></p>
<p>If you have a big database, the page might issue a timeout and show a blank page.</p>
<h3>Verify your new database tables</h3>
<p>Now go to Database-&gt;database. You should see the new tables in place.</p>
<p><img class="alignnone size-full wp-image-8178" title="tbl_prefix-database-table" src="http://images.maketecheasier.com/2009/11/tbl_prefix-database-table.png" alt="tbl_prefix-database-table" width="577" height="498" /></p>
<h3>Migrating your blog</h3>
<p>While the plugin provides a way to change the table_prefix value in wp-config.php file, it won’t work in most cases unless you have set the wp-config.php file readable/writable (which I strongly advised against). The best way is to change the value manually.</p>
<p>With your favorite FTP program, download your wp-config.php from the root server.</p>
<p>Open it up with any text editor and scroll down to the section where you see</p>

<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;"><span style="color: #000088;">$table_prefix</span> <span style="color: #339933;">=</span> <span style="color: #0000ff;">'wp_'</span></pre></div></div>

<p>Change it to</p>

<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;"><span style="color: #000088;">$table_prefix</span> <span style="color: #339933;">=</span> <span style="color: #0000ff;">'YourNewPrefix_'</span></pre></div></div>

<p>Save it and re-upload this file back to the server.</p>
<h3>Almost there</h3>
<p>You have just completed the migration from the old table prefix to new table prefix, there are still several things that you need to do</p>
<p>1. Browse through your site and make sure all the pages, images and content are loading correctly. If you see errors, or that the site is not loading, change the <em>$table_prefix</em> back to &#8216;<em>wp_</em>&#8216; and re-upload back to the server.</p>
<p>2. Browse through the settings for each individual plugin and make sure that all the configurations are intact. Some of the plugins use the table prefix for their storage and these values were not changed by the plugin. For such plugins, you will see the settings fall back to their default values. What you have to do is to reconfigure it and re-save it. It will now store in the database with the new table prefix.</p>
<p>3. (Optional) Go to the <em>Database –&gt; Empty/Drop Tables</em>, check the <em>Drop</em> button for all the table with the old prefix. Click the Empty/Drop button to remove them from your database.</p>
<p><strong>Important</strong>: <em>Do this only if you are sure that the  new tables (with the new prefix) are working correctly.</em></p>
<p><img class="alignnone size-full wp-image-8179" title="tbl_prefix-delete-table" src="http://images.maketecheasier.com/2009/11/tbl_prefix-delete-table.png" alt="tbl_prefix-delete-table" width="580" height="714" /></p>
<p>Note that this is purely optional. Leaving your old table in the database will not hurt your blog and it can serve as a backup and allow you to switch back to them quickly in the event your blog got hacked into. However, if you have a big database, the extra tables could add plenty of overhead to your server. So, make your own judgement.</p>
<h3>Last part</h3>
<p>Once you are happy with everything, backup the new database. If you have previously schedule a daily backup, you have to reschedule it again to include the new tables.</p>
<p>You can also deactivate and uninstall the WordPress Table Rename plugin. There is no use for it now.</p>
<p>That’s it. You have successfully changed your WordPress database table prefix.</p>
<p>Image credit: <a href="http://www.flickr.com/photos/naokomc/" target="_blank">naokomc</a><br />
<p><script type="text/javascript"><!--
google_ad_client = "pub-8765285789552883";
/* MTE body ad300x250, created 5/17/09 */
google_ad_slot = "3980792036";
google_ad_width = 300;
google_ad_height = 250;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</p></p>
</div><p><strong><a href="http://maketecheasier.com/the-safe-way-to-change-your-wordpress-database-table-prefix/2009/11/07">The Safe Way to Change your WordPress Database Table Prefix</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)</p>


<p>Related posts:<ol><li><a href='http://maketecheasier.com/clone-and-migrate-wordpress-blog-to-new-server/2008/01/30' rel='bookmark' title='Permanent Link: [Hacking WordPress]: How To Clone And Migrate Your WordPress Blog To New Server'>[Hacking WordPress]: How To Clone And Migrate Your WordPress Blog To New Server</a></li><li><a href='http://maketecheasier.com/8-useful-tricks-to-clean-up-streamline-your-wordpress-database/2009/02/17' rel='bookmark' title='Permanent Link: 8 Useful Tricks To Clean Up &#038; Streamline Your Wordpress Database'>8 Useful Tricks To Clean Up &#038; Streamline Your Wordpress Database</a></li><li><a href='http://maketecheasier.com/11-ways-to-secure-your-wordpress-blog/2008/08/12' rel='bookmark' title='Permanent Link: 11 Ways To Secure Your WordPress Blog'>11 Ways To Secure Your WordPress Blog</a></li><li><a href='http://maketecheasier.com/easily-reset-your-wordpress-password-via-phpmyadmin/2009/03/28' rel='bookmark' title='Permanent Link: How To Easily Reset Your WordPress Password via phpMyAdmin'>How To Easily Reset Your WordPress Password via phpMyAdmin</a></li><li><a href='http://maketecheasier.com/understanding-wordpress-self-hosted-wordpress-vs-wordpresscom/2008/03/20' rel='bookmark' title='Permanent Link: Understanding WordPress (Self Hosted WordPress vs WordPress.com)'>Understanding WordPress (Self Hosted WordPress vs WordPress.com)</a></li></ol></p>]]></content:encoded>
			<wfw:commentRss>http://maketecheasier.com/the-safe-way-to-change-your-wordpress-database-table-prefix/2009/11/07/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Afloat 2.2 Adds Support For Snow Leopard and New Features</title>
		<link>http://maketecheasier.com/afloat-22-adds-new-features/2009/11/05</link>
		<comments>http://maketecheasier.com/afloat-22-adds-new-features/2009/11/05#comments</comments>
		<pubDate>Thu, 05 Nov 2009 23:32:00 +0000</pubDate>
		<dc:creator>Damien</dc:creator>
				<category><![CDATA[Mac]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Afloat]]></category>
		<category><![CDATA[always on top]]></category>
		<category><![CDATA[Application]]></category>
		<category><![CDATA[window]]></category>

		<guid isPermaLink="false">http://maketecheasier.com/?p=8132</guid>
		<description><![CDATA[When Snow Leopard was launched, many applications broke because of compatibility issue. Afloat was one of them (mainly due to the plugsuit issue). The good news is, Afloat 2.2 was launched to patch up the issue. Now you can get Afloat running smoothly in Snow Leopard.
For those who have not heard of Afloat, it is [...]<p><strong><a href="http://maketecheasier.com/afloat-22-adds-new-features/2009/11/05">Afloat 2.2 Adds Support For Snow Leopard and New Features</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)</p>



Related posts:<ol><li><a href='http://maketecheasier.com/whats-new-in-snow-leopard-technologies-review-of-snow-leopard/2009/09/13' rel='bookmark' title='Permanent Link: What&#8217;s New in Snow Leopard? Technologies Review of Snow Leopard'>What&#8217;s New in Snow Leopard? Technologies Review of Snow Leopard</a></li><li><a href='http://maketecheasier.com/7-useful-things-in-snow-leopard/2009/09/16' rel='bookmark' title='Permanent Link: 7 Useful Little Things in Snow Leopard That You Might Not Know'>7 Useful Little Things in Snow Leopard That You Might Not Know</a></li><li><a href='http://maketecheasier.com/mac-keeping-your-application-window-%e2%80%98always-on-top%e2%80%99/2008/07/09' rel='bookmark' title='Permanent Link: [Mac]: Keeping Your Application Window ‘Always On Top’'>[Mac]: Keeping Your Application Window ‘Always On Top’</a></li><li><a href='http://maketecheasier.com/create-mac-snow-leopard-usb-installer-disk/2009/10/08' rel='bookmark' title='Permanent Link: How to Create a Mac Snow Leopard USB Installer Disk'>How to Create a Mac Snow Leopard USB Installer Disk</a></li><li><a href='http://maketecheasier.com/things-to-prepare-before-upgrading-your-mac-to-snow-leopard/2009/09/08' rel='bookmark' title='Permanent Link: Things to prepare before upgrading your Mac to Snow Leopard'>Things to prepare before upgrading your Mac to Snow Leopard</a></li></ol>]]></description>
			<content:encoded><![CDATA[<div class="KonaBody"><p><img class="alignleft size-full wp-image-8133" title="afloat-logo" src="http://images.maketecheasier.com/2009/11/afloat-logo.png" alt="afloat-logo" width="227" height="87" />When Snow Leopard was launched, many applications broke because of compatibility issue. Afloat was one of them (mainly due to the plugsuit issue). The good news is, <a href="http://infinite-labs.net/afloat/" target="_blank">Afloat 2.2</a> was launched to patch up the issue. Now you can get Afloat running smoothly in Snow Leopard.</p>
<p>For those who have not heard of Afloat, it is an useful software that you can use to keep an application window &#8220;<a href="http://maketecheasier.com/mac-keeping-your-application-window-‘always-on-top’/2008/07/09">always on top</a>&#8221; of all other windows. One thing for sure, Afloat 2.2 brings some new features that are not available in previous version.</p>
<h3>Make windows appear in all spaces</h3>
<p>If you are a great fan of Spaces in Mac, then you are going to love this feature. If you are working on a project and have several application opened in different spaces, instead of traversing between spaces to access your data, you can make the application window follow you around, without you having to do the manual work.</p>
<p><img class="alignnone size-full wp-image-8135" title="afloat-options" src="http://images.maketecheasier.com/2009/11/afloat-options.jpg" alt="afloat-options" width="342" height="330" /></p>
<h3>Resize windows easily</h3>
<p>The usual way of resizing an application window in Mac is to move your mouse to the right bottom corner of the window and drag to resize. With Afloat 2.2, you can now press <em>Ctrl + Command + right mouse click</em> to resize the window from anywhere inside the window region.</p>
<h3>Move window around without dragging the title bar</h3>
<p>By pressing <em>Ctrl + Command + left mouse click</em>, you can move the window around easily and quickly (similar to the <em>Alt + left mouse click</em> feature in Linux Compiz).</p>
<h3>Pin to the desktop</h3>
<p>You can also pin a window to the desktop and make it persistent. With this feature turn on, even the &#8220;Show Desktop&#8221; command will not hide the window.</p>
<h3>Existing functionality</h3>
<p>For those who are new to Afloat, here are some of the functionality that existed since version 1</p>
<p><strong>Afloat</strong>: keep the window &#8220;always on top&#8221;. Accessible via the shortcut key <em>Ctrl + Command + A</em> or via the Window menu. (Note: the shortcut key don&#8217;t work in Preview)</p>
<p><strong>Add transparency to windows</strong>: Press <em>Ctrl + Command + mouse wheel scroll</em> to change the transparency of the window. This is useful if you just want to take a quick peek at the windows beneath.<strong> </strong></p>
<p><strong>Make window an overlay</strong>: This turns a window into an overlay. When this mode is on, it will not respond to any mouse click or keyboard entry.</p>
<p>One thing to note: Afloat does not work with all applications. It only works for Cocoa based applications, such as Safari, Preview, iChat etc. Carbon based applications like iTunes and Finder do not get the love.</p>
<p><p><script type="text/javascript"><!--
google_ad_client = "pub-8765285789552883";
/* MTE body ad300x250, created 5/17/09 */
google_ad_slot = "3980792036";
google_ad_width = 300;
google_ad_height = 250;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</p></p>
</div><p><strong><a href="http://maketecheasier.com/afloat-22-adds-new-features/2009/11/05">Afloat 2.2 Adds Support For Snow Leopard and New Features</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)</p>


<p>Related posts:<ol><li><a href='http://maketecheasier.com/whats-new-in-snow-leopard-technologies-review-of-snow-leopard/2009/09/13' rel='bookmark' title='Permanent Link: What&#8217;s New in Snow Leopard? Technologies Review of Snow Leopard'>What&#8217;s New in Snow Leopard? Technologies Review of Snow Leopard</a></li><li><a href='http://maketecheasier.com/7-useful-things-in-snow-leopard/2009/09/16' rel='bookmark' title='Permanent Link: 7 Useful Little Things in Snow Leopard That You Might Not Know'>7 Useful Little Things in Snow Leopard That You Might Not Know</a></li><li><a href='http://maketecheasier.com/mac-keeping-your-application-window-%e2%80%98always-on-top%e2%80%99/2008/07/09' rel='bookmark' title='Permanent Link: [Mac]: Keeping Your Application Window ‘Always On Top’'>[Mac]: Keeping Your Application Window ‘Always On Top’</a></li><li><a href='http://maketecheasier.com/create-mac-snow-leopard-usb-installer-disk/2009/10/08' rel='bookmark' title='Permanent Link: How to Create a Mac Snow Leopard USB Installer Disk'>How to Create a Mac Snow Leopard USB Installer Disk</a></li><li><a href='http://maketecheasier.com/things-to-prepare-before-upgrading-your-mac-to-snow-leopard/2009/09/08' rel='bookmark' title='Permanent Link: Things to prepare before upgrading your Mac to Snow Leopard'>Things to prepare before upgrading your Mac to Snow Leopard</a></li></ol></p>]]></content:encoded>
			<wfw:commentRss>http://maketecheasier.com/afloat-22-adds-new-features/2009/11/05/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>TonidoPlug: Your Personal Cloud Server in a Plug</title>
		<link>http://maketecheasier.com/tonidoplug-your-personal-cloud-server-in-a-plug/2009/11/02</link>
		<comments>http://maketecheasier.com/tonidoplug-your-personal-cloud-server-in-a-plug/2009/11/02#comments</comments>
		<pubDate>Mon, 02 Nov 2009 23:47:39 +0000</pubDate>
		<dc:creator>Damien</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[PC Hardware]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[cloud]]></category>
		<category><![CDATA[hardware]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[tonido]]></category>

		<guid isPermaLink="false">http://maketecheasier.com/?p=8105</guid>
		<description><![CDATA[Putting all your stuffs and confidential data on the cloud may seems like a good idea as it allows you to access to them anytime, anywhere. However, it can become a totally bad decision when the security of the cloud server is compromised or the third party providers wind up their services and all your [...]<p><strong><a href="http://maketecheasier.com/tonidoplug-your-personal-cloud-server-in-a-plug/2009/11/02">TonidoPlug: Your Personal Cloud Server in a Plug</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)</p>



Related posts:<ol><li><a href='http://maketecheasier.com/review-of-opera-unite-putting-a-web-server-in-a-browser/2009/06/20' rel='bookmark' title='Permanent Link: Review of Opera Unite: Putting a Web Server In a Browser'>Review of Opera Unite: Putting a Web Server In a Browser</a></li><li><a href='http://maketecheasier.com/5-reasons-why-you-should-use-virtualbox-over-vmware-server/2008/07/21' rel='bookmark' title='Permanent Link: 5 Reasons Why You Should Use VirtualBox Over VMware Server'>5 Reasons Why You Should Use VirtualBox Over VMware Server</a></li><li><a href='http://maketecheasier.com/installing-vmware-server-in-hardy-heron/2008/04/29' rel='bookmark' title='Permanent Link: Installing VMware Server in Hardy Heron'>Installing VMware Server in Hardy Heron</a></li><li><a href='http://maketecheasier.com/how-to-install-and-setup-jinzora-media-server-in-ubuntu/2008/08/25' rel='bookmark' title='Permanent Link: How To Install And Setup Jinzora Media Server In Ubuntu'>How To Install And Setup Jinzora Media Server In Ubuntu</a></li><li><a href='http://maketecheasier.com/sharing-files-between-ubuntu-host-and-virtual-machines/2007/12/17' rel='bookmark' title='Permanent Link: Sharing Files Between Ubuntu Host and Virtual Machines'>Sharing Files Between Ubuntu Host and Virtual Machines</a></li></ol>]]></description>
			<content:encoded><![CDATA[<div class="KonaBody"><p><img class="alignleft size-full wp-image-8115" title="tonidoplug" src="http://images.maketecheasier.com/2009/11/tonidoplug.jpg" alt="tonidoplug" width="200" height="255" />Putting all your stuffs and confidential data on the cloud may seems like a good idea as it allows you to access to them anytime, anywhere. However, it can become a totally bad decision when the security of the cloud server is compromised or the third party providers wind up their services and all your data gone down with them. When such things happen, you might wonder why you have not heard of <a href="http://tonido.com" target="_blank">Tonido</a> earlier.</p>
<p>Tonido is a free software that turns your desktop into a personal server and allows you to access and share your files, media, calendar and apps from everywhere. Be it Windows, Mac or Linux, you simply install the software and have your own personal cloud server up and running in no time. Forget all the complicated stuffs you have heard about creating your own server. There are no technical skills required to set up and run Tonido. The best thing is &#8211; all the data resides in your own computer and there is no need to worry about security or even data loss (unless your own computer crashes).</p>
<p><img class="alignnone size-full wp-image-8109" title="tonido-main-screen" src="http://images.maketecheasier.com/2009/11/tonido-main-screen.jpg" alt="tonido-main-screen" width="577" height="439" /></p>
<h3>Introducing TonidoPlug</h3>
<p>On the other hand, if all your important data resides on your external backup drive and you wish to have your own cloud server running at all times without having to turn on your computer  everytime, then <a href="http://www.tonidoplug.com/" target="_blank">TonidoPlug</a> is the one for you.</p>
<p>TonidoPlug is the hardware version of Tonido. It is a tiny, low power, low cost home server and NAS device powered by Tonido software. It comes with its own RAM and CPU (and preinstalled with Ubuntu). All you need to do is to plug it into the power socket and there you are, a server ready at your beckoning. It integrates nicely with all the features found in the Tonido software and allows you to access your files, music, pictures from anywhere.</p>
<p><img class="alignnone size-full wp-image-8113" title="tonidoplug-hardware" src="http://images.maketecheasier.com/2009/11/tonidoplug-hardware.jpg" alt="tonidoplug-hardware" width="271" height="276" /></p>
<h3>Setting up TonidoPlug</h3>
<p>Once you have connected up the respective cables (there are only 3 cables that you need to connect: the power cable, LAN cable and the USB cable), power it up. On any computer that are linked to the home network, go to the URL: <em>http://tonidoplug.com/ip</em>. This will detect your Tonido Plug. In some cases where it doesn&#8217;t detect, you can enter the MAC address (at the back of the plug) to get it identified by the network.</p>
<p><img class="alignnone size-full wp-image-8110" title="tonidoplug-setup" src="http://images.maketecheasier.com/2009/11/tonidoplug-setup.jpg" alt="tonidoplug-setup" width="577" height="277" /></p>
<p>Once the plug is detected, you will have to create a new profile for the Tonido. Those who already have an existing profile can use <a href="http://www.tonido.com/support/TonidoPlug_FAQ_By_Consumers#How_to_transfer_older_Tonido_profile_to_TonidoPlug.3F" target="_blank">this method</a> to import them into the Plug.</p>
<p>In the dashboard, you will find the exact same interface as the Tonido. The software available in TonidoPlug is as follow:</p>
<p><img class="alignnone size-full wp-image-8111" title="tonidoplug-application" src="http://images.maketecheasier.com/2009/11/tonidoplug-application.jpg" alt="tonidoplug-application" width="233" height="241" /></p>
<p>Many of these apps should be familiar to already Tonido users, (Jukebox, Photos, Search, Thots, Workspace). The newer apps are WebsharePro, Torrent, Explorer and Plug Admin.</p>
<p>Here’s a quick summary of these applications.</p>
<ol>
<li><strong>WebsharePro</strong>: All the power of Tonido Webshare, plus the ability to upload, setting upload quotas for users, zip downloads, viewing currently downloading lists, change thumbnail and photo slide show image size</li>
<li><strong>Torrent</strong>: Download Torrent files to your plug and control torrents via your web browser from anywhere</li>
<li><strong>Explorer</strong>: Web based File manager and browser that allows common file operations like rename, delete, copy files and folders and even uploads</li>
<li><strong>Plug Admin:</strong> Manage your TonidoPlug hardware, recover Tonido Profile passwords, Manage attached USB drives, Share USB drives over the network for access, Monitor CPU loads etc</li>
</ol>
<p>If you are not in your own home networks, you can also connect to your TonidoPlug via the public URL: <em>http://yourprofilename.tonido.com:10001</em>.</p>
<p>In addition, TonidoPlug is also a DLNA device, which means you are able to connect to your PS3, Xbox, or even XBMC software and stream music over the cloud.</p>
<p>The Tonido software is free to download and use, but the TonidoPlug comes at a  price of $99.</p>
<p>Considering that most Web servers with the same hardware spec as the TonidoPlug can easily cost you up to $40-50 per month, at a mere price of $99, TonidoPlug is really a great bargain; not to mention the unlimited amount of storage device you can attach to it and the security issue that you never have to worry about. This is really a no-brainer deal.</p>
<p><em>Note 1: Thanks to Venkat for sending in a test unit for review and providing a prompt support for all my doubts.<br />
Note 2: MakeTechEasier is not affiliated in any way to CodeLathe, the company behind TonidoPlug, nor do we benefit from any sale of TonidoPlug generated from this article. </em></p>
<p><!--adsense#468x60--></p>
</div><p><strong><a href="http://maketecheasier.com/tonidoplug-your-personal-cloud-server-in-a-plug/2009/11/02">TonidoPlug: Your Personal Cloud Server in a Plug</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)</p>


<p>Related posts:<ol><li><a href='http://maketecheasier.com/review-of-opera-unite-putting-a-web-server-in-a-browser/2009/06/20' rel='bookmark' title='Permanent Link: Review of Opera Unite: Putting a Web Server In a Browser'>Review of Opera Unite: Putting a Web Server In a Browser</a></li><li><a href='http://maketecheasier.com/5-reasons-why-you-should-use-virtualbox-over-vmware-server/2008/07/21' rel='bookmark' title='Permanent Link: 5 Reasons Why You Should Use VirtualBox Over VMware Server'>5 Reasons Why You Should Use VirtualBox Over VMware Server</a></li><li><a href='http://maketecheasier.com/installing-vmware-server-in-hardy-heron/2008/04/29' rel='bookmark' title='Permanent Link: Installing VMware Server in Hardy Heron'>Installing VMware Server in Hardy Heron</a></li><li><a href='http://maketecheasier.com/how-to-install-and-setup-jinzora-media-server-in-ubuntu/2008/08/25' rel='bookmark' title='Permanent Link: How To Install And Setup Jinzora Media Server In Ubuntu'>How To Install And Setup Jinzora Media Server In Ubuntu</a></li><li><a href='http://maketecheasier.com/sharing-files-between-ubuntu-host-and-virtual-machines/2007/12/17' rel='bookmark' title='Permanent Link: Sharing Files Between Ubuntu Host and Virtual Machines'>Sharing Files Between Ubuntu Host and Virtual Machines</a></li></ol></p>]]></content:encoded>
			<wfw:commentRss>http://maketecheasier.com/tonidoplug-your-personal-cloud-server-in-a-plug/2009/11/02/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Easily Create DVD Videos With WinX DVD Author (Free Download)</title>
		<link>http://maketecheasier.com/easily-create-dvd-videos-with-winx-dvd-author-free-download/2009/10/23</link>
		<comments>http://maketecheasier.com/easily-create-dvd-videos-with-winx-dvd-author-free-download/2009/10/23#comments</comments>
		<pubDate>Sat, 24 Oct 2009 03:10:31 +0000</pubDate>
		<dc:creator>Damien</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[dvd editing]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://maketecheasier.com/?p=7878</guid>
		<description><![CDATA[[Windows only] As part of the WinX DVD range of product, Winx DVD Author is a cool tool that allows you to author and create your own DVD easily. For those who are looking for a professional, yet easy to use DVD authoring software, WinX DVD Author could be the one for you.
At MakeTechEasier, we [...]<p><strong><a href="http://maketecheasier.com/easily-create-dvd-videos-with-winx-dvd-author-free-download/2009/10/23">Easily Create DVD Videos With WinX DVD Author (Free Download)</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)</p>



Related posts:<ol><li><a href='http://maketecheasier.com/download-easeus-partition-master-for-free-24-hours-only/2009/02/27' rel='bookmark' title='Permanent Link: Download EASEUS Partition Master For Free – 24 Hours Only'>Download EASEUS Partition Master For Free – 24 Hours Only</a></li><li><a href='http://maketecheasier.com/windows-converting-your-videos-to-iphone-format/2008/05/20' rel='bookmark' title='Permanent Link: [Windows] Converting Your Videos To iPhone Format'>[Windows] Converting Your Videos To iPhone Format</a></li><li><a href='http://maketecheasier.com/5-powerful-video-converters-for-mac-that-you-can-use-for-free/2009/01/18' rel='bookmark' title='Permanent Link: 5 Powerful Video Converters For Mac That You Can Use For Free'>5 Powerful Video Converters For Mac That You Can Use For Free</a></li><li><a href='http://maketecheasier.com/download-high-definition-video-with-youtube-downloader/2009/01/17' rel='bookmark' title='Permanent Link: Download High Definition Video With YouTube Downloader'>Download High Definition Video With YouTube Downloader</a></li><li><a href='http://maketecheasier.com/editing-videos-with-kdenlive/2009/06/08' rel='bookmark' title='Permanent Link: Editing Videos With Kdenlive'>Editing Videos With Kdenlive</a></li></ol>]]></description>
			<content:encoded><![CDATA[<div class="KonaBody"><p><img class="alignleft size-full wp-image-7921" title="winx-logo" src="http://images.maketecheasier.com/2009/10/winx-logo.jpg" alt="winx-logo" width="300" height="124" />[Windows only] As part of the WinX DVD range of product, <a href="http://www.winxdvd.com/dvd-author/">Winx DVD Author</a> is a cool tool that allows you to author and create your own DVD easily. For those who are looking for a professional, yet easy to use DVD authoring software, WinX DVD Author could be the one for you.</p>
<p>At MakeTechEasier, we don&#8217;t usually review paid software as we are great believers of free and open source software. However, the WinX DVD team decided to give away a <strong>free 1 year license</strong> (scroll down for the download link), which makes it compelling for us to give this DVD authoring software a second look. And yes, we are not disappointed. Read on for the full review.</p>
<p>One good feature about WinX DVD Author is that it supports a wide variety of video formats such as AVI, ASF, MPEG, MKV, MP4, MOV, RM, RMVB, XIVD, DVIX, H264, OGG, QT (quick time), FLV, etc. Being an authoring tool, you are also able to add subtitle files, create DVD menu, clip video segment and many other useful features.</p>
<p>On the main screen, you can find the various options to manipulate your video files.</p>
<p><img style="border-top-width: 0px;border-left-width: 0px;float: none;border-bottom-width: 0px;margin-left: auto;margin-right: auto;border-right-width: 0px" src="http://images.maketecheasier.com/2009/10/freewinxdvdauthorstartwindow.png" border="0" alt="free-winx-dvd-author-start-window" width="446" height="302" /></p>
<p>You can either:</p>
<ol>
<li>Choose the <em>DVD Author</em> option and run through the wizard to create a DVD from your video file.</li>
<li>Convert the <em>Video to Vob</em> format and store it for later use</li>
<li> Convert existing <em>Vob to DVD</em></li>
<li>and finally, <em>burn the file to DVD</em>.</li>
</ol>
<p>Note that the first option <em>DVD Author</em> is just the combination of point 2, 3 and 4 in few clicks.</p>
<h3>Authoring DVD</h3>
<p>At the DVD Author page, you can see a variety of options to edit your video files.</p>
<p><img class="alignnone size-full wp-image-7916" title="winx-authoring" src="http://images.maketecheasier.com/2009/10/winx-authoring.png" alt="winx-authoring" width="577" height="429" /></p>
<p>Click on the +/- button to add/remove video files.</p>
<p>Change the start/end timeframe of the video.</p>
<p>Click on the subtitle button beside the track to add subtitle files.</p>
<p>Change the output resolution and check if you want to include DVD menu. There is also a one-click button for you to change between DVD-5 and DVD-9 format.</p>
<h3>DVD title &amp; chapter menu editing</h3>
<p><img class="alignnone size-full wp-image-7917" title="winx-create-menu" src="http://images.maketecheasier.com/2009/10/winx-create-menu.jpg" alt="winx-create-menu" width="577" height="393" /></p>
<p>Authoring the DVD Title &amp; chapter menu is quite cool. Select background pictures, music and add texts that you may need to customize your DVD menu.</p>
<h3>Burning DVD</h3>
<p><img class="alignnone size-full wp-image-7918" title="winx-burn-dvd" src="http://images.maketecheasier.com/2009/10/winx-burn-dvd.jpg" alt="winx-burn-dvd" width="548" height="440" /></p>
<p>Burning your edited video file to DVD is as simple as choosing the DVD-writer as the Device name and click on the Start button.</p>
<h3>Suggestions for improvement:</h3>
<h3>Add text/tooltips to button</h3>
<p>Most of the buttons found in the UI are graphical and does not come with any text description. The developers might feel that the graphic icons are self-explanatory, but I have completely no idea about the functionality of each button until I clicked on it.</p>
<h3>Specifying supported video formats</h3>
<p><img class="alignnone size-full wp-image-7919" title="winx-supported-formats" src="http://images.maketecheasier.com/2009/10/winx-supported-formats.jpg" alt="winx-supported-formats" width="461" height="108" /></p>
<p>It will be great if the developers can specify the individual supported file formats rather than just listing a <em>Supported Formatted Files</em> in the selection dropdown.</p>
<h3>Add support for SWF</h3>
<p>Not sure if this is too much to ask for, but it will be great if it can support SWF file.</p>
<h3>Ability to create ISO images</h3>
<p>ISO format? No?</p>
<h3>Download link</h3>
<p>As I mentioned above, this software costs $29.95, but is free to download until 31st Oct 2009. You can grab it at this <a href="http://www.winxdvd.com/specialoffer/oct09.htm" target="_blank">link</a>. This is the fully functional and licensed version, not the trial copy, so grab it while it is available.</p>
<p>The WinX DVD Author works in Windows XP, Vista and 7.</p>
<p><em>Thanks to Viola for sharing with us this promotion.</em></p>
<p><a href="http://www.winxdvd.com/specialoffer/oct09.htm" target="_blank">Download WinX DVD Author</a></p>
<p><!--adsense#468x60--></p>
</div><p><strong><a href="http://maketecheasier.com/easily-create-dvd-videos-with-winx-dvd-author-free-download/2009/10/23">Easily Create DVD Videos With WinX DVD Author (Free Download)</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)</p>


<p>Related posts:<ol><li><a href='http://maketecheasier.com/download-easeus-partition-master-for-free-24-hours-only/2009/02/27' rel='bookmark' title='Permanent Link: Download EASEUS Partition Master For Free – 24 Hours Only'>Download EASEUS Partition Master For Free – 24 Hours Only</a></li><li><a href='http://maketecheasier.com/windows-converting-your-videos-to-iphone-format/2008/05/20' rel='bookmark' title='Permanent Link: [Windows] Converting Your Videos To iPhone Format'>[Windows] Converting Your Videos To iPhone Format</a></li><li><a href='http://maketecheasier.com/5-powerful-video-converters-for-mac-that-you-can-use-for-free/2009/01/18' rel='bookmark' title='Permanent Link: 5 Powerful Video Converters For Mac That You Can Use For Free'>5 Powerful Video Converters For Mac That You Can Use For Free</a></li><li><a href='http://maketecheasier.com/download-high-definition-video-with-youtube-downloader/2009/01/17' rel='bookmark' title='Permanent Link: Download High Definition Video With YouTube Downloader'>Download High Definition Video With YouTube Downloader</a></li><li><a href='http://maketecheasier.com/editing-videos-with-kdenlive/2009/06/08' rel='bookmark' title='Permanent Link: Editing Videos With Kdenlive'>Editing Videos With Kdenlive</a></li></ol></p>]]></content:encoded>
			<wfw:commentRss>http://maketecheasier.com/easily-create-dvd-videos-with-winx-dvd-author-free-download/2009/10/23/feed</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Linux: Access 100+ Games Instantly With DJL</title>
		<link>http://maketecheasier.com/linux-access-100-games-instantly-with-djl/2009/10/17</link>
		<comments>http://maketecheasier.com/linux-access-100-games-instantly-with-djl/2009/10/17#comments</comments>
		<pubDate>Sat, 17 Oct 2009 12:13:54 +0000</pubDate>
		<dc:creator>Damien</dc:creator>
				<category><![CDATA[Gaming]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[DJL]]></category>

		<guid isPermaLink="false">http://maketecheasier.com/?p=7785</guid>
		<description><![CDATA[
(Update: The site was up and running when this post was published, but now it seems that it is down for unknown reason.)
(Update: The site is up and running again.)

For those who always feel that gaming is not suitable in Linux OS and it is always an hassle to install and get games to run [...]<p><strong><a href="http://maketecheasier.com/linux-access-100-games-instantly-with-djl/2009/10/17">Linux: Access 100+ Games Instantly With DJL</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)</p>



Related posts:<ol><li><a href='http://maketecheasier.com/4-ways-to-play-windows-game-on-linux/2008/08/19' rel='bookmark' title='Permanent Link: 4 Ways To Play Windows Game On Linux'>4 Ways To Play Windows Game On Linux</a></li><li><a href='http://maketecheasier.com/playdeb-makes-game-installation-in-ubuntu-a-breeze/2008/09/17' rel='bookmark' title='Permanent Link: Playdeb Makes Game Installation In Ubuntu a Breeze'>Playdeb Makes Game Installation In Ubuntu a Breeze</a></li><li><a href='http://maketecheasier.com/gaming-in-linux-ubuntu/2007/11/16' rel='bookmark' title='Permanent Link: Gaming In Linux (Ubuntu)'>Gaming In Linux (Ubuntu)</a></li><li><a href='http://maketecheasier.com/guide-to-playstation-emulator-on-ubuntu/2008/03/19' rel='bookmark' title='Permanent Link: Guide to Playstation Emulator on Ubuntu'>Guide to Playstation Emulator on Ubuntu</a></li><li><a href='http://maketecheasier.com/city-simulation-game-for-linux/2008/02/07' rel='bookmark' title='Permanent Link: City Simulation Game For Linux'>City Simulation Game For Linux</a></li></ol>]]></description>
			<content:encoded><![CDATA[<div class="KonaBody"><p><img class="alignleft" title="djl-configuration" src="http://images.maketecheasier.com/2009/10/djl-logo.jpg" alt="djl-logo" width="174" height="86" /></p>
<p>(<em><strong>Update</strong>: The site was up and running when this post was published, but now it seems that it is down for unknown reason.)</em></p>
<p><em>(<strong>Update:</strong> The site is up and running again.)<br />
</em></p>
<p>For those who always feel that gaming is not suitable in Linux OS and it is always an hassle to install and get games to run in Linux platform, then DJL will definitely change the way you think.</p>
<p><a href="http://en.djl-linux.org/" target="_blank">Djl</a> is an open-source (GPL licensed) game manager written in Python 2.5 for the GNU/Linux Operating Systems. In short, it is an application that allows you to install/uninstall/manage your games easily. With Djl, you can browse through its repository of 100+ games and install the game you want with a simple click. No longer do you need to worry about game dependencies and all the command lines.</p>
<h3>Installation</h3>
<p>Download <a href="http://en.djl-linux.org/?q=node/19" target="_blank">djl installer script</a>. Extract it to your Home folder.</p>
<p>Open a terminal, Install the dependencies</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> python-qt4</pre></div></div>

<p>Change the file permission</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">chmod</span> +x ~<span style="color: #000000; font-weight: bold;">/</span>djl<span style="color: #000000; font-weight: bold;">/</span>djl.sh</pre></div></div>

<p>Run the scripts</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">sh</span> ~<span style="color: #000000; font-weight: bold;">/</span>djl<span style="color: #000000; font-weight: bold;">/</span>djl.sh</pre></div></div>

<h3>Configuration</h3>
<p>At the first run, the configuration window will appear. Here is where you can configure the settings such as the installation directory, default browser etc.</p>
<p><img class="alignnone" title="djl-configuration" src="http://images.maketecheasier.com/2009/10/djl-configuration.png" alt="djl-configuration" width="477" height="534" /></p>
<p>Once you are done with the configuration, click <em>Save</em> and it will bring you to the main screen of DJL.</p>
<h3>Running DJL</h3>
<p>Once you are at the main screen, this is where the fun comes in. In the Repository tab, you can find all the games available in the DJL repository. There are currently about <a href="http://en.djl-linux.org/?q=node/20" target="_blank">120 games</a> in the repository and new games are added regularly.</p>
<p><img class="alignnone" title="djl-main" src="http://images.maketecheasier.com/2009/10/djl-main.png" alt="djl-main" width="577" height="489" /></p>
<p>One thing that I like about the interface is that it is well organized. You can even filter the games by the game types and game license.</p>
<p><img class="alignnone" title="djl-game-type" src="http://images.maketecheasier.com/2009/10/djl-game-types.png" alt="djl-game-type" width="394" height="366" /></p>
<p>When you have found the game you like, simply click <em>Install</em> and DJL will take care of the rest.</p>
<p><img class="alignnone" title="djl-installation" src="http://images.maketecheasier.com/2009/10/djl-installation.png" alt="djl-installation" width="577" height="308" /></p>
<p>As soon as the installation is completed, you will find an entry in the Game tab where you can click to start playing.</p>
<h3>Plugins</h3>
<p>Even though it is a simple game manager, DJL allows its users to install plugins to increase its functionality. While I have no use for most of the plugins, it is good to know that such stuffs exist. Plugins such as the Unreal Tournament 2004 stats could be useful for Unreal fans.</p>
<p><img class="alignnone" title="djl-plugins" src="http://images.maketecheasier.com/2009/10/djl-plugins.png" alt="djl-plugins" width="577" height="444" /></p>
<p>If you are not a gamer, or that you are contented with just playing with Gnometrics, then this is not for you. Other than that, this is really an awesome piece of software.</p>
<p><p><script type="text/javascript"><!--
google_ad_client = "pub-8765285789552883";
/* MTE body ad300x250, created 5/17/09 */
google_ad_slot = "3980792036";
google_ad_width = 300;
google_ad_height = 250;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</p></p>
</div><p><strong><a href="http://maketecheasier.com/linux-access-100-games-instantly-with-djl/2009/10/17">Linux: Access 100+ Games Instantly With DJL</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)</p>


<p>Related posts:<ol><li><a href='http://maketecheasier.com/4-ways-to-play-windows-game-on-linux/2008/08/19' rel='bookmark' title='Permanent Link: 4 Ways To Play Windows Game On Linux'>4 Ways To Play Windows Game On Linux</a></li><li><a href='http://maketecheasier.com/playdeb-makes-game-installation-in-ubuntu-a-breeze/2008/09/17' rel='bookmark' title='Permanent Link: Playdeb Makes Game Installation In Ubuntu a Breeze'>Playdeb Makes Game Installation In Ubuntu a Breeze</a></li><li><a href='http://maketecheasier.com/gaming-in-linux-ubuntu/2007/11/16' rel='bookmark' title='Permanent Link: Gaming In Linux (Ubuntu)'>Gaming In Linux (Ubuntu)</a></li><li><a href='http://maketecheasier.com/guide-to-playstation-emulator-on-ubuntu/2008/03/19' rel='bookmark' title='Permanent Link: Guide to Playstation Emulator on Ubuntu'>Guide to Playstation Emulator on Ubuntu</a></li><li><a href='http://maketecheasier.com/city-simulation-game-for-linux/2008/02/07' rel='bookmark' title='Permanent Link: City Simulation Game For Linux'>City Simulation Game For Linux</a></li></ol></p>]]></content:encoded>
			<wfw:commentRss>http://maketecheasier.com/linux-access-100-games-instantly-with-djl/2009/10/17/feed</wfw:commentRss>
		<slash:comments>19</slash:comments>
		</item>
		<item>
		<title>How to Create a Mac Snow Leopard USB Installer Disk</title>
		<link>http://maketecheasier.com/create-mac-snow-leopard-usb-installer-disk/2009/10/08</link>
		<comments>http://maketecheasier.com/create-mac-snow-leopard-usb-installer-disk/2009/10/08#comments</comments>
		<pubDate>Thu, 08 Oct 2009 12:00:53 +0000</pubDate>
		<dc:creator>Damien</dc:creator>
				<category><![CDATA[Mac]]></category>
		<category><![CDATA[boot]]></category>
		<category><![CDATA[installer]]></category>
		<category><![CDATA[USB Drive]]></category>

		<guid isPermaLink="false">http://maketecheasier.com/?p=7614</guid>
		<description><![CDATA[All Macs come with a DVD drive that you can use, so in most situations, you won&#8217;t have the need for a USB installer disk. However, there can be times when your DVD ROM is spoilt and you need to reformat/upgrade your OS. This is where an USB installer disk comes in handy. In addition, [...]<p><strong><a href="http://maketecheasier.com/create-mac-snow-leopard-usb-installer-disk/2009/10/08">How to Create a Mac Snow Leopard USB Installer Disk</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)</p>



Related posts:<ol><li><a href='http://maketecheasier.com/create-an-encrypted-disk-image-to-store-your-sensitive-data-in-mac/2009/04/07' rel='bookmark' title='Permanent Link: How To Create An Encrypted Disk Image To Store Your Sensitive Data In Mac'>How To Create An Encrypted Disk Image To Store Your Sensitive Data In Mac</a></li><li><a href='http://maketecheasier.com/whats-new-in-snow-leopard-technologies-review-of-snow-leopard/2009/09/13' rel='bookmark' title='Permanent Link: What&#8217;s New in Snow Leopard? Technologies Review of Snow Leopard'>What&#8217;s New in Snow Leopard? Technologies Review of Snow Leopard</a></li><li><a href='http://maketecheasier.com/things-to-prepare-before-upgrading-your-mac-to-snow-leopard/2009/09/08' rel='bookmark' title='Permanent Link: Things to prepare before upgrading your Mac to Snow Leopard'>Things to prepare before upgrading your Mac to Snow Leopard</a></li><li><a href='http://maketecheasier.com/7-useful-things-in-snow-leopard/2009/09/16' rel='bookmark' title='Permanent Link: 7 Useful Little Things in Snow Leopard That You Might Not Know'>7 Useful Little Things in Snow Leopard That You Might Not Know</a></li><li><a href='http://maketecheasier.com/afloat-22-adds-new-features/2009/11/05' rel='bookmark' title='Permanent Link: Afloat 2.2 Adds Support For Snow Leopard and New Features'>Afloat 2.2 Adds Support For Snow Leopard and New Features</a></li></ol>]]></description>
			<content:encoded><![CDATA[<div class="KonaBody"><p><img class="alignleft size-full wp-image-7617" title="sl-installer" src="http://images.maketecheasier.com/2009/10/sl-installer.jpg" alt="sl-installer" width="200" height="251" />All Macs come with a DVD drive that you can use, so in most situations, you won&#8217;t have the need for a USB installer disk. However, there can be times when your DVD ROM is spoilt and you need to reformat/upgrade your OS. This is where an USB installer disk comes in handy. In addition, with this USB disk, you can also use it to install Mac OS on a machine without CD-ROM (i.e netbook).</p>
<p>In this tutorial, we will go through the way to create a Snow Leopard USB installer disk.</p>
<h3>Requirement</h3>
<ul>
<li>An existing Mac with functional DVD-ROM</li>
<li>Snow leopard installer DVD (upgrade set or box set)</li>
<li>A USB thumb drive of at least 8GB in size</li>
</ul>
<h3>Creating a USB installer disk</h3>
<p>1. Plug in your USB drive. <strong>Backup all the data in the USB drive.</strong></p>
<p>2. Insert your Snow Leopard Installer DVD into the DVD-ROM.</p>
<p>3. Go to <em>Utility -&gt; Disk Utility</em>. You should see the USB drive and the SL installer DVD entries on the left pane.</p>
<p><img class="alignnone" title="sl-disk-utility" src="http://images.maketecheasier.com/2009/10/sl-disk-utility.jpg" alt="sl-disk-utility" width="577" height="456" /></p>
<p>4. Select the USB drive. On the right pane, click on the <em>Partition</em> tab.</p>
<p>5. Here are few things that you need to do:</p>
<ul>
<li>Under the Volume Scheme, select <em>&#8216;1 Partition</em>&#8216; from the dropdown</li>
<li>At the Name input field, enter a new name for the partition (I choose to give it the same name as the SL installer DVD).</li>
<li>At the Format field, select<em> Mac OS Extended (Journaled)</em> from the dropdown.</li>
</ul>
<p><img class="alignnone" title="sl-disk-utility-partition" src="http://images.maketecheasier.com/2009/10/sl-disk-utility-partition.jpg" alt="sl-disk-utility-partition" width="541" height="431" /></p>
<p>At the bottom, click on the <em>Options</em> button.</p>
<p>Select <em>GUID partition table</em>.</p>
<p><img class="alignnone" title="sl-disk-utility-guid" src="http://images.maketecheasier.com/2009/10/sl-disk-utility-guid.jpg" alt="sl-disk-utility-guid" width="457" height="349" /></p>
<p>Click <em>Apply</em>. This will repartition and reformat the USB drive.</p>
<p>6. Once it is done, click on the <em>Restore</em> tab. You will see two input field: <em>Source</em> and <em>Destination</em>.</p>
<p>Drag the SL Installer DVD entry to the Source field.</p>
<p>Drag the newly formatted USB entry to the Destination field.</p>
<p><img class="alignnone" title="sl-disk-utility-restore" src="http://images.maketecheasier.com/2009/10/sl-disk-utility-restore.jpg" alt="sl-disk-utility-restore" width="577" height="458" /></p>
<p>Click <em>Restore</em>.</p>
<p>This will copy the image from the DVD Installer to the USB drive. You can go for a coffee break now as the whole process takes about 30 mins.</p>
<p>When the whole process is done, you will be able to boot and install Snow Leopard from the USB drive.</p>
<p>To boot your Mac from USB, you just need to select the respective entry in <em>System Preferences -&gt; Startup Disk</em>.</p>
<p><img class="alignnone" title="sl-startup" src="http://images.maketecheasier.com/2009/10/sl-startup.jpg" alt="sl-startup" width="577" height="263" /></p>
<p><p><script type="text/javascript"><!--
google_ad_client = "pub-8765285789552883";
/* MTE body ad300x250, created 5/17/09 */
google_ad_slot = "3980792036";
google_ad_width = 300;
google_ad_height = 250;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</p></p>
</div><p><strong><a href="http://maketecheasier.com/create-mac-snow-leopard-usb-installer-disk/2009/10/08">How to Create a Mac Snow Leopard USB Installer Disk</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)</p>


<p>Related posts:<ol><li><a href='http://maketecheasier.com/create-an-encrypted-disk-image-to-store-your-sensitive-data-in-mac/2009/04/07' rel='bookmark' title='Permanent Link: How To Create An Encrypted Disk Image To Store Your Sensitive Data In Mac'>How To Create An Encrypted Disk Image To Store Your Sensitive Data In Mac</a></li><li><a href='http://maketecheasier.com/whats-new-in-snow-leopard-technologies-review-of-snow-leopard/2009/09/13' rel='bookmark' title='Permanent Link: What&#8217;s New in Snow Leopard? Technologies Review of Snow Leopard'>What&#8217;s New in Snow Leopard? Technologies Review of Snow Leopard</a></li><li><a href='http://maketecheasier.com/things-to-prepare-before-upgrading-your-mac-to-snow-leopard/2009/09/08' rel='bookmark' title='Permanent Link: Things to prepare before upgrading your Mac to Snow Leopard'>Things to prepare before upgrading your Mac to Snow Leopard</a></li><li><a href='http://maketecheasier.com/7-useful-things-in-snow-leopard/2009/09/16' rel='bookmark' title='Permanent Link: 7 Useful Little Things in Snow Leopard That You Might Not Know'>7 Useful Little Things in Snow Leopard That You Might Not Know</a></li><li><a href='http://maketecheasier.com/afloat-22-adds-new-features/2009/11/05' rel='bookmark' title='Permanent Link: Afloat 2.2 Adds Support For Snow Leopard and New Features'>Afloat 2.2 Adds Support For Snow Leopard and New Features</a></li></ol></p>]]></content:encoded>
			<wfw:commentRss>http://maketecheasier.com/create-mac-snow-leopard-usb-installer-disk/2009/10/08/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Screenshots Tour of Ubuntu Karmic Koala 9.10 Beta</title>
		<link>http://maketecheasier.com/screenshots-tour-ubuntu-karmic-910/2009/10/06</link>
		<comments>http://maketecheasier.com/screenshots-tour-ubuntu-karmic-910/2009/10/06#comments</comments>
		<pubDate>Tue, 06 Oct 2009 12:14:54 +0000</pubDate>
		<dc:creator>Damien</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[9.10]]></category>
		<category><![CDATA[beta]]></category>
		<category><![CDATA[karmic koala]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://maketecheasier.com/?p=7569</guid>
		<description><![CDATA[ Yes, after six months down the road, it&#8217;s time to gear up for the newly born Ubuntu baby again. This time, Ubuntu 9.10, codenamed Karmic Koala, will be officially released on 29th Oct 2009.  We, at MakeTechEasier have not been slacking  around. With the release of the 9.10 beta, we have grabbed the [...]<p><strong><a href="http://maketecheasier.com/screenshots-tour-ubuntu-karmic-910/2009/10/06">Screenshots Tour of Ubuntu Karmic Koala 9.10 Beta</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)</p>



Related posts:<ol><li><a href='http://maketecheasier.com/how-to-restore-grub-in-ubuntu/2008/04/11' rel='bookmark' title='Permanent Link: How To Restore Grub In Ubuntu'>How To Restore Grub In Ubuntu</a></li><li><a href='http://maketecheasier.com/preview-of-kubuntu-karmic-koala/2009/10/19' rel='bookmark' title='Permanent Link: Preview of Kubuntu 9.10 Karmic Koala'>Preview of Kubuntu 9.10 Karmic Koala</a></li><li><a href='http://maketecheasier.com/how-to-upgrade-from-ext3-to-ext4-without-formatting-the-hard-disk/2009/04/21' rel='bookmark' title='Permanent Link: How To Upgrade From Ext3 To Ext4 Without Formatting The Hard Disk'>How To Upgrade From Ext3 To Ext4 Without Formatting The Hard Disk</a></li><li><a href='http://maketecheasier.com/whats-new-in-ubuntu-904-jaunty-jackalope/2009/04/20' rel='bookmark' title='Permanent Link: What&#8217;s New In Ubuntu 9.04 Jaunty Jackalope'>What&#8217;s New In Ubuntu 9.04 Jaunty Jackalope</a></li><li><a href='http://maketecheasier.com/turn-your-ubuntu-hardy-to-mac-osx-leopard/2008/07/23' rel='bookmark' title='Permanent Link: Turn Your Ubuntu Hardy to Mac OSX Leopard'>Turn Your Ubuntu Hardy to Mac OSX Leopard</a></li></ol>]]></description>
			<content:encoded><![CDATA[<div class="KonaBody"><p><img class="alignleft" title="karmic-logo" src="http://images.maketecheasier.com/2009/10/karmic-logo.jpg" alt="karmic-logo" width="103" height="87" /> Yes, after six months down the road, it&#8217;s time to gear up for the newly born Ubuntu baby again. This time, Ubuntu 9.10, codenamed Karmic Koala, will be officially released on 29th Oct 2009.  We, at MakeTechEasier have not been slacking  around. With the release of the 9.10 beta, we have grabbed the LiveCD image, wipe our machines clean and installed the full version onto it. Now, let us present you the screenshots tour (and new features) review of Ubuntu Karmic Koala 9.10 beta.</p>
<h3>New boot screen</h3>
<p>The first thing that you will notice is the new splash screen. Unlike all previous splash screens that are in black, it comes with a brown gradient and white font color. It definitely looks much polished and refined than all all its previous reincarnations.</p>
<p><img class="alignnone" title="karmic-splash-screen" src="http://images.maketecheasier.com/2009/10/karmic-splash-screen.jpg" alt="karmic-splash-screen" width="572" height="340" /></p>
<h3>New login screen</h3>
<p>No fancy stuff here. The login architecture was rewritten to provide a better integration with the system. Despite the simple design, one good thing here is that you don&#8217;t to type in your username anymore. Simply click on the respective user entry and type in the password.</p>
<p><img class="alignnone" title="karmic-login" src="http://images.maketecheasier.com/2009/10/karmic-login.jpg" alt="karmic-login" width="365" height="385" /></p>
<h3>New wallpaper</h3>
<p>The default wallpaper is a plain mix of brown and orange color. Nothing fanciful here, but I do feel that it looks much more livelier than its previous iteration.</p>
<p><img class="alignnone" title="karmic-desktop" src="http://images.maketecheasier.com/2009/10/karmic-desktop.jpg" alt="karmic-desktop" width="577" height="434" /></p>
<p>The best part is at the backend (<em>Preferences -&gt; Appearance</em>) where you can choose from a great selection of newly added wallpapers.</p>
<p><img class="alignnone" title="karmic-wallpapers" src="http://images.maketecheasier.com/2009/10/karmic-wallpapers.jpg" alt="karmic-wallpapers" width="577" height="301" /></p>
<p>One interesting wallpaper is the Cosmos, that is in fact a series of wallpapers packed into one. Once set, it will automatically change itself every 30 minutes, so you won&#8217;t be bored with the same old wallpaper.</p>
<p>There is even a <a href="http://art.gnome.org/backgrounds" target="_blank">link</a> that brings you to the Gnome art to download more wallpapers.</p>
<p>For those who can&#8217;t wait for the release, you can also grab the wallpaper <a href="https://launchpad.net/ubuntu/karmic/+source/ubuntu-wallpapers" target="_blank">here</a> (5.2MB).</p>
<h3>New icon themes</h3>
<p>A new icon theme &#8211; <em>humanity</em> was introduced in Karmic beta.</p>
<p><img class="alignnone" title="karmic-icon-theme" src="http://images.maketecheasier.com/2009/10/karmic-icon-theme.jpg" alt="karmic-icon-theme" width="577" height="330" /></p>
<p>Existing user who wanted to install this icon theme can do so via the command:</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> humanity-icon-theme</pre></div></div>

<h3>Addition in the System tray</h3>
<p>Long time Ubuntu users will notice the new addition in the System tray. The envelope icon now allows you to access your Empathy and all IM chat in real time. It also acts as a non-obstructive notification center for new incoming mails.</p>
<p><img title="karmic-envelope-icon" src="http://images.maketecheasier.com/2009/10/karmic-envelope-icon.jpg" alt="karmic-envelope-icon" width="335" height="165" /></p>
<p>On your Profile button where you click to shut down your computer, you can also use it to update your IM status now.</p>
<p><img title="karmic-set-status" src="http://images.maketecheasier.com/2009/10/karmic-set-status.jpg" alt="karmic-set-status" width="336" height="298" /></p>
<h3>New software &#8211; Ubuntu Software Center</h3>
<p>There have been a lot of <a href="http://www.ubuntugeek.com/ubuntu-app-centre-%E2%80%93-replacing-addremove-synaptic-gdebi-update-manage.html" target="_blank">hearsay</a> about the launching of the iPhone style AppStore for Ubuntu. Now, it is finally here &#8211; Ubuntu Software Center.</p>
<p><img class="alignnone" title="karmic-software-center" src="http://images.maketecheasier.com/2009/10/karmic-software-center.jpg" alt="karmic-software-center" width="319" height="316" /></p>
<p>The Software Center is not a replacement of the Add/Remove app and Synaptic Package Manger as both of them are still available in Ubuntu Karmic. It is more of an alternative (a much better one) to those who wanted to install applications the easy way.  In my opinion, this is by far the easiest and most informative way to source for a free software and get it running in your system.</p>
<p>When you open the Software Center, you don&#8217;t see all the apps. Instead, you will find various categories that the apps are grouped into.</p>
<p><img class="alignnone" title="karmic-software-center-main" src="http://images.maketecheasier.com/2009/10/karmic-software-center-main.jpg" alt="karmic-software-center-main" width="577" height="396" /></p>
<p>Clicking on any of the category will display a list of apps in that category.</p>
<p><img class="alignnone" title="karmic-software-center-app" src="http://images.maketecheasier.com/2009/10/karmic-software-center-app.jpg" alt="karmic-software-center-app" width="577" height="346" /></p>
<p>Once you found the app that you are interested in, click on it to go to the info page. Here is where you can find the description of the app and its screenshot. At the bottom is the Install button where you can click and get it install on your system.</p>
<p><img class="alignnone" title="karmic-software-center-desc" src="http://images.maketecheasier.com/2009/10/karmic-software-center-desc.jpg" alt="karmic-software-center-desc" width="577" height="404" /></p>
<p>Does this make you think of iPhone AppStore?</p>
<h3>Empathy</h3>
<p>For those who are crazy about Pidgin, you are going to be disappointed here. Pidgin will no longer be included in Ubuntu Karmic. Instead, it was replaced by Empathy.</p>
<p><img title="karmic-empathy1" src="http://images.maketecheasier.com/2009/10/karmic-empathy1.jpg" alt="karmic-empathy1" width="481" height="397" /></p>
<p>Like Pidgin, Empathy supports various network protocols and allows you to login to various IM networks with one interface. Empathy supports text, voice, video, and file transfers over many different protocols, so you can transfer files over XMPP and local networks and also place voice/video call using SIP, XMPP, Google Talk and MSN.</p>
<p>The GUI is similar to Pidgin, so there is little to get used to.</p>
<p><img title="karmic-empathy2" src="http://images.maketecheasier.com/2009/10/karmic-empathy2.jpg" alt="karmic-empathy2" width="237" height="354" /></p>
<h3>Ubuntu One</h3>
<p>We have previously discussed <a href="http://maketecheasier.com/a-hands-on-and-review-of-ubuntu-one/2009/07/21">Ubuntu One</a> and how it could possibly become a dominant force in the online storage arena. In Ubuntu Karmic, Ubuntu One is well-integrated into the system so you can skip the installation and use it straight away.</p>
<p>Signing up is almost instant and the Nautilus integration means you can easily access your files/folders from your Nautilus.</p>
<p><img class="alignnone" title="karmic-splash-screen" src="http://images.maketecheasier.com/2009/10/karmic-ubuntu-one.png" alt="karmic-splash-screen" width="572" height="410" /></p>
<h3>Backend</h3>
<p>Enough about the front end, let take a look at the backend.</p>
<h3>New bootloader – GRUB 2</h3>
<p>You probably won&#8217;t notice this at all, but the software that is used to boot up the OS has been upgraded to version 2.  This means better scripting support, command-line rescue mode, graphical boot as well as boot from ISO files.</p>
<p>GRUB 2 will only be installed for new installation. Existing users who upgrade their system via the Update Manager will continue to use the legacy GRUB bootloader.</p>
<h3>Default Ext4 Filesystem</h3>
<p>Ext4 filesystem was introduced in Jaunty. In Karmic, it has graduated to become the default filesystem. Like the GRUB 2 bootloader, the ext4 filsystem will only be applied for new installation. Existing users who are still on Ext3 will remain as Ext3 unless you choose to <a href="http://maketecheasier.com/how-to-upgrade-from-ext3-to-ext4-without-formatting-the-hard-disk/2009/04/21">upgrade to Ext 4 manually</a>.</p>
<p>That&#8217;s about all to the new features in Ubuntu Karmic beta. The official release will be on 29th Oct 2009. Are you looking forward to it? </p>
<p><p><script type="text/javascript"><!--
google_ad_client = "pub-8765285789552883";
/* MTE body ad300x250, created 5/17/09 */
google_ad_slot = "3980792036";
google_ad_width = 300;
google_ad_height = 250;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</p></p>
</div><p><strong><a href="http://maketecheasier.com/screenshots-tour-ubuntu-karmic-910/2009/10/06">Screenshots Tour of Ubuntu Karmic Koala 9.10 Beta</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)</p>


<p>Related posts:<ol><li><a href='http://maketecheasier.com/how-to-restore-grub-in-ubuntu/2008/04/11' rel='bookmark' title='Permanent Link: How To Restore Grub In Ubuntu'>How To Restore Grub In Ubuntu</a></li><li><a href='http://maketecheasier.com/preview-of-kubuntu-karmic-koala/2009/10/19' rel='bookmark' title='Permanent Link: Preview of Kubuntu 9.10 Karmic Koala'>Preview of Kubuntu 9.10 Karmic Koala</a></li><li><a href='http://maketecheasier.com/how-to-upgrade-from-ext3-to-ext4-without-formatting-the-hard-disk/2009/04/21' rel='bookmark' title='Permanent Link: How To Upgrade From Ext3 To Ext4 Without Formatting The Hard Disk'>How To Upgrade From Ext3 To Ext4 Without Formatting The Hard Disk</a></li><li><a href='http://maketecheasier.com/whats-new-in-ubuntu-904-jaunty-jackalope/2009/04/20' rel='bookmark' title='Permanent Link: What&#8217;s New In Ubuntu 9.04 Jaunty Jackalope'>What&#8217;s New In Ubuntu 9.04 Jaunty Jackalope</a></li><li><a href='http://maketecheasier.com/turn-your-ubuntu-hardy-to-mac-osx-leopard/2008/07/23' rel='bookmark' title='Permanent Link: Turn Your Ubuntu Hardy to Mac OSX Leopard'>Turn Your Ubuntu Hardy to Mac OSX Leopard</a></li></ol></p>]]></content:encoded>
			<wfw:commentRss>http://maketecheasier.com/screenshots-tour-ubuntu-karmic-910/2009/10/06/feed</wfw:commentRss>
		<slash:comments>32</slash:comments>
		</item>
		<item>
		<title>Linux: Improve Your Battery Life With PowerTOP</title>
		<link>http://maketecheasier.com/improve-your-battery-life-with-powertop/2009/10/01</link>
		<comments>http://maketecheasier.com/improve-your-battery-life-with-powertop/2009/10/01#comments</comments>
		<pubDate>Fri, 02 Oct 2009 03:10:58 +0000</pubDate>
		<dc:creator>Damien</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[power saving]]></category>
		<category><![CDATA[PowerTOP]]></category>

		<guid isPermaLink="false">http://maketecheasier.com/?p=7509</guid>
		<description><![CDATA[There are plenty of things that I love about Linux, but when it comes to maximizing battery life performance, there is very little to desire. On the frontend, you might be running very few applications, but unknown to you, there are actually plenty of applications running in the backend that are quietly draining away your [...]<p><strong><a href="http://maketecheasier.com/improve-your-battery-life-with-powertop/2009/10/01">Linux: Improve Your Battery Life With PowerTOP</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)</p>



Related posts:<ol><li><a href='http://maketecheasier.com/how-to-control-your-cpu-frequency-in-ubuntu/2009/04/10' rel='bookmark' title='Permanent Link: How To Control Your CPU Frequency In Ubuntu'>How To Control Your CPU Frequency In Ubuntu</a></li><li><a href='http://maketecheasier.com/install-adobe-air-for-linux-in-ubuntu-intrepid/2008/12/19' rel='bookmark' title='Permanent Link: Install Adobe Air For Linux In Ubuntu Intrepid'>Install Adobe Air For Linux In Ubuntu Intrepid</a></li><li><a href='http://maketecheasier.com/linux-howto-miss-your-windows-application-try-wine/2007/12/15' rel='bookmark' title='Permanent Link: Linux Howto: Miss Your Windows Application? Try WINE'>Linux Howto: Miss Your Windows Application? Try WINE</a></li><li><a href='http://maketecheasier.com/run-32-bit-apps-in-64-bit-linux/2009/08/10' rel='bookmark' title='Permanent Link: How to Run 32-bit Apps in 64-bit Linux'>How to Run 32-bit Apps in 64-bit Linux</a></li><li><a href='http://maketecheasier.com/use-linux-applications-on-windows-without-having-to-install-linux/2008/05/27' rel='bookmark' title='Permanent Link: Use Linux Applications On Windows, Without Having to Install Linux'>Use Linux Applications On Windows, Without Having to Install Linux</a></li></ol>]]></description>
			<content:encoded><![CDATA[<div class="KonaBody"><p><img class="alignleft size-full wp-image-7523" title="powertop-battlow-screenshot" src="http://images.maketecheasier.com/2009/10/powertop-battlow-screenshot.jpg" alt="powertop-battlow-screenshot" width="341" height="130" />There are plenty of things that I love about Linux, but when it comes to maximizing battery life performance, there is very little to desire. On the frontend, you might be running very few applications, but unknown to you, there are actually plenty of applications running in the backend that are quietly draining away your battery. <em>Compiz</em>, <em>workspace</em>, <em>dock</em> are few such examples. As a result, a battery that used to last 3 hours can only last for 2 hours (or less) now.</p>
<p>So what can you do about it?</p>
<p><a href="http://www.lesswatts.org/" target="_blank">PowerTOP</a> is an application that allows you to view information about programs that are misbehaving while your computer is idle. With this information, you can then make changes and optimize your computer to squeeze more juice out of your laptop battery.</p>
<h3>Installation</h3>
<p>For Ubuntu and Debian based system</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> powertop</pre></div></div>

<p>or simply <a href="apt://powertop">click here</a> to install</p>
<h3>Running PowerTOP</h3>
<p>In the terminal, 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> powertop</pre></div></div>

<p>PowerTOP runs itself inside the terminal, so don&#8217;t expect a fanciful GUI here.</p>
<p><img class="alignnone size-full wp-image-7510" title="powertop-main" src="http://images.maketecheasier.com/2009/10/powertop-main.jpg" alt="powertop-main" width="577" height="423" /></p>
<p>On the top of the screen, you can see the two columns showing the <em>C-states</em> and <em>P-state</em>s.</p>
<p>The<em> C-state</em> refers to the idle state where your CPU is not doing anything. The higher C-state the CPU is running at, the better it is.</p>
<p>On the other hand, the<em> P-state</em> shows the operational state, or the frequency the CPU is running at most of the time. The lower frequency the CPU runs, the lesser power it will require. From the screenshot above, you can see that my laptop is running at C3 and 800MHz most of the time. (More info on the C-states and P-states can be found <a href="http://software.intel.com/en-us/blogs/2008/03/12/c-states-and-p-states-are-very-different/" target="_blank">here</a>)</p>
<p>At the bottom half is where you can see the applications that are actively running in the background. The number of wakeup refers to the number of time the application refreshes itself to check for instruction. The fewer wakeup an application makes, the better it is.</p>
<h3>PowerTOP Suggestions</h3>
<p>It is pretty useless if you know the cause of the problem, but not the solution to it. One thing that impresses me in PowerTOP is that it provides improvement suggestions as well as the instruction to implement the solution. It even comes with a shortcut key for those who are not familiar with the command line.</p>
<p><img class="alignnone size-full wp-image-7511" title="powertop-suggestion" src="http://images.maketecheasier.com/2009/10/powertop-suggestion.jpg" alt="powertop-suggestion" width="508" height="234" /></p>
<p>For example, in my laptop, PowerTOP detects that the USB drive is taking up plenty of resources and it suggested me to enable the USB auto-suspend mode. Even though I have completely no idea on how to do that in the terminal, I can simply press <strong>U</strong> on my keyboard and get PowerTOP to do the job for me.</p>
<p>Isn&#8217;t that cool!</p>
<p>Once you have resolved one issue, PowerTOP will continue to prompt you for the next issue, until it resolves all the issues that it can find.</p>
<h3>Conclusion</h3>
<p>If you are already power-managing your laptop, PowerTOP might not be able to improve your battery life to a great extent, but for those  casual users who have paid no attention to such detail in the past, I am sure PowerTOP will be able to help you to get the most out of your battery; provided your battery is still functional.</p>
<p><p><script type="text/javascript"><!--
google_ad_client = "pub-8765285789552883";
/* MTE body ad300x250, created 5/17/09 */
google_ad_slot = "3980792036";
google_ad_width = 300;
google_ad_height = 250;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</p></p>
</div><p><strong><a href="http://maketecheasier.com/improve-your-battery-life-with-powertop/2009/10/01">Linux: Improve Your Battery Life With PowerTOP</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)</p>


<p>Related posts:<ol><li><a href='http://maketecheasier.com/how-to-control-your-cpu-frequency-in-ubuntu/2009/04/10' rel='bookmark' title='Permanent Link: How To Control Your CPU Frequency In Ubuntu'>How To Control Your CPU Frequency In Ubuntu</a></li><li><a href='http://maketecheasier.com/install-adobe-air-for-linux-in-ubuntu-intrepid/2008/12/19' rel='bookmark' title='Permanent Link: Install Adobe Air For Linux In Ubuntu Intrepid'>Install Adobe Air For Linux In Ubuntu Intrepid</a></li><li><a href='http://maketecheasier.com/linux-howto-miss-your-windows-application-try-wine/2007/12/15' rel='bookmark' title='Permanent Link: Linux Howto: Miss Your Windows Application? Try WINE'>Linux Howto: Miss Your Windows Application? Try WINE</a></li><li><a href='http://maketecheasier.com/run-32-bit-apps-in-64-bit-linux/2009/08/10' rel='bookmark' title='Permanent Link: How to Run 32-bit Apps in 64-bit Linux'>How to Run 32-bit Apps in 64-bit Linux</a></li><li><a href='http://maketecheasier.com/use-linux-applications-on-windows-without-having-to-install-linux/2008/05/27' rel='bookmark' title='Permanent Link: Use Linux Applications On Windows, Without Having to Install Linux'>Use Linux Applications On Windows, Without Having to Install Linux</a></li></ol></p>]]></content:encoded>
			<wfw:commentRss>http://maketecheasier.com/improve-your-battery-life-with-powertop/2009/10/01/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>How to Easily Mount Your iPhone As An External Drive in Ubuntu</title>
		<link>http://maketecheasier.com/easily-mount-your-iphone-as-an-external-drive-in-ubuntu/2009/09/30</link>
		<comments>http://maketecheasier.com/easily-mount-your-iphone-as-an-external-drive-in-ubuntu/2009/09/30#comments</comments>
		<pubDate>Wed, 30 Sep 2009 12:27:35 +0000</pubDate>
		<dc:creator>Damien</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[iPhone/iPod Touch]]></category>
		<category><![CDATA[External Storage]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[USB Drive]]></category>

		<guid isPermaLink="false">http://maketecheasier.com/?p=7461</guid>
		<description><![CDATA[For those who own an iPhone/iPod Touch and at the same time is an Ubuntu (or Linux) users, here&#8217;s is a good news. You can now easily mount your iPhone in your Ubuntu without having to jailbreak your phone.
In the past, the dirty but effective way to access the iPhone from your Linux system is [...]<p><strong><a href="http://maketecheasier.com/easily-mount-your-iphone-as-an-external-drive-in-ubuntu/2009/09/30">How to Easily Mount Your iPhone As An External Drive in Ubuntu</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)</p>



Related posts:<ol><li><a href='http://maketecheasier.com/mount-iso-bin-and-cue-files-from-nautilus/2009/05/23' rel='bookmark' title='Permanent Link: Ubuntu: How to Mount iso, Bin And Cue Files Directly From Nautilus'>Ubuntu: How to Mount iso, Bin And Cue Files Directly From Nautilus</a></li><li><a href='http://maketecheasier.com/how-to-transfer-music-from-iphoneipod-touch-to-your-pc/2008/07/07' rel='bookmark' title='Permanent Link: How to Transfer Music From iPhone/iPod Touch to Your PC'>How to Transfer Music From iPhone/iPod Touch to Your PC</a></li><li><a href='http://maketecheasier.com/how-to-install-dreamweaver-cs3-in-ubuntu-hardy/2008/06/20' rel='bookmark' title='Permanent Link: How To Install Dreamweaver CS3 In Ubuntu Hardy'>How To Install Dreamweaver CS3 In Ubuntu Hardy</a></li><li><a href='http://maketecheasier.com/sync-ipod-touch-with-win-xp-vm-in-ubuntu-intrepid/2008/12/16' rel='bookmark' title='Permanent Link: How To Sync iPod Touch With Win XP Virtual Machine In Ubuntu Intrepid'>How To Sync iPod Touch With Win XP Virtual Machine In Ubuntu Intrepid</a></li><li><a href='http://maketecheasier.com/create-a-private-encrypted-folder-on-ubuntu-hardy-with-ecryptfs/2008/09/25' rel='bookmark' title='Permanent Link: Create a Private Encrypted Folder On Ubuntu Hardy With eCryptfs'>Create a Private Encrypted Folder On Ubuntu Hardy With eCryptfs</a></li></ol>]]></description>
			<content:encoded><![CDATA[<div class="KonaBody"><p><img src="http://images.maketecheasier.com/2009/09/iphone-usb-hard-drive.jpg" alt="iphone-usb-hard-drive" class="alignleft" width="250" height="182" />For those who own an iPhone/iPod Touch and at the same time is an Ubuntu (or Linux) users, here&#8217;s is a good news. You can now easily mount your iPhone in your Ubuntu without having to jailbreak your phone.</p>
<p>In the past, the dirty but effective way to access the iPhone from your Linux system is via SSH. This requires you to jailbreak your phone and it voids the warranty. With <a href="http://matt.colyer.name/projects/iphone-linux/index.php?title=Main_Page" target="_blank">iFuse</a>, you can now mount your iPhone/iPod Touch under Linux with just a USB cable. You can also view/edit/cut/copy/paste the file just like any USB disk drive.</p>
<h3>Installation</h3>
<p>Open up your terminal, type the following to open up your APT sources file</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">gksu gedit <span style="color: #000000; font-weight: bold;">/</span>etc<span style="color: #000000; font-weight: bold;">/</span>apt<span style="color: #000000; font-weight: bold;">/</span>sources.list</pre></div></div>

<p>Insert the following lines to the end of the file</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">deb http:<span style="color: #000000; font-weight: bold;">//</span>ppa.launchpad.net<span style="color: #000000; font-weight: bold;">/</span>jonabeck<span style="color: #000000; font-weight: bold;">/</span>ppa<span style="color: #000000; font-weight: bold;">/</span>ubuntu jaunty main
deb-src http:<span style="color: #000000; font-weight: bold;">//</span>ppa.launchpad.net<span style="color: #000000; font-weight: bold;">/</span>jonabeck<span style="color: #000000; font-weight: bold;">/</span>ppa<span style="color: #000000; font-weight: bold;">/</span>ubuntu jaunty main</pre></div></div>

<p>The above is assuming that you are using Ubuntu 9.04 (Jaunty). For any other version, simply replace the <em>jaunty</em> by the respective version name (hardy, intrepid, karmic etc)</p>
<p>Save and close the file.</p>
<p>Back in the terminal:</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-key</span> adv <span style="color: #660033;">--recv-keys</span> <span style="color: #660033;">--keyserver</span> keyserver.ubuntu.com F0876AC9
<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> ifuse</pre></div></div>

<p>Once the installation is done, connect your iPhone to your computer via the USB cable.</p>
<p>Open up your Nautilus. You should see the iPhone/iPod entry at the side pane. This show that it is already mounted in your system.</p>
<p><img src="http://images.maketecheasier.com/2009/09/nautilus-sidebar.jpg" alt="nautilus-sidebar" class="alignnone" width="171" height="263" /></p>
<p>Click on the entry to view the filesystem.</p>
<h3>Things that you can do</h3>
<p><strong>1. View/copy/download photos.</strong></p>
<p>You can now manage the photos that you have taken with your iPhone without iTunes.</p>
<p><strong>2. Create folders, upload/download files</strong></p>
<p>You can now use your iPhone as a USB drive and use it for file storage. To allow confusion/conflict with the other system files, it is best to create a custom folder (and name it My Folder) and store all your files there.</p>
<p><strong>3. Managing address book/calendar (upcoming)</strong></p>
<p>Work is underway to sync the contact data with Conduit.</p>
<h3>What you cannot do now</h3>
<p><strong>Manage your music database</strong></p>
<p>Apple uses a cryptographic signing algorithm to encrypt all the music files. While you can access the music folder, there is no way that you can transfer your music over and get it to work in your iPhone.</p>
<p><strong>Note:</strong><br />
1. iFuse is not Ubuntu-specific app. It works for most Linux distro as well.</p>
<p>2. Mac users can also use <a href="http://code.google.com/p/iphonedisk/" target="_blank">iPhoneDisk</a> to achieve similar functionality.</p>
<p><p><script type="text/javascript"><!--
google_ad_client = "pub-8765285789552883";
/* MTE body ad300x250, created 5/17/09 */
google_ad_slot = "3980792036";
google_ad_width = 300;
google_ad_height = 250;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</p></p>
</div><p><strong><a href="http://maketecheasier.com/easily-mount-your-iphone-as-an-external-drive-in-ubuntu/2009/09/30">How to Easily Mount Your iPhone As An External Drive in Ubuntu</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)</p>


<p>Related posts:<ol><li><a href='http://maketecheasier.com/mount-iso-bin-and-cue-files-from-nautilus/2009/05/23' rel='bookmark' title='Permanent Link: Ubuntu: How to Mount iso, Bin And Cue Files Directly From Nautilus'>Ubuntu: How to Mount iso, Bin And Cue Files Directly From Nautilus</a></li><li><a href='http://maketecheasier.com/how-to-transfer-music-from-iphoneipod-touch-to-your-pc/2008/07/07' rel='bookmark' title='Permanent Link: How to Transfer Music From iPhone/iPod Touch to Your PC'>How to Transfer Music From iPhone/iPod Touch to Your PC</a></li><li><a href='http://maketecheasier.com/how-to-install-dreamweaver-cs3-in-ubuntu-hardy/2008/06/20' rel='bookmark' title='Permanent Link: How To Install Dreamweaver CS3 In Ubuntu Hardy'>How To Install Dreamweaver CS3 In Ubuntu Hardy</a></li><li><a href='http://maketecheasier.com/sync-ipod-touch-with-win-xp-vm-in-ubuntu-intrepid/2008/12/16' rel='bookmark' title='Permanent Link: How To Sync iPod Touch With Win XP Virtual Machine In Ubuntu Intrepid'>How To Sync iPod Touch With Win XP Virtual Machine In Ubuntu Intrepid</a></li><li><a href='http://maketecheasier.com/create-a-private-encrypted-folder-on-ubuntu-hardy-with-ecryptfs/2008/09/25' rel='bookmark' title='Permanent Link: Create a Private Encrypted Folder On Ubuntu Hardy With eCryptfs'>Create a Private Encrypted Folder On Ubuntu Hardy With eCryptfs</a></li></ol></p>]]></content:encoded>
			<wfw:commentRss>http://maketecheasier.com/easily-mount-your-iphone-as-an-external-drive-in-ubuntu/2009/09/30/feed</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>How to Set Up Push Notification For Gmail in iPhone</title>
		<link>http://maketecheasier.com/how-to-set-up-push-notification-for-gmail-in-iphone/2009/09/24</link>
		<comments>http://maketecheasier.com/how-to-set-up-push-notification-for-gmail-in-iphone/2009/09/24#comments</comments>
		<pubDate>Thu, 24 Sep 2009 12:41:37 +0000</pubDate>
		<dc:creator>Damien</dc:creator>
				<category><![CDATA[Google]]></category>
		<category><![CDATA[Mobile]]></category>
		<category><![CDATA[iPhone/iPod Touch]]></category>
		<category><![CDATA[gmail]]></category>
		<category><![CDATA[google apps]]></category>
		<category><![CDATA[google sync]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[push notification]]></category>

		<guid isPermaLink="false">http://maketecheasier.com/?p=7350</guid>
		<description><![CDATA[Few days ago, Google announced that they have released the push notification support for Gmail for mobile devices such as iPhone and Windows Mobile. Today, let us show you how you can set up a push Gmail account on your iPhone.
By following this tutorial, you can also configure it to sync your contact and calendar.
Before [...]<p><strong><a href="http://maketecheasier.com/how-to-set-up-push-notification-for-gmail-in-iphone/2009/09/24">How to Set Up Push Notification For Gmail in iPhone</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)</p>



Related posts:<ol><li><a href='http://maketecheasier.com/access-gmail-on-your-desktop/2009/01/05' rel='bookmark' title='Permanent Link: How To Access Gmail on your Desktop'>How To Access Gmail on your Desktop</a></li><li><a href='http://maketecheasier.com/how-to-perform-copypaste-function-in-iphone/2009/02/03' rel='bookmark' title='Permanent Link: How To Perform Copy/Paste Function In iPhone'>How To Perform Copy/Paste Function In iPhone</a></li><li><a href='http://maketecheasier.com/better-manage-gmail-inbox-with-aliases/2009/08/16' rel='bookmark' title='Permanent Link: Better Manage Your Gmail Inbox With Aliases'>Better Manage Your Gmail Inbox With Aliases</a></li><li><a href='http://maketecheasier.com/top-10-gmail-labs-add-ons-to-increase-your-productivity/2009/08/23' rel='bookmark' title='Permanent Link: Top 10 Gmail Labs Add-ons to Increase Your Productivity'>Top 10 Gmail Labs Add-ons to Increase Your Productivity</a></li><li><a href='http://maketecheasier.com/how-to-copy-files-tofrom-your-iphone/2008/09/05' rel='bookmark' title='Permanent Link: How to Copy Files To/From Your iPhone'>How to Copy Files To/From Your iPhone</a></li></ol>]]></description>
			<content:encoded><![CDATA[<div class="KonaBody"><p><img class="alignleft" title="googlesync-mail-app" src="http://images.maketecheasier.com/2009/09/googlesync-mail-app.jpg" alt="googlesync-mail-app" width="250" height="77" />Few days ago, Google announced that they have released the <a href="http://gmailblog.blogspot.com/2009/09/push-gmail-for-iphone-and-windows.html" target="_blank">push notification support for Gmail</a> for mobile devices such as iPhone and Windows Mobile. Today, let us show you how you can set up a push Gmail account on your iPhone.</p>
<p>By following this tutorial, you can also configure it to sync your contact and calendar.</p>
<p>Before you start, please note that Google sync only work with iPhone firmware 3.0 and above. </p>
<h3>Getting Started</h3>
<p>1. Tap on the <em>Settings.app</em> icon on the home page</p>
<p>2. Scroll down and open <em>Mail, Contacts, Calendars</em>.</p>
<p><img class="alignnone" title="googlesync-setting" src="http://images.maketecheasier.com/2009/09/googlesync-setting.jpg" alt="googlesync-setting" width="320" height="361" /></p>
<p>3. Tap <em>Add Account</em></p>
<p><img class="alignnone" title="googlesync-add-account" src="http://images.maketecheasier.com/2009/09/googlesync-add-account.jpg" alt="googlesync-add-account" width="320" height="296" /></p>
<p>4. Select <em>Microsoft Exchange</em>.</p>
<p><img class="alignnone" title="googlesync-exchange" src="http://images.maketecheasier.com/2009/09/googlesync-exchange.jpg" alt="googlesync-exchange" width="320" height="462" /></p>
<p>5. In the <em>Email</em> field, enter your Gmail address.</p>
<p>Leave the <em>Domain</em> field blank.</p>
<p>Enter your Google&#8217;s <em>Username</em> and <em>Password</em>.</p>
<p><img class="alignnone" title="googlesync-add-info" src="http://images.maketecheasier.com/2009/09/googlesync-add-info.jpg" alt="googlesync-add-info" width="320" height="374" /></p>
<p>Once done, tap <em>Save.</em> You might see the <em>&#8220;Unable to verify certificate&#8221;</em> error message. Select <em>Accept</em>.</p>
<p><img class="alignnone" title="googlesync-certificate" src="http://images.maketecheasier.com/2009/09/googlesync-certificate.jpg" alt="googlesync-certificate" width="320" height="366" /></p>
<p>6. A new <em>Server</em> input field will now appear. Enter &#8220;<em>m.google.com</em>&#8220;. Tap <em>Next</em> to continue.</p>
<p><img class="alignnone" title="googlesync-server-info" src="http://images.maketecheasier.com/2009/09/googlesync-server-info.jpg" alt="googlesync-server-info" width="320" height="459" /></p>
<p>7. Select the Google services that you want to sync. For me, I activated all the available synchronization services. Tap <em>Done</em>.</p>
<p><img class="alignnone" title="googlesync-enable" src="http://images.maketecheasier.com/2009/09/googlesync-enable.jpg" alt="googlesync-enable" width="320" height="258" /></p>
<p>Your Google sync Push notification services is now set up.</p>
<p>To activate the push notification, you need to turn the Push feature on in the iPhone Settings section.</p>
<p>At the <em>Mail, Contacts, Calendar</em> section, tap <em>Fetch New Data</em></p>
<p><img class="alignnone" title="googlesync-push" src="http://images.maketecheasier.com/2009/09/googlesync-push.jpg" alt="googlesync-push" width="320" height="257" /></p>
<p>Make sure that the <em>Push</em> is turned to <strong>ON.</strong></p>
<p><img class="alignnone" title="googlesync-push-on" src="http://images.maketecheasier.com/2009/09/googlesync-push-on.jpg" alt="googlesync-push-on" width="320" height="158" /></p>
<p>Done.</p>
<h3>Few things to note:</h3>
<p>1. Google sync requires you to be constantly connected to the Web. You have to keep your 3G or WIFI connection &#8216;Always ON&#8217; for the best result.</p>
<p>2. The push notification can be very draining on your battery life. If you value your battery life much more than the push technology, turn the Push feature <strong>OFF</strong> for optimal performance.</p>
<p><p><script type="text/javascript"><!--
google_ad_client = "pub-8765285789552883";
/* MTE body ad300x250, created 5/17/09 */
google_ad_slot = "3980792036";
google_ad_width = 300;
google_ad_height = 250;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</p></p>
</div><p><strong><a href="http://maketecheasier.com/how-to-set-up-push-notification-for-gmail-in-iphone/2009/09/24">How to Set Up Push Notification For Gmail in iPhone</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)</p>


<p>Related posts:<ol><li><a href='http://maketecheasier.com/access-gmail-on-your-desktop/2009/01/05' rel='bookmark' title='Permanent Link: How To Access Gmail on your Desktop'>How To Access Gmail on your Desktop</a></li><li><a href='http://maketecheasier.com/how-to-perform-copypaste-function-in-iphone/2009/02/03' rel='bookmark' title='Permanent Link: How To Perform Copy/Paste Function In iPhone'>How To Perform Copy/Paste Function In iPhone</a></li><li><a href='http://maketecheasier.com/better-manage-gmail-inbox-with-aliases/2009/08/16' rel='bookmark' title='Permanent Link: Better Manage Your Gmail Inbox With Aliases'>Better Manage Your Gmail Inbox With Aliases</a></li><li><a href='http://maketecheasier.com/top-10-gmail-labs-add-ons-to-increase-your-productivity/2009/08/23' rel='bookmark' title='Permanent Link: Top 10 Gmail Labs Add-ons to Increase Your Productivity'>Top 10 Gmail Labs Add-ons to Increase Your Productivity</a></li><li><a href='http://maketecheasier.com/how-to-copy-files-tofrom-your-iphone/2008/09/05' rel='bookmark' title='Permanent Link: How to Copy Files To/From Your iPhone'>How to Copy Files To/From Your iPhone</a></li></ol></p>]]></content:encoded>
			<wfw:commentRss>http://maketecheasier.com/how-to-set-up-push-notification-for-gmail-in-iphone/2009/09/24/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>How to Access StumbleUpon and Stumble Through Websites in an iPhone</title>
		<link>http://maketecheasier.com/access-stumbleupon-in-iphone/2009/09/23</link>
		<comments>http://maketecheasier.com/access-stumbleupon-in-iphone/2009/09/23#comments</comments>
		<pubDate>Wed, 23 Sep 2009 12:10:27 +0000</pubDate>
		<dc:creator>Damien</dc:creator>
				<category><![CDATA[Mobile]]></category>
		<category><![CDATA[iPhone/iPod Touch]]></category>
		<category><![CDATA[bookmarks]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[stumbleupon]]></category>

		<guid isPermaLink="false">http://maketecheasier.com/?p=7312</guid>
		<description><![CDATA[In the past, if you want to access StumbleUpon on your iPhone/iPod Touch, you will know that it is not an easy task. Back then, SU only exists as a Firefox extension and does not plays well with any of the mobile devices. However, with the launch of the SU web toolbar, anyone can now [...]<p><strong><a href="http://maketecheasier.com/access-stumbleupon-in-iphone/2009/09/23">How to Access StumbleUpon and Stumble Through Websites in an iPhone</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)</p>



Related posts:<ol><li><a href='http://maketecheasier.com/create-an-iphone-ringtone-using-itunes-for-free/2009/05/15' rel='bookmark' title='Permanent Link: How to Create An iPhone Ringtone Using iTunes For Free'>How to Create An iPhone Ringtone Using iTunes For Free</a></li><li><a href='http://maketecheasier.com/how-to-add-subtitles-and-convert-video-for-iphone-in-windows/2008/11/15' rel='bookmark' title='Permanent Link: How To Add Subtitles And Convert Video For iPhone In Windows'>How To Add Subtitles And Convert Video For iPhone In Windows</a></li><li><a href='http://maketecheasier.com/how-to-perform-copypaste-function-in-iphone/2009/02/03' rel='bookmark' title='Permanent Link: How To Perform Copy/Paste Function In iPhone'>How To Perform Copy/Paste Function In iPhone</a></li><li><a href='http://maketecheasier.com/how-to-copy-files-tofrom-your-iphone/2008/09/05' rel='bookmark' title='Permanent Link: How to Copy Files To/From Your iPhone'>How to Copy Files To/From Your iPhone</a></li><li><a href='http://maketecheasier.com/easily-mount-your-iphone-as-an-external-drive-in-ubuntu/2009/09/30' rel='bookmark' title='Permanent Link: How to Easily Mount Your iPhone As An External Drive in Ubuntu'>How to Easily Mount Your iPhone As An External Drive in Ubuntu</a></li></ol>]]></description>
			<content:encoded><![CDATA[<div class="KonaBody"><p><img class="alignleft size-full wp-image-7317" title="su-webtoolbar2" src="http://images.maketecheasier.com/2009/09/su-webtoolbar2.jpg" alt="su-webtoolbar2" width="320" height="128" />In the past, if you want to access StumbleUpon on your iPhone/iPod Touch, you will know that it is not an easy task. Back then, SU only exists as a Firefox extension and does not plays well with any of the mobile devices. However, with the launch of the SU web toolbar, anyone can now access StumbleUpon on any browsers without having to install any applications/extensions. The best thing, it works fine in iPhone/iPod Touch too.</p>
<p>In your iPhone, open the safari app.</p>
<p>On the address bar, enter <a href="http://www.stumbleupon.com/toolbar " target="_blank">www.stumbleupon.com/toolbar</a></p>
<p><img class="alignnone size-full wp-image-7315" title="su-toolbar-url" src="http://images.maketecheasier.com/2009/09/su-toolbar-url.jpg" alt="su-toolbar-url" width="320" height="462" /></p>
<p>That&#8217;s it. The StumbleUpon toolbar will appear and it immediately stumbles you to one of its pages.</p>
<p><img class="alignnone size-full wp-image-7316" title="su-webtoolbar1" src="http://images.maketecheasier.com/2009/09/su-webtoolbar1.jpg" alt="su-webtoolbar1" width="480" height="90" /></p>
<p><img class="alignnone size-full wp-image-7317" title="su-webtoolbar2" src="http://images.maketecheasier.com/2009/09/su-webtoolbar2.jpg" alt="su-webtoolbar2" width="320" height="128" /></p>
<p>To stumble through websites, simply tap on the <em>Stumble</em> button, like how you always did on your computer browser.</p>
<h3>Adding to bookmarks</h3>
<p>To save the effort of having to retype the URL everytime, you can save the SU toolbar in your bookmark.</p>
<p>Everytime when you access the StumbleUpon toolbar, it will start stumbling and append the destination URL to its own, resulting in an URL like <a href="http://www.stumbleupon.com/toolbar/#2LpQMi/maketecheasier.com/8-useful-and-interesting-bash-prompts/2009/09/04/topic:Linux%2FUnix">http://www.stumbleupon.com/toolbar/#2LpQMi/maketecheasier.com/8-useful-and-interesting-bash-prompts/2009/09/04/topic:Linux%2FUnix</a>.</p>
<p>I am sure you won&#8217;t want to save this long URL in your bookmark, unless you want to save this particular page for future reference.</p>
<p>Here&#8217;s how you can change it.</p>
<p>On any StumbleUpon page, click the <strong>+</strong> at the bottom screen to save the current URL to Bookmark.</p>
<p><img class="alignnone size-full wp-image-7318" title="su-add-bookmarks1" src="http://images.maketecheasier.com/2009/09/su-add-bookmarks1.jpg" alt="su-add-bookmarks1" width="320" height="463" /></p>
<p>Change the title to <em>StumbleUpon</em> (or any name you like). Note that you won&#8217;t be able to change the URL here.</p>
<p><img class="alignnone size-full wp-image-7319" title="su-add-bookmarks2" src="http://images.maketecheasier.com/2009/09/su-add-bookmarks2.jpg" alt="su-add-bookmarks2" width="320" height="461" /></p>
<p>Save to Bookmark.</p>
<p>Back in the Bookmark screen, tap on the <em>Edit</em> (at the bottom left corner) button.</p>
<p>Press the StumbleUpon bookmark entry to go into Edit mode.</p>
<p><img class="alignnone size-full wp-image-7320" title="su-edit-bookmarks1" src="http://images.maketecheasier.com/2009/09/su-edit-bookmarks1.jpg" alt="su-edit-bookmarks1" width="320" height="462" /></p>
<p>Change the URL to <em>www.stumbleupon.com/toolbar</em>. Save.</p>
<p><img class="alignnone size-full wp-image-7322" title="su-edit-bookmarks2" src="http://images.maketecheasier.com/2009/09/su-edit-bookmarks2.jpg" alt="su-edit-bookmarks2" width="320" height="461" /></p>
<p>That&#8217;s it. Everytime you launch this bookmark, it will start stumbling.</p>
<p>Personally, I  found that using StumbleUpon on my iPhone drained my battery much faster than normal browsing. I am not sure if it is only me, or this is a SU issue. If you have such issues too, feel free to voice it out in the comments.</p>
<p><p><script type="text/javascript"><!--
google_ad_client = "pub-8765285789552883";
/* MTE body ad300x250, created 5/17/09 */
google_ad_slot = "3980792036";
google_ad_width = 300;
google_ad_height = 250;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</p></p>
</div><p><strong><a href="http://maketecheasier.com/access-stumbleupon-in-iphone/2009/09/23">How to Access StumbleUpon and Stumble Through Websites in an iPhone</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)</p>


<p>Related posts:<ol><li><a href='http://maketecheasier.com/create-an-iphone-ringtone-using-itunes-for-free/2009/05/15' rel='bookmark' title='Permanent Link: How to Create An iPhone Ringtone Using iTunes For Free'>How to Create An iPhone Ringtone Using iTunes For Free</a></li><li><a href='http://maketecheasier.com/how-to-add-subtitles-and-convert-video-for-iphone-in-windows/2008/11/15' rel='bookmark' title='Permanent Link: How To Add Subtitles And Convert Video For iPhone In Windows'>How To Add Subtitles And Convert Video For iPhone In Windows</a></li><li><a href='http://maketecheasier.com/how-to-perform-copypaste-function-in-iphone/2009/02/03' rel='bookmark' title='Permanent Link: How To Perform Copy/Paste Function In iPhone'>How To Perform Copy/Paste Function In iPhone</a></li><li><a href='http://maketecheasier.com/how-to-copy-files-tofrom-your-iphone/2008/09/05' rel='bookmark' title='Permanent Link: How to Copy Files To/From Your iPhone'>How to Copy Files To/From Your iPhone</a></li><li><a href='http://maketecheasier.com/easily-mount-your-iphone-as-an-external-drive-in-ubuntu/2009/09/30' rel='bookmark' title='Permanent Link: How to Easily Mount Your iPhone As An External Drive in Ubuntu'>How to Easily Mount Your iPhone As An External Drive in Ubuntu</a></li></ol></p>]]></content:encoded>
			<wfw:commentRss>http://maketecheasier.com/access-stumbleupon-in-iphone/2009/09/23/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>3banana: A User-friendly Note-taking Application</title>
		<link>http://maketecheasier.com/3banana-user-friendly-note-taking-app/2009/09/21</link>
		<comments>http://maketecheasier.com/3banana-user-friendly-note-taking-app/2009/09/21#comments</comments>
		<pubDate>Mon, 21 Sep 2009 11:35:06 +0000</pubDate>
		<dc:creator>Damien</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[note-taking]]></category>

		<guid isPermaLink="false">http://maketecheasier.com/?p=7270</guid>
		<description><![CDATA[
Banana is never a synonym to technology, but 3banana Inc. somehow manages to merge them together by creating an useful web-based note-taking application and call it 3banana (yes, without the &#8217;s&#8217;).
For those who have tried and used popular note-taking apps like Evernote or Reqall, you&#8217;ll be surprised at how simple 3banana is, without losing much [...]<p><strong><a href="http://maketecheasier.com/3banana-user-friendly-note-taking-app/2009/09/21">3banana: A User-friendly Note-taking Application</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)</p>



Related posts:<ol><li><a href='http://maketecheasier.com/webnotes-eliminating-copy-and-paste-functions-one-note-at-a-time/2009/01/14' rel='bookmark' title='Permanent Link: WebNotes: Eliminating Copy and Paste Functions, One Note At A Time'>WebNotes: Eliminating Copy and Paste Functions, One Note At A Time</a></li><li><a href='http://maketecheasier.com/create-a-video-channel-from-different-video-sites/2009/10/31' rel='bookmark' title='Permanent Link: How to Create a Video Channel From Different Video Sharing Sites'>How to Create a Video Channel From Different Video Sharing Sites</a></li><li><a href='http://maketecheasier.com/toodledo-the-killer-task-management-application/2008/07/18' rel='bookmark' title='Permanent Link: Toodledo: The Killer Task Management Application'>Toodledo: The Killer Task Management Application</a></li><li><a href='http://maketecheasier.com/create-and-edit-your-notes-easily-with-sidenote/2008/12/30' rel='bookmark' title='Permanent Link: Create and Edit Your Notes Easily With Sidenote'>Create and Edit Your Notes Easily With Sidenote</a></li><li><a href='http://maketecheasier.com/scribefire-a-full-featured-blog-editor-for-firefox-users/2009/06/14' rel='bookmark' title='Permanent Link: Scribefire: A Full Featured Blog Editor For Firefox Users'>Scribefire: A Full Featured Blog Editor For Firefox Users</a></li></ol>]]></description>
			<content:encoded><![CDATA[<div class="KonaBody"><p><img class="aligncenter size-full wp-image-7271" title="3banana-mainscreen" src="http://images.maketecheasier.com/2009/09/3banana-mainscreen.jpg" alt="3banana-mainscreen" width="577" height="180" /></p>
<p>Banana is never a synonym to technology, but 3banana Inc. somehow manages to merge them together by creating an useful web-based note-taking application and call it <a href="http://3banana.com" target="_blank">3banana</a> (yes, without the &#8217;s&#8217;).</p>
<p>For those who have tried and used popular note-taking apps like Evernote or Reqall, you&#8217;ll be surprised at how simple 3banana is, without losing much of the functionality. It is one of the few note-taking application that promotes usability, portability and effortless sharing.</p>
<h3>Usability</h3>
<p>First of all, 3bananas is free. You just have to sign up for an account to start using it. If you have a Google account (I bet most of us have at least one), you can even sign in with your Google username and password without having to create a separate account. </p>
<p>Once you are logged in, the first note that appears on the dashboard is the instruction on how to use 3banana. There are several useful things that you can apply to your notes:</p>
<p><strong>Links</strong> &#8211; 3banana detects all URLs and turns them to hyperlinks automatically.</p>
<p><strong>HTML tags -</strong> It doesn&#8217;t support all the HTML tags, but those that it supports are enough to allow you to create a rich-text formatting note. Currently, the html tags supported by 3banana are &lt;<em>a href&gt;, &lt;br&gt;, &lt;span&gt;, &lt;embed&gt;, &lt;object&gt;, &lt;img&gt;, &lt;u&gt;, &lt;b&gt;, &lt;i&gt;</em> (it does not support &lt;strong&gt; and &lt;em&gt;). You can even attach your photos or embed a YouTube video into your notes.</p>
<p><img class="alignnone size-full wp-image-7272" title="3banana-html-tags" src="http://images.maketecheasier.com/2009/09/3banana-html-tags.jpg" alt="3banana-html-tags" width="524" height="437" /></p>
<p><strong>Twitter-like #hashtag -</strong> Twitter has make popular the #hashtag way of organizing and searching tweets. 3banana has included this feature in its app to make your notes easier to organize and search. Simply insert a <em>#category</em> at the end of the note to give it a label. All notes with URLs and images are automatically assigned the label <em>URL</em> and <em>Image</em> respectively.</p>
<p><img class="alignnone size-full wp-image-7273" title="3banana-hashtags" src="http://images.maketecheasier.com/2009/09/3banana-hashtags.jpg" alt="3banana-hashtags" width="576" height="159" /></p>
<h3>Portability</h3>
<p>In your browser, 3banana can be easily accessed on the site itself or via the <a href="javascript:var%20d=document,w=window,e=w.getSelection,k=d.getSelection,x=d.selection,s=(e?e():(k)?k():(x?x.createRange().text:0)),f=%27https://3banana.com/m/%27,l=d.location,e=encodeURIComponent,p=%27?v=1&#038;n=%27+e(d.title)+%27%250D%250A%27+e(l.href)+%27%250D%250A%27+e(s)+%27%250D%250A%27,u=f+p;a=function(){w.open(u,%27t%27,%27toolbar=1,status=1,menubar=1,resizable=1,scrollbars=1,location=1,directories=1%27).focus(true);};if(/Firefox/.test(navigator.userAgent)){setTimeout(a,0);}else{a();}void(0);">bookmarklets</a>. When you are on the move, you can also access 3banana on your mobile devices. Currently, 3banana app is available for iPhone/iPod Touch (<a href="http://phobos.apple.com/WebObjects/MZStore.woa/wa/viewSoftware?id=299936567&#038;mt=8">iTunes Appstore link</a>) and any Android devices. Other phones with an Internet connection can also access the mobile site as <a href="http://m.3banana.com">http://m.3banana.com</a>.</p>
<p><img class="alignnone size-full wp-image-7274" title="3banana-iphone-writing" src="http://images.maketecheasier.com/2009/09/3banana-iphone-writing.jpg" alt="3banana-iphone-writing" width="320" height="460" /></p>
<p>One good thing that I like about the iPhone&#8217;s 3banana app is the ability to use it when you are offline. For other note-taking apps like Evernote and ReQall on iPhone, you can use it only when you are connected to the Web, but 3banana allows you to create a note at anytime and sync it to the server when your Internet connection is next available.</p>
<h3>Effortless Sharing</h3>
<p>In this Web 2.0 era, you seldom find an app that doesn&#8217;t come with web-sharing feature. Be it on your computer&#8217;s browser or on your iPhone, 3banana has make it easy for you to share your notes to Facebook and Twitter. Android users can even share as a QR code. There is also an email function for those who are not into social media stuffs.</p>
<p><img class="alignnone size-full wp-image-7275" title="3banana-sharing" src="http://images.maketecheasier.com/2009/09/3banana-sharing.jpg" alt="3banana-sharing" width="310" height="227" /></p>
<p>Just like a blog entry, you can also leave comments on your own (or your friend&#8217;s) notes.</p>
<h3>Conclusion</h3>
<p>Other than the word &#8220;<em>banana&#8221;</em>, which I can&#8217;t find any association with the application, I am very much impressed by the application itself. It might not be the most elegant app around, but its simple user-interface, great usability and portability have definitely make it stands out from the rest.</p>
<p>If you have used 3bananas, I love to hear your experience in the comments.</p>
<p><!--adsense#468x60--></p>
</div><p><strong><a href="http://maketecheasier.com/3banana-user-friendly-note-taking-app/2009/09/21">3banana: A User-friendly Note-taking Application</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)</p>


<p>Related posts:<ol><li><a href='http://maketecheasier.com/webnotes-eliminating-copy-and-paste-functions-one-note-at-a-time/2009/01/14' rel='bookmark' title='Permanent Link: WebNotes: Eliminating Copy and Paste Functions, One Note At A Time'>WebNotes: Eliminating Copy and Paste Functions, One Note At A Time</a></li><li><a href='http://maketecheasier.com/create-a-video-channel-from-different-video-sites/2009/10/31' rel='bookmark' title='Permanent Link: How to Create a Video Channel From Different Video Sharing Sites'>How to Create a Video Channel From Different Video Sharing Sites</a></li><li><a href='http://maketecheasier.com/toodledo-the-killer-task-management-application/2008/07/18' rel='bookmark' title='Permanent Link: Toodledo: The Killer Task Management Application'>Toodledo: The Killer Task Management Application</a></li><li><a href='http://maketecheasier.com/create-and-edit-your-notes-easily-with-sidenote/2008/12/30' rel='bookmark' title='Permanent Link: Create and Edit Your Notes Easily With Sidenote'>Create and Edit Your Notes Easily With Sidenote</a></li><li><a href='http://maketecheasier.com/scribefire-a-full-featured-blog-editor-for-firefox-users/2009/06/14' rel='bookmark' title='Permanent Link: Scribefire: A Full Featured Blog Editor For Firefox Users'>Scribefire: A Full Featured Blog Editor For Firefox Users</a></li></ol></p>]]></content:encoded>
			<wfw:commentRss>http://maketecheasier.com/3banana-user-friendly-note-taking-app/2009/09/21/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Jolicloud &#8211; The Innovative OS For The Web-Centric Crowd</title>
		<link>http://maketecheasier.com/jolicloud-the-innovative-os-for-the-web-centric-crowd/2009/09/18</link>
		<comments>http://maketecheasier.com/jolicloud-the-innovative-os-for-the-web-centric-crowd/2009/09/18#comments</comments>
		<pubDate>Fri, 18 Sep 2009 12:56:32 +0000</pubDate>
		<dc:creator>Damien</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[distro]]></category>
		<category><![CDATA[Jolicloud]]></category>
		<category><![CDATA[netbook]]></category>
		<category><![CDATA[OS]]></category>

		<guid isPermaLink="false">http://maketecheasier.com/?p=7192</guid>
		<description><![CDATA[ For those who are sick of using Windows XP on their netbook and wanted to try out a netbook-efficient and more user friendly OS, then Jolicloud could well be the one heading to your netbook.
Jolicloud is a new Linux distro based on the Ubuntu Netbook Remix, but specifically optimized for netbook devices. What make [...]<p><strong><a href="http://maketecheasier.com/jolicloud-the-innovative-os-for-the-web-centric-crowd/2009/09/18">Jolicloud &ndash; The Innovative OS For The Web-Centric Crowd</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)</p>



Related posts:<ol><li><a href='http://maketecheasier.com/appnr-%e2%80%93-install-ubuntu-applications-from-your-firefox-browser/2008/10/17' rel='bookmark' title='Permanent Link: Appnr – Install Ubuntu Applications from your Firefox browser'>Appnr – Install Ubuntu Applications from your Firefox browser</a></li><li><a href='http://maketecheasier.com/a-hands-on-and-review-of-ubuntu-one/2009/07/21' rel='bookmark' title='Permanent Link: A Hands on and Review of Ubuntu One'>A Hands on and Review of Ubuntu One</a></li><li><a href='http://maketecheasier.com/how-to-minimize-all-your-applications-to-the-system-tray-in-ubuntu/2008/11/25' rel='bookmark' title='Permanent Link: How To Minimize All Your Applications To The System Tray In Ubuntu'>How To Minimize All Your Applications To The System Tray In Ubuntu</a></li><li><a href='http://maketecheasier.com/install-and-use-ubuntu-netbook-remix/2009/09/22' rel='bookmark' title='Permanent Link: How to Install and Use Ubuntu Netbook Remix'>How to Install and Use Ubuntu Netbook Remix</a></li><li><a href='http://maketecheasier.com/gmail-notifier-for-ubuntu-904/2009/05/11' rel='bookmark' title='Permanent Link: Gmail Notifier For Ubuntu 9.04'>Gmail Notifier For Ubuntu 9.04</a></li></ol>]]></description>
			<content:encoded><![CDATA[<div class="KonaBody"><p><img class="alignleft" title="jolicloud-logo" src="http://images.maketecheasier.com/2009/09/jolicloud-logo.jpg" alt="jolicloud-logo" width="223" height="180" /> For those who are sick of using Windows XP on their netbook and wanted to try out a netbook-efficient and more user friendly OS, then Jolicloud could well be the one heading to your netbook.</p>
<p><a href="http://www.jolicloud.com" target="_blank">Jolicloud</a> is a new Linux distro based on the <a href="http://www.ubuntu.com/GetUbuntu/download-netbook" target="_blank">Ubuntu Netbook Remix</a>, but specifically optimized for netbook devices. What make it stands out from the rest is its Web services that delivers a whole new Web-centric experience to its users (we will discuss more on that later).</p>
<p>Jolicloud is currently at closed alpha testing stage and only offer download on an invitation basis. The download is a LiveCD installer of around 600MB, distributed in iso format. You will have to use a <a href="http://www.jolicloud.com/community/get-jolicloud#download-jolicloud-usb-creator" target="_blank">USB creator software</a> to mount the iso file on a USB drive before you can use it to install on a netbook.</p>
<p>When you first boot up the OS, you will see a Ubuntu-like grub splash screen.</p>
<p><img class="alignnone" title="jolicloud-bootup" src="http://images.maketecheasier.com/2009/09/jolicloud-bootup.png" border="0" alt="jolicloud-bootup" width="577" height="427" /></p>
<p>Similarly, on the home screen, you will find the familiar UNR user interface.</p>
<p><img class="alignnone" title="jolicloud-home-screen" src="http://images.maketecheasier.com/2009/09/jolicloud-home-screen.jpg" alt="jolicloud-home-screen" width="577" height="434" /></p>
<p>On further exploration, you will also find that many of the standard software suite found in UNR (like Open Office, GIMP, Rhythmbox) are no longer available. Even Ubuntu signature app installer:<em> Synaptic Package Manger</em>, is missing. There is a good reason for that. Jolicloud stripped out all the heavy-duty and redundant applications in the system and allows you to customize fully what applications you want in your computer.</p>
<p>This is also where <strong>Jolicloud Web Services</strong> plays its part.</p>
<p>Click on the <em>My Jolicloud</em> icon (or the <em>Get Started</em> icon in Favorites tab) to launch Jolicloud Web Services. This is basically a Mozilla Prism application that connects you to the Jolicloud server.</p>
<h3>Jolicloud Dashboard</h3>
<p>This is essentially the starting point of your Jolicloud Web-centric experience. The dashboard contains news information and notification of the software update for your netbook.</p>
<p><img class="alignnone" title="jolicloud-dashboard" src="http://images.maketecheasier.com/2009/09/jolicloud-dashboard.jpg" alt="jolicloud-dashboard" width="577" height="326" /></p>
<h3>Jolicloud Application</h3>
<p>The application panel functions just like the iPhone App Store where you can choose the applications you want and install it in your netbook, easily and quickly. You are not restricted to install only desktop based application. Most of the popular web-based apps such as <em>Google docs</em>, <em>Zoho office</em>, <em>YouTube</em> can also be installed in your system (basically they are just customized build of Prism). <em>Who says you need to know command line to install applications in Linux?</em></p>
<p><img class="alignnone" title="jolicloud-application" src="http://images.maketecheasier.com/2009/09/jolicloud-application.jpg" alt="jolicloud-application" width="577" height="323" /></p>
<p><img class="alignnone" title="jolicloud-google-apps" src="http://images.maketecheasier.com/2009/09/jolicloud-google-apps.jpg" alt="jolicloud-google-apps" width="577" height="323" /></p>
<h3>Jolicloud Settings &#8211; the social media stuff</h3>
<p>The Settings panel is where you can follow other Jolicloud&#8217;s members (in Twitter style) and get update on what they are installing in their system. One thing though, for those who are concerned with their privacy, (unfortunately) I have not found a way to prevent others from following you. I strongly hope that Jolicloud can fix this up and allow more privacy control to the users.</p>
<p><img class="alignnone" title="jolicloud-following" src="http://images.maketecheasier.com/2009/09/jolicloud-following.jpg" alt="jolicloud-following" width="577" height="322" /></p>
<h3>Conclusion</h3>
<p>For an OS that is still in alpha testing, Jolicloud is impressive. Surely there are plenty of bugs still need to be sorted out, but for the simple, yet user-friendly and easy to use interface, it really worth the praise.</p>
<p>Things that I hope to see improvement in future release:</p>
<p>1) Privacy control for the end-users<br />
2) Support for a wider range of netbooks (currently it only works on certain models)<br />
3) Better hardware support</p>
<p>Have you tried out Jolicloud? If not, apply for the <a href="http://my.jolicloud.com/account/invitation?next=/register" rel="nofollow" target="_blank">invitation code</a> here.</p>
<p><p><script type="text/javascript"><!--
google_ad_client = "pub-8765285789552883";
/* MTE body ad300x250, created 5/17/09 */
google_ad_slot = "3980792036";
google_ad_width = 300;
google_ad_height = 250;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</p></p>
</div><p><strong><a href="http://maketecheasier.com/jolicloud-the-innovative-os-for-the-web-centric-crowd/2009/09/18">Jolicloud &ndash; The Innovative OS For The Web-Centric Crowd</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)</p>


<p>Related posts:<ol><li><a href='http://maketecheasier.com/appnr-%e2%80%93-install-ubuntu-applications-from-your-firefox-browser/2008/10/17' rel='bookmark' title='Permanent Link: Appnr – Install Ubuntu Applications from your Firefox browser'>Appnr – Install Ubuntu Applications from your Firefox browser</a></li><li><a href='http://maketecheasier.com/a-hands-on-and-review-of-ubuntu-one/2009/07/21' rel='bookmark' title='Permanent Link: A Hands on and Review of Ubuntu One'>A Hands on and Review of Ubuntu One</a></li><li><a href='http://maketecheasier.com/how-to-minimize-all-your-applications-to-the-system-tray-in-ubuntu/2008/11/25' rel='bookmark' title='Permanent Link: How To Minimize All Your Applications To The System Tray In Ubuntu'>How To Minimize All Your Applications To The System Tray In Ubuntu</a></li><li><a href='http://maketecheasier.com/install-and-use-ubuntu-netbook-remix/2009/09/22' rel='bookmark' title='Permanent Link: How to Install and Use Ubuntu Netbook Remix'>How to Install and Use Ubuntu Netbook Remix</a></li><li><a href='http://maketecheasier.com/gmail-notifier-for-ubuntu-904/2009/05/11' rel='bookmark' title='Permanent Link: Gmail Notifier For Ubuntu 9.04'>Gmail Notifier For Ubuntu 9.04</a></li></ol></p>]]></content:encoded>
			<wfw:commentRss>http://maketecheasier.com/jolicloud-the-innovative-os-for-the-web-centric-crowd/2009/09/18/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>How To Boot And Install Windows 7 From USB Flash Drive (Updated)</title>
		<link>http://maketecheasier.com/updated-boot-and-install-windows-7-from-usb-flash-drive/2009/09/12</link>
		<comments>http://maketecheasier.com/updated-boot-and-install-windows-7-from-usb-flash-drive/2009/09/12#comments</comments>
		<pubDate>Sat, 12 Sep 2009 12:39:08 +0000</pubDate>
		<dc:creator>Damien</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[bootable USB drive]]></category>
		<category><![CDATA[installer]]></category>
		<category><![CDATA[windows 7]]></category>

		<guid isPermaLink="false">http://maketecheasier.com/?p=7087</guid>
		<description><![CDATA[Previously, I have discussed the way to create a Windows 7 USB installer drive using the command prompt. Even though I have make it easy to follow, there are still some of you having some difficulty in the process. Recently, I have come across this little cool portable application that is able to do all [...]<p><strong><a href="http://maketecheasier.com/updated-boot-and-install-windows-7-from-usb-flash-drive/2009/09/12">How To Boot And Install Windows 7 From USB Flash Drive (Updated)</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)</p>



Related posts:<ol><li><a href='http://maketecheasier.com/boot-and-install-windows-7-from-usb-flash-drive/2009/01/23' rel='bookmark' title='Permanent Link: How To Boot And Install Windows 7 From USB Flash Drive'>How To Boot And Install Windows 7 From USB Flash Drive</a></li><li><a href='http://maketecheasier.com/how-to-dual-boot-windows-xp-and-vista/2008/12/15' rel='bookmark' title='Permanent Link: How To Dual Boot Windows XP And Vista'>How To Dual Boot Windows XP And Vista</a></li><li><a href='http://maketecheasier.com/how-to-dual-boot-win-vista-with-windows-7/2009/01/11' rel='bookmark' title='Permanent Link: How to Dual Boot Windows Vista And Windows 7'>How to Dual Boot Windows Vista And Windows 7</a></li><li><a href='http://maketecheasier.com/install-ubuntu-in-windows/2009/07/28' rel='bookmark' title='Permanent Link: How to Install Ubuntu in Windows'>How to Install Ubuntu in Windows</a></li><li><a href='http://maketecheasier.com/changing-your-vista-boot-screen-graphic/2008/01/25' rel='bookmark' title='Permanent Link: Changing Your Vista Boot Screen Graphic'>Changing Your Vista Boot Screen Graphic</a></li></ol>]]></description>
			<content:encoded><![CDATA[<div class="KonaBody"><p><img class="alignleft size-full wp-image-7098" title="wintoflash-win7-drive" src="http://images.maketecheasier.com/2009/09/wintoflash-win7-drive.jpg" alt="wintoflash-win7-drive" width="200" height="127" />Previously, I have discussed the way to <a href="http://maketecheasier.com/boot-and-install-windows-7-from-usb-flash-drive/2009/01/23">create a Windows 7 USB installer drive</a> using the command prompt. Even though I have make it easy to follow, there are still some of you having some difficulty in the process. Recently, I have come across this little cool portable application that is able to do all the things covered in the previous tutorial in a breeze and without the command prompt.</p>
<p>The application that I am talking about is <a href="http://wintoflash.com/home/en/" target="_blank">WinToFlash</a>. This is a small application (only 2.1MB) that allows you to convert your Windows installer CD/DVD to a bootable USB drive. Not only is it easy to use (nearly idiot-proof and does not require you to have any technical knowledge), it is also fully portable &#8211; No installation is required and you can bring it wherever you are.</p>
<h3>Preparation</h3>
<p>Before you start, here are some stuffs that you need to take note of:</p>
<p>1) You need to have a USB drive of at least 3GB space in order to create a Windows 7 bootable USB drive.</p>
<p>2) The process will format and wipe off all your files in the USB drive. Remember to backup before you proceed.</p>
<p>3) You need to have a Windows 7 installer DVD and an optical drive to read the DVD. If you have only the ISO file (downloaded directly from Microsoft), you can use <a href="http://maketecheasier.com/mount-iso-images-in-windows/2009/05/19">Virtual Clone Drive</a> to mount the ISO in your computer.</p>
<h3>Installation</h3>
<p>Download <a href="http://wintoflash.com/download/en/" target="_blank">WinToFlash</a></p>
<p>Put in your Windows 7 installer DVD and plug in your USB drive.</p>
<p>Unzip the folder to your desktop and run the <em>WinToFlash.exe</em> file</p>
<p>Some of you might see the “<em>WinToFlash DLP_NotFound</em>” error message. You can safely ignore this error message.</p>
<p><img class="alignnone size-full wp-image-7088" title="wintoflash-warning" src="http://images.maketecheasier.com/2009/09/wintoflash-warning.jpg" alt="wintoflash-warning" width="364" height="123" /></p>
<p>On the main screen, click on the <em>Window Setup Transfer Wizard</em>. This will bring you to the wizard mode where it automates (almost) the whole process for you.</p>
<p><img class="alignnone size-full wp-image-7089" title="wintoflash-main-screen" src="http://images.maketecheasier.com/2009/09/wintoflash-main-screen.jpg" alt="wintoflash-main-screen" width="573" height="352" /></p>
<p>On the next screen, there is an option for you to go into the <em>Advanced</em> mode and tweak some of the settings. You can ignore that (if you are not into tweaking) and click <em>Next</em> to proceed.</p>
<p><img class="alignnone size-full wp-image-7090" title="wintoflash-setup-wizard" src="http://images.maketecheasier.com/2009/09/wintoflash-setup-wizard.jpg" alt="wintoflash-setup-wizard" width="524" height="397" /></p>
<p>Point the Windows file path to the Windows Installer DVD directory.</p>
<p>Point the USB drive to the USB directory.</p>
<p><img class="alignnone size-full wp-image-7091" title="wintoflash-file-path" src="http://images.maketecheasier.com/2009/09/wintoflash-file-path.jpg" alt="wintoflash-file-path" width="588" height="221" /></p>
<p>Click <em>Next</em>.</p>
<p>Accept the agreement.</p>
<p><img class="alignnone size-full wp-image-7092" title="wintoflash-agreement" src="http://images.maketecheasier.com/2009/09/wintoflash-agreement.jpg" alt="wintoflash-agreement" width="379" height="398" /></p>
<p>Preparing your USB drive. Make sure you have backup all the important files before you proceed. This will erase all your data.</p>
<p><img class="alignnone size-full wp-image-7093" title="wintoflash-formatting" src="http://images.maketecheasier.com/2009/09/wintoflash-formatting.jpg" alt="wintoflash-formatting" width="411" height="229" /></p>
<p>Transferring in progress. This might take a while. Go for your coffee break.</p>
<p><img class="alignnone size-full wp-image-7094" title="wintoflash-transferring" src="http://images.maketecheasier.com/2009/09/wintoflash-transferring.jpg" alt="wintoflash-transferring" width="566" height="310" /></p>
<p>Once you see the following message, the whole process is done. You can now boot Windows 7 from the USB drive.</p>
<p><img class="alignnone size-full wp-image-7095" title="wintoflash-complete-msg" src="http://images.maketecheasier.com/2009/09/wintoflash-complete-msg.jpg" alt="wintoflash-complete-msg" width="609" height="408" /></p>
<p>Some computers require you to change the bootup setting in the BIOS before you can boot from USB. Look into your motherboard/computer manual for more instruction.</p>
<p><!--adsense#468x60--></p>
</div><p><strong><a href="http://maketecheasier.com/updated-boot-and-install-windows-7-from-usb-flash-drive/2009/09/12">How To Boot And Install Windows 7 From USB Flash Drive (Updated)</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)</p>


<p>Related posts:<ol><li><a href='http://maketecheasier.com/boot-and-install-windows-7-from-usb-flash-drive/2009/01/23' rel='bookmark' title='Permanent Link: How To Boot And Install Windows 7 From USB Flash Drive'>How To Boot And Install Windows 7 From USB Flash Drive</a></li><li><a href='http://maketecheasier.com/how-to-dual-boot-windows-xp-and-vista/2008/12/15' rel='bookmark' title='Permanent Link: How To Dual Boot Windows XP And Vista'>How To Dual Boot Windows XP And Vista</a></li><li><a href='http://maketecheasier.com/how-to-dual-boot-win-vista-with-windows-7/2009/01/11' rel='bookmark' title='Permanent Link: How to Dual Boot Windows Vista And Windows 7'>How to Dual Boot Windows Vista And Windows 7</a></li><li><a href='http://maketecheasier.com/install-ubuntu-in-windows/2009/07/28' rel='bookmark' title='Permanent Link: How to Install Ubuntu in Windows'>How to Install Ubuntu in Windows</a></li><li><a href='http://maketecheasier.com/changing-your-vista-boot-screen-graphic/2008/01/25' rel='bookmark' title='Permanent Link: Changing Your Vista Boot Screen Graphic'>Changing Your Vista Boot Screen Graphic</a></li></ol></p>]]></content:encoded>
			<wfw:commentRss>http://maketecheasier.com/updated-boot-and-install-windows-7-from-usb-flash-drive/2009/09/12/feed</wfw:commentRss>
		<slash:comments>44</slash:comments>
		</item>
		<item>
		<title>How to Enable Flash Support in Google Chrome in Ubuntu</title>
		<link>http://maketecheasier.com/enable-flash-support-in-google-chrome-in-ubuntu/2009/08/19</link>
		<comments>http://maketecheasier.com/enable-flash-support-in-google-chrome-in-ubuntu/2009/08/19#comments</comments>
		<pubDate>Wed, 19 Aug 2009 12:29:54 +0000</pubDate>
		<dc:creator>Damien</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[google chrome]]></category>
		<category><![CDATA[Adobe Flash Player]]></category>
		<category><![CDATA[Flash support]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://maketecheasier.com/?p=6548</guid>
		<description><![CDATA[The Chromium team has released an alpha unstable version of the Google Chrome for Linux and Mac platform. Those who are keen to try out Google Chrome in their Ubuntu machine, but are not willing to run it under wine, you can now grab the deb file and install it in your system.
One of the [...]<p><strong><a href="http://maketecheasier.com/enable-flash-support-in-google-chrome-in-ubuntu/2009/08/19">How to Enable Flash Support in Google Chrome in Ubuntu</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)</p>



Related posts:<ol><li><a href='http://maketecheasier.com/how-to-run-google-chrome-in-ubuntu/2008/09/12' rel='bookmark' title='Permanent Link: How to Run Google Chrome in Ubuntu'>How to Run Google Chrome in Ubuntu</a></li><li><a href='http://maketecheasier.com/install-adobe-air-for-linux-in-ubuntu-intrepid/2008/12/19' rel='bookmark' title='Permanent Link: Install Adobe Air For Linux In Ubuntu Intrepid'>Install Adobe Air For Linux In Ubuntu Intrepid</a></li><li><a href='http://maketecheasier.com/10-useful-google-chrome-tips-and-tricks/2008/09/16' rel='bookmark' title='Permanent Link: 10 Useful Google Chrome Tips and Tricks'>10 Useful Google Chrome Tips and Tricks</a></li><li><a href='http://maketecheasier.com/things-you-need-to-install-after-installing-ubuntu/2008/01/24' rel='bookmark' title='Permanent Link: Things You Need To Install After Installing Ubuntu'>Things You Need To Install After Installing Ubuntu</a></li><li><a href='http://maketecheasier.com/how-to-install-dreamweaver-cs3-in-ubuntu-hardy/2008/06/20' rel='bookmark' title='Permanent Link: How To Install Dreamweaver CS3 In Ubuntu Hardy'>How To Install Dreamweaver CS3 In Ubuntu Hardy</a></li></ol>]]></description>
			<content:encoded><![CDATA[<div class="KonaBody"><p><img class="alignleft size-full wp-image-6556" title="gchrome-logo" src="http://images.maketecheasier.com/2009/08/gchrome-logo.jpg" alt="google chrome logo" width="200" height="142" />The Chromium team has released an alpha unstable version of the Google Chrome for Linux and Mac platform. Those who are keen to try out Google Chrome in their Ubuntu machine, but are not willing to <a href="http://maketecheasier.com/how-to-run-google-chrome-in-ubuntu/2008/09/12">run it under wine</a>, you can now grab the deb file and install it in your system.</p>
<p>One of the limitation of Google Chrome in Linux is that it does not support flash. If you intend to use it to watch your favorite YouTube channel, then you are out of luck. Luckily, there is a little trick that you can use to overcome this limitation. If you have installed the Adobe Flash player for your Firefox browser, you can now use the same player to run flash script in Google Chrome.</p>
<h3>Installation</h3>
<p>If you have not installed Google Chrome (unstable), go to the <a href="http://dev.chromium.org/getting-involved/dev-channel" target="_blank">Chromium dev channel</a> and grab the respective deb file for your system (32-bit and 64-bit). Double click on the deb file to start the installation. The whole process shouldn&#8217;t take more than 5 minutes.</p>
<h3>Check for Adobe Flash player</h3>
<p>If you have previously installed the Adobe Flash Player in your system, you should be able to find the <em>libflashplayer.so</em> file in the <em>/usr/lib/flashplugin-installer</em> directory. However, if you have installed the Flash player via the <em>ubuntu-restricted-extra</em> package, the libflashplayer.so will be located at the <em>/usr/lib/adobe-flashplugin</em> directory instead.</p>
<p>To find out where your libflashplayer.so is located, you might want to do a search in Nautilus.</p>
<p><img class="alignnone size-full wp-image-6549" title="gchrome-nautilus1" src="http://images.maketecheasier.com/2009/08/gchrome-nautilus1.jpg" alt="google chrome search for libflashplayer in nautilus" width="577" height="401" /></p>
<p><img class="alignnone size-full wp-image-6550" title="gchrome-nautilus2" src="http://images.maketecheasier.com/2009/08/gchrome-nautilus2.jpg" alt="google chrome libflashplayer properties" width="486" height="498" /></p>
<p>If you have not installed Flash Player, run the command in your terminal to install it:</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> flashplugin-installer</pre></div></div>

<h3>Installing the Flash plugin</h3>
<p>Create a <em>plugins</em> folder in the Google Chrome directory</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;">mkdir</span> <span style="color: #000000; font-weight: bold;">/</span>opt<span style="color: #000000; font-weight: bold;">/</span>google<span style="color: #000000; font-weight: bold;">/</span>chrome<span style="color: #000000; font-weight: bold;">/</span>plugins</pre></div></div>

<p>Copy the libflashplayer.so file to the plugins folder.</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;">cp</span> <span style="color: #000000; font-weight: bold;">/</span>usr<span style="color: #000000; font-weight: bold;">/</span>lib<span style="color: #000000; font-weight: bold;">/</span>flashplugin-installer<span style="color: #000000; font-weight: bold;">/</span>libflashplayer.so <span style="color: #000000; font-weight: bold;">/</span>opt<span style="color: #000000; font-weight: bold;">/</span>google<span style="color: #000000; font-weight: bold;">/</span>chrome<span style="color: #000000; font-weight: bold;">/</span>plugins</pre></div></div>

<p><strong>Note: </strong>change the source path if your libflashplayer.so file is not located at other location.</p>
<h3>Editing the Application menu</h3>
<p>Right click at the Application menubar and select &#8220;<em>Edit Menus</em>&#8221;</p>
<p>Scroll down to find &#8220;Internet&#8221; on the left pane and select Google Chrome on the right. Click on the <em>Properties</em> button on the right side.</p>
<p><img class="alignnone size-full wp-image-6551" title="gchrome-appmenu" src="http://images.maketecheasier.com/2009/08/gchrome-appmenu.jpg" alt="google chrome application menu" width="577" height="469" /></p>
<p>In the Command field, change the command to</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #000000; font-weight: bold;">/</span>opt<span style="color: #000000; font-weight: bold;">/</span>google<span style="color: #000000; font-weight: bold;">/</span>chrome<span style="color: #000000; font-weight: bold;">/</span>google-chrome <span style="color: #660033;">--enable-plugins</span> <span style="color: #000000; font-weight: bold;">%</span>U</pre></div></div>

<p><img class="alignnone size-full wp-image-6552" title="gchrome-command" src="http://images.maketecheasier.com/2009/08/gchrome-command.jpg" alt="google chrome command line" width="577" height="209" /></p>
<p>Save and close all the windows.</p>
<p>The flash player should be working in your Google Chrome now.</p>
<p><img class="alignnone size-full wp-image-6553" title="gchrome-youtube2" src="http://images.maketecheasier.com/2009/08/gchrome-youtube2.jpg" alt="google chrome playing youtube with flash support" width="395" height="346" /></p>
<p><p><script type="text/javascript"><!--
google_ad_client = "pub-8765285789552883";
/* MTE body ad300x250, created 5/17/09 */
google_ad_slot = "3980792036";
google_ad_width = 300;
google_ad_height = 250;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</p></p>
</div><p><strong><a href="http://maketecheasier.com/enable-flash-support-in-google-chrome-in-ubuntu/2009/08/19">How to Enable Flash Support in Google Chrome in Ubuntu</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)</p>


<p>Related posts:<ol><li><a href='http://maketecheasier.com/how-to-run-google-chrome-in-ubuntu/2008/09/12' rel='bookmark' title='Permanent Link: How to Run Google Chrome in Ubuntu'>How to Run Google Chrome in Ubuntu</a></li><li><a href='http://maketecheasier.com/install-adobe-air-for-linux-in-ubuntu-intrepid/2008/12/19' rel='bookmark' title='Permanent Link: Install Adobe Air For Linux In Ubuntu Intrepid'>Install Adobe Air For Linux In Ubuntu Intrepid</a></li><li><a href='http://maketecheasier.com/10-useful-google-chrome-tips-and-tricks/2008/09/16' rel='bookmark' title='Permanent Link: 10 Useful Google Chrome Tips and Tricks'>10 Useful Google Chrome Tips and Tricks</a></li><li><a href='http://maketecheasier.com/things-you-need-to-install-after-installing-ubuntu/2008/01/24' rel='bookmark' title='Permanent Link: Things You Need To Install After Installing Ubuntu'>Things You Need To Install After Installing Ubuntu</a></li><li><a href='http://maketecheasier.com/how-to-install-dreamweaver-cs3-in-ubuntu-hardy/2008/06/20' rel='bookmark' title='Permanent Link: How To Install Dreamweaver CS3 In Ubuntu Hardy'>How To Install Dreamweaver CS3 In Ubuntu Hardy</a></li></ol></p>]]></content:encoded>
			<wfw:commentRss>http://maketecheasier.com/enable-flash-support-in-google-chrome-in-ubuntu/2009/08/19/feed</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>How to Easily Upgrade your Firefox to 3.5 (and future version) in Ubuntu</title>
		<link>http://maketecheasier.com/easily-upgrade-your-firefox-to-35-in-ubuntu/2009/08/12</link>
		<comments>http://maketecheasier.com/easily-upgrade-your-firefox-to-35-in-ubuntu/2009/08/12#comments</comments>
		<pubDate>Wed, 12 Aug 2009 12:14:58 +0000</pubDate>
		<dc:creator>Damien</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[automatic update]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[mozilla]]></category>
		<category><![CDATA[Ubuntuzilla]]></category>

		<guid isPermaLink="false">http://maketecheasier.com/?p=6384</guid>
		<description><![CDATA[ Have you ever feel frustrated when Mozilla releases a new build for their software (especially Firefox) and you are still stuck at the previous older version, simply because Ubuntu did not (and do not intend to) add the newer version of software packages to the repository?
The truth of fact is, Ubuntu does not update [...]<p><strong><a href="http://maketecheasier.com/easily-upgrade-your-firefox-to-35-in-ubuntu/2009/08/12">How to Easily Upgrade your Firefox to 3.5 (and future version) in Ubuntu</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)</p>



Related posts:<ol><li><a href='http://maketecheasier.com/install-firefox-3-rc1-on-ubuntu-hardy-heron/2008/05/28' rel='bookmark' title='Permanent Link: How To Install Firefox 3 RC1 On Ubuntu Hardy Heron'>How To Install Firefox 3 RC1 On Ubuntu Hardy Heron</a></li><li><a href='http://maketecheasier.com/java-not-working-on-your-firefox-3-try-this-simple-fix/2008/07/10' rel='bookmark' title='Permanent Link: Java Not Working On Your Firefox 3? Try This Simple Fix!'>Java Not Working On Your Firefox 3? Try This Simple Fix!</a></li><li><a href='http://maketecheasier.com/upgrade-ubuntu-without-rebooting-with-ksplice/2009/07/12' rel='bookmark' title='Permanent Link: How to Upgrade Ubuntu Without Rebooting with Ksplice'>How to Upgrade Ubuntu Without Rebooting with Ksplice</a></li><li><a href='http://maketecheasier.com/appnr-%e2%80%93-install-ubuntu-applications-from-your-firefox-browser/2008/10/17' rel='bookmark' title='Permanent Link: Appnr – Install Ubuntu Applications from your Firefox browser'>Appnr – Install Ubuntu Applications from your Firefox browser</a></li><li><a href='http://maketecheasier.com/how-to-install-safari-internet-explorer-opera-on-ubuntu/2008/04/01' rel='bookmark' title='Permanent Link: How to Install Safari, Internet Explorer, Opera on Ubuntu'>How to Install Safari, Internet Explorer, Opera on Ubuntu</a></li></ol>]]></description>
			<content:encoded><![CDATA[<div class="KonaBody"><p><img class="alignleft" title="ubuntuzilla-logo" src="http://images.maketecheasier.com/2009/08/ubuntuzilla-logo.jpg" alt="ubuntuzilla-logo" width="163" height="163" /> Have you ever feel frustrated when Mozilla releases a new build for their software (especially Firefox) and you are still stuck at the previous older version, simply because Ubuntu did not (and do not intend to) add the newer version of software packages to the repository?</p>
<p>The truth of fact is, Ubuntu does not update its repositories for newer version of software packages, with the exception of security fixes, until the next release of Ubuntu. For example, the default version of Firefox for Ubuntu Jaunty is Firefox 3.0 and it won&#8217;t be upgraded to Firefox 3.5 at least until Ubuntu 9.10. In most cases, especially when it comes to browsers and various Web application, it is always better to upgrade to the newest version due to the new features and security improvement. This is where <a href="http://sourceforge.net/projects/ubuntuzilla/" target="_blank">Ubuntuzilla</a> comes into play.</p>
<p><strong>Ubuntuzilla</strong> is a python script that checks your system for Mozilla software (Firefox, Thunderbird, or Seamonkey) and update them to the latest version released from Mozilla server. It also comes with an update checker that periodically performs automatic checks and updates to keep your system up-to-date with possible changes in the Mozilla website and release servers.</p>
<h3>Install Ubuntuzilla</h3>
<p>Download the <a href="http://sourceforge.net/projects/ubuntuzilla/" target="_blank">deb</a> file to your desktop. (64-bit users go to this <a href="http://sourceforge.net/projects/ubuntuzilla/files/" target="_blank">site</a> and download the <em>ubuntuzilla-x.x.x-0ubuntu1-amd64.deb</em> package.)</p>
<p>Double click on the deb file to load the graphical installer. Click on the <em>Install Package</em> to install it in your system.</p>
<p><img class="alignnone" title="ubuntuzilla-install-deb" src="http://images.maketecheasier.com/2009/08/ubuntuzilla-install-deb.jpg" alt="ubuntuzilla-install-deb" width="562" height="379" /></p>
<h3>Running Ubuntuzilla</h3>
<p>Once you have finished the installation, close all instance of your Firefox (if you are using Thunderbird or SeaMonkey, close them as well).</p>
<p>Open up a terminal (<em>Applications -&gt; Accessories -&gt; Terminal</em>) and type</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">ubuntuzilla.py</pre></div></div>

<p>It will now prompt you a series of questions:</p>
<p>The first question is to ask if you want to upgrade to the latest version of Firefox. No doubt, the answer is &#8216;<em>y</em>&#8216;.</p>
<p><img class="alignnone" title="ubuntuzilla-install-firefox" src="http://images.maketecheasier.com/2009/08/ubuntuzilla-install-firefox.jpg" alt="ubuntuzilla-install-firefox" width="580" height="403" /></p>
<p>Next step is to choose the language for your Firefox.</p>
<p><img class="alignnone" title="ubuntuzilla-firefox-lang" src="http://images.maketecheasier.com/2009/08/ubuntuzilla-firefox-lang.jpg" alt="ubuntuzilla-firefox-lang" width="536" height="457" /></p>
<p>It will then proceed to download and install the latest stable build of Firefox in your system.</p>
<p>At the end of the installation, it will ask you if you want to schedule a periodical check of the latest release of the software.</p>
<p><img class="alignnone" title="ubuntuzilla-schedule-check" src="http://images.maketecheasier.com/2009/08/ubuntuzilla-schedule-check.jpg" alt="ubuntuzilla-schedule-check" width="536" height="460" /></p>
<h3>Remove Firefox</h3>
<p>For some reasons that you are not happy with the latest release of Firefox and wanted to switch back to the previous version, you can easily remove the latest build by running the following command in the terminal:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">ubuntuzilla.py <span style="color: #660033;">-a</span> remove <span style="color: #660033;">-p</span> firefox</pre></div></div>

<p>Firefox 3.0 will be restored in your system.</p>
<p><p><script type="text/javascript"><!--
google_ad_client = "pub-8765285789552883";
/* MTE body ad300x250, created 5/17/09 */
google_ad_slot = "3980792036";
google_ad_width = 300;
google_ad_height = 250;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</p></p>
</div><p><strong><a href="http://maketecheasier.com/easily-upgrade-your-firefox-to-35-in-ubuntu/2009/08/12">How to Easily Upgrade your Firefox to 3.5 (and future version) in Ubuntu</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)</p>


<p>Related posts:<ol><li><a href='http://maketecheasier.com/install-firefox-3-rc1-on-ubuntu-hardy-heron/2008/05/28' rel='bookmark' title='Permanent Link: How To Install Firefox 3 RC1 On Ubuntu Hardy Heron'>How To Install Firefox 3 RC1 On Ubuntu Hardy Heron</a></li><li><a href='http://maketecheasier.com/java-not-working-on-your-firefox-3-try-this-simple-fix/2008/07/10' rel='bookmark' title='Permanent Link: Java Not Working On Your Firefox 3? Try This Simple Fix!'>Java Not Working On Your Firefox 3? Try This Simple Fix!</a></li><li><a href='http://maketecheasier.com/upgrade-ubuntu-without-rebooting-with-ksplice/2009/07/12' rel='bookmark' title='Permanent Link: How to Upgrade Ubuntu Without Rebooting with Ksplice'>How to Upgrade Ubuntu Without Rebooting with Ksplice</a></li><li><a href='http://maketecheasier.com/appnr-%e2%80%93-install-ubuntu-applications-from-your-firefox-browser/2008/10/17' rel='bookmark' title='Permanent Link: Appnr – Install Ubuntu Applications from your Firefox browser'>Appnr – Install Ubuntu Applications from your Firefox browser</a></li><li><a href='http://maketecheasier.com/how-to-install-safari-internet-explorer-opera-on-ubuntu/2008/04/01' rel='bookmark' title='Permanent Link: How to Install Safari, Internet Explorer, Opera on Ubuntu'>How to Install Safari, Internet Explorer, Opera on Ubuntu</a></li></ol></p>]]></content:encoded>
			<wfw:commentRss>http://maketecheasier.com/easily-upgrade-your-firefox-to-35-in-ubuntu/2009/08/12/feed</wfw:commentRss>
		<slash:comments>32</slash:comments>
		</item>
		<item>
		<title>How to Receive Yahoo Mails From Desktop Email Client in Mac</title>
		<link>http://maketecheasier.com/receive-yahoo-mails-from-desktop-email-client-in-mac/2009/08/02</link>
		<comments>http://maketecheasier.com/receive-yahoo-mails-from-desktop-email-client-in-mac/2009/08/02#comments</comments>
		<pubDate>Sun, 02 Aug 2009 12:00:05 +0000</pubDate>
		<dc:creator>Damien</dc:creator>
				<category><![CDATA[Mac]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[desktop email client]]></category>
		<category><![CDATA[email client]]></category>
		<category><![CDATA[macfreepops]]></category>
		<category><![CDATA[yahoo]]></category>

		<guid isPermaLink="false">http://maketecheasier.com/?p=6105</guid>
		<description><![CDATA[A few months ago, Microsoft has make available the POP3 access to Hotmail. This means that Hotmail users can now receive/send their mails from their desktop clients. Apparently, Yahoo didn&#8217;t think this is a big problem. Until now, they still make the POP3 access exclusive  to their premium users.
If you are a Mac and [...]<p><strong><a href="http://maketecheasier.com/receive-yahoo-mails-from-desktop-email-client-in-mac/2009/08/02">How to Receive Yahoo Mails From Desktop Email Client in Mac</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)</p>



Related posts:<ol><li><a href='http://maketecheasier.com/use-zimbra-to-manage-your-email-accounts/2009/01/19' rel='bookmark' title='Permanent Link: How To Use Zimbra To Manage Your Email Accounts'>How To Use Zimbra To Manage Your Email Accounts</a></li><li><a href='http://maketecheasier.com/how-to-manage-your-email-more-efficiently-with-postbox/2009/06/17' rel='bookmark' title='Permanent Link: How to Manage Your Email More Efficiently With Postbox'>How to Manage Your Email More Efficiently With Postbox</a></li><li><a href='http://maketecheasier.com/download-webmail-to-pop-rss-reader-tool/2009/01/28' rel='bookmark' title='Permanent Link: Download Webmail to POP &amp; RSS Reader Tool'>Download Webmail to POP &amp; RSS Reader Tool</a></li><li><a href='http://maketecheasier.com/adobe-facebook-desktop-client/2009/10/22' rel='bookmark' title='Permanent Link: The New Facebook Desktop Client By Adobe And Why Should You Use it'>The New Facebook Desktop Client By Adobe And Why Should You Use it</a></li><li><a href='http://maketecheasier.com/dropbox-backs-up-and-syncs-files-from-your-desktop/2008/09/15' rel='bookmark' title='Permanent Link: Dropbox: Backs Up and Syncs Files From Your Desktop'>Dropbox: Backs Up and Syncs Files From Your Desktop</a></li></ol>]]></description>
			<content:encoded><![CDATA[<div class="KonaBody"><p><img class="alignleft" title="macfreepop-logo" src="http://images.maketecheasier.com/2009/07/macfreepops-logo.jpg" alt="macfreepops-logo" width="92" height="96" />A few months ago, Microsoft has <a href="http://windowslivewire.spaces.live.com/blog/cns!2F7EB29B42641D59!32413.entry">make available the POP3 access</a> to Hotmail. This means that Hotmail users can now receive/send their mails from their desktop clients. Apparently, Yahoo didn&#8217;t think this is a big problem. Until now, they still make the POP3 access exclusive  to their premium users.</p>
<p>If you are a Mac and Yahoo user, a good news for you is that you can make use of <a href="http://www.e-link.it/macfreepops/" target="_blank">MacFreePOPs</a> to configure your desktop email client (particularly mail.app) to receive your Yahoo mail. You won&#8217;t be able to send mail though. (Windows and Linux users can use the popular <a href="http://ypopsemail.com/" target="_blank">YPOPs</a> to configure their desktop clients to access Yahoo)</p>
<p>First <a href="http://www.e-link.it/macfreepops/">download MacFreePop here</a>.</p>
<p>Run MacFrePop. You should see the screen below:</p>
<p><img class="alignnone" title="macfreepop-main" src="http://images.maketecheasier.com/2009/07/macfreepop-main.jpg" alt="macfreepop-main" width="407" height="144" /></p>
<p>If the update button is available, make sure you click it and update all the internal files. Failure to update the files might render this application useless.</p>
<p>Click on the <em>Extra options</em> to show a list of configuration options. Click on the <em>freepopsd service</em> tab.</p>
<p>Place a check in the first row of options and change the port to <em>2000</em> and the address to <em>127.0.0.1</em></p>
<p><img class="alignnone" title="macfreepop-configuration" src="http://images.maketecheasier.com/2009/07/macfreepop-configuration.jpg" alt="macfreepop-configuration" width="402" height="438" /></p>
<p>Once that is done, click on the <em>Start freepopsd service</em> to start the server running.</p>
<p>Now open up your mail.app.</p>
<p>Go to <em>Mail-&gt;Preferences</em> and select on the <em>Accounts</em> tab<em>.</em> At the bottom, click on the &#8216;+&#8217; to add a new mail account.</p>
<p>Enter your name, email address and the password. Leave the &#8220;<em>Automatically set up account</em>&#8221; option alone.</p>
<p>Click Continue.</p>
<p><img class="alignnone" title="macfreepop-setup-email1" src="http://images.maketecheasier.com/2009/07/macfreepop-setup-email1.jpg" alt="macfreepop-setup-email1" width="580" height="418" /></p>
<p>Select POP from the dropdown option.</p>
<p>In the <strong>Incoming Mail Server</strong> field, enter &#8220;<em>127.0.0.1</em>&#8220;.</p>
<p>In the <strong>User Name</strong> field, enter the full email address (including the @yahoo.com). Click Continue.</p>
<p><img class="alignnone" title="macfreepop-setup-email2" src="http://images.maketecheasier.com/2009/07/macfreepop-setup-email2.jpg" alt="macfreepop-setup-email2" width="581" height="416" /></p>
<p>MacFreePop does not allow you to send emails from your Yahoo account, but you can still configure it to send via third party email accounts (or your existing accounts).</p>
<p>At the <em>Outgoing Mail Server</em> dropdown option, choose a setting that you have previously configured. Click Continue.</p>
<p><img class="alignnone" title="macfreepop-setup-email3" src="http://images.maketecheasier.com/2009/07/macfreepop-setup-email3.jpg" alt="macfreepop-setup-email3" width="579" height="417" /></p>
<p>You should be done with the new account setup. Back in the Account options screen, highlight the newly created account on the left pane and select the <em>Advanced</em> tab on the right pane.</p>
<p>In the <em>Port</em> field, change it to 2000.</p>
<p><img class="alignnone" title="macfreepop-set-port" src="http://images.maketecheasier.com/2009/07/macfreepop-set-port.jpg" alt="macfreepop-set-port" width="551" height="570" /></p>
<p>Exit the Preferences window.</p>
<p>Back to your Inbox, click on <em>Get Mail</em>. Your mail.app will start to download all your Yahoo emails now.</p>
<p><img class="alignnone" title="macfreepop-inbox" src="http://images.maketecheasier.com/2009/07/macfreepop-inbox.jpg" alt="macfreepop-inbox" width="577" height="373" /></p>
<h3>Troubleshooting</h3>
<p><strong>Why can&#8217;t I receive emails?</strong></p>
<ul>
<li>Make sure that you update all the internal files of MacFreePop by clicking the <em>Update Available</em> button.</li>
<li>Make sure that you start the freepopsd server before you start to retrieve emails.</li>
<li>Make sure that in the account setup section, you use &#8216;127.0.0.1&#8242; as the Incoming server.</li>
<li>Make sure that you have changed the port to 2000 in the Account setup.</li>
</ul>
<p><p><script type="text/javascript"><!--
google_ad_client = "pub-8765285789552883";
/* MTE body ad300x250, created 5/17/09 */
google_ad_slot = "3980792036";
google_ad_width = 300;
google_ad_height = 250;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</p></p>
</div><p><strong><a href="http://maketecheasier.com/receive-yahoo-mails-from-desktop-email-client-in-mac/2009/08/02">How to Receive Yahoo Mails From Desktop Email Client in Mac</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)</p>


<p>Related posts:<ol><li><a href='http://maketecheasier.com/use-zimbra-to-manage-your-email-accounts/2009/01/19' rel='bookmark' title='Permanent Link: How To Use Zimbra To Manage Your Email Accounts'>How To Use Zimbra To Manage Your Email Accounts</a></li><li><a href='http://maketecheasier.com/how-to-manage-your-email-more-efficiently-with-postbox/2009/06/17' rel='bookmark' title='Permanent Link: How to Manage Your Email More Efficiently With Postbox'>How to Manage Your Email More Efficiently With Postbox</a></li><li><a href='http://maketecheasier.com/download-webmail-to-pop-rss-reader-tool/2009/01/28' rel='bookmark' title='Permanent Link: Download Webmail to POP &amp; RSS Reader Tool'>Download Webmail to POP &amp; RSS Reader Tool</a></li><li><a href='http://maketecheasier.com/adobe-facebook-desktop-client/2009/10/22' rel='bookmark' title='Permanent Link: The New Facebook Desktop Client By Adobe And Why Should You Use it'>The New Facebook Desktop Client By Adobe And Why Should You Use it</a></li><li><a href='http://maketecheasier.com/dropbox-backs-up-and-syncs-files-from-your-desktop/2008/09/15' rel='bookmark' title='Permanent Link: Dropbox: Backs Up and Syncs Files From Your Desktop'>Dropbox: Backs Up and Syncs Files From Your Desktop</a></li></ol></p>]]></content:encoded>
			<wfw:commentRss>http://maketecheasier.com/receive-yahoo-mails-from-desktop-email-client-in-mac/2009/08/02/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>How to Password Protect Your USB Drive Without Administrator Privilege</title>
		<link>http://maketecheasier.com/password-protect-your-usb-drive-without-administrator-privilege/2009/07/29</link>
		<comments>http://maketecheasier.com/password-protect-your-usb-drive-without-administrator-privilege/2009/07/29#comments</comments>
		<pubDate>Wed, 29 Jul 2009 12:00:59 +0000</pubDate>
		<dc:creator>Damien</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[encryption]]></category>
		<category><![CDATA[USB Drive]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://maketecheasier.com/?p=6088</guid>
		<description><![CDATA[ Password protecting my USB drive is often the most important thing that I do when I went on travel. With all the confidential information in the USB drive, the last thing that I want to see is to lost it and have others to access all my precious data.
Although I have previously covered two [...]<p><strong><a href="http://maketecheasier.com/password-protect-your-usb-drive-without-administrator-privilege/2009/07/29">How to Password Protect Your USB Drive Without Administrator Privilege</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)</p>



Related posts:<ol><li><a href='http://maketecheasier.com/truecrypt-encrypt-your-data-the-easy-way/2008/04/17' rel='bookmark' title='Permanent Link: TrueCrypt: Encrypt Your Data The Easy Way'>TrueCrypt: Encrypt Your Data The Easy Way</a></li><li><a href='http://maketecheasier.com/safe-guard-your-password-with-keepassx/2009/07/14' rel='bookmark' title='Permanent Link: Safe Guard Your Password With KeePassX'>Safe Guard Your Password With KeePassX</a></li><li><a href='http://maketecheasier.com/how-to-store-thousands-of-password-with-password-manager/2007/12/28' rel='bookmark' title='Permanent Link: How To Store Thousands Of Password With Password Manager'>How To Store Thousands Of Password With Password Manager</a></li><li><a href='http://maketecheasier.com/easily-encrypt-your-usb-drive-in-windows-7/2009/06/11' rel='bookmark' title='Permanent Link: How to Easily Encrypt Your USB Drive in Windows 7'>How to Easily Encrypt Your USB Drive in Windows 7</a></li><li><a href='http://maketecheasier.com/resize-create-partitions-with-gnome-partition-editor-gparted/2009/01/06' rel='bookmark' title='Permanent Link: How To Resize And Create Partitions With Gnome Partition Editor (GParted)'>How To Resize And Create Partitions With Gnome Partition Editor (GParted)</a></li></ol>]]></description>
			<content:encoded><![CDATA[<div class="KonaBody"><p><img class="alignleft" title="rohos-logo" src="http://images.maketecheasier.com/2009/07/rohos-logo.gif" alt="rohos-logo" width="130" height="87" /> Password protecting my USB drive is often the most important thing that I do when I went on travel. With all the confidential information in the USB drive, the last thing that I want to see is to lost it and have others to access all my precious data.</p>
<p>Although I have previously covered two useful software for encrypting USB drive: <a href="http://maketecheasier.com/easily-encrypt-your-usb-drive-in-windows-7/2009/06/11">Windows 7 BitLocker</a> and <a href="http://maketecheasier.com/truecrypt-encrypt-your-data-the-easy-way/2008/04/17">TrueCrypt</a>, one thing that prevented me from using them on the move is that these two software require administrator privilege (or the ultimate version of Windows 7) to use, which in most Internet cafes, you don’t have access to.</p>
<p>There are also several others encryption software out there, but the one that worked well for me, and apparently free and does not require any administrator privileges is <a href="http://www.rohos.com/products/rohos-mini-drive/" target="_blank">Rohos Mini Drive</a>.</p>
<p>What <strong>Rohos Mini Drive</strong> does is to create hidden and encrypted partition on the USB flash drive memory. When you plug in your USB drive, you won&#8217;t get to see the hidden partition. Only when you run the Rohos application (within the USB drive) and enter your password, then will the hidden partition appear. Since the Rohos application does not require access (or modification) to the computer’s system, it doesn’t require any administrator privileges to run it. This is great for those who need to access their encrypted data on a public computer that they don’t have administrator access to.</p>
<h3>Installing Rohos Mini Drive</h3>
<p>The initial step to create an encrypted USB drive requires you to install and run the application in your own computer. This will require administrator privileges.</p>
<p>Download <a href="http://www.rohos.com/products/rohos-mini-drive/" target="_blank">Rohos Mini Drive</a> (Windows only).</p>
<p>Double click the application to install it in your computer.</p>
<p>Once the installation is done, insert in your USB drive. You don’t have to reformat the drive, but you have to make sure that there is enough space to create the new partition.</p>
<p>Open the <strong>Rohos Mini Drive</strong> application from the Start menu.</p>
<p>In the main window, click <em>Setup USB Key</em></p>
<p><img class="alignnone" title="rohos-setup" src="http://images.maketecheasier.com/2009/07/rohos-setup.jpg" alt="rohos-setup" width="554" height="272" /></p>
<p>Rohos Mini Drive will proceed to detect your USB drive. Click <em>Change</em> to edit the partition configuration.</p>
<p><img class="alignnone" title="rohos-detect-usb" src="http://images.maketecheasier.com/2009/07/rohos-detect-usb.jpg" alt="rohos-detect-usb" width="402" height="320" /></p>
<p>In the configuration window, you can configure the Disk letter that the hidden partition to be mounted to, the encrypted partition size (maximum 2GB), the file system type and the encryption algorithm. The last thing is to point the installation location to your USB drive. The encrypted file will come with a <em>.rdi</em> extension.</p>
<p>Click <em>OK</em> to proceed.</p>
<p><img class="alignnone" title="rohos-configuration" src="http://images.maketecheasier.com/2009/07/rohos-configuration.jpg" alt="rohos-configuration" width="375" height="336" /></p>
<p>Back to the USB Key Creation window, enter your password and make sure that it is a safe one. Click <em>Create Disk.</em></p>
<p><img class="alignnone" title="rohos-encryption" src="http://images.maketecheasier.com/2009/07/rohos-encryption.jpg" alt="rohos-encryption" width="373" height="130" /></p>
<p>Encryption completed.</p>
<p><img class="alignnone" title="rohos-encryption-done" src="http://images.maketecheasier.com/2009/07/rohos-encryption-done.jpg" alt="rohos-encryption-done" width="469" height="188" /></p>
<p>Now open your Windows Explorer and navigate to your USB drive. You should see only the <em>Rohos Mini</em> application (which was not there originally).</p>
<p><img class="alignnone" title="rohos-explorer" src="http://images.maketecheasier.com/2009/07/rohos-explorer.jpg" alt="rohos-explorer" width="566" height="335" /></p>
<p>Double click the Rohos mini application. Enter the encryption password when prompted.</p>
<p><img class="alignnone" title="rohos-password" src="http://images.maketecheasier.com/2009/07/rohos-password.jpg" alt="rohos-password" width="359" height="184" /></p>
<p>You should now see your hidden partition prompted in the drive letter that you have chosen earlier.</p>
<p><img class="alignnone" title="rohos-mount-drive" src="http://images.maketecheasier.com/2009/07/rohos-mount-drive.jpg" alt="rohos-mount-drive" width="580" height="381" /></p>
<p>You can install all your portable apps or store your confidential data on the hidden partition now.</p>
<p>What other software do you use to encrypt your USB drive?</p>
<p><!--adsense#468x60--></p>
</div><p><strong><a href="http://maketecheasier.com/password-protect-your-usb-drive-without-administrator-privilege/2009/07/29">How to Password Protect Your USB Drive Without Administrator Privilege</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)</p>


<p>Related posts:<ol><li><a href='http://maketecheasier.com/truecrypt-encrypt-your-data-the-easy-way/2008/04/17' rel='bookmark' title='Permanent Link: TrueCrypt: Encrypt Your Data The Easy Way'>TrueCrypt: Encrypt Your Data The Easy Way</a></li><li><a href='http://maketecheasier.com/safe-guard-your-password-with-keepassx/2009/07/14' rel='bookmark' title='Permanent Link: Safe Guard Your Password With KeePassX'>Safe Guard Your Password With KeePassX</a></li><li><a href='http://maketecheasier.com/how-to-store-thousands-of-password-with-password-manager/2007/12/28' rel='bookmark' title='Permanent Link: How To Store Thousands Of Password With Password Manager'>How To Store Thousands Of Password With Password Manager</a></li><li><a href='http://maketecheasier.com/easily-encrypt-your-usb-drive-in-windows-7/2009/06/11' rel='bookmark' title='Permanent Link: How to Easily Encrypt Your USB Drive in Windows 7'>How to Easily Encrypt Your USB Drive in Windows 7</a></li><li><a href='http://maketecheasier.com/resize-create-partitions-with-gnome-partition-editor-gparted/2009/01/06' rel='bookmark' title='Permanent Link: How To Resize And Create Partitions With Gnome Partition Editor (GParted)'>How To Resize And Create Partitions With Gnome Partition Editor (GParted)</a></li></ol></p>]]></content:encoded>
			<wfw:commentRss>http://maketecheasier.com/password-protect-your-usb-drive-without-administrator-privilege/2009/07/29/feed</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>A Hands on and Review of Ubuntu One</title>
		<link>http://maketecheasier.com/a-hands-on-and-review-of-ubuntu-one/2009/07/21</link>
		<comments>http://maketecheasier.com/a-hands-on-and-review-of-ubuntu-one/2009/07/21#comments</comments>
		<pubDate>Tue, 21 Jul 2009 12:00:18 +0000</pubDate>
		<dc:creator>Damien</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[File storage]]></category>
		<category><![CDATA[file synchronization]]></category>
		<category><![CDATA[Ubuntu Jaunty]]></category>
		<category><![CDATA[Ubuntu One]]></category>

		<guid isPermaLink="false">http://maketecheasier.com/?p=5998</guid>
		<description><![CDATA[ Canonical (the company behind Ubuntu) has recently released a beta version of their online file syncing service – UbuntuOne for public testing. This file syncing service is similar to the popular Dropbox service and it allows you to share and sync file across different computers.
In this tutorial, we are going to take a quick [...]<p><strong><a href="http://maketecheasier.com/a-hands-on-and-review-of-ubuntu-one/2009/07/21">A Hands on and Review of Ubuntu One</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)</p>



Related posts:<ol><li><a href='http://maketecheasier.com/sharing-files-between-ubuntu-host-and-virtual-machines/2007/12/17' rel='bookmark' title='Permanent Link: Sharing Files Between Ubuntu Host and Virtual Machines'>Sharing Files Between Ubuntu Host and Virtual Machines</a></li><li><a href='http://maketecheasier.com/how-to-install-dreamweaver-cs3-in-ubuntu-hardy/2008/06/20' rel='bookmark' title='Permanent Link: How To Install Dreamweaver CS3 In Ubuntu Hardy'>How To Install Dreamweaver CS3 In Ubuntu Hardy</a></li><li><a href='http://maketecheasier.com/ubuntu-ibex-alpha-6-review/2008/09/23' rel='bookmark' title='Permanent Link: Ubuntu Ibex Alpha 6 Review'>Ubuntu Ibex Alpha 6 Review</a></li><li><a href='http://maketecheasier.com/easily-mount-your-iphone-as-an-external-drive-in-ubuntu/2009/09/30' rel='bookmark' title='Permanent Link: How to Easily Mount Your iPhone As An External Drive in Ubuntu'>How to Easily Mount Your iPhone As An External Drive in Ubuntu</a></li><li><a href='http://maketecheasier.com/auto-mount-your-ntfs-partition-in-ubuntu/2009/04/14' rel='bookmark' title='Permanent Link: How To Auto-mount Your NTFS Partition In Ubuntu'>How To Auto-mount Your NTFS Partition In Ubuntu</a></li></ol>]]></description>
			<content:encoded><![CDATA[<div class="KonaBody"><p><img class="alignleft" title="ubuntuone-logo" src="http://images.maketecheasier.com/2009/07/ubuntuone-logo.jpg" alt="ubuntuone-logo" width="197" height="90" /> Canonical (the company behind Ubuntu) has recently released a beta version of their online file syncing service – <a href="https://ubuntuone.com/" target="_blank">UbuntuOne</a> for public testing. This file syncing service is similar to the popular <a href="http://maketecheasier.com/dropbox-backs-up-and-syncs-files-from-your-desktop/2008/09/15" target="_self">Dropbox</a> service and it allows you to share and sync file across different computers.</p>
<p>In this tutorial, we are going to take a quick look at its functionality and how you can install UbuntuOne in your Ubuntu machine.</p>
<p>First of all, before you can install the application on your computer, you need to request for an invitation code from Ubuntu. If you have a <a href="https://launchpad.net/" target="_blank">Launchpad.net</a> account, simply login to UbuntuOne and request your invitation code, else it will prompt you to register a Launchpad account.</p>
<p><img class="alignnone" title="ubuntuone-requirement" src="http://images.maketecheasier.com/2009/07/ubuntuone-requirement.jpg" alt="ubuntuone-requirement" width="536" height="77" /></p>
<p>Secondly, your computer has to be LInux-based, specifically Ubuntu Jaunty. The application does not work on Windows or Mac. If you are using other Linux distro, or older version of Ubuntu, use it at your own risk.</p>
<p>The application for the invitation code can take up to 3 days. Once you have received the code (via email), you can click on the link to activate your account. Here is also where you select the subscription plan. Currently, UbuntuOne offers a free 2GB storage plan and a 10GB plan for US$10 per month.</p>
<h3>Installation</h3>
<p>If you are using Ubuntu Jaunty, the installation will be a breeze.</p>
<p>1. On the installation page, download the PPA to your desktop. Double click to install the PPA onto your computer.</p>
<p><img class="alignnone" title="ubuntuone-ppa" src="http://images.maketecheasier.com/2009/07/ubuntuone-ppa.jpg" alt="ubuntuone-ppa" width="560" height="121" /></p>
<p>2. Next, click on the <em>Install</em> button to install the <em>ubuntuone-client </em>package.</p>
<p><img class="alignnone" title="ubuntuone-install" src="http://images.maketecheasier.com/2009/07/ubuntuone-install.jpg" alt="ubuntuone-install" width="557" height="152" /></p>
<p>The installation make use of the pre-installed <a href="https://launchpad.net/apturl/" target="_blank">apturl</a> package to install the application onto your computer. For some reasons that the <em>Install</em> button does not work (either you don&#8217;t have apturl package installed or you are using a non-Firefox browser), you can still install the application via the terminal:</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> ubuntuone-client-gnome</pre></div></div>

<p>3. Once the installation is done, go to <em>Applications-&gt;Internet-&gt;Ubuntu One</em>. This will load the application (and the system tray icon) and bring up a webpage that asks you for permission to access your computer.</p>
<p><img class="alignnone" title="ubuntuone-grant-access" src="http://images.maketecheasier.com/2009/07/ubuntuone-grant-access.jpg" alt="ubuntuone-grant-access" width="448" height="130" /></p>
<p>You have to click on the &#8220;<em>Add This Computer</em>&#8221; and grant it permission to access your computer before you can start using it. If you are not comfortable with this, click <em>Cancel</em> and forget about using Ubuntu One in your computer.</p>
<p>4. Open your Nautilus folder. You should now see a <em>Ubuntu One</em> folder in your home directory. In the folder, you will find two sub-folders: <em>My Files</em> and <em>Shared With Me</em>. The My Files folder is for you to store and sync your files/folders online while the Shared With Me folder will show files that are shared with you by others. When you shared your files with others, those files will appear in their <em>Shared With Me</em> folder too.</p>
<p><img class="alignnone" title="ubuntuone-folders" src="http://images.maketecheasier.com/2009/07/ubuntuone-folders.jpg" alt="ubuntuone-folders" width="494" height="396" /></p>
<p>5. At any point of time, you can also manage your files via the Web interface.</p>
<p><img class="alignnone" title="ubuntuone-web" src="http://images.maketecheasier.com/2009/07/ubuntuone-web.jpg" alt="ubuntuone-web" width="577" height="280" /></p>
<h3>Review</h3>
<p>At the moment, Ubuntu One only offers simple file storage/synchronization/sharing with others. Those are the basic stuffs that most online file storage services provide, so there is nothing special about it. In addition, Ubuntu One only supports Ubuntu Jaunty, which makes people wonder if it is really worth the time and effort to download and try it.</p>
<p>Well, the real value of Ubuntu One does not lies in the file storage/synchronization. This is only the first step. The real objective is to be able to synchronize your computer application data and preferences and to be able to control the whole computer online. Imagine the scenario where you installed all the Firefox extension in one machine and it syncs and imports itself automatically to the other machine that also have Ubuntu One installed. When you access the other computer, you can use your Firefox immediately without having to reinstall all the extensions.</p>
<p>Being an application that have access to your computer and holds your data online, it also means that you could possibly control your computer (such as screen sharing or remote access) right from the Web. I am not sure if Canonical is implementing this, but a WebOS that holds all your application data and preferences is highly possibly with the Ubuntu One architecture.</p>
<p>As Ubuntu One opens itself to third party developers in the future, we will start to see more and more applications that make use of the sharing/synchronization services. While Ubuntu One does not support multiple OS platforms, it is also highly possible that third-party developers can do it by integrating the underlying components (or via WebDAV) with a platform specific shell.</p>
<h3>Conclusion</h3>
<p>Ubuntu One is still at beta mode and there are plenty of things that are not on par with other online storage solution such as Dropbox. However, with the vision of Ubuntu One and as Ubuntu become more and more popular, I won&#8217;t be surprised to see Ubuntu One becoming a major force in the file and data management arena in the near future.</p>
<p>What do you think?</p>
<p><p><script type="text/javascript"><!--
google_ad_client = "pub-8765285789552883";
/* MTE body ad300x250, created 5/17/09 */
google_ad_slot = "3980792036";
google_ad_width = 300;
google_ad_height = 250;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</p></p>
</div><p><strong><a href="http://maketecheasier.com/a-hands-on-and-review-of-ubuntu-one/2009/07/21">A Hands on and Review of Ubuntu One</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)</p>


<p>Related posts:<ol><li><a href='http://maketecheasier.com/sharing-files-between-ubuntu-host-and-virtual-machines/2007/12/17' rel='bookmark' title='Permanent Link: Sharing Files Between Ubuntu Host and Virtual Machines'>Sharing Files Between Ubuntu Host and Virtual Machines</a></li><li><a href='http://maketecheasier.com/how-to-install-dreamweaver-cs3-in-ubuntu-hardy/2008/06/20' rel='bookmark' title='Permanent Link: How To Install Dreamweaver CS3 In Ubuntu Hardy'>How To Install Dreamweaver CS3 In Ubuntu Hardy</a></li><li><a href='http://maketecheasier.com/ubuntu-ibex-alpha-6-review/2008/09/23' rel='bookmark' title='Permanent Link: Ubuntu Ibex Alpha 6 Review'>Ubuntu Ibex Alpha 6 Review</a></li><li><a href='http://maketecheasier.com/easily-mount-your-iphone-as-an-external-drive-in-ubuntu/2009/09/30' rel='bookmark' title='Permanent Link: How to Easily Mount Your iPhone As An External Drive in Ubuntu'>How to Easily Mount Your iPhone As An External Drive in Ubuntu</a></li><li><a href='http://maketecheasier.com/auto-mount-your-ntfs-partition-in-ubuntu/2009/04/14' rel='bookmark' title='Permanent Link: How To Auto-mount Your NTFS Partition In Ubuntu'>How To Auto-mount Your NTFS Partition In Ubuntu</a></li></ol></p>]]></content:encoded>
			<wfw:commentRss>http://maketecheasier.com/a-hands-on-and-review-of-ubuntu-one/2009/07/21/feed</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>FileInspect: Learn the Truth About Windows Processes Running In Your Computer</title>
		<link>http://maketecheasier.com/fileinspect-windows-processes-in-your-computer/2009/07/15</link>
		<comments>http://maketecheasier.com/fileinspect-windows-processes-in-your-computer/2009/07/15#comments</comments>
		<pubDate>Wed, 15 Jul 2009 12:01:22 +0000</pubDate>
		<dc:creator>Damien</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[processes]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[task manager]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://maketecheasier.com/?p=5881</guid>
		<description><![CDATA[ Have you ever wondered what is that files/processes that are running in the background of your computer and causing all your applications to slow down, or even crashed? Well, I know you can easily fire up your task manager (Ctrl + Alt + Del) and see what processes are running, but what I wanted [...]<p><strong><a href="http://maketecheasier.com/fileinspect-windows-processes-in-your-computer/2009/07/15">FileInspect: Learn the Truth About Windows Processes Running In Your Computer</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)</p>



Related posts:<ol><li><a href='http://maketecheasier.com/3-free-and-useful-antivirus-software-for-windows/2009/09/01' rel='bookmark' title='Permanent Link: 3 Free and Useful AntiVirus Software for Windows'>3 Free and Useful AntiVirus Software for Windows</a></li><li><a href='http://maketecheasier.com/easy-ways-to-keep-your-pc-running-smoothly/2008/01/08' rel='bookmark' title='Permanent Link: Easy Ways to Keep Your PC Running Smoothly'>Easy Ways to Keep Your PC Running Smoothly</a></li><li><a href='http://maketecheasier.com/identify-duplicate-files-and-delete-it-with-utmost-care/2009/02/15' rel='bookmark' title='Permanent Link: How To Identify Duplicate Files And Delete It With Utmost Care In Windows'>How To Identify Duplicate Files And Delete It With Utmost Care In Windows</a></li><li><a href='http://maketecheasier.com/free-up-your-system-resources-with-svchost-viewer/2009/02/28' rel='bookmark' title='Permanent Link: Free Up Your System Resources With Svchost Viewer'>Free Up Your System Resources With Svchost Viewer</a></li><li><a href='http://maketecheasier.com/best-101-free-computer-software-for-your-daily-use/2007/12/10' rel='bookmark' title='Permanent Link: Best 101 Free Computer Software For Your Daily Use'>Best 101 Free Computer Software For Your Daily Use</a></li></ol>]]></description>
			<content:encoded><![CDATA[<div class="KonaBody"><p><img class="alignleft" title="fileinspect logo" src="http://images.maketecheasier.com/2009/07/fileinspect-logo.jpg" alt="fileinspect logo" width="67" height="99" /> Have you ever wondered what is that files/processes that are running in the background of your computer and causing all your applications to slow down, or even crashed? Well, I know you can easily fire up your task manager (<em>Ctrl + Alt + Del</em>) and see what processes are running, but what I wanted to say is, do you <em>really know</em> what are they, their functionalities and whether it is safe to delete/disable them so as to free up some system resources?</p>
<p>In the past, there has not been an easy way for noobs like us to understand what is behind the scene. With <a href="http://www.fileinspect.com" target="_blank">File Inspect</a>, this suddenly become a breeze (and you can easily become an expert and boast to your friends).</p>
<p><strong>File Inspect Library</strong> is an educational site that provides detailed information of all (if not, most) the processes/files running in your Windows machine. You simply type in the process/file name and it will bring you its description, functionality and whether it is safe to delete/disable them. Cool, isn&#8217;t it?</p>
<p>Let&#8217;s delve into it further.</p>
<p>When you go to the site – <a href="http://fileinspect.com">http://fileinspect.com</a>, you will find a search bar, a list of the most popular files and a list of the most dangerous files on the home page.</p>
<p><img class="alignnone" title="fileinspect home page" src="http://images.maketecheasier.com/2009/07/fileinspect-home.jpg" alt="fileinspect home page" width="577" height="573" /></p>
<p>Type in the process/file name in the search bar to start searching. As you type, it will fetch the results on the fly and displays them in a dropdown list.</p>
<p><img class="alignnone" title="fileinspect-searches" src="http://images.maketecheasier.com/2009/07/fileinspect-searches.jpg" alt="fileinspect-searches" width="341" height="297" /></p>
<p>The search result is categorize into different status: <em>safe</em>, <em>unsafe</em> and <em>dangerous</em>. A safe file is denoted by a green icon, unsafe with yellow icon and dangerous with a red icon. In some occasions, you will find that there are several entries of the same file name marked with different colors (see screenshot below). The reason being that some viruses/worms disguise themselves as the filename of some important processes and create havoc in your computer.</p>
<p><img class="alignnone" title="fileinspect search results" src="http://images.maketecheasier.com/2009/07/fileinspect-search-results.jpg" alt="fileinspect search results" width="357" height="399" /></p>
<p>Click on the search result to get more information.</p>
<p>On the information page, you will find a great deal of information, including what is the process&#8217;s functionality, where it is located, is it safe to remove, (if yes) how to remove etc.</p>
<p><img class="alignnone" title="fileinspect information page" src="http://images.maketecheasier.com/2009/07/fileinspect-information-pag.jpg" alt="fileinspect information page" width="577" height="701" /></p>
<p>At this moment, File Inspect is still in beta version as the developer is testing out the algorithm and making sure the file description is up-to-date. In the final version, there will also be some extra widgets that you can use to show where have all the bad files spread to.</p>
<h3>Is File Inspect everything I need to protect my computer?</h3>
<p>In actual fact, NO! Unlike any other antivirus or firewall software, File Inspect Library does not safe guard the safety of your computer. It is only meant to be used as an informational hub for you to get educated on the various files/processes running behind the scene. You still have to play your part to install a good <a href="http://maketecheasier.com/a-quick-look-at-microsoft-security-essentials-free-antivirus-software/2009/06/24">antivirus</a> and Firewall software and perform regular system scan.</p>
<p><!--adsense#468x60--></p>
</div><p><strong><a href="http://maketecheasier.com/fileinspect-windows-processes-in-your-computer/2009/07/15">FileInspect: Learn the Truth About Windows Processes Running In Your Computer</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)</p>


<p>Related posts:<ol><li><a href='http://maketecheasier.com/3-free-and-useful-antivirus-software-for-windows/2009/09/01' rel='bookmark' title='Permanent Link: 3 Free and Useful AntiVirus Software for Windows'>3 Free and Useful AntiVirus Software for Windows</a></li><li><a href='http://maketecheasier.com/easy-ways-to-keep-your-pc-running-smoothly/2008/01/08' rel='bookmark' title='Permanent Link: Easy Ways to Keep Your PC Running Smoothly'>Easy Ways to Keep Your PC Running Smoothly</a></li><li><a href='http://maketecheasier.com/identify-duplicate-files-and-delete-it-with-utmost-care/2009/02/15' rel='bookmark' title='Permanent Link: How To Identify Duplicate Files And Delete It With Utmost Care In Windows'>How To Identify Duplicate Files And Delete It With Utmost Care In Windows</a></li><li><a href='http://maketecheasier.com/free-up-your-system-resources-with-svchost-viewer/2009/02/28' rel='bookmark' title='Permanent Link: Free Up Your System Resources With Svchost Viewer'>Free Up Your System Resources With Svchost Viewer</a></li><li><a href='http://maketecheasier.com/best-101-free-computer-software-for-your-daily-use/2007/12/10' rel='bookmark' title='Permanent Link: Best 101 Free Computer Software For Your Daily Use'>Best 101 Free Computer Software For Your Daily Use</a></li></ol></p>]]></content:encoded>
			<wfw:commentRss>http://maketecheasier.com/fileinspect-windows-processes-in-your-computer/2009/07/15/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
