<?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; USB Drive</title>
	<atom:link href="http://maketecheasier.com/tag/usb-drive/feed" rel="self" type="application/rss+xml" />
	<link>http://maketecheasier.com</link>
	<description>Uncomplicating the complicated, making life easier</description>
	<lastBuildDate>Fri, 20 Nov 2009 13:39:29 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=abc</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<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/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/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/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[<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>
<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/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/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/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>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[<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>
<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>42 Useful Portable Apps For Mac</title>
		<link>http://maketecheasier.com/42-portable-mac-apps/2009/09/27</link>
		<comments>http://maketecheasier.com/42-portable-mac-apps/2009/09/27#comments</comments>
		<pubDate>Sun, 27 Sep 2009 12:26:28 +0000</pubDate>
		<dc:creator>Trevor Dobrygoski</dc:creator>
				<category><![CDATA[Mac]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Portable]]></category>
		<category><![CDATA[portalbe apps]]></category>
		<category><![CDATA[USB Drive]]></category>

		<guid isPermaLink="false">http://maketecheasier.com/?p=6995</guid>
		<description><![CDATA[A while back I posted 10 Useful Portable Applications to Run On Your USB Drive. I thought it was time to do the same type of post for all of the Mac folks. If you do not find something in this list to suit your needs, with a few Google searches you are likely to [...]<p><strong><a href="http://maketecheasier.com/42-portable-mac-apps/2009/09/27">42 Useful Portable Apps For 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/10-useful-portable-applications-to-run-on-your-usb-drive/2009/06/09' rel='bookmark' title='Permanent Link: 10 Useful Portable Applications to Run On Your USB Drive'>10 Useful Portable Applications to Run On Your USB Drive</a></li><li><a href='http://maketecheasier.com/make-your-desktop-applications-portablewithout-the-os/2008/04/03' rel='bookmark' title='Permanent Link: Make Your Desktop Applications Portable&#8230;without the OS'>Make Your Desktop Applications Portable&#8230;without the OS</a></li><li><a href='http://maketecheasier.com/portable-firefox-for-os-x/2008/08/05' rel='bookmark' title='Permanent Link: Portable Firefox For OS X'>Portable Firefox For OS X</a></li><li><a href='http://maketecheasier.com/10-free-mac-applications-you-cant-live-without/2008/07/17' rel='bookmark' title='Permanent Link: 10 Free Mac applications You Can&#8217;t Live Without'>10 Free Mac applications You Can&#8217;t Live Without</a></li><li><a href='http://maketecheasier.com/6-useful-web-apps-for-job-hunting/2009/10/18' rel='bookmark' title='Permanent Link: 6 Useful Web Apps To Help You Job Hunt'>6 Useful Web Apps To Help You Job Hunt</a></li></ol>]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-6996" src="http://images.maketecheasier.com/2009/09/8macusb-entrypic.jpg" alt="8macusb-entrypic" width="145" height="159" />A while back I posted <a title="10 Useful Portable Applications to Run On Your USB Drive" href="http://maketecheasier.com/10-useful-portable-applications-to-run-on-your-usb-drive/2009/06/09">10 Useful Portable Applications to Run On Your USB Drive</a>. I thought it was time to do the same type of post for all of the Mac folks. If you do not find something in this list to suit your needs, with a few Google searches you are likely to find something to work for you.</p>
<h3>1. <a title="Cyberduck" href="http://www.freesmug.org/portableapps/cyberduck/" target="_blank">Cyberduck</a></h3>
<p>Opensource Mac FTP client. If you aren&#8217;t using Cyberduck, <a title="here" href="../cyberduck-freeware-mac-ftp-uploader/2009/08/01">here</a> is a basic run through.</p>
<h3>2. <a title="VLC" href="http://www.freesmug.org/portableapps/vlc" target="_blank">Portable VLC OS X</a></h3>
<p>The play anything media player. Highly recommended if you are using multiple computers.</p>
<h3>3. <a title="Adium" href="http://www.freesmug.org/portableapps/adium/" target="_blank">Portable Adium</a></h3>
<p>All-in-one instant messenger (Google, ICQ, Yahoo, AIM, MSN&#8230;)</p>
<h3>4. <a title="Firefox" href="http://www.theplaceforitall.com/portablefirefox/" target="_blank">Portable Firefox Cross Plartform</a></h3>
<p>Firefox for both Windows and OSX. Use Firefox with add-ons like <a title="Xmarks" href="http://www.xmarks.com/" target="_blank">Xmarks</a> to sync your bookmarks.</p>
<h3>5. <a title="Thunderbird" href="http://www.theplaceforitall.com/portablethunderbird/" target="_blank">Portable Thunderbird Cross Platform</a></h3>
<p>The cross platform version of Mozilla Thunderbird will allow you to access your email application anywhere you have a computer with a USB port.</p>
<h3>6. <a title="Netfixer" href="http://www.shinyfrog.net/en/software/netfixer/" target="_blank">Netfixer</a></h3>
<p>Easy to use webpage capture tool. Use the optional bookmarklet to activate the application.</p>
<h3>7. <a title="Camino" href="http://www.freesmug.org/portableapps/camino/" target="_blank">Camino</a></h3>
<p>An Opensource web browser built for Macs by Mozilla.  Some Firefox-like <a title="add-ons" href="http://pimpmycamino.com/" target="_blank">add-ons</a> are available, but not near as many. Greasemonkey scripts can also be converted for use with Camino.</p>
<h3>8. <a title="Neverball" href="http://neverball.org/download.php" target="_blank">Neverball</a></h3>
<p>Game of skill and patience. Use the mouse to tilt the floor and move the ball; it sounds easy, but it isn&#8217;t.</p>
<h3>9. <a title="FSuite" href="http://mac.softpedia.com/get/Business/FSuite-CD.shtml" target="_blank">FSuite</a></h3>
<p>Over 40 portable apps spanning everything from games to word processors, media players to a BitTorrent client, you shouldn&#8217;t be lacking anything in this pack of applications.</p>
<h3>10.<a title="SmillaEnlarger" href="http://sourceforge.net/projects/imageenlarger/" target="_blank"> SmillaEnlarger</a></h3>
<p>A image tool used to resize, especially to magnify .BMP files in high quality.</p>
<h3>11. <a title="iStumbler" href="http://www.istumbler.net/" target="_blank">iStumbler</a></h3>
<p>Find AirPort, Bluetooth, Bonjour and other wireless signals and services. Lots of extra information about the networks available in the area.</p>
<h3>12. <a title="Bean" href="http://www.bean-osx.com/Bean.htm" target="_blank">Bean</a></h3>
<p>Free rich text editor compatible with Microsoft Word.</p>
<h3>13. <a title="VewIt" href="http://www.hexcat.com/downloads.html" target="_blank">ViewIt</a></h3>
<p>Quick-to-open image viewer which supports nearly all commonly used image formats.</p>
<h3>14. <a title="Inquisitor" href="http://www.download.com/Inquisitor/3000-2145_4-10745009.html?tag=toprated">Inquisitor</a></h3>
<p>Lets you find information on the web in the same way you use Spotlight. Start typing and it will begin to return sites based on your criteria.</p>
<h3>15. <a title="iBackup" href="http://www.grapefruit.ch/iBackup/" target="_blank">iBackup</a></h3>
<p>Simple, small application to help automate backups.</p>
<h3>16. <a title="Paintbrush" href="http://paintbrush.sourceforge.net/" target="_blank">Paintbrush</a></h3>
<p>A simple Cocoa-based image editor for when Photoshop would be too much of a hassle.</p>
<h3>17. <a title="Maintenance" href="http://www.titanium.free.fr/pgs2/english/maintenance.html" target="_blank">Maintenance</a></h3>
<p>System maintenance and repair utility, with different versions for Tiger and Leopard. Some uses are: repair permissions, delete applications, reset Spotlight&#8217;s Index, run periodic scripts&#8230;</p>
<h3>18. <a title="Tofu" href="http://amarsagoo.info/tofu/" target="_blank">Tofu</a></h3>
<p>Text reader that arranges text on a page in columns sized properly for the window you have open. No scrolling up and down, just left to right.</p>
<h3>19.<a title="TextWrangler" href="http://www.barebones.com/products/textwrangler/" target="_blank">TextWrangler</a></h3>
<p>Very powerful very free text editor great for distraction free writing.</p>
<h3>20. <a title="Abiword" href="http://www.freesmug.org/portableapps/abiword/" target="_blank">Portable Abiword</a></h3>
<p>Opensource word processor. Read, write and save to OpenOffice.org, Microsoft Word,  WordPerfect, Rich Text Format.</p>
<h3>21. <a title="Xmind" href="http://www.xmind.net/" target="_blank">Xmind</a></h3>
<p>Opensource mind mapping and collaboration application.</p>
<h3>22. <a title="Gimp" href="http://www.freesmug.org/portableapps/gimp/" target="_blank">Portable Gimp</a></h3>
<p>Opensource image editing. Many very powerful features in a very lightweight package.</p>
<h3>23. <a title="Inkscape" href="http://www.freesmug.org/portableapps/inkscape/" target="_blank">Portable Inkscape</a></h3>
<p>Opensource graphics editor similar to  Adobe Illustrator, Corel Draw or Freehand</p>
<h3>24. <a title="Openoffice" href="http://www.freesmug.org/portableapps/openoffice/" target="_blank">Portable OpenOffice.org OS X</a></h3>
<p>Complete Opensource office suite able to read and write to most  commonly used file types.</p>
<h3>25. <a title="AppCleaner" href="http://www.freemacsoft.net/AppCleaner/index.php" target="_blank">AppCleaner</a></h3>
<p>An app uninstaller that removes all of the accompanying application files.</p>
<h3>26. <a title="PureFTPdManager" href="http://jeanmatthieu.free.fr/pureftpd/index.html" target="_blank">PureFTPdManager</a></h3>
<p>Opensource multi-user Secure FTP manager, great fro servers or networks.</p>
<h3>27. <a title="NVU" href="http://www.freesmug.org/portableapps/nvu/" target="_blank">Portable Nvu OS X</a></h3>
<p>Opensource web authoring similar to Dreamweaver</p>
<h3>28.  <a title="Audacity" href="http://www.freesmug.org/portableapps/audacity" target="_blank">Portable Audacity OS X</a></h3>
<p>Opensource recording and editing software.</p>
<h3>29. <a title="Chrome" href="http://ftp.hosteurope.de/mirror/stadt-bremerhaven.de/Chrome/PortableGoogleChrome4.dmg" target="_blank">Google Chrome</a></h3>
<p>Google&#8217;s web browser on a stick.</p>
<h3>30. <a title="Smultron" href="http://sourceforge.net/projects/smultron/files/" target="_blank">Smultron</a></h3>
<p>Simple text editor with a massive amount of features</p>
<h3>31. <a title="Highlight" href="http://krugazor.free.fr/software/highlight/" target="_blank">Highlight</a></h3>
<p>Screen highlighter (great for presentations)</p>
<h3>32. <a title="Onyx" href="http://www.titanium.free.fr/" target="_blank">OnyX</a></h3>
<p>Maintenance, optimization, and personalization utility (10.4 or 10.5</p>
<h3>33. <a title="uTorrent" href="http://www.utorrent.com/downloads/mac" target="_blank">uTorrent</a></h3>
<p>P2P file transfer. (Here are some set up <a id="lq4-" title="instructions" href="http://torrentfreak.com/utorrent-portable/" target="_blank">instructions</a>)</p>
<h3>34. <a title="Fugu" href="http://rsug.itd.umich.edu/software/fugu/" target="_blank">Fugu</a></h3>
<p>An opensource SFTP, SCP and SSH client. Esay to set up and use.</p>
<h3>35. <a title="Check Off" href="http://www.freesmug.org/portableapps/checkoff" target="_blank">Portable Check Off</a></h3>
<p>Stand alone to-do manager.</p>
<h3>36. <a title="Transmission" href="http://www.transmissionbt.com/" target="_blank">Transmission</a></h3>
<p>BitTorrent client. Great for creating and downloading torrent files.</p>
<p><span style="color: #ff0000; text-decoration: underline;"><strong>*37 through 42 are listed to only work with OSX 10.4</strong></span></p>
<h3>37. <a title="Safari" href="http://osxportableapps.sourceforge.net/p_safari/" target="_blank">Portable Safari</a></h3>
<p>Bookmarks and preferences on your portable drive.</p>
<h3>38. <a title="Mail" href="http://osxportableapps.sourceforge.net/p_mail/index.html" target="_blank">Portable Mail</a></h3>
<p>The same mail and preferences on your portable drive you are used to on your main Mac (use with Portable Address Book).</p>
<h3>39. <a title="iCal" href="http://osxportableapps.sourceforge.net/p_ical/index.html" target="_blank">Portable iCal</a></h3>
<p>All your calendar events can go with you on your portable drive.</p>
<h3>40. <a title="Address Book" href="http://osxportableapps.sourceforge.net/p_addressbook/index.html" target="_blank">Portable Address Book</a></h3>
<p>Contacts are kind of essential, take them with you on your portable drive.</p>
<h3>41. <a title="iChat" href="http://osxportableapps.sourceforge.net/p_ichat/index.html" target="_blank">Portable iChat</a></h3>
<p>Keep all your buddies on your portable drive.</p>
<h3>42. <a title="SyncPAppX" href="http://osxportableapps.sourceforge.net/syncpappx/index.html" target="_blank">SyncPAppX</a></h3>
<p>Sync your portable apps with local ones.</p>
<p>Which portable Mac apps do you use?</p>
<p>image credit: <a href="http://www.flickr.com/photos/csulb_metal/3125596643/" target="_blank">Michael Dale Bernard</a></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>
<p><strong><a href="http://maketecheasier.com/42-portable-mac-apps/2009/09/27">42 Useful Portable Apps For 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/10-useful-portable-applications-to-run-on-your-usb-drive/2009/06/09' rel='bookmark' title='Permanent Link: 10 Useful Portable Applications to Run On Your USB Drive'>10 Useful Portable Applications to Run On Your USB Drive</a></li><li><a href='http://maketecheasier.com/make-your-desktop-applications-portablewithout-the-os/2008/04/03' rel='bookmark' title='Permanent Link: Make Your Desktop Applications Portable&#8230;without the OS'>Make Your Desktop Applications Portable&#8230;without the OS</a></li><li><a href='http://maketecheasier.com/portable-firefox-for-os-x/2008/08/05' rel='bookmark' title='Permanent Link: Portable Firefox For OS X'>Portable Firefox For OS X</a></li><li><a href='http://maketecheasier.com/10-free-mac-applications-you-cant-live-without/2008/07/17' rel='bookmark' title='Permanent Link: 10 Free Mac applications You Can&#8217;t Live Without'>10 Free Mac applications You Can&#8217;t Live Without</a></li><li><a href='http://maketecheasier.com/6-useful-web-apps-for-job-hunting/2009/10/18' rel='bookmark' title='Permanent Link: 6 Useful Web Apps To Help You Job Hunt'>6 Useful Web Apps To Help You Job Hunt</a></li></ol></p>]]></content:encoded>
			<wfw:commentRss>http://maketecheasier.com/42-portable-mac-apps/2009/09/27/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[<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>
<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>7</slash:comments>
		</item>
		<item>
		<title>How to Easily Encrypt Your USB Drive in Windows 7</title>
		<link>http://maketecheasier.com/easily-encrypt-your-usb-drive-in-windows-7/2009/06/11</link>
		<comments>http://maketecheasier.com/easily-encrypt-your-usb-drive-in-windows-7/2009/06/11#comments</comments>
		<pubDate>Thu, 11 Jun 2009 12:24:56 +0000</pubDate>
		<dc:creator>Damien</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[bitlocker]]></category>
		<category><![CDATA[encryption]]></category>
		<category><![CDATA[USB Drive]]></category>
		<category><![CDATA[windows 7]]></category>

		<guid isPermaLink="false">http://maketecheasier.com/?p=5264</guid>
		<description><![CDATA[ USB drive is a great tool for you to bring your data anywhere you go without having to lull the whole computer along. The bad thing is, it is small in size and can easily be misplaced or stolen by others. When such incident occurs, the last thing that you want to happen is [...]<p><strong><a href="http://maketecheasier.com/easily-encrypt-your-usb-drive-in-windows-7/2009/06/11">How to Easily Encrypt Your USB Drive in Windows 7</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/password-protect-your-usb-drive-without-administrator-privilege/2009/07/29' rel='bookmark' title='Permanent Link: How to Password Protect Your USB Drive Without Administrator Privilege'>How to Password Protect Your USB Drive Without Administrator Privilege</a></li><li><a href='http://maketecheasier.com/top-10-windows-vista-tips-and-tricks-to-increase-your-gaming-performance/2007/12/06' rel='bookmark' title='Permanent Link: Top 10 Windows Vista Tips and Tricks To Increase Your Gaming Performance'>Top 10 Windows Vista Tips and Tricks To Increase Your Gaming Performance</a></li><li><a href='http://maketecheasier.com/upgrade-windows-xp-to-windows-7/2009/08/26' rel='bookmark' title='Permanent Link: How to Upgrade Windows XP to Windows 7 Without Losing All Your Settings'>How to Upgrade Windows XP to Windows 7 Without Losing All Your Settings</a></li><li><a href='http://maketecheasier.com/mount-iso-images-in-windows/2009/05/19' rel='bookmark' title='Permanent Link: How to Mount ISO Images In Windows'>How to Mount ISO Images In Windows</a></li></ol>]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft" title="bitlocker-logo" src="http://images.maketecheasier.com/2009/06/bitlockerlogo.jpg" alt="bitlocker-logo" width="200" height="174" /> USB drive is a great tool for you to bring your data anywhere you go without having to lull the whole computer along. The bad thing is, it is small in size and can easily be misplaced or stolen by others. When such incident occurs, the last thing that you want to happen is to let others view your confidential data, and probably do something bad with them.</p>
<p>In Windows 7, there is this new <a href="http://www.microsoft.com/windows/enterprise/products/windows-7-bitlocker.aspx" target="_blank">Bitlocker To-Go</a> function that allows you to encrypt your USB drive. In the event that your drive is stolen, there is no way that others can access your data, unless he/she has your password.</p>
<p>If you have not installed Windows 7 on your computer, we do have a <a href="http://maketecheasier.com/how-to-dual-boot-win-vista-with-windows-7/2009/01/11" target="_blank">great tutorial</a> that teaches you how to do so.</p>
<p>In your computer (the one running Windows 7), plug in your USB drive.</p>
<p>Go to <em>Control Panel -&gt; System and Security -&gt; Bitlocker Drive Encryption</em>. Click <em>Turn On Bitlocker</em> for the removable drive option</p>
<p><img class="alignnone" title="bitlocker1" src="http://images.maketecheasier.com/2009/06/bitlocker1.jpg" alt="bitlocker1" width="416" height="358" /></p>
<p>You will be asked the method you want to use to unlock the drive (after encryption). There are two methods available: Password or Smart Card. Password is the easier one, but less powerful. In this case, I picked <em>Password</em>.</p>
<p><img class="alignnone" title="bitlocker2" src="http://images.maketecheasier.com/2009/06/bitlocker2.jpg" alt="bitlocker2" width="580" height="274" /></p>
<p>It will then prompt you to save/print your recovery key. This will come in useful if you have forgotten the password in the future.</p>
<p><img class="alignnone" title="bitlocker3" src="http://images.maketecheasier.com/2009/06/bitlocker3.jpg" alt="bitlocker3" width="577" height="273" /></p>
<p>Once you are done with the setting, click Next to start encrypting your USB drive. The whole process will take quite some time, depending on the size of your device.</p>
<p><img class="alignnone" title="bitlocker4" src="http://images.maketecheasier.com/2009/06/bitlocker4.jpg" alt="bitlocker4" width="423" height="206" /></p>
<p><img class="alignnone" title="bitlocker5" src="http://images.maketecheasier.com/2009/06/bitlocker5.jpg" alt="bitlocker5" width="366" height="230" /></p>
<p>You should see the following message when the encryption is done.</p>
<p><img class="alignnone" title="bitlocker6" src="http://images.maketecheasier.com/2009/06/bitlocker6.jpg" alt="bitlocker6" width="366" height="142" /></p>
<p>To check if your USB drive is really encrypted, unmount and remount the the USB drive. If the encryption is intact, it will prompt you to enter your password.</p>
<p><img class="alignnone" title="bitlocker7" src="http://images.maketecheasier.com/2009/06/bitlocker7.jpg" alt="bitlocker7" width="417" height="231" /></p>
<p>Note: If you are using a Windows version other than Windows 7 Ultimate, the Bitlocker To-Go encryption only allows you to read and copy files from the USB drive. You won&#8217;t be able to edit or add new files to the drive.</p>
<p>To decrypt the USB drive, simply follow the same procedure as above, but select <em>Turn Off Bitlocker</em> in the control panel.</p>
<p><img class="alignnone" title="bitlocker8" src="http://images.maketecheasier.com/2009/06/bitlocker8.jpg" alt="bitlocker8" width="425" height="109" /></p>
<p><!--adsense#468x60--></p>
<p><strong><a href="http://maketecheasier.com/easily-encrypt-your-usb-drive-in-windows-7/2009/06/11">How to Easily Encrypt Your USB Drive in Windows 7</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/password-protect-your-usb-drive-without-administrator-privilege/2009/07/29' rel='bookmark' title='Permanent Link: How to Password Protect Your USB Drive Without Administrator Privilege'>How to Password Protect Your USB Drive Without Administrator Privilege</a></li><li><a href='http://maketecheasier.com/top-10-windows-vista-tips-and-tricks-to-increase-your-gaming-performance/2007/12/06' rel='bookmark' title='Permanent Link: Top 10 Windows Vista Tips and Tricks To Increase Your Gaming Performance'>Top 10 Windows Vista Tips and Tricks To Increase Your Gaming Performance</a></li><li><a href='http://maketecheasier.com/upgrade-windows-xp-to-windows-7/2009/08/26' rel='bookmark' title='Permanent Link: How to Upgrade Windows XP to Windows 7 Without Losing All Your Settings'>How to Upgrade Windows XP to Windows 7 Without Losing All Your Settings</a></li><li><a href='http://maketecheasier.com/mount-iso-images-in-windows/2009/05/19' rel='bookmark' title='Permanent Link: How to Mount ISO Images In Windows'>How to Mount ISO Images In Windows</a></li></ol></p>]]></content:encoded>
			<wfw:commentRss>http://maketecheasier.com/easily-encrypt-your-usb-drive-in-windows-7/2009/06/11/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>10 Useful Portable Applications to Run On Your USB Drive</title>
		<link>http://maketecheasier.com/10-useful-portable-applications-to-run-on-your-usb-drive/2009/06/09</link>
		<comments>http://maketecheasier.com/10-useful-portable-applications-to-run-on-your-usb-drive/2009/06/09#comments</comments>
		<pubDate>Tue, 09 Jun 2009 12:15:03 +0000</pubDate>
		<dc:creator>Trevor Dobrygoski</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[portalbe apps]]></category>
		<category><![CDATA[thumb drive]]></category>
		<category><![CDATA[USB Drive]]></category>

		<guid isPermaLink="false">http://maketecheasier.com/?p=5220</guid>
		<description><![CDATA[Portable applications are modified versions of a desktop application that can be run on a USB drive. iPods, USB flash drives, external hard drives or any other portable device can be used. When the applications are stored on said device, the application can be used on any computer running the proper operating system by being [...]<p><strong><a href="http://maketecheasier.com/10-useful-portable-applications-to-run-on-your-usb-drive/2009/06/09">10 Useful Portable Applications to Run On Your USB Drive</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/make-your-desktop-applications-portablewithout-the-os/2008/04/03' rel='bookmark' title='Permanent Link: Make Your Desktop Applications Portable&#8230;without the OS'>Make Your Desktop Applications Portable&#8230;without the OS</a></li><li><a href='http://maketecheasier.com/42-portable-mac-apps/2009/09/27' rel='bookmark' title='Permanent Link: 42 Useful Portable Apps For Mac'>42 Useful Portable Apps For Mac</a></li><li><a href='http://maketecheasier.com/organize-windows-folders-and-applications-in-multiple-tabs/2009/10/10' rel='bookmark' title='Permanent Link: How To Organize Windows Folders and Applications in Multiple Tabs'>How To Organize Windows Folders and Applications in Multiple Tabs</a></li><li><a href='http://maketecheasier.com/locking-your-screen-in-os-x/2009/06/16' rel='bookmark' title='Permanent Link: 3 Useful Applications to Easily Lock Your Screen in OS X'>3 Useful Applications to Easily Lock Your Screen in OS X</a></li><li><a href='http://maketecheasier.com/how-to-open-numerous-applications-with-one-click/2008/12/29' rel='bookmark' title='Permanent Link: How To Open Numerous Applications With One Click'>How To Open Numerous Applications With One Click</a></li></ol>]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft" src="http://images.maketecheasier.com/2009/06/thumbdrive-usb-drive-apps.jpg" alt="thumbdrive-usb-drive-apps" />Portable applications are modified versions of a desktop application that can be run on a USB drive. iPods, USB flash drives, external hard drives or any other portable device can be used. When the applications are stored on said device, the application can be used on any computer running the proper operating system by being plugged into the USB port on a computer. Most of the portable applications are still operating system dependent, but many have cross platform versions. Many open source and a few OEM applications have a portable counterparts. Numerous utility programs are available in a portable version as well.</p>
<h3>Choose Wisely</h3>
<p>When choosing a portable drive to use, there are a couple things to think about. Not every portable drive will work well for running an application. The write and read speed is crucial here. If the flash drive has a low speed, it will not work for running Firefox portable for example. Too much data is going back and forth so the program will freeze up or crash. I&#8217;m not saying you need to spend a lot of money on a drive, just take a look at the specifications before you buy. Something to take into consideration if you are using a SD card, there may be speed limitations imposed by the device the card is in.</p>
<h3>1. <a title="PStart" href="http://www.app-stick.com/appDetail.php?appid=pstart" target="_blank">PStart</a></h3>
<p>PStart is essentially a start menu for information on your USB drive. This handy little application hangs out in the tool bar and runs in the background. When right clicked, a screen pops up and shows all of the programs you have added shortcuts for. Believe me, when I found this amazing little piece of software, it made using my USB drive A LOT easier.</p>
<h3>2. <a title="Pidgin" href="http://www.app-stick.com/appDetail.php?appid=pidgin" target="_blank">Pidgin</a></h3>
<p>Pidgin is an on open source instant messaging client. There are plug-ins which allow it to work with almost all the protocols available including Facebook, twitter and Myspace. Some other plug-ins allow people on your buddy list to see what your listening to on <a id="lym1" title="getting-social-with-lastfm" href="http://maketecheasier.com/getting-social-with-lastfm/2009/05/30#more-5030" target="_blank">Last.fm</a> or various other media players while you type to them.</p>
<h3>3. <a title="VLC" href="http://download.cnet.com/VLC-Portable/3000-13632_4-10871918.html?tag=mncol" target="_blank">VLC</a></h3>
<p>VLC is known to most as a simplistic media player that plays any kind of audio or video format you can throw at it. That being said, there is no reason not to have this in your portable arsenal.</p>
<h3>4. <a title="Firefox" href="http://portableapps.com/apps/internet/firefox_portable" target="_blank">Firefox</a></h3>
<p>Firefox is another no brainer. It offers all the functionality of the web version, except it fits in your pocket. All of the add-ons and special feature you may use when you are at home are now travel sized. The beauty of using Firefox from the USB drive is, none of your information is left on the computer you are using; Everything is saved on the portable drive. Other Mozilla applications such as <a title="Mozilla Thunderbird" href="http://portableapps.com/apps/internet/thunderbird_portable" target="_blank">Thunderbird</a> and <a title="Mozilla Sunbird" href="http://portableapps.com/apps/office/sunbird_portable" target="_blank">Sunbird</a> are available in a portable version too.</p>
<h3>5. <a title="uTorrent" href="http://www.pendriveapps.com/portable-utorrent-bittorrent-client/" target="_blank">uTorrent</a></h3>
<p>uTorrent is a very popular and very light weight BitTorrent client. It uses a very low amount of system resources making it a great addition to any portable drive.</p>
<h3>6. <a title="GIMP" href="http://portableapps.com/apps/graphics_pictures/gimp_portable" target="_blank">GIMP</a></h3>
<p>Gimp is a great free replacement for Photoshop. The main difference between GIMP and Photoshop are the menus.</p>
<h3>7. <a title="KeePass" href="http://www.pendriveapps.com/keepass-password-safe-password-manager/" target="_blank">KeePass Password Safe</a></h3>
<p>KeePass Password Safe saves you from having to remember all of your passwords. You choose one master password, that&#8217;s it. Isn&#8217;t that a lot easier than remembering the log in for all of your email accounts, network password and log in info for all those websites? I thought so.</p>
<h3>8. <a title="Filezilla" href="http://www.pendriveapps.com/filezilla-portable-ftp-client/" target="_blank">Filezilla</a></h3>
<p>Filezilla is a FTP uploader. If you have a website or blog and need to upload files while on the go, this is your go to application. With its drag and drop support and straight forward set up, it is a great cross platform FTP uploader.</p>
<h3>9. <a title="7Zip" href="http://portableapps.com/apps/utilities/7-zip_portable" target="_blank">7Zip</a></h3>
<p>7Zip is a great file decompression software that works with 18 different file types. It can also compress files into 5 different file types. The compression rate is greater than Winzip (according to the <a title="2-10% compression ratio" href="http://www.7-zip.org/" target="_blank">7Zip site</a>).</p>
<h3>10. <a title="Sudoku" href="http://portableapps.com/apps/games/sudoku_portable" target="_blank">Sudoku</a></h3>
<p>Sudoku is a very addictive game that I would have a hard time leaving out. It is always a good idea to have a way to let your mind wander; With a game that makes you think in a  strategic way, your exercising your brain as you play. How can anyone say exercising your mind is a waste of time? If you aren&#8217;t into games like this, other games are out there like <a title="Texas Hold-em" href="http://portableapps.com/apps/games/pokerth_portable" target="_blank">poker</a>, <a title="Minesweeper Knockoff" href="http://portableapps.com/apps/games/mines-perfect_portable" target="_blank">minesweeper</a> knockoffs and others.</p>
<p>What other applications do you take with you on the road?</p>
<p>Image credit :<a href="http://www.flickr.com/photos/r-evolution-jay/3589431122/" target="_blank">R-evolution Photography</a></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>
<p><strong><a href="http://maketecheasier.com/10-useful-portable-applications-to-run-on-your-usb-drive/2009/06/09">10 Useful Portable Applications to Run On Your USB Drive</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/make-your-desktop-applications-portablewithout-the-os/2008/04/03' rel='bookmark' title='Permanent Link: Make Your Desktop Applications Portable&#8230;without the OS'>Make Your Desktop Applications Portable&#8230;without the OS</a></li><li><a href='http://maketecheasier.com/42-portable-mac-apps/2009/09/27' rel='bookmark' title='Permanent Link: 42 Useful Portable Apps For Mac'>42 Useful Portable Apps For Mac</a></li><li><a href='http://maketecheasier.com/organize-windows-folders-and-applications-in-multiple-tabs/2009/10/10' rel='bookmark' title='Permanent Link: How To Organize Windows Folders and Applications in Multiple Tabs'>How To Organize Windows Folders and Applications in Multiple Tabs</a></li><li><a href='http://maketecheasier.com/locking-your-screen-in-os-x/2009/06/16' rel='bookmark' title='Permanent Link: 3 Useful Applications to Easily Lock Your Screen in OS X'>3 Useful Applications to Easily Lock Your Screen in OS X</a></li><li><a href='http://maketecheasier.com/how-to-open-numerous-applications-with-one-click/2008/12/29' rel='bookmark' title='Permanent Link: How To Open Numerous Applications With One Click'>How To Open Numerous Applications With One Click</a></li></ol></p>]]></content:encoded>
			<wfw:commentRss>http://maketecheasier.com/10-useful-portable-applications-to-run-on-your-usb-drive/2009/06/09/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>
