<?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; installation</title>
	<atom:link href="http://maketecheasier.com/tag/installation/feed" rel="self" type="application/rss+xml" />
	<link>http://maketecheasier.com</link>
	<description>Uncomplicating the complicated, making life easier</description>
	<lastBuildDate>Sun, 12 Feb 2012 15:58:24 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>How to Install A Perl Module In Linux Without Root Permission</title>
		<link>http://maketecheasier.com/install-perl-module-in-linux-without-root-permission/2012/01/20</link>
		<comments>http://maketecheasier.com/install-perl-module-in-linux-without-root-permission/2012/01/20#comments</comments>
		<pubDate>Fri, 20 Jan 2012 23:00:23 +0000</pubDate>
		<dc:creator>Abhishek Prakash</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[installation]]></category>
		<category><![CDATA[perl]]></category>
		<category><![CDATA[root]]></category>

		<guid isPermaLink="false">http://maketecheasier.com/?p=44311</guid>
		<description><![CDATA[Installing a Perl module is not a genius&#8217; work, but getting it done without root access can be a challenging task (of course not impossible). You may face this situation when you do not have rights to standard directories where a Perl module is installed. In this tutorial we will see how we can install [...]<p><div style="float:left;margin-bottom:10px"><a href="http://api.tweetmeme.com/share?url=http://maketecheasier.com/install-perl-module-in-linux-without-root-permission/2012/01/20&amp;service=bit.ly" target="_blank"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http://maketecheasier.com/install-perl-module-in-linux-without-root-permission/2012/01/20" style="border:none;margin-right:5px" width="51" height="61"></a><a href="http://digg.com/tools/diggthis/login?url=http://maketecheasier.com/install-perl-module-in-linux-without-root-permission/2012/01/20" target="_blank"><img src="http://images.maketecheasier.com/diggme.png" style="border:none;margin-right:5px" ></a><a href="http://www.facebook.com/sharer.php?u=http://maketecheasier.com/install-perl-module-in-linux-without-root-permission/2012/01/20" target="_blank"><img src="http://images.maketecheasier.com/fb.jpg" style="border:none;margin-right:5px" ></a><a href="http://www.google.com/reader/link?url=http://maketecheasier.com/install-perl-module-in-linux-without-root-permission/2012/01/20&amp;title=How+to+Install+A+Perl+Module+In+Linux+Without+Root+Permission&amp;srcTitle=MakeTechEasier.com" target="_blank"><img src="http://images.maketecheasier.com/gbuzz-feed.png" style="border:none;margin-right:5px" ></a><a href="http://www.stumbleupon.com/submit?url=http://maketecheasier.com/install-perl-module-in-linux-without-root-permission/2012/01/20" target="_blank"><img src="http://images.maketecheasier.com/stumble.png"></a></div>
<div style="clear:both"></div>
<strong><a href="http://maketecheasier.com/install-perl-module-in-linux-without-root-permission/2012/01/20">How to Install A Perl Module In Linux Without Root Permission</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)
<br/>
Follow us at <a href="http://www.facebook.com/MakeTechEasier">Facebook</a> | <a href="http://twitter.com/MakeTechEasier">Twitter</a></p>
]]></description>
			<content:encoded><![CDATA[<p><img src="http://imagecdn.maketecheasier.com/2012/01/perl-logo.jpg" alt="perl-logo" title="perl-logo" class="alignleft size-full wp-image-44617" />Installing a Perl module is not a genius&#8217; work, but getting it done without root access can be a challenging task (of course not impossible). You may face this situation when you do not have rights to standard directories where a Perl module is installed. In this tutorial we will see how we can install a Perl module without root or super user permission by installing it in separate non-standard directories.<br />
<span id="more-44311"></span></p>
<h2>First Step</h2>
<p>Before we proceed, let&#8217;s make a few things clear. First of all, I am assuming that you have Perl installed on your system. Apart from that, I&#8217;ll be using the following directories to install the Perl module:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #000000; font-weight: bold;">/</span>home<span style="color: #000000; font-weight: bold;">/</span>perl_modules<span style="color: #000000; font-weight: bold;">/</span>bin
<span style="color: #000000; font-weight: bold;">/</span>home<span style="color: #000000; font-weight: bold;">/</span>perl_modules<span style="color: #000000; font-weight: bold;">/</span><span style="color: #c20cb9; font-weight: bold;">man</span>
<span style="color: #000000; font-weight: bold;">/</span>home<span style="color: #000000; font-weight: bold;">/</span>perl_modules<span style="color: #000000; font-weight: bold;">/</span>man<span style="color: #000000; font-weight: bold;">/</span>man1
<span style="color: #000000; font-weight: bold;">/</span>home<span style="color: #000000; font-weight: bold;">/</span>perl_modules<span style="color: #000000; font-weight: bold;">/</span>lib</pre></div></div>

<p>You can create these directories (bin, man, man/man3 and lib) anywhere you want. We will use that path in the Perl configuration. <strong>You should replace the path used in the tutorial to your own directory path.</strong></p>
<h2>Second Step</h2>
<p>Now we need to define some variables to configure Perl locally. These configuration will be used to tell the Perl module where it should be installed. To do that, I would suggest that we write all those variables in one file and then use it while installing. It will save us time and effort in writing the lengthy commands and will be good for future use.</p>
<p>Let&#8217;s say we create a file &#8220;<em>perl_local_config</em>&#8221; in /home directory (the file can be created wherever you want):</p>

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

<p>Now let&#8217;s edit this file to set the configuration variables. Write the following variables in it:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #007800;">PREFIX</span>=<span style="color: #000000; font-weight: bold;">/</span>home<span style="color: #000000; font-weight: bold;">/</span>perl_modules \
<span style="color: #007800;">INSTALLSCRIPT</span>=<span style="color: #000000; font-weight: bold;">/</span>home<span style="color: #000000; font-weight: bold;">/</span>perl_modules<span style="color: #000000; font-weight: bold;">/</span>bin \
<span style="color: #007800;">INSTALLBIN</span>=<span style="color: #000000; font-weight: bold;">/</span>home<span style="color: #000000; font-weight: bold;">/</span>perl_modules<span style="color: #000000; font-weight: bold;">/</span>bin \
<span style="color: #007800;">INSTALLMAN1DIR</span>=<span style="color: #000000; font-weight: bold;">/</span>home<span style="color: #000000; font-weight: bold;">/</span>perl_modules<span style="color: #000000; font-weight: bold;">/</span>man1 \
<span style="color: #007800;">INSTALLSITELIB</span>=<span style="color: #000000; font-weight: bold;">/</span>home<span style="color: #000000; font-weight: bold;">/</span>perl_modules<span style="color: #000000; font-weight: bold;">/</span>lib</pre></div></div>

<h2>Third Step</h2>
<p>Download the Perl module from the CPAN (or from wherever you want). Unzip it. Go into the module directory. Now, the standard steps of installing a Perl module is:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">perl</span> Makefile.PL
<span style="color: #c20cb9; font-weight: bold;">make</span>
<span style="color: #c20cb9; font-weight: bold;">make</span> <span style="color: #7a0874; font-weight: bold;">test</span>
<span style="color: #c20cb9; font-weight: bold;">make</span> <span style="color: #c20cb9; font-weight: bold;">install</span> <span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #000000; font-weight: bold;">if</span> all tests are successful<span style="color: #7a0874; font-weight: bold;">&#41;</span></pre></div></div>

<p>Since you do not have root access, the perl <em>Makefile.PL</em> will give error. And here comes the local configuration file to our rescue. Run these commands one by one:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">perl</span> Makefile.PL <span style="color: #000000; font-weight: bold;">`</span><span style="color: #c20cb9; font-weight: bold;">cat</span> <span style="color: #000000; font-weight: bold;">/</span>home<span style="color: #000000; font-weight: bold;">/</span>perl_local_config<span style="color: #000000; font-weight: bold;">`</span></pre></div></div>

<p>If the Perl module depends upon other Perl module then the above command will generate error. In that case, download and install the modules on which it is dependent. Same procedure, which we are discussing here, would be followed.</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">make</span> 
<span style="color: #c20cb9; font-weight: bold;">make</span> <span style="color: #7a0874; font-weight: bold;">test</span></pre></div></div>

<p>All tests should pass successfully.</p>

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

<h2>Further troubleshooting</h2>
<p>When running the Perl module may generate error like this:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">Can<span style="color: #ff0000;">'t locate Locale/Recode.pm in @INC (@INC contains: XXXXX......XXXXX) at /home/bin/your_perl_module line XX.</span></pre></div></div>

<p>That means that Perl is looking for your module in standard lib directory and not the one where you have installed it. To solve this error, add the locally created lib directory (/home/perl_modules/lib in the example) to the library path like this:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #7a0874; font-weight: bold;">export</span> <span style="color: #007800;">PERL5LIB</span>=<span style="color: #000000; font-weight: bold;">/</span>home<span style="color: #000000; font-weight: bold;">/</span>perl_modules<span style="color: #000000; font-weight: bold;">/</span>lib<span style="color: #000000; font-weight: bold;">/</span>perl5<span style="color: #000000; font-weight: bold;">/</span>:<span style="color: #000000; font-weight: bold;">/</span>home<span style="color: #000000; font-weight: bold;">/</span>perl_modules<span style="color: #000000; font-weight: bold;">/</span>lib<span style="color: #000000; font-weight: bold;">/</span>perl5<span style="color: #000000; font-weight: bold;">/</span>site_perl:</pre></div></div>

<p>Do change the paths with your own directory path.</p>
<p>I hope that the tutorial was easy to understand and simple to follow. I also hope that you are now able to install Perl modules locally, without super user privileges, like a champ now. I would appreciate your feedback. Do subscribe to newsletter if you found the tutorial helpful and want to stay in touch for more updates. Enjoy :)</p>
<p><div style="float:left;margin-bottom:10px"><a href="http://api.tweetmeme.com/share?url=http://maketecheasier.com/install-perl-module-in-linux-without-root-permission/2012/01/20&amp;service=bit.ly" target="_blank"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http://maketecheasier.com/install-perl-module-in-linux-without-root-permission/2012/01/20" style="border:none;margin-right:5px" width="51" height="61"></a><a href="http://digg.com/tools/diggthis/login?url=http://maketecheasier.com/install-perl-module-in-linux-without-root-permission/2012/01/20" target="_blank"><img src="http://images.maketecheasier.com/diggme.png" style="border:none;margin-right:5px" ></a><a href="http://www.facebook.com/sharer.php?u=http://maketecheasier.com/install-perl-module-in-linux-without-root-permission/2012/01/20" target="_blank"><img src="http://images.maketecheasier.com/fb.jpg" style="border:none;margin-right:5px" ></a><a href="http://www.google.com/reader/link?url=http://maketecheasier.com/install-perl-module-in-linux-without-root-permission/2012/01/20&amp;title=How+to+Install+A+Perl+Module+In+Linux+Without+Root+Permission&amp;srcTitle=MakeTechEasier.com" target="_blank"><img src="http://images.maketecheasier.com/gbuzz-feed.png" style="border:none;margin-right:5px" ></a><a href="http://www.stumbleupon.com/submit?url=http://maketecheasier.com/install-perl-module-in-linux-without-root-permission/2012/01/20" target="_blank"><img src="http://images.maketecheasier.com/stumble.png"></a></div>
<div style="clear:both"></div>
<strong><a href="http://maketecheasier.com/install-perl-module-in-linux-without-root-permission/2012/01/20">How to Install A Perl Module In Linux Without Root Permission</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)
<br/>
Follow us at <a href="http://www.facebook.com/MakeTechEasier">Facebook</a> | <a href="http://twitter.com/MakeTechEasier">Twitter</a></p>
]]></content:encoded>
			<wfw:commentRss>http://maketecheasier.com/install-perl-module-in-linux-without-root-permission/2012/01/20/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Easily Search And Manage PPAs With Y PPA Manager</title>
		<link>http://maketecheasier.com/search-manage-ppas-with-y-ppa-manager/2011/01/20</link>
		<comments>http://maketecheasier.com/search-manage-ppas-with-y-ppa-manager/2011/01/20#comments</comments>
		<pubDate>Thu, 20 Jan 2011 22:58:28 +0000</pubDate>
		<dc:creator>Damien</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[applications]]></category>
		<category><![CDATA[installation]]></category>
		<category><![CDATA[Laun]]></category>
		<category><![CDATA[launchpad]]></category>
		<category><![CDATA[PPA]]></category>
		<category><![CDATA[search]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://maketecheasier.com/?p=28212</guid>
		<description><![CDATA[Installing applications in Ubuntu, in most cases, is as easy as going to the Ubuntu Software Center, search for the application and press the install button. However, there are times when the applications you are looking for is not available in the Ubuntu repository, or that the software version in the repository is outdated. This [...]<p><div style="float:left;margin-bottom:10px"><a href="http://api.tweetmeme.com/share?url=http://maketecheasier.com/search-manage-ppas-with-y-ppa-manager/2011/01/20&amp;service=bit.ly" target="_blank"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http://maketecheasier.com/search-manage-ppas-with-y-ppa-manager/2011/01/20" style="border:none;margin-right:5px" width="51" height="61"></a><a href="http://digg.com/tools/diggthis/login?url=http://maketecheasier.com/search-manage-ppas-with-y-ppa-manager/2011/01/20" target="_blank"><img src="http://images.maketecheasier.com/diggme.png" style="border:none;margin-right:5px" ></a><a href="http://www.facebook.com/sharer.php?u=http://maketecheasier.com/search-manage-ppas-with-y-ppa-manager/2011/01/20" target="_blank"><img src="http://images.maketecheasier.com/fb.jpg" style="border:none;margin-right:5px" ></a><a href="http://www.google.com/reader/link?url=http://maketecheasier.com/search-manage-ppas-with-y-ppa-manager/2011/01/20&amp;title=Easily+Search+And+Manage+PPAs+With+Y+PPA+Manager&amp;srcTitle=MakeTechEasier.com" target="_blank"><img src="http://images.maketecheasier.com/gbuzz-feed.png" style="border:none;margin-right:5px" ></a><a href="http://www.stumbleupon.com/submit?url=http://maketecheasier.com/search-manage-ppas-with-y-ppa-manager/2011/01/20" target="_blank"><img src="http://images.maketecheasier.com/stumble.png"></a></div>
<div style="clear:both"></div>
<strong><a href="http://maketecheasier.com/search-manage-ppas-with-y-ppa-manager/2011/01/20">Easily Search And Manage PPAs With Y PPA Manager</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)
<br/>
Follow us at <a href="http://www.facebook.com/MakeTechEasier">Facebook</a> | <a href="http://twitter.com/MakeTechEasier">Twitter</a></p>
]]></description>
			<content:encoded><![CDATA[<p><img src="http://imagecdn.maketecheasier.com/2011/01/yppa-notify.jpg" alt="yppa-notify" width="372" height="129" class="alignleft size-full wp-image-28285" />Installing applications in Ubuntu, in most cases, is as easy as going to the Ubuntu Software Center, search for the application and press the install button. However, there are times when the applications you are looking for is not available in the Ubuntu repository, or that the software version in the repository is outdated. This is when a deb file or a Personal Package Archive (PPA) comes in handy.</p>
<p>The advantages of using a PPA is that you can add new application package to your existing repository and install it the way you normally do (by terminal or Ubuntu Software Center). Additionally, when there is new update in the application, you will be automatically upgraded.<br />
<span id="more-28212"></span><br />
With all that said, the only problem with PPA is that not all applications come with a PPA. And for those that have one, it can be difficult to find. For new users, adding the PPA involves the command line, which many people will shun as much as possible. Y PPA Manager aims to make the above process much easier. </p>
<p><strong>Y PPA Manager</strong> is a simple tool that allows you to search for PPAs and install them without hitting the terminal. It also allows you to manage (add/remove/purge) your existing PPAs with a few clicks.</p>
<h3>Usage</h3>
<p>Open a terminal (<em>hopefully this will be the last time you install PPA via the terminal</em>) and type:</p>
<pre>sudo add-apt-repository ppa:webupd8team/y-ppa-manager
sudo apt-get update
sudo apt-get install y-ppa-manager</pre>
<p>Once installed, go to &#8220;<em>Applications -&gt; System Tools -&gt; Y PPA Manager</em>&#8220;.</p>
<p><img src="http://imagecdn.maketecheasier.com/2011/01/yppa-main.png" alt="yppa-main" width="414" height="447" class="aligncenter size-full wp-image-28214" /></p>
<p>There are few options for you to manage your PPAs</p>
<h3>Add PPA</h3>
<p>If you know the PPA, you can add it to your repository using the &#8220;Add PPA&#8221; option.</p>
<p><img src="http://imagecdn.maketecheasier.com/2011/01/yppa-add-ppa.png" alt="yppa-add-ppa" width="421" height="449" class="aligncenter size-full wp-image-28215" /></p>
<p>After Y PPA Manager has added the PPA, it will also run a update on your system to retrieve the package files. When it is done (it will notify you via the NotifyOSD), you can go to Ubuntu Software Center to install the application.</p>
<h3>Remove PPA</h3>
<p>When you select the &#8220;Remove a PPA&#8221; option, it will show you all the existing PPAs you have installed in your system. You can then select the one you want to remove. </p>
<p><img src="http://imagecdn.maketecheasier.com/2011/01/yppa-remove-ppa.png" alt="yppa-remove-ppa" width="425" height="489" class="aligncenter size-full wp-image-28279" /></p>
<h3>Search for PPA</h3>
<p>The best part about the Y PAA Manager is that you can search for PPAs right within the app. Double click the &#8220;Search All LaunchPad PPAs&#8221; option and perform your search. If there are matching results, it will display in a new window and you can then select the PPA and install it in your system.</p>
<p><img src="http://imagecdn.maketecheasier.com/2011/01/yppa-search.png" alt="yppa-search" width="421" height="447" class="aligncenter size-full wp-image-28280" /></p>
<p><img src="http://imagecdn.maketecheasier.com/2011/01/yppa-select-install-ppa.png" alt="yppa-select-install-ppa" width="592" height="287" class="aligncenter size-full wp-image-28281" /></p>
<h3>Purge PPA</h3>
<p>Removing a PPA only prevents the application from being updated. Your installed application will still be the same. On the other hand, purging a PPA will downgrade the packages to the version in the official Ubuntu repositories and disables that PPA. In Y PPA Manager, you can also purge a PPA with the &#8220;Purge a PPA&#8221; option. Similarly it will display the list of installed PPA and you just select the one you want to purge. </p>
<h3>Wrapping up</h3>
<p>Most of the functionality in Y PPA Manager are just wrapper for the commonly used commands. Seasoned users might prefer the command line more than using this application, but I am sure that new (or novice) users will appreciate the simplicity and usefulness of this app, and also save you from the terror of the terminal.</p>
<p>One thing that I hope to see is the ability to install applications right after I have added a PPA. People don&#8217;t add PPA for fun. They will add PPA so that they can install certain applications not found in the repository. If Y PPA Manager can show the respective applications after adding the PPA and provide an option for the user to install the app, it will be perfect. </p>
<p>What do you think?</p>
<p><div style="float:left;margin-bottom:10px"><a href="http://api.tweetmeme.com/share?url=http://maketecheasier.com/search-manage-ppas-with-y-ppa-manager/2011/01/20&amp;service=bit.ly" target="_blank"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http://maketecheasier.com/search-manage-ppas-with-y-ppa-manager/2011/01/20" style="border:none;margin-right:5px" width="51" height="61"></a><a href="http://digg.com/tools/diggthis/login?url=http://maketecheasier.com/search-manage-ppas-with-y-ppa-manager/2011/01/20" target="_blank"><img src="http://images.maketecheasier.com/diggme.png" style="border:none;margin-right:5px" ></a><a href="http://www.facebook.com/sharer.php?u=http://maketecheasier.com/search-manage-ppas-with-y-ppa-manager/2011/01/20" target="_blank"><img src="http://images.maketecheasier.com/fb.jpg" style="border:none;margin-right:5px" ></a><a href="http://www.google.com/reader/link?url=http://maketecheasier.com/search-manage-ppas-with-y-ppa-manager/2011/01/20&amp;title=Easily+Search+And+Manage+PPAs+With+Y+PPA+Manager&amp;srcTitle=MakeTechEasier.com" target="_blank"><img src="http://images.maketecheasier.com/gbuzz-feed.png" style="border:none;margin-right:5px" ></a><a href="http://www.stumbleupon.com/submit?url=http://maketecheasier.com/search-manage-ppas-with-y-ppa-manager/2011/01/20" target="_blank"><img src="http://images.maketecheasier.com/stumble.png"></a></div>
<div style="clear:both"></div>
<strong><a href="http://maketecheasier.com/search-manage-ppas-with-y-ppa-manager/2011/01/20">Easily Search And Manage PPAs With Y PPA Manager</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)
<br/>
Follow us at <a href="http://www.facebook.com/MakeTechEasier">Facebook</a> | <a href="http://twitter.com/MakeTechEasier">Twitter</a></p>
]]></content:encoded>
			<wfw:commentRss>http://maketecheasier.com/search-manage-ppas-with-y-ppa-manager/2011/01/20/feed</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>The Beginner Guide to Android – What New Android Users Need to Know About Their Phones</title>
		<link>http://maketecheasier.com/beginner-guide-to-android/2010/12/22</link>
		<comments>http://maketecheasier.com/beginner-guide-to-android/2010/12/22#comments</comments>
		<pubDate>Wed, 22 Dec 2010 22:00:03 +0000</pubDate>
		<dc:creator>Damien</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[Featured]]></category>
		<category><![CDATA[applications]]></category>
		<category><![CDATA[guide]]></category>
		<category><![CDATA[home screen]]></category>
		<category><![CDATA[installation]]></category>
		<category><![CDATA[market]]></category>

		<guid isPermaLink="false">http://maketecheasier.com/?p=26597</guid>
		<description><![CDATA[We have written plenty of articles on the Android OS, mostly on the apps review and various tips/tricks. One assumption that we make is that our readers are all Android proficient, or at least know how to use their Android handset. Apparently, this is not the case. Some users who have switched from the normal [...]<p><div style="float:left;margin-bottom:10px"><a href="http://api.tweetmeme.com/share?url=http://maketecheasier.com/beginner-guide-to-android/2010/12/22&amp;service=bit.ly" target="_blank"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http://maketecheasier.com/beginner-guide-to-android/2010/12/22" style="border:none;margin-right:5px" width="51" height="61"></a><a href="http://digg.com/tools/diggthis/login?url=http://maketecheasier.com/beginner-guide-to-android/2010/12/22" target="_blank"><img src="http://images.maketecheasier.com/diggme.png" style="border:none;margin-right:5px" ></a><a href="http://www.facebook.com/sharer.php?u=http://maketecheasier.com/beginner-guide-to-android/2010/12/22" target="_blank"><img src="http://images.maketecheasier.com/fb.jpg" style="border:none;margin-right:5px" ></a><a href="http://www.google.com/reader/link?url=http://maketecheasier.com/beginner-guide-to-android/2010/12/22&amp;title=The+Beginner+Guide+to+Android+%E2%80%93+What+New+Android+Users+Need+to+Know+About+Their+Phones&amp;srcTitle=MakeTechEasier.com" target="_blank"><img src="http://images.maketecheasier.com/gbuzz-feed.png" style="border:none;margin-right:5px" ></a><a href="http://www.stumbleupon.com/submit?url=http://maketecheasier.com/beginner-guide-to-android/2010/12/22" target="_blank"><img src="http://images.maketecheasier.com/stumble.png"></a></div>
<div style="clear:both"></div>
<strong><a href="http://maketecheasier.com/beginner-guide-to-android/2010/12/22">The Beginner Guide to Android – What New Android Users Need to Know About Their Phones</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)
<br/>
Follow us at <a href="http://www.facebook.com/MakeTechEasier">Facebook</a> | <a href="http://twitter.com/MakeTechEasier">Twitter</a></p>
]]></description>
			<content:encoded><![CDATA[<p><img src="http://imagecdn.maketecheasier.com/2010/12/android-main.png" alt="android-main" title="android-main" width="200" height="199" class="alignleft size-full wp-image-26750" />We have written plenty of articles on the <a href="http://maketecheasier.com/category/mobile/android">Android OS</a>, mostly on the apps review and various tips/tricks. One assumption that we make is that our readers are all Android proficient, or at least know how to use their Android handset. Apparently, this is not the case. Some users who have switched from the normal &#8220;dumb&#8221; phone to an Android handset have found it difficult to use. So here we are, writing this beginner guide, giving new Android users a good orientation of their phones and how to use it effectively.<br />
<span id="more-26597"></span></p>
<h3>Android and Google &#8211; the unbreakable link</h3>
<p>First of all, you need to know that Android was developed by Google. It is therefore closely linked to your Google account. When you first power on your Android phone, it will prompt you to setup your Google account, after which it will link your Google Contacts, Gmail and Google calendar to your phone. </p>
<p><img src="http://imagecdn.maketecheasier.com/2010/12/android-initial-setup.png" alt="android-initial-setup" title="android-initial-setup" width="600" height="476" class="aligncenter size-full wp-image-26662" /></p>
<h3>The main screen</h3>
<p>The main screen is akin to your desktop in your computer. This is the place where you are going to spend countless of hours staring at. A typical Android phone can come with 3 – 7 screens. You can slide your finger on the screen to move to the left or right screens. The icons you see at the main screen are the application launcher. In another word, they are shortcut to your applications, like Gmail, Calculator etc. We will discus more on applications later. </p>
<p><img src="http://imagecdn.maketecheasier.com/2010/12/android-main-screen.jpg" alt="android-main-screen" title="android-main-screen" width="600" height="477" class="aligncenter size-full wp-image-26711" /></p>
<p>Other than the icons, there is also this thing call widget. Widgets are interactive apps that can update itself on the background and show information on the main screen. Example are the clock widget, weather widget, Facebook widget etc.</p>
<h3>Adding Applications/widgets to the main screen</h3>
<p>To add application to the main screen, press and hold your finger on an empty space on the screen. A window will popup, asking you what you want to add. Select <em>Shortcut</em> follow by <em>Application</em>. You can then select from the list of applications the app you want to place on the main screen. Using a similar method, you can also place widget on the main screen.</p>
<p><img src="http://imagecdn.maketecheasier.com/2010/12/android-add-application.png" alt="android-add-application" title="android-add-application" width="600" height="476" class="aligncenter size-full wp-image-26712" /></p>
<h3>The application drawer</h3>
<p>At the bottom center of the main screen, you will see an icon. When click, it will display the full list of the applications installed in your Android phone. This is akin to the Start menu in Windows, where you can view and launch apps. Every single application that you have installed can be found here.</p>
<p><img src="http://imagecdn.maketecheasier.com/2010/12/android-app-drawer.jpg" alt="android-app-drawer" title="android-app-drawer" width="600" height="290" class="aligncenter size-full wp-image-26713" /></p>
<h3>The notification bar</h3>
<p>The notification bar is the top most bar (that contain the time, battery status and signal strength). This is where all the notification are shown. Now, press your finger on the top most bar and drag it down. You will see that the notification bar start to open up. You can then view all notification in the list. To exit, either press the Back button or Home button.</p>
<p><img src="http://imagecdn.maketecheasier.com/2010/12/android-notification-bar.png" alt="android-notification-bar" title="android-notification-bar" width="600" height="476" class="aligncenter size-full wp-image-26714" /></p>
<h3>The Buttons</h3>
<p>Most, if not all, Android phone comes with four buttons: Back, Menu, Home, Search. The <strong>Back</strong> button is similar to the Back button in your browser. At any point of time, you can press the Back button to return to the previous page/settings/application etc. If you are typing with the onscreen keyboard, pressing the Back button will hide the keyboard. </p>
<p><img src="http://imagecdn.maketecheasier.com/2010/12/android-buttons.jpg" alt="android-buttons" title="android-buttons" width="295" height="158" class="aligncenter size-full wp-image-26715" /></p>
<p>The <strong>Home</strong> button is similar to the &#8220;Show Desktop&#8221; button in Windows. When you press the Home button, it will hide your existing app and bring you back to your main screen. You can press and hold the Home button to access your recently used apps. </p>
<p>The functionality of the <strong>Menu</strong> button is dynamic and will change depend on where you are. If you are at the main screen, pressing the Menu button allows you to change wallpaper, change system setting, show notification bar etc. Within an app, pressing the Menu button will show the options for the app. At any point of time, press and hold the Menu button will bring up the onscreen keyboard.</p>
<p><img src="http://imagecdn.maketecheasier.com/2010/12/android-menu-button.jpg" alt="android-menu-button" title="android-menu-button" width="300" height="266" class="aligncenter size-full wp-image-26716" /></p>
<p>Lastly, the <strong>Search</strong> button allows you to perform a search. On the main screen, pressing the Search button allows you search anything in the phone (files, Web search, apps etc). When used within an app, the search button will search only within the app (and provided the app supports the search feature).</p>
<h3>Configuring the phone settings</h3>
<p>On the main screen, press the <strong>Menu</strong> button and tap on <strong>Setting</strong>. This will bring you to the settings page of the Android system. To turn on your wireless, go to &#8220;<em>Wireless and Network</em>&#8221; and tap Turn On.</p>
<p><img src="http://imagecdn.maketecheasier.com/2010/12/android-settings.png" alt="android-settings" title="android-settings" width="600" height="393" class="aligncenter size-full wp-image-26729" /></p>
<p>There are plenty of settings over here, ranging from Wireless networks, Applications, Sound, Security, Display etc. Do take your time to go through each and everyone of the settings.</p>
<h3>Installing apps from the market</h3>
<p>Most, if not all, Android phones come with a <strong>Market</strong> application that you can use to install third-party apps. Open the Market app (you must be connected to the Internet). From here, you can browse the apps sorted in various categories such as Productivity, Games, Communication etc. Once you found the app you like, tap the <strong>Install</strong> button to install the app. It will then show you the access permissions requested by the app. Be sure to check the permissions thoroughly before tapping OK. </p>
<p><img src="http://imagecdn.maketecheasier.com/2010/12/android-install-app.png" alt="android-install-app" title="android-install-app" width="600" height="476" class="aligncenter size-full wp-image-26730" /></p>
<p>The app will proceed to install in your phone and notify you when it is done. </p>
<p><img src="http://imagecdn.maketecheasier.com/2010/12/android-installation-completed.png" alt="android-installation-completed" title="android-installation-completed" width="600" height="164" class="aligncenter size-full wp-image-26731" /></p>
<p>Apps come in two form: paid and free. Paid apps are only available in certain countries, so if you didn&#8217;t see any paid apps in your Market, don&#8217;t be panic. To pay for paid apps, you need to setup your Google Checkout account (it will probably support Paypal as well in the future).</p>
<h3>Uninstalling apps</h3>
<p>To uninstall apps, go to &#8220;<em>Settings -> Applications -> Manage Application</em>&#8220;. You will find a list of installed application here. Scroll to the application that you want to delete and tap on it. You will then be presented with a Uninstall button.</p>
<p><img src="http://imagecdn.maketecheasier.com/2010/12/android-uninstall-app.png" alt="android-uninstall-app" title="android-uninstall-app" width="600" height="384" class="aligncenter size-full wp-image-26732" /></p>
<p>More resources for you:</p>
<ul>
<li><a href="http://maketecheasier.com/create-shortcuts-to-any-applications-in-android/2010/10/14">How to Create Shortcuts To Any Applications In Your Android Home Screen</a></li>
<li><a href="http://maketecheasier.com/launcher-pro-quickdesk/2010/08/29">Launcher Pro + QuickDesk: Probably The Best Android Home Replacement Combination</a></li>
<li><a href="http://maketecheasier.com/protect-and-secure-your-android-phone-with-lookout-mobile-security/2010/07/28">Protect And Secure Your Android Phone With Lookout Mobile Security</a></li>
<li><a href="http://maketecheasier.com/6-beautiful-android-live-wallpapers/2010/07/23">6 Beautiful Android Live Wallpapers to Make Your Phone Stand Out</a></li>
<li><a href="http://maketecheasier.com/18-essential-apps-for-your-android-phone/2010/02/12">18 Essential Apps For Your Android Phone</a></li>
</ul>
<p>That&#8217;s it for now. We will be covering in more detail about Android. Do check back this site frequently for more update, or better still, subscribe to our <a href="http://feeds.feedburner.com/MakeTechEasier">RSS feed</a>, <a href="http://feedburner.google.com/fb/a/mailverify?uri=MakeTechEasier&#038;loc=en_US">newsletter</a> or follow us at <a href="http://www.facebook.com/MakeTechEasier">Facebook</a> or <a href="http://twitter.com/maketecheasier">Twitter</a>.</p>
<p><div style="float:left;margin-bottom:10px"><a href="http://api.tweetmeme.com/share?url=http://maketecheasier.com/beginner-guide-to-android/2010/12/22&amp;service=bit.ly" target="_blank"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http://maketecheasier.com/beginner-guide-to-android/2010/12/22" style="border:none;margin-right:5px" width="51" height="61"></a><a href="http://digg.com/tools/diggthis/login?url=http://maketecheasier.com/beginner-guide-to-android/2010/12/22" target="_blank"><img src="http://images.maketecheasier.com/diggme.png" style="border:none;margin-right:5px" ></a><a href="http://www.facebook.com/sharer.php?u=http://maketecheasier.com/beginner-guide-to-android/2010/12/22" target="_blank"><img src="http://images.maketecheasier.com/fb.jpg" style="border:none;margin-right:5px" ></a><a href="http://www.google.com/reader/link?url=http://maketecheasier.com/beginner-guide-to-android/2010/12/22&amp;title=The+Beginner+Guide+to+Android+%E2%80%93+What+New+Android+Users+Need+to+Know+About+Their+Phones&amp;srcTitle=MakeTechEasier.com" target="_blank"><img src="http://images.maketecheasier.com/gbuzz-feed.png" style="border:none;margin-right:5px" ></a><a href="http://www.stumbleupon.com/submit?url=http://maketecheasier.com/beginner-guide-to-android/2010/12/22" target="_blank"><img src="http://images.maketecheasier.com/stumble.png"></a></div>
<div style="clear:both"></div>
<strong><a href="http://maketecheasier.com/beginner-guide-to-android/2010/12/22">The Beginner Guide to Android – What New Android Users Need to Know About Their Phones</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)
<br/>
Follow us at <a href="http://www.facebook.com/MakeTechEasier">Facebook</a> | <a href="http://twitter.com/MakeTechEasier">Twitter</a></p>
]]></content:encoded>
			<wfw:commentRss>http://maketecheasier.com/beginner-guide-to-android/2010/12/22/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How To Install Aptana Studio In Ubuntu Intrepid</title>
		<link>http://maketecheasier.com/install-aptana-studio-in-ubuntu-intrepid/2009/03/23</link>
		<comments>http://maketecheasier.com/install-aptana-studio-in-ubuntu-intrepid/2009/03/23#comments</comments>
		<pubDate>Mon, 23 Mar 2009 22:14:18 +0000</pubDate>
		<dc:creator>Damien</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Aptana]]></category>
		<category><![CDATA[installation]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://maketecheasier.com/?p=3709</guid>
		<description><![CDATA[For those who have read my review of Aptana and wish to install it in Ubuntu 8.10, here is how you can do so. While the installation is not as straightforward as it should be, the overall process is not that difficult either. The instruction below is meant for 32-bit machine. If you are using [...]<p><div style="float:left;margin-bottom:10px"><a href="http://api.tweetmeme.com/share?url=http://maketecheasier.com/install-aptana-studio-in-ubuntu-intrepid/2009/03/23&amp;service=bit.ly" target="_blank"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http://maketecheasier.com/install-aptana-studio-in-ubuntu-intrepid/2009/03/23" style="border:none;margin-right:5px" width="51" height="61"></a><a href="http://digg.com/tools/diggthis/login?url=http://maketecheasier.com/install-aptana-studio-in-ubuntu-intrepid/2009/03/23" target="_blank"><img src="http://images.maketecheasier.com/diggme.png" style="border:none;margin-right:5px" ></a><a href="http://www.facebook.com/sharer.php?u=http://maketecheasier.com/install-aptana-studio-in-ubuntu-intrepid/2009/03/23" target="_blank"><img src="http://images.maketecheasier.com/fb.jpg" style="border:none;margin-right:5px" ></a><a href="http://www.google.com/reader/link?url=http://maketecheasier.com/install-aptana-studio-in-ubuntu-intrepid/2009/03/23&amp;title=How+To+Install+Aptana+Studio+In+Ubuntu+Intrepid&amp;srcTitle=MakeTechEasier.com" target="_blank"><img src="http://images.maketecheasier.com/gbuzz-feed.png" style="border:none;margin-right:5px" ></a><a href="http://www.stumbleupon.com/submit?url=http://maketecheasier.com/install-aptana-studio-in-ubuntu-intrepid/2009/03/23" target="_blank"><img src="http://images.maketecheasier.com/stumble.png"></a></div>
<div style="clear:both"></div>
<strong><a href="http://maketecheasier.com/install-aptana-studio-in-ubuntu-intrepid/2009/03/23">How To Install Aptana Studio In Ubuntu Intrepid</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)
<br/>
Follow us at <a href="http://www.facebook.com/MakeTechEasier">Facebook</a> | <a href="http://twitter.com/MakeTechEasier">Twitter</a></p>
]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-3717" title="install-aptana-ubuntu" src="http://imagecdn.maketecheasier.com/2009/03/install-aptana-ubuntu.jpg" alt="install-aptana-ubuntu" width="577" height="312" /></p>
<p>For those who have read <a href="http://maketecheasier.com/aptana-studio-a-worthy-replacement-for-dreamweaver/2009/03/23" target="_blank">my review of Aptana</a> and wish to install it in Ubuntu 8.10, here is how you can do so. While the installation is not as straightforward as it should be, the overall process is not that difficult either.</p>
<p>The instruction below is meant for 32-bit machine. If you are using a 64 bit machine, you&#8217;ll have to install Eclipse with the Aptana plugin.</p>
<p><span id="more-3709"></span>1. Download <a href="http://www.aptana.com/studio/download" target="_blank">Aptana for Linux</a></p>
<p>2. Unzip the Aptana tar file to your Home folder.</p>
<p>3. 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> sun-java6-jre sun-java6-plugin xulrunner</pre></div></div>

<p>4. Open up a text editor and paste the following lines to the file.</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #666666; font-style: italic;">#!/bin/bash</span>
<span style="color: #7a0874; font-weight: bold;">export</span> <span style="color: #007800;">MOZILLA_FIVE_HOME</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>xulrunner
<span style="color: #000000; font-weight: bold;">/</span>home<span style="color: #000000; font-weight: bold;">/</span>damien<span style="color: #000000; font-weight: bold;">/</span>aptana<span style="color: #000000; font-weight: bold;">/</span>AptanaStudio  <span style="color: #666666; font-style: italic;">#filepath to Aptana folder</span></pre></div></div>

<p>Change the filepath to the location where you place the Aptana folder. Save the file as <em>runAptana.sh</em> in the Aptana folder.</p>
<p>5. Right-click on the runAptana.sh file and select <em>Properties</em>. Go to the <em>Permissions</em> tab. Check the box &#8220;<em>Allow executing file as program</em>&#8221;</p>
<p><img class="alignnone size-full wp-image-3714" title="aptana-permissions" src="http://imagecdn.maketecheasier.com/2009/03/aptana-permissions.jpg" alt="aptana-permissions" width="449" height="464" /></p>
<p>That&#8217;s it. Whenever you want to run Aptana, simply double click on the runAptana.sh file.</p>
<h3>Creating Desktop and Menubar shortcut (Optional)</h3>
<p>You can also create a shortcut on your desktop or the menubar so that you can easily access it when you want to use it.</p>
<p>- Right-click on the menubar and select <em>Edit Menus</em></p>
<p>- On the left pane, scroll down till you find the <em>Programming</em> entry. Click on it.</p>
<p>- On the right, click on the &#8220;New Item&#8221; button. Enter the following:</p>
<p><img class="alignnone size-full wp-image-3715" title="aptana-entry" src="http://imagecdn.maketecheasier.com/2009/03/aptana-entry.jpg" alt="aptana-entry" width="567" height="229" /></p>
<p>For the Aptana icon, you can either use your own icon, or download the official iconset <a rel="nofollow" href="http://support.aptana.com/asap/secure/attachment/10398/aptana_icons.zip" target="_blank">here</a></p>
<p>Close all the windows. You should be able to find the Aptana launcher in <em>Applications-&gt;Programming-&gt;Aptana</em>.</p>
<p>To create a desktop shortcut, simply drag the Aptana launcher from the menubar to the desktop. If you are using any dock applications, you can also drag and drop the launcher to the dock.</p>
<p>Didn&#8217;t I say it is easy?</p>
<p><!--adsense#468x60--></p>
<p><div style="float:left;margin-bottom:10px"><a href="http://api.tweetmeme.com/share?url=http://maketecheasier.com/install-aptana-studio-in-ubuntu-intrepid/2009/03/23&amp;service=bit.ly" target="_blank"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http://maketecheasier.com/install-aptana-studio-in-ubuntu-intrepid/2009/03/23" style="border:none;margin-right:5px" width="51" height="61"></a><a href="http://digg.com/tools/diggthis/login?url=http://maketecheasier.com/install-aptana-studio-in-ubuntu-intrepid/2009/03/23" target="_blank"><img src="http://images.maketecheasier.com/diggme.png" style="border:none;margin-right:5px" ></a><a href="http://www.facebook.com/sharer.php?u=http://maketecheasier.com/install-aptana-studio-in-ubuntu-intrepid/2009/03/23" target="_blank"><img src="http://images.maketecheasier.com/fb.jpg" style="border:none;margin-right:5px" ></a><a href="http://www.google.com/reader/link?url=http://maketecheasier.com/install-aptana-studio-in-ubuntu-intrepid/2009/03/23&amp;title=How+To+Install+Aptana+Studio+In+Ubuntu+Intrepid&amp;srcTitle=MakeTechEasier.com" target="_blank"><img src="http://images.maketecheasier.com/gbuzz-feed.png" style="border:none;margin-right:5px" ></a><a href="http://www.stumbleupon.com/submit?url=http://maketecheasier.com/install-aptana-studio-in-ubuntu-intrepid/2009/03/23" target="_blank"><img src="http://images.maketecheasier.com/stumble.png"></a></div>
<div style="clear:both"></div>
<strong><a href="http://maketecheasier.com/install-aptana-studio-in-ubuntu-intrepid/2009/03/23">How To Install Aptana Studio In Ubuntu Intrepid</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)
<br/>
Follow us at <a href="http://www.facebook.com/MakeTechEasier">Facebook</a> | <a href="http://twitter.com/MakeTechEasier">Twitter</a></p>
]]></content:encoded>
			<wfw:commentRss>http://maketecheasier.com/install-aptana-studio-in-ubuntu-intrepid/2009/03/23/feed</wfw:commentRss>
		<slash:comments>69</slash:comments>
		</item>
		<item>
		<title>[Hacking WordPress]: How To Clone And Migrate Your WordPress Blog To New Server</title>
		<link>http://maketecheasier.com/clone-and-migrate-wordpress-blog-to-new-server/2008/01/30</link>
		<comments>http://maketecheasier.com/clone-and-migrate-wordpress-blog-to-new-server/2008/01/30#comments</comments>
		<pubDate>Wed, 30 Jan 2008 09:27:40 +0000</pubDate>
		<dc:creator>Damien Oh</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[installation]]></category>
		<category><![CDATA[migrate]]></category>

		<guid isPermaLink="false">http://maketecheasier.com/clone-and-migrate-wordpress-blog-to-new-server/2008/01/30</guid>
		<description><![CDATA[In the event that you need to migrate your current WordPress blog to a new server, or a new URL, the last thing that you want to do is to reinstall WordPress on your new server and reconfigure the setting all over again. While you can use the export/import function under the &#8216;Manage&#8216; menu to [...]<p><div style="float:left;margin-bottom:10px"><a href="http://api.tweetmeme.com/share?url=http://maketecheasier.com/clone-and-migrate-wordpress-blog-to-new-server/2008/01/30&amp;service=bit.ly" target="_blank"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http://maketecheasier.com/clone-and-migrate-wordpress-blog-to-new-server/2008/01/30" style="border:none;margin-right:5px" width="51" height="61"></a><a href="http://digg.com/tools/diggthis/login?url=http://maketecheasier.com/clone-and-migrate-wordpress-blog-to-new-server/2008/01/30" target="_blank"><img src="http://images.maketecheasier.com/diggme.png" style="border:none;margin-right:5px" ></a><a href="http://www.facebook.com/sharer.php?u=http://maketecheasier.com/clone-and-migrate-wordpress-blog-to-new-server/2008/01/30" target="_blank"><img src="http://images.maketecheasier.com/fb.jpg" style="border:none;margin-right:5px" ></a><a href="http://www.google.com/reader/link?url=http://maketecheasier.com/clone-and-migrate-wordpress-blog-to-new-server/2008/01/30&amp;title=%5BHacking+WordPress%5D%3A+How+To+Clone+And+Migrate+Your+WordPress+Blog+To+New+Server&amp;srcTitle=MakeTechEasier.com" target="_blank"><img src="http://images.maketecheasier.com/gbuzz-feed.png" style="border:none;margin-right:5px" ></a><a href="http://www.stumbleupon.com/submit?url=http://maketecheasier.com/clone-and-migrate-wordpress-blog-to-new-server/2008/01/30" target="_blank"><img src="http://images.maketecheasier.com/stumble.png"></a></div>
<div style="clear:both"></div>
<strong><a href="http://maketecheasier.com/clone-and-migrate-wordpress-blog-to-new-server/2008/01/30">[Hacking WordPress]: How To Clone And Migrate Your WordPress Blog To New Server</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)
<br/>
Follow us at <a href="http://www.facebook.com/MakeTechEasier">Facebook</a> | <a href="http://twitter.com/MakeTechEasier">Twitter</a></p>
]]></description>
			<content:encoded><![CDATA[<p><img src="http://imagecdn.maketecheasier.com/2008/01/wordpress.png" alt="wordpress logo" class="alignleft" />In the event that you need to migrate your current WordPress blog to a new server, or a new URL, the last thing that you want to do is to reinstall WordPress on your new server and reconfigure the setting all over again.</p>
<p>While you can use the export/import function under the &#8216;<em>Manage</em>&#8216; menu to migrate your database over, it is definitely not the best and ideal solution, especially if you have a huge database. In addition, if any of your plugins created their own databases, they aren&#8217;t going to be migrated by the export/import function.</p>
<p><span id="more-122"></span>To migrate your WordPress blog, the best and the easiest way is to clone it and plug it into the new server. Since WordPress is a database driven platform where all its configuration settings are kept in the database, we can achieve a cloning effect simply by backing up all its database tables (including those created by the plugins) and dump it into the new server database. There is no need for reinstallation or reconfiguration.</p>
<p>Here&#8217;s how you can clone and migrate your WordPress blog to a new server in 10 steps:</p>
<ol>
<li>Download the<a title="wp-db-backup" href="http://www.ilfilosofo.com/blog/wp-db-backup/" target="_blank"> wp-db-backup</a> plugin.</li>
<li>Upload to your existing server and activate it via the &#8216;<em>Plugins</em>&#8216; menu.</li>
<li>Go to the &#8216;<em>Manage</em>&#8216; -&gt; &#8216;<em>Backup</em>&#8216; menu. Select all the tables (including those tables created by the plugins) and click the <em>Backup</em> button to download the gzip file to your computer.</li>
<li>In your computer, extract the gzip backup file. You should now have a sql file.</li>
<li>Open the sql file with a text editor. Search for the line
<p class="codeblock"><code>INSERT INTO `wp_options` VALUES (1, 0, 'siteurl'</code></p>
<p>You should see something of this format:</p>
<p><code>INSERT INTO `wp_options` VALUES (1, 0, 'siteurl', 'http://www.your-old-url.com', 'yes')</code><br />
Replace the URL with your new server URL</p>
<p>Next, search for the line</p>
<p class="codeblock"><code>INSERT INTO `wp_options` VALUES (39, 0, 'home',</code></p>
<p>You should see<br />
<code>INSERT INTO `wp_options` VALUES (39, 0, 'home', 'http://www.your-old-url.com', 'yes')</code><br />
Replace the url with your new URL. Save and exit.</li>
<li>Using a FTP program, download the whole WordPress folder from your current server to your computer. Keep the folder structure intact, especially the wp-content folder.</li>
<li>Log in to the PhpMyAdmin in the new server (here is the <a href="http://codex.wordpress.org/WordPress_Backups#Accessing_phpMyAdmin" target="_blank">instruction to access your PhpMyAdmin</a>)</li>
<li>Create a new database for your wordpress and import the sql file to the database</li>
<li>Change the database configuration in the wp-config file in the WordPress folder that you have downloaded</li>
<li>Upload the whole WordPress folder to the new server.</li>
</ol>
<p>Done. You can now proceed to your wp-login page at the new server and login with the same username and password. All the configuration and settings will be the same as before.</p>
<p>If your WordPress database (the sql file you have created) is more than 2MB, the above method might not work since PhpMyAdmin only allows a maximum of 2MB file import.</p>
<p>To overcome this, you can use <a title="BigDump" href="http://www.ozerov.de/bigdump.php" target="_blank">bigdump</a> to dump the sql file to your new database.</p>
<ol>
<li> Download the bigdump file from <a title="Bigdump download" href="http://maketecheasier.com/a/bigdump">here</a> (This is a customised version that I have modified to work with wordpress blog)</li>
<li>Unzip the file.</li>
<li>In the &#8216;<em>restore</em>&#8216; folder, open up config.php and change the database configuration.</li>
<li>Copy and paste the sql file into the folder.</li>
<li>Upload the &#8216;<em>restore</em>&#8216; folder to your new web URL</li>
<li>On your browser, navigate to the url http://your-new-web-url.com/restore/bigdump.php</li>
<li>Click on the &#8220;<em>Start import</em>&#8221; to import the sql file to the database</li>
<li>Once completed, upload the whole WordPress folder to your new web server.</li>
</ol>
<p>Done.</p>
<p><strong>Update</strong>: for GoDaddy, &#8216;localhost&#8217; will not work. But any user can access their account, access the control panel for hosting products and then see SQL databases. When in edit mode, the page will display the hosting path &#8211; this worked. &#8211; Mike Chung.</p>
<p><em>Thanks to Mike Chung for the tips.</em></p>
<p><div style="float:left;margin-bottom:10px"><a href="http://api.tweetmeme.com/share?url=http://maketecheasier.com/clone-and-migrate-wordpress-blog-to-new-server/2008/01/30&amp;service=bit.ly" target="_blank"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http://maketecheasier.com/clone-and-migrate-wordpress-blog-to-new-server/2008/01/30" style="border:none;margin-right:5px" width="51" height="61"></a><a href="http://digg.com/tools/diggthis/login?url=http://maketecheasier.com/clone-and-migrate-wordpress-blog-to-new-server/2008/01/30" target="_blank"><img src="http://images.maketecheasier.com/diggme.png" style="border:none;margin-right:5px" ></a><a href="http://www.facebook.com/sharer.php?u=http://maketecheasier.com/clone-and-migrate-wordpress-blog-to-new-server/2008/01/30" target="_blank"><img src="http://images.maketecheasier.com/fb.jpg" style="border:none;margin-right:5px" ></a><a href="http://www.google.com/reader/link?url=http://maketecheasier.com/clone-and-migrate-wordpress-blog-to-new-server/2008/01/30&amp;title=%5BHacking+WordPress%5D%3A+How+To+Clone+And+Migrate+Your+WordPress+Blog+To+New+Server&amp;srcTitle=MakeTechEasier.com" target="_blank"><img src="http://images.maketecheasier.com/gbuzz-feed.png" style="border:none;margin-right:5px" ></a><a href="http://www.stumbleupon.com/submit?url=http://maketecheasier.com/clone-and-migrate-wordpress-blog-to-new-server/2008/01/30" target="_blank"><img src="http://images.maketecheasier.com/stumble.png"></a></div>
<div style="clear:both"></div>
<strong><a href="http://maketecheasier.com/clone-and-migrate-wordpress-blog-to-new-server/2008/01/30">[Hacking WordPress]: How To Clone And Migrate Your WordPress Blog To New Server</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)
<br/>
Follow us at <a href="http://www.facebook.com/MakeTechEasier">Facebook</a> | <a href="http://twitter.com/MakeTechEasier">Twitter</a></p>
]]></content:encoded>
			<wfw:commentRss>http://maketecheasier.com/clone-and-migrate-wordpress-blog-to-new-server/2008/01/30/feed</wfw:commentRss>
		<slash:comments>108</slash:comments>
		</item>
	</channel>
</rss>

