<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>TechieNote</title>
	
	<link>http://www.techienote.com</link>
	<description />
	<lastBuildDate>Mon, 14 May 2012 04:31:46 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/Techienote" /><feedburner:info uri="techienote" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><feedburner:emailServiceId>Techienote</feedburner:emailServiceId><feedburner:feedburnerHostname>http://feedburner.google.com</feedburner:feedburnerHostname><item>
		<title>How to Install VirtualBox 4.1.14 on Ubuntu 12.04</title>
		<link>http://feedproxy.google.com/~r/Techienote/~3/dS9cR7rq9r8/how-to-install-virtualbox-4-1-14-on-ubuntu-12-04.html</link>
		<comments>http://www.techienote.com/2012/05/how-to-install-virtualbox-4-1-14-on-ubuntu-12-04.html#comments</comments>
		<pubDate>Mon, 14 May 2012 04:31:46 +0000</pubDate>
		<dc:creator>Vidyadhar</dc:creator>
				<category><![CDATA[Basic]]></category>
		<category><![CDATA[Desktop]]></category>
		<category><![CDATA[Hardware]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Server]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[System]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Virtualisation]]></category>
		<category><![CDATA[free]]></category>
		<category><![CDATA[GNU]]></category>
		<category><![CDATA[how to]]></category>
		<category><![CDATA[open source software]]></category>
		<category><![CDATA[Oracle]]></category>
		<category><![CDATA[performance product]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[ubuntu 12.04]]></category>
		<category><![CDATA[ubuntu12.04]]></category>
		<category><![CDATA[virtual box on ubuntu]]></category>
		<category><![CDATA[virtualbox]]></category>
		<category><![CDATA[VirtualBox 4.1.14]]></category>
		<category><![CDATA[virtualbox on ubuntu]]></category>
		<category><![CDATA[virtualisation]]></category>
		<category><![CDATA[virtualization]]></category>
		<category><![CDATA[virtualization product]]></category>
		<category><![CDATA[VMware]]></category>
		<category><![CDATA[vmware on ubuntu]]></category>

		<guid isPermaLink="false">http://www.techienote.com/?p=3177</guid>
		<description><![CDATA[VirtualBox is a powerful x86 and AMD64/Intel64 virtualization product for enterprise as well as home use. Not only is VirtualBox an extremely feature rich, high performance product for enterprise customers, it is also the only professional solution that is freely available as Open Source Software under the terms of the GNU General Public License. To [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>VirtualBox is a powerful x86 and AMD64/Intel64 virtualization product for enterprise as well as home use. Not only is VirtualBox an extremely feature rich, high performance product for enterprise customers, it is also the only professional solution that is freely available as Open Source Software under the terms of the GNU General Public License.</p>
<p>To install VirtualBox on Ubuntu you need to add its repository</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #7a0874; font-weight: bold;">echo</span> <span style="color: #ff0000;">'deb http://download.virtualbox.org/virtualbox/debian precise contrib'</span> <span style="color: #000000; font-weight: bold;">&gt;&gt;</span> <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>You need to install apt-secure key for VirtualBox</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #7a0874; font-weight: bold;">cd</span> <span style="color: #000000; font-weight: bold;">/</span>tmp<span style="color: #000000; font-weight: bold;">/</span>
<span style="color: #c20cb9; font-weight: bold;">wget</span> http:<span style="color: #000000; font-weight: bold;">//</span>download.virtualbox.org<span style="color: #000000; font-weight: bold;">/</span>virtualbox<span style="color: #000000; font-weight: bold;">/</span>debian<span style="color: #000000; font-weight: bold;">/</span>oracle_vbox.asc
<span style="color: #c20cb9; font-weight: bold;">sudo</span> <span style="color: #c20cb9; font-weight: bold;">apt-key</span> add oracle_vbox.asc</pre></div></div>

<p>To install VirtualBox, do</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> 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> virtualbox-<span style="color: #000000;">4.1</span> dkms</pre></div></div>

<p>To run VirtualBox, Go to <strong>Application > System Tools > Oracle VM VirtualBox</strong><br />
<a href="http://www.techienote.com/wp-content/uploads/2012/05/virtualbox4.1.14.png"><img src="http://www.techienote.com/wp-content/uploads/2012/05/virtualbox4.1.14-300x238.png" alt="" title="virtualbox4.1.14" width="300" height="238" class="aligncenter size-medium wp-image-3180" /></a></p>
<div class="betterrelated"><p><strong>Related content:</strong></p>
<ol><li> <a href="http://www.techienote.com/2010/10/installing-virtualbox-on-ubuntu-10-10.html" title="Permanent link to Installing VirtualBox on Ubuntu 10.10">Installing VirtualBox on Ubuntu 10.10</a>  </li>
<li> <a href="http://www.techienote.com/2010/12/updating-virtualbox-to-the-newer-version-on-ubuntu.html" title="Permanent link to Updating VirtualBox to the Newer Version on Ubuntu">Updating VirtualBox to the Newer Version on Ubuntu</a>  </li>
<li> <a href="http://www.techienote.com/2012/02/how-to-find-information-of-all-the-hardware-in-your-pc-ubuntu.html" title="Permanent link to How to find Information of All the Hardware in your PC Ubuntu">How to find Information of All the Hardware in your PC Ubuntu</a>  </li>
<li> <a href="http://www.techienote.com/2011/12/how-to-pxeboot-clonezilla.html" title="Permanent link to How to PXEBoot Clonezilla">How to PXEBoot Clonezilla</a>  </li>
<li> <a href="http://www.techienote.com/2011/12/create-hotspot-in-ubuntu-11-10.html" title="Permanent link to Create hotspot in Ubuntu 11.10">Create hotspot in Ubuntu 11.10</a>  </li>
</ol></div><p></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/Techienote?a=dS9cR7rq9r8:7zW1JNiDyqs:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/Techienote?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Techienote?a=dS9cR7rq9r8:7zW1JNiDyqs:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/Techienote?i=dS9cR7rq9r8:7zW1JNiDyqs:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Techienote?a=dS9cR7rq9r8:7zW1JNiDyqs:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/Techienote?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Techienote?a=dS9cR7rq9r8:7zW1JNiDyqs:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/Techienote?i=dS9cR7rq9r8:7zW1JNiDyqs:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Techienote?a=dS9cR7rq9r8:7zW1JNiDyqs:-BTjWOF_DHI"><img src="http://feeds.feedburner.com/~ff/Techienote?i=dS9cR7rq9r8:7zW1JNiDyqs:-BTjWOF_DHI" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Techienote?a=dS9cR7rq9r8:7zW1JNiDyqs:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/Techienote?i=dS9cR7rq9r8:7zW1JNiDyqs:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Techienote?a=dS9cR7rq9r8:7zW1JNiDyqs:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/Techienote?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Techienote?a=dS9cR7rq9r8:7zW1JNiDyqs:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/Techienote?d=dnMXMwOfBR0" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/Techienote/~4/dS9cR7rq9r8" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.techienote.com/2012/05/how-to-install-virtualbox-4-1-14-on-ubuntu-12-04.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.techienote.com/2012/05/how-to-install-virtualbox-4-1-14-on-ubuntu-12-04.html</feedburner:origLink></item>
		<item>
		<title>How to Enable Root Account in Ubuntu 12.04</title>
		<link>http://feedproxy.google.com/~r/Techienote/~3/Lftm6gly2pc/how-to-enable-root-account-in-ubuntu-12-04.html</link>
		<comments>http://www.techienote.com/2012/05/how-to-enable-root-account-in-ubuntu-12-04.html#comments</comments>
		<pubDate>Fri, 11 May 2012 04:38:46 +0000</pubDate>
		<dc:creator>Vidyadhar</dc:creator>
				<category><![CDATA[Basic]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[System]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[account]]></category>
		<category><![CDATA[change root password]]></category>
		<category><![CDATA[enable]]></category>
		<category><![CDATA[Enable Login As Root in Ubuntu 12.04/11.10 with LightDM]]></category>
		<category><![CDATA[enable root account]]></category>
		<category><![CDATA[how to]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[login as root]]></category>
		<category><![CDATA[Login as Root in Ubuntu 12.04]]></category>
		<category><![CDATA[microsoft windows]]></category>
		<category><![CDATA[Microsoft Windows Administrator]]></category>
		<category><![CDATA[root]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[ubuntu 12.04]]></category>
		<category><![CDATA[ubuntu tutorial]]></category>

		<guid isPermaLink="false">http://www.techienote.com/?p=3184</guid>
		<description><![CDATA[In Microsoft Windows Administrator is the most powerful user, same way in linux there is a SuperUser named Root. Root can do anything and everything. Due to the same root can be dangerous in daily work. You can use sudo command to do most of the super user&#8217;s task. By default, the root account password [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>In Microsoft Windows Administrator is the most powerful user, same way in linux there is a SuperUser named Root. Root can do anything and everything. Due to the same root can be dangerous in daily work. You can use sudo command to do most of the super user&#8217;s task.</p>
<p>By default, the root account password is locked in Ubuntu. I am writing this tutorial only for knowledge purpose. In production envioronment it is not recommended to enable root account. </p>
<p>To get started, open a new terminal and type following commands to create a new root password</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;">passwd</span> root</pre></div></div>

<p>Now run following commands  to enable manual or other login</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;">sh</span> <span style="color: #660033;">-c</span> <span style="color: #ff0000;">'echo &quot;greeter-show-manual-login=true&quot; &gt;&gt; /etc/lightdm/lightdm.conf'</span></pre></div></div>

<p>Restart your computer and now you can choose to login as root user<br />
<a href="http://www.techienote.com/wp-content/uploads/2012/05/ubuntu_login.png"><img src="http://www.techienote.com/wp-content/uploads/2012/05/ubuntu_login-300x225.png" alt="" title="ubuntu_login" width="300" height="225" class="aligncenter size-medium wp-image-3185" /></a></p>
<div class="betterrelated"><p><strong>Related content:</strong></p>
<ol><li> <a href="http://www.techienote.com/2012/01/install-firefox-9-on-ubuntu.html" title="Permanent link to Install Firefox 9 on Ubuntu">Install Firefox 9 on Ubuntu</a>  </li>
<li> <a href="http://www.techienote.com/2012/04/howto-configure-wallpaper-slideshow-in-ubuntu.html" title="Permanent link to Howto Configure Wallpaper Slideshow in Ubuntu">Howto Configure Wallpaper Slideshow in Ubuntu</a>  </li>
<li> <a href="http://www.techienote.com/2011/12/create-hotspot-in-ubuntu-11-10.html" title="Permanent link to Create hotspot in Ubuntu 11.10">Create hotspot in Ubuntu 11.10</a>  </li>
<li> <a href="http://www.techienote.com/2011/09/automatically-install-updates-ubuntu.html" title="Permanent link to Automatically Install Updates Ubuntu">Automatically Install Updates Ubuntu</a>  </li>
<li> <a href="http://www.techienote.com/2011/03/change-assign-root-password-in-ubuntu.html" title="Permanent link to Change / assign root password in Ubuntu">Change / assign root password in Ubuntu</a>  </li>
</ol></div><p></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/Techienote?a=Lftm6gly2pc:w7uBBJXe1Go:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/Techienote?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Techienote?a=Lftm6gly2pc:w7uBBJXe1Go:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/Techienote?i=Lftm6gly2pc:w7uBBJXe1Go:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Techienote?a=Lftm6gly2pc:w7uBBJXe1Go:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/Techienote?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Techienote?a=Lftm6gly2pc:w7uBBJXe1Go:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/Techienote?i=Lftm6gly2pc:w7uBBJXe1Go:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Techienote?a=Lftm6gly2pc:w7uBBJXe1Go:-BTjWOF_DHI"><img src="http://feeds.feedburner.com/~ff/Techienote?i=Lftm6gly2pc:w7uBBJXe1Go:-BTjWOF_DHI" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Techienote?a=Lftm6gly2pc:w7uBBJXe1Go:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/Techienote?i=Lftm6gly2pc:w7uBBJXe1Go:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Techienote?a=Lftm6gly2pc:w7uBBJXe1Go:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/Techienote?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Techienote?a=Lftm6gly2pc:w7uBBJXe1Go:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/Techienote?d=dnMXMwOfBR0" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/Techienote/~4/Lftm6gly2pc" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.techienote.com/2012/05/how-to-enable-root-account-in-ubuntu-12-04.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.techienote.com/2012/05/how-to-enable-root-account-in-ubuntu-12-04.html</feedburner:origLink></item>
		<item>
		<title>How to install GIMP 2.8 on Ubuntu 12.04</title>
		<link>http://feedproxy.google.com/~r/Techienote/~3/nmGf38fxpJs/how-to-install-gimp-2-8-on-ubuntu-12-04.html</link>
		<comments>http://www.techienote.com/2012/05/how-to-install-gimp-2-8-on-ubuntu-12-04.html#comments</comments>
		<pubDate>Wed, 09 May 2012 04:34:34 +0000</pubDate>
		<dc:creator>Vidyadhar</dc:creator>
				<category><![CDATA[Basic]]></category>
		<category><![CDATA[Desktop]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Multimedia]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Darwin]]></category>
		<category><![CDATA[free]]></category>
		<category><![CDATA[free photoshop for ubuntu]]></category>
		<category><![CDATA[gimp]]></category>
		<category><![CDATA[gimp2.8]]></category>
		<category><![CDATA[GNU]]></category>
		<category><![CDATA[GNU/Linux]]></category>
		<category><![CDATA[how to]]></category>
		<category><![CDATA[install]]></category>
		<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[microsoft windows]]></category>
		<category><![CDATA[photo editing]]></category>
		<category><![CDATA[photoshop]]></category>
		<category><![CDATA[photoshop for ubuntu]]></category>
		<category><![CDATA[ppa ubuntu]]></category>
		<category><![CDATA[precise pangolin]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[ubuntu 12.04]]></category>
		<category><![CDATA[ubuntu12.04]]></category>

		<guid isPermaLink="false">http://www.techienote.com/?p=3173</guid>
		<description><![CDATA[GIMP (GNU Image Manipulation Program) is a multi-platform photo manipulation tool. The GIMP is suitable for a variety of image manipulation tasks, including photo retouching, image composition, and image construction. GIMP has many capabilities. It can be used as a simple paint program, an expert quality photo retouching program, an online batch processing system, a [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>GIMP (GNU Image Manipulation Program) is a multi-platform photo manipulation tool. The GIMP is suitable for a variety of image manipulation tasks, including photo retouching, image composition, and image construction.</p>
<p><a href="http://www.techienote.com/wp-content/uploads/2012/05/GIMP.png"><img src="http://www.techienote.com/wp-content/uploads/2012/05/GIMP-300x217.png" alt="" title="GIMP" width="300" height="217" class="alignleft size-medium wp-image-3174" /></a>GIMP has many capabilities. It can be used as a simple paint program, an expert quality photo retouching program, an online batch processing system, a mass production image renderer, an image format converter, etc.</p>
<p>GIMP is expandable and extensible. It is designed to be augmented with plug-ins and extensions to do just about anything. The advanced scripting interface allows everything from the simplest task to the most complex image manipulation procedures to be easily scripted.</p>
<p>One of The GIMP&#8217;s strengths is its free availability from many sources for many operating systems. Most GNU/Linux distributions include The GIMP as a standard application. The GIMP is also available for other operating systems such as Microsoft Windows or Apple&#8217;s Mac OS X (Darwin). The GIMP is a Free Software application covered by the General Public License [GPL]. The GPL provides users with the freedom to access and alter the source code that makes up computer programs.</p>
<p>Today we will see how to install GIMP 2.8 on Ubuntu 12.04<br />
<strong>Step 1</strong> Open a command prompt</p>
<p><strong>Step 2</strong> Run following command to add gimp repository</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">sudo</span> add-apt-repository ppa:otto-kesselgulasch<span style="color: #000000; font-weight: bold;">/</span><span style="color: #c20cb9; font-weight: bold;">gimp</span></pre></div></div>

<p><strong>Step 3</strong> To install GIMP run following commands</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> 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> <span style="color: #c20cb9; font-weight: bold;">gimp</span></pre></div></div>

<p>You can also download the source package from <a href="ftp://ftp.gimp.org/pub/gimp/v2.8/gimp-2.8.0.tar.bz2" target="_blank">here</a></p>
<div class="betterrelated"><p><strong>Related content:</strong></p>
<ol><li> <a href="http://www.techienote.com/2012/03/free-youtube-download-ubuntu.html" title="Permanent link to Free YouTube Download Ubuntu">Free YouTube Download Ubuntu</a>  </li>
<li> <a href="http://www.techienote.com/2012/02/how-to-find-information-of-all-the-hardware-in-your-pc-ubuntu.html" title="Permanent link to How to find Information of All the Hardware in your PC Ubuntu">How to find Information of All the Hardware in your PC Ubuntu</a>  </li>
<li> <a href="http://www.techienote.com/2011/06/angry-birds-on-ubuntu.html" title="Permanent link to Angry Birds on Ubuntu">Angry Birds on Ubuntu</a>  </li>
<li> <a href="http://www.techienote.com/2012/03/sync-bookmarks-across-different-browser-ubuntu.html" title="Permanent link to Sync Bookmarks Across Different Browser Ubuntu">Sync Bookmarks Across Different Browser Ubuntu</a>  </li>
<li> <a href="http://www.techienote.com/2011/12/create-hotspot-in-ubuntu-11-10.html" title="Permanent link to Create hotspot in Ubuntu 11.10">Create hotspot in Ubuntu 11.10</a>  </li>
</ol></div><p></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/Techienote?a=nmGf38fxpJs:WoAZY7Bgpf8:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/Techienote?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Techienote?a=nmGf38fxpJs:WoAZY7Bgpf8:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/Techienote?i=nmGf38fxpJs:WoAZY7Bgpf8:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Techienote?a=nmGf38fxpJs:WoAZY7Bgpf8:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/Techienote?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Techienote?a=nmGf38fxpJs:WoAZY7Bgpf8:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/Techienote?i=nmGf38fxpJs:WoAZY7Bgpf8:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Techienote?a=nmGf38fxpJs:WoAZY7Bgpf8:-BTjWOF_DHI"><img src="http://feeds.feedburner.com/~ff/Techienote?i=nmGf38fxpJs:WoAZY7Bgpf8:-BTjWOF_DHI" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Techienote?a=nmGf38fxpJs:WoAZY7Bgpf8:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/Techienote?i=nmGf38fxpJs:WoAZY7Bgpf8:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Techienote?a=nmGf38fxpJs:WoAZY7Bgpf8:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/Techienote?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Techienote?a=nmGf38fxpJs:WoAZY7Bgpf8:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/Techienote?d=dnMXMwOfBR0" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/Techienote/~4/nmGf38fxpJs" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.techienote.com/2012/05/how-to-install-gimp-2-8-on-ubuntu-12-04.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.techienote.com/2012/05/how-to-install-gimp-2-8-on-ubuntu-12-04.html</feedburner:origLink></item>
		<item>
		<title>How to Install SSH Server on Ubuntu 12.04</title>
		<link>http://feedproxy.google.com/~r/Techienote/~3/3NZuwCfYllg/how-to-install-ssh-server-on-ubuntu-12-04.html</link>
		<comments>http://www.techienote.com/2012/05/how-to-install-ssh-server-on-ubuntu-12-04.html#comments</comments>
		<pubDate>Mon, 07 May 2012 05:58:46 +0000</pubDate>
		<dc:creator>Vidyadhar</dc:creator>
				<category><![CDATA[Basic]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Server]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[access remote ubuntu machine from command line]]></category>
		<category><![CDATA[client]]></category>
		<category><![CDATA[how to]]></category>
		<category><![CDATA[install]]></category>
		<category><![CDATA[open ssh]]></category>
		<category><![CDATA[putty]]></category>
		<category><![CDATA[remote server]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[ssh]]></category>
		<category><![CDATA[ssh client]]></category>
		<category><![CDATA[ssh problem]]></category>
		<category><![CDATA[ssh server]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[ubuntu 12.04]]></category>

		<guid isPermaLink="false">http://www.techienote.com/?p=3161</guid>
		<description><![CDATA[By default Ubuntu Desktop OS comes with ssh client package. It does not include ssh server package which is needed to access this machine. To install SSH on the newly installed Ubuntu 12.04 run following commands sudo apt-get update sudo apt-get install ssh That&#8217;s it. To confirm the working ssh. Run the following commands from [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>By default Ubuntu Desktop OS comes with ssh client package. It does not include ssh server package which is needed to access this machine. </p>
<p>To install SSH on the newly installed Ubuntu 12.04 run following commands</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> 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> <span style="color: #c20cb9; font-weight: bold;">ssh</span></pre></div></div>

<p>That&#8217;s it. To confirm the working ssh. Run the following commands from another machine</p>
<pre>
ssh username@IP_of_the_ubuntu_machine
</pre>
<p>If you get following error then<br />
<strong>1.</strong> ssh is not running on the remote server<br />
<strong>2.</strong> ssh is configured to run on different port</p>
<pre>
ssh: connect to host 192.168.1.10 port 22: Connection refused
</pre>
<p>Also remember to open ssh port between remote and host machine for communication.</p>
<div class="betterrelated"><p><strong>Related content:</strong></p>
<ol><li> <a href="http://www.techienote.com/2011/01/remote-file-system-through-ssh.html" title="Permanent link to Remote File System through SSH">Remote File System through SSH</a>  </li>
<li> <a href="http://www.techienote.com/2010/12/screen-command-tool-for-remote-collaboration.html" title="Permanent link to Screen Command : Tool For Remote Collaboration">Screen Command : Tool For Remote Collaboration</a>  </li>
<li> <a href="http://www.techienote.com/2010/12/package-installation-and-updates-in-ubuntu.html" title="Permanent link to Package Installation and Updates in Ubuntu">Package Installation and Updates in Ubuntu</a>  </li>
<li> <a href="http://www.techienote.com/2012/01/password-less-ssh-using-putty.html" title="Permanent link to Password Less SSH using PUTTY">Password Less SSH using PUTTY</a>  </li>
<li> <a href="http://www.techienote.com/2010/12/remotely-turn-off-monitor.html" title="Permanent link to Remotely Turn Off Monitor">Remotely Turn Off Monitor</a>  </li>
</ol></div><p></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/Techienote?a=3NZuwCfYllg:xkK-gBhjTqY:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/Techienote?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Techienote?a=3NZuwCfYllg:xkK-gBhjTqY:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/Techienote?i=3NZuwCfYllg:xkK-gBhjTqY:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Techienote?a=3NZuwCfYllg:xkK-gBhjTqY:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/Techienote?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Techienote?a=3NZuwCfYllg:xkK-gBhjTqY:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/Techienote?i=3NZuwCfYllg:xkK-gBhjTqY:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Techienote?a=3NZuwCfYllg:xkK-gBhjTqY:-BTjWOF_DHI"><img src="http://feeds.feedburner.com/~ff/Techienote?i=3NZuwCfYllg:xkK-gBhjTqY:-BTjWOF_DHI" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Techienote?a=3NZuwCfYllg:xkK-gBhjTqY:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/Techienote?i=3NZuwCfYllg:xkK-gBhjTqY:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Techienote?a=3NZuwCfYllg:xkK-gBhjTqY:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/Techienote?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Techienote?a=3NZuwCfYllg:xkK-gBhjTqY:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/Techienote?d=dnMXMwOfBR0" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/Techienote/~4/3NZuwCfYllg" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.techienote.com/2012/05/how-to-install-ssh-server-on-ubuntu-12-04.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.techienote.com/2012/05/how-to-install-ssh-server-on-ubuntu-12-04.html</feedburner:origLink></item>
		<item>
		<title>How to Disable GUI Boot in Ubuntu 12.04</title>
		<link>http://feedproxy.google.com/~r/Techienote/~3/HcdQGYe6hJM/how-to-disable-gui-boot-in-ubuntu-12-04.html</link>
		<comments>http://www.techienote.com/2012/05/how-to-disable-gui-boot-in-ubuntu-12-04.html#comments</comments>
		<pubDate>Thu, 03 May 2012 03:54:02 +0000</pubDate>
		<dc:creator>Vidyadhar</dc:creator>
				<category><![CDATA[Basic]]></category>
		<category><![CDATA[Desktop]]></category>
		<category><![CDATA[Hardware]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[12.04]]></category>
		<category><![CDATA[booting into console mode]]></category>
		<category><![CDATA[disable gui boot]]></category>
		<category><![CDATA[Disable GUI Boot in Ubuntu 12.04]]></category>
		<category><![CDATA[disable lightdm]]></category>
		<category><![CDATA[faviourite editor]]></category>
		<category><![CDATA[grub]]></category>
		<category><![CDATA[GRUB_CMDLINE_LINUX_DEFAULT]]></category>
		<category><![CDATA[gui]]></category>
		<category><![CDATA[How do I boot into console mode]]></category>
		<category><![CDATA[how to]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[Possible to install ubuntu-desktop and then boot to no GUI]]></category>
		<category><![CDATA[startx]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[xorg - How to disable X at boot time]]></category>

		<guid isPermaLink="false">http://www.techienote.com/?p=3156</guid>
		<description><![CDATA[Following the steps I followed to enable console boot in Ubuntu 12.04 Step 1 First update your repository by running sudo apt-get update Step 2 There is some bug in old version of lightdm, so we need to upgrade the same. To do so run, sudo apt-get install lightdm Step 3 Now we have to [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>Following the steps I followed to enable console boot in Ubuntu 12.04</p>
<p><strong>Step 1</strong> First update your repository by running</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> update</pre></div></div>

<p><strong>Step 2</strong> There is some bug in old version of lightdm, so we need to upgrade the same. To do so run,</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> lightdm</pre></div></div>

<p><strong>Step 3</strong> Now we have to modify grub config.<br />
<strong>Step 3a</strong> Open /etc/default/grub with your faviourite editor and change
<pre>GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"</pre>
<p> to
<pre>GRUB_CMDLINE_LINUX_DEFAULT="text"</pre>
<p><strong>Step 3b</strong> Also comment GRUB_HIDDEN_TIMEOUT=0 This line is for unhiding the GRUB menu<br />
<a href="http://www.techienote.com/wp-content/uploads/2012/01/GUI-1.png"><img src="http://www.techienote.com/wp-content/uploads/2012/01/GUI-1-300x186.png" alt="" title="GUI-1" width="300" height="186" class="aligncenter size-medium wp-image-2897" /></a></p>
<p><strong>Step 4</strong> Now we will upgrade GRUB configuration</p>

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

<p><strong>Step 5</strong> Now restart your machine. Voilla you will be in console mode<br />
<a href="http://www.techienote.com/wp-content/uploads/2012/05/ubuntu12.04.png"><img src="http://www.techienote.com/wp-content/uploads/2012/05/ubuntu12.04.png" alt="" title="ubuntu12.04" width="633" height="128" class="alignnone size-full wp-image-3158" /></a></p>
<p>At any time you need after booting your system you want to change to gui mode the run</p>

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

<p><strong>If you want to restore Ubuntu&#8217;s GUI mode then<br />
</strong><br />
Open <strong>/etc/default/grub</strong> with your faviourite editor and change
<pre>GRUB_CMDLINE_LINUX_DEFAULT="text"</pre>
<p> to
<pre>GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"</pre>
<p>Update GRUB by running</p>

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

<p>That&#8217;s it</p>
<div class="betterrelated"><p><strong>Related content:</strong></p>
<ol><li> <a href="http://www.techienote.com/2012/01/disable-gui-boot-in-ubuntu-11-10.html" title="Permanent link to Disable GUI Boot in Ubuntu 11.10">Disable GUI Boot in Ubuntu 11.10</a>  </li>
<li> <a href="http://www.techienote.com/2012/02/how-to-find-information-of-all-the-hardware-in-your-pc-ubuntu.html" title="Permanent link to How to find Information of All the Hardware in your PC Ubuntu">How to find Information of All the Hardware in your PC Ubuntu</a>  </li>
<li> <a href="http://www.techienote.com/2012/03/sync-bookmarks-across-different-browser-ubuntu.html" title="Permanent link to Sync Bookmarks Across Different Browser Ubuntu">Sync Bookmarks Across Different Browser Ubuntu</a>  </li>
<li> <a href="http://www.techienote.com/2012/03/change-the-login-screen-background-ubuntu.html" title="Permanent link to Change the Login Screen Background Ubuntu">Change the Login Screen Background Ubuntu</a>  </li>
<li> <a href="http://www.techienote.com/2012/01/install-upgrade-kernel-3-2-in-ubuntu.html" title="Permanent link to Install / Upgrade Kernel 3.2 in Ubuntu">Install / Upgrade Kernel 3.2 in Ubuntu</a>  </li>
</ol></div><p></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/Techienote?a=HcdQGYe6hJM:2zuAC_G4r0Y:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/Techienote?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Techienote?a=HcdQGYe6hJM:2zuAC_G4r0Y:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/Techienote?i=HcdQGYe6hJM:2zuAC_G4r0Y:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Techienote?a=HcdQGYe6hJM:2zuAC_G4r0Y:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/Techienote?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Techienote?a=HcdQGYe6hJM:2zuAC_G4r0Y:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/Techienote?i=HcdQGYe6hJM:2zuAC_G4r0Y:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Techienote?a=HcdQGYe6hJM:2zuAC_G4r0Y:-BTjWOF_DHI"><img src="http://feeds.feedburner.com/~ff/Techienote?i=HcdQGYe6hJM:2zuAC_G4r0Y:-BTjWOF_DHI" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Techienote?a=HcdQGYe6hJM:2zuAC_G4r0Y:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/Techienote?i=HcdQGYe6hJM:2zuAC_G4r0Y:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Techienote?a=HcdQGYe6hJM:2zuAC_G4r0Y:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/Techienote?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Techienote?a=HcdQGYe6hJM:2zuAC_G4r0Y:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/Techienote?d=dnMXMwOfBR0" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/Techienote/~4/HcdQGYe6hJM" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.techienote.com/2012/05/how-to-disable-gui-boot-in-ubuntu-12-04.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.techienote.com/2012/05/how-to-disable-gui-boot-in-ubuntu-12-04.html</feedburner:origLink></item>
		<item>
		<title>How to install Gnome Classic Desktop Environment in Ubuntu 12.04</title>
		<link>http://feedproxy.google.com/~r/Techienote/~3/qro1uDqub6s/how-to-install-gnome-classic-desktop-environment-in-ubuntu-12-04.html</link>
		<comments>http://www.techienote.com/2012/05/how-to-install-gnome-classic-desktop-environment-in-ubuntu-12-04.html#comments</comments>
		<pubDate>Wed, 02 May 2012 04:32:42 +0000</pubDate>
		<dc:creator>Vidyadhar</dc:creator>
				<category><![CDATA[Basic]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[changing to gnome in Ubuntu]]></category>
		<category><![CDATA[gnome]]></category>
		<category><![CDATA[gnome over ubuntu]]></category>
		<category><![CDATA[how to]]></category>
		<category><![CDATA[how to how-to]]></category>
		<category><![CDATA[installing gnome over unity]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[ubuntu 12.04]]></category>
		<category><![CDATA[unity]]></category>

		<guid isPermaLink="false">http://www.techienote.com/?p=3164</guid>
		<description><![CDATA[I am not a big fan of Unity Desktop Environment. I still like GNOME. As with GNOME I feel more comfortable. Every time with new installation I install GNOME classic Desktop Environment. GNOME Classic a.k.a GNOME Fallback is one i use instead of unity, and also which is arguably the most familiar to that of [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>I am not a big fan of Unity Desktop Environment. I still like GNOME. As with GNOME I feel more comfortable.</p>
<p>Every time with new installation I install GNOME classic Desktop Environment. GNOME Classic a.k.a GNOME Fallback is one i use instead of unity, and also which is arguably the most familiar to that of the Ubuntu desktop that shipped in Ubuntu 10.04 by default.</p>
<p>To install Gnome Classic open a terminal and run following commands</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> gnome-panel</pre></div></div>

<p>Now restart your Desktop.</p>
<p>After restarting the Machine look for the GNOME Classic from the Unity Greeter and login.<br />
<a href="http://www.techienote.com/wp-content/uploads/2012/05/Screenshot-at-2012-05-01-234341.png"><img src="http://www.techienote.com/wp-content/uploads/2012/05/Screenshot-at-2012-05-01-234341-300x201.png" alt="" title="Screenshot at 2012-05-01 23:43:41" width="300" height="201" class="alignnone size-medium wp-image-3165" /></a><br />
<a href="http://www.techienote.com/wp-content/uploads/2012/05/Screenshot-at-2012-05-01-234403.png"><img src="http://www.techienote.com/wp-content/uploads/2012/05/Screenshot-at-2012-05-01-234403-300x202.png" alt="" title="Screenshot at 2012-05-01 23:44:03" width="300" height="202" class="alignnone size-medium wp-image-3166" /></a></p>
<p>For more such Ubuntu 12.04 tutorial stay tuned with Techienote.</p>
<div class="betterrelated"><p><strong>Related content:</strong></p>
<ol><li> <a href="http://www.techienote.com/2012/03/change-the-login-screen-background-ubuntu.html" title="Permanent link to Change the Login Screen Background Ubuntu">Change the Login Screen Background Ubuntu</a>  </li>
<li> <a href="http://www.techienote.com/2012/04/howto-configure-wallpaper-slideshow-in-ubuntu.html" title="Permanent link to Howto Configure Wallpaper Slideshow in Ubuntu">Howto Configure Wallpaper Slideshow in Ubuntu</a>  </li>
<li> <a href="http://www.techienote.com/2011/01/installing-unity-2d-on-ubuntu.html" title="Permanent link to Installing Unity 2D on Ubuntu">Installing Unity 2D on Ubuntu</a>  </li>
<li> <a href="http://www.techienote.com/2012/03/sync-bookmarks-across-different-browser-ubuntu.html" title="Permanent link to Sync Bookmarks Across Different Browser Ubuntu">Sync Bookmarks Across Different Browser Ubuntu</a>  </li>
<li> <a href="http://www.techienote.com/2012/01/install-firefox-9-on-ubuntu.html" title="Permanent link to Install Firefox 9 on Ubuntu">Install Firefox 9 on Ubuntu</a>  </li>
</ol></div><p></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/Techienote?a=qro1uDqub6s:Nf--pAnwiO0:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/Techienote?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Techienote?a=qro1uDqub6s:Nf--pAnwiO0:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/Techienote?i=qro1uDqub6s:Nf--pAnwiO0:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Techienote?a=qro1uDqub6s:Nf--pAnwiO0:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/Techienote?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Techienote?a=qro1uDqub6s:Nf--pAnwiO0:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/Techienote?i=qro1uDqub6s:Nf--pAnwiO0:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Techienote?a=qro1uDqub6s:Nf--pAnwiO0:-BTjWOF_DHI"><img src="http://feeds.feedburner.com/~ff/Techienote?i=qro1uDqub6s:Nf--pAnwiO0:-BTjWOF_DHI" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Techienote?a=qro1uDqub6s:Nf--pAnwiO0:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/Techienote?i=qro1uDqub6s:Nf--pAnwiO0:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Techienote?a=qro1uDqub6s:Nf--pAnwiO0:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/Techienote?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Techienote?a=qro1uDqub6s:Nf--pAnwiO0:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/Techienote?d=dnMXMwOfBR0" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/Techienote/~4/qro1uDqub6s" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.techienote.com/2012/05/how-to-install-gnome-classic-desktop-environment-in-ubuntu-12-04.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.techienote.com/2012/05/how-to-install-gnome-classic-desktop-environment-in-ubuntu-12-04.html</feedburner:origLink></item>
		<item>
		<title>How to Configure Network Ubuntu 12.04</title>
		<link>http://feedproxy.google.com/~r/Techienote/~3/7c1k-HBkG-A/how-to-configure-network-ubuntu-12-04.html</link>
		<comments>http://www.techienote.com/2012/04/how-to-configure-network-ubuntu-12-04.html#comments</comments>
		<pubDate>Thu, 26 Apr 2012 05:04:05 +0000</pubDate>
		<dc:creator>Vidyadhar</dc:creator>
				<category><![CDATA[Basic]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[System]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[cli]]></category>
		<category><![CDATA[configuration]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[dhcp]]></category>
		<category><![CDATA[dns]]></category>
		<category><![CDATA[ethernet]]></category>
		<category><![CDATA[gui]]></category>
		<category><![CDATA[how to]]></category>
		<category><![CDATA[internet]]></category>
		<category><![CDATA[ip]]></category>
		<category><![CDATA[IPv4]]></category>
		<category><![CDATA[manual]]></category>
		<category><![CDATA[nameserver]]></category>
		<category><![CDATA[netmask]]></category>
		<category><![CDATA[network]]></category>
		<category><![CDATA[Subnet Mask]]></category>
		<category><![CDATA[system settings]]></category>
		<category><![CDATA[tcp/ip]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[ubuntu 12.04]]></category>

		<guid isPermaLink="false">http://www.techienote.com/?p=3132</guid>
		<description><![CDATA[To start accessing internet or sharing other resources on the network you have to configure TCP/IP settings of you ethernet card. In ubuntu you can configure network settings through GUI and CLI. It can be a difficult task for newbie user who is switching from other OS to ubuntu as the look and feel of [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>To start accessing internet or sharing other resources on the network you have to configure TCP/IP settings of you ethernet card. In ubuntu you can configure network settings through GUI and CLI. It can be a difficult task for newbie user who is switching from other OS to ubuntu as the look and feel of ubuntu will be different in comparison of other OS (specifically windows). In this tutorial we will be seeing how to configure TCP/IP setting via GUI as well as CLI.<span id="more-3132"></span></p>
<p>Before starting the configuration part, you have to know whether you will be configuring IP manually or IP will be assigned directly through DHCP server.</p>
<p>In case of manual IP assignment you should know IP address, subnet mask, gateway and DNS. In this tutorial I am using following information. Remember you don’t require it in case of DHCP configuration.</p>
<p><em>IP : 192.168.1.100<br />
NETMASK : 255.255.255.0<br />
GATEWAY : 192.168.1.1<br />
BROADCAST : 192.168.1.255<br />
NETWORK : 192.168.1.0<br />
DNS : 8.8.8.8</em></p>
<p><strong><em>Method 1 : Configure network GUI mode</em></strong></p>
<p><strong>Step 1 :</strong> First find out the network interface to configure. Open a terminal and run ifconfig</p>

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

<p>Result will be something similar to below screenshot.<br />
<a href="http://www.techienote.com/wp-content/uploads/2012/04/ubuntu-network-cli-1.png"><img src="http://www.techienote.com/wp-content/uploads/2012/04/ubuntu-network-cli-1.png" alt="" title="ubuntu-network-cli-1" width="522" height="281" class="alignnone size-full wp-image-3135" /></a></p>
<p><strong>Step 2 :</strong> We will be assigning IP address to eth0 adapter. To do the same Click on &#8220;System Setting&#8221; and select &#8220;Network&#8221;<br />
<a href="http://www.techienote.com/wp-content/uploads/2012/04/ubuntu-network-gui-1.png"><img src="http://www.techienote.com/wp-content/uploads/2012/04/ubuntu-network-gui-1.png" alt="" title="ubuntu-network-gui-1" width="259" height="122" class="alignnone size-full wp-image-3137" /></a><br />
<a href="http://www.techienote.com/wp-content/uploads/2012/04/ubuntu-network-gui-2.png"><img src="http://www.techienote.com/wp-content/uploads/2012/04/ubuntu-network-gui-2.png" alt="" title="ubuntu-network-gui-2" width="271" height="379" class="alignnone size-full wp-image-3138" /></a></p>
<p><strong>Step 3 :</strong> As eth0 is wired connection click on &#8220;wired&#8221;. Choose &#8220;ON&#8221; option and click on &#8220;Configure&#8221; button.<br />
<a href="http://www.techienote.com/wp-content/uploads/2012/04/ubuntu-network-gui-3.png"><img src="http://www.techienote.com/wp-content/uploads/2012/04/ubuntu-network-gui-3-300x220.png" alt="" title="ubuntu-network-gui-3" width="300" height="220" class="alignnone size-medium wp-image-3139" /></a></p>
<p><strong>Step 4 :</strong> Go to &#8220;IPv4 Settings&#8221; tab. In case of DHCP / Automatic configuration choose &#8220;Automatic (DHCP)&#8221; option in &#8220;method&#8221;<br />
<a href="http://www.techienote.com/wp-content/uploads/2012/04/ubuntu-network-gui-4.png"><img src="http://www.techienote.com/wp-content/uploads/2012/04/ubuntu-network-gui-4.png" alt="" title="ubuntu-network-gui-4" width="451" height="490" class="alignnone size-full wp-image-3140" /></a></p>
<p>In case of manual configuration select &#8220;Manual&#8221; option in &#8220;method&#8221;. Click on &#8220;Add&#8221; button. Enter IP Address, netmask and gateway information. Also enter DNS Server. In this example I am using google DNS server&#8217;s IP.<br />
<a href="http://www.techienote.com/wp-content/uploads/2012/04/ubuntu-network-gui-5.png"><img src="http://www.techienote.com/wp-content/uploads/2012/04/ubuntu-network-gui-5.png" alt="" title="ubuntu-network-gui-5" width="451" height="487" class="alignnone size-full wp-image-3141" /></a></p>
<p>After finishing it up click on &#8220;Save&#8221; button.</p>
<p><strong>Step 5:</strong> To confirm the setting again run &#8220;ifconfig&#8221; command and check the &#8220;eth0&#8243; interface settings. In case of successful configuration you will see something like below screenshot.<br />
<a href="http://www.techienote.com/wp-content/uploads/2012/04/ubuntu-network-gui-6.png"><img src="http://www.techienote.com/wp-content/uploads/2012/04/ubuntu-network-gui-6.png" alt="" title="ubuntu-network-gui-6" width="639" height="303" class="alignnone size-full wp-image-3142" /></a></p>
<p><strong><em>Method 2 : Configure network CLI Mode</em></strong></p>
<p><strong>Step 1 :</strong> First find out the network interface to configure. Open a terminal and run ifconfig</p>

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

<p>Result will be something similar to below screenshot.<br />
<a href="http://www.techienote.com/wp-content/uploads/2012/04/ubuntu-network-cli-1.png"><img src="http://www.techienote.com/wp-content/uploads/2012/04/ubuntu-network-cli-1.png" alt="" title="ubuntu-network-cli-1" width="522" height="281" class="alignnone size-full wp-image-3135" /></a></p>
<p><strong>Step 2 :</strong> We will be assigning IP address to eth0 adapter. Open a terminal and type</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">sudo</span> <span style="color: #c20cb9; font-weight: bold;">vi</span> <span style="color: #000000; font-weight: bold;">/</span>etc<span style="color: #000000; font-weight: bold;">/</span>network<span style="color: #000000; font-weight: bold;">/</span>interfaces</pre></div></div>

<p><a href="http://www.techienote.com/wp-content/uploads/2012/04/ubuntu-network-cli-2.png"><img src="http://www.techienote.com/wp-content/uploads/2012/04/ubuntu-network-cli-2.png" alt="" title="ubuntu-network-cli-2" width="441" height="66" class="alignnone size-full wp-image-3143" /></a><br />
<a href="http://www.techienote.com/wp-content/uploads/2012/04/ubuntu-network-cli-3.png"><img src="http://www.techienote.com/wp-content/uploads/2012/04/ubuntu-network-cli-3.png" alt="" title="ubuntu-network-cli-3" width="455" height="52" class="alignnone size-full wp-image-3144" /></a></p>
<p><strong>Step 3 :</strong> Now you need to add eth0 information in this file.<br />
In case of DHCP / Automatic IP assignment enter following line and save this file.</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">iface eth0 inet dhcp</pre></div></div>

<p>In case of manual IP assignment enter following line and save this file.</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">iface eth0 inet static
address 192.168.1.100
netmask 255.255.255.0
network 192.168.1.0
broadcast 192.168.1.255
gateway 192.168.1.1</pre></div></div>

<p><a href="http://www.techienote.com/wp-content/uploads/2012/04/ubuntu-network-cli-4.png"><img src="http://www.techienote.com/wp-content/uploads/2012/04/ubuntu-network-cli-4.png" alt="" title="ubuntu-network-cli-4" width="409" height="480" class="alignnone size-full wp-image-3145" /></a></p>
<p>To configure DNS, enter following command. Remember to run it through &#8220;root&#8221; user</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #7a0874; font-weight: bold;">echo</span> <span style="color: #ff0000;">&quot;nameserver 8.8.8.8&quot;</span> <span style="color: #000000; font-weight: bold;">&gt;&gt;</span> <span style="color: #000000; font-weight: bold;">/</span>etc<span style="color: #000000; font-weight: bold;">/</span>resolve.conf</pre></div></div>

<p><strong>Step 4 :</strong> Now run following command to start eth0 interface</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;">ifup</span> eth0</pre></div></div>

<p><a href="http://www.techienote.com/wp-content/uploads/2012/04/ubuntu-network-cli-5.png"><img src="http://www.techienote.com/wp-content/uploads/2012/04/ubuntu-network-cli-5.png" alt="" title="ubuntu-network-cli-5" width="421" height="25" class="alignnone size-full wp-image-3146" /></a></p>
<p><strong>Step 5:</strong> To confirm the setting again run &#8220;ifconfig&#8221; command and check the &#8220;eth0&#8243; interface settings. In case of successful configuration you will see something like below screenshot.<br />
<a href="http://www.techienote.com/wp-content/uploads/2012/04/ubuntu-network-gui-6.png"><img src="http://www.techienote.com/wp-content/uploads/2012/04/ubuntu-network-gui-6.png" alt="" title="ubuntu-network-gui-6" width="639" height="303" class="alignnone size-full wp-image-3142" /></a><br />
For more such content stay tuned with techienote.</p>
<div class="betterrelated"><p><strong>Related content:</strong></p>
<ol><li> <a href="http://www.techienote.com/2010/09/configure-tcpip-from-the-command-prompt-using-netsh.html" title="Permanent link to Configure TCP/IP from the Command Prompt using Netsh">Configure TCP/IP from the Command Prompt using Netsh</a>  </li>
<li> <a href="http://www.techienote.com/2010/06/dynamic-dns-on-centos.html" title="Permanent link to Dynamic DNS on CentOS">Dynamic DNS on CentOS</a>  </li>
<li> <a href="http://www.techienote.com/2010/11/ddns-dhcp-server-on-ubuntu.html" title="Permanent link to DDNS &#038; DHCP server on Ubuntu">DDNS &#038; DHCP server on Ubuntu</a>  </li>
<li> <a href="http://www.techienote.com/2009/04/squid-setup.html" title="Permanent link to Squid setup">Squid setup</a>  </li>
<li> <a href="http://www.techienote.com/2010/06/pxe-booting-lucid-lynx-ubuntu-10-04.html" title="Permanent link to PXE booting Lucid Lynx Ubuntu -10.04">PXE booting Lucid Lynx Ubuntu -10.04</a>  </li>
</ol></div><p></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/Techienote?a=7c1k-HBkG-A:8iOPjRn7LNE:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/Techienote?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Techienote?a=7c1k-HBkG-A:8iOPjRn7LNE:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/Techienote?i=7c1k-HBkG-A:8iOPjRn7LNE:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Techienote?a=7c1k-HBkG-A:8iOPjRn7LNE:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/Techienote?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Techienote?a=7c1k-HBkG-A:8iOPjRn7LNE:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/Techienote?i=7c1k-HBkG-A:8iOPjRn7LNE:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Techienote?a=7c1k-HBkG-A:8iOPjRn7LNE:-BTjWOF_DHI"><img src="http://feeds.feedburner.com/~ff/Techienote?i=7c1k-HBkG-A:8iOPjRn7LNE:-BTjWOF_DHI" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Techienote?a=7c1k-HBkG-A:8iOPjRn7LNE:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/Techienote?i=7c1k-HBkG-A:8iOPjRn7LNE:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Techienote?a=7c1k-HBkG-A:8iOPjRn7LNE:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/Techienote?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Techienote?a=7c1k-HBkG-A:8iOPjRn7LNE:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/Techienote?d=dnMXMwOfBR0" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/Techienote/~4/7c1k-HBkG-A" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.techienote.com/2012/04/how-to-configure-network-ubuntu-12-04.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.techienote.com/2012/04/how-to-configure-network-ubuntu-12-04.html</feedburner:origLink></item>
		<item>
		<title>How to Install Apache 2.4.1 on Ubuntu</title>
		<link>http://feedproxy.google.com/~r/Techienote/~3/DRiXOnKjiFM/how-to-install-apache-2-4-1-on-ubuntu.html</link>
		<comments>http://www.techienote.com/2012/04/how-to-install-apache-2-4-1-on-ubuntu.html#comments</comments>
		<pubDate>Mon, 23 Apr 2012 05:04:03 +0000</pubDate>
		<dc:creator>Vidyadhar</dc:creator>
				<category><![CDATA[Basic]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[2.4.1]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[apache download]]></category>
		<category><![CDATA[Apache http server]]></category>
		<category><![CDATA[apache latest download]]></category>
		<category><![CDATA[basic of apache]]></category>
		<category><![CDATA[compile]]></category>
		<category><![CDATA[configuring apache web server]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[free download]]></category>
		<category><![CDATA[ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/pcre-8.30.tar.gz]]></category>
		<category><![CDATA[how to]]></category>
		<category><![CDATA[http server]]></category>
		<category><![CDATA[http software]]></category>
		<category><![CDATA[httpd daemon]]></category>
		<category><![CDATA[httpd server]]></category>
		<category><![CDATA[install]]></category>
		<category><![CDATA[pcre-config for libpcre not found]]></category>
		<category><![CDATA[required software]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[ubuntu 11.10]]></category>
		<category><![CDATA[WebServer]]></category>
		<category><![CDATA[webserver software]]></category>
		<category><![CDATA[website/web pages]]></category>

		<guid isPermaLink="false">http://www.techienote.com/?p=3151</guid>
		<description><![CDATA[To host a website/web pages on your machine you need a webserver software. Apache http server is widely used http server in the world. You can install apache http server through apt repository, but this will install all modules which I dont require to host a simple webpage. For the same I am going to [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>To host a website/web pages on your machine you need a webserver software. Apache http server is widely used http server in the world.</p>
<p>You can install apache http server through apt repository, but this will install all modules which I dont require to host a simple webpage. For the same I am going to compile apache http server 2.4.1 from source package. </p>
<p><strong>Step 1 :</strong> Before installing apache you have to install necessary prerequisite libraries and software. To do so open your command prompt and run following</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> 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> build-essential</pre></div></div>

<p><strong>Step 2 :</strong> Downloading pre-requisites. I am downloading all the required software to /home/vidyadhar/install folder. Here we are downloading apache http server 2.4.1 source, apr / apr util source and pcre lib source. Open a terminal and run following commands</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #7a0874; font-weight: bold;">cd</span> <span style="color: #000000; font-weight: bold;">/</span>home<span style="color: #000000; font-weight: bold;">/</span>vidyadhar<span style="color: #000000; font-weight: bold;">/</span><span style="color: #c20cb9; font-weight: bold;">install</span>
<span style="color: #c20cb9; font-weight: bold;">wget</span> http:<span style="color: #000000; font-weight: bold;">//</span>apache.mirrorcatalogs.com<span style="color: #000000; font-weight: bold;">//</span>apr<span style="color: #000000; font-weight: bold;">/</span>apr-1.4.6.tar.gz
<span style="color: #c20cb9; font-weight: bold;">wget</span> http:<span style="color: #000000; font-weight: bold;">//</span>apache.mirrorcatalogs.com<span style="color: #000000; font-weight: bold;">//</span>apr<span style="color: #000000; font-weight: bold;">/</span>apr-util-1.4.1.tar.gz
<span style="color: #c20cb9; font-weight: bold;">wget</span> <span style="color: #c20cb9; font-weight: bold;">ftp</span>:<span style="color: #000000; font-weight: bold;">//</span>ftp.csx.cam.ac.uk<span style="color: #000000; font-weight: bold;">/</span>pub<span style="color: #000000; font-weight: bold;">/</span>software<span style="color: #000000; font-weight: bold;">/</span>programming<span style="color: #000000; font-weight: bold;">/</span>pcre<span style="color: #000000; font-weight: bold;">/</span>pcre-<span style="color: #000000;">8.30</span>.tar.gz
<span style="color: #c20cb9; font-weight: bold;">wget</span> http:<span style="color: #000000; font-weight: bold;">//</span>apache.tradebit.com<span style="color: #000000; font-weight: bold;">/</span>pub<span style="color: #000000; font-weight: bold;">//</span>httpd<span style="color: #000000; font-weight: bold;">/</span>httpd-2.4.1.tar.gz</pre></div></div>

<p><strong>Step 3 :</strong> Extracting source. Open a terminal and run following commands</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #7a0874; font-weight: bold;">cd</span> <span style="color: #000000; font-weight: bold;">/</span>home<span style="color: #000000; font-weight: bold;">/</span>vidyadhar<span style="color: #000000; font-weight: bold;">/</span><span style="color: #c20cb9; font-weight: bold;">install</span>
<span style="color: #c20cb9; font-weight: bold;">tar</span> zxvf httpd-2.4.1.tar.gz
<span style="color: #c20cb9; font-weight: bold;">tar</span> zxvf pcre-<span style="color: #000000;">8.30</span>.tar.gz
<span style="color: #c20cb9; font-weight: bold;">tar</span> zxvf apr-util-1.4.1.tar.gz
<span style="color: #c20cb9; font-weight: bold;">tar</span> zxvf apr-1.4.6.tar.gz</pre></div></div>

<p><strong>Step 4 :</strong> Installing PCRE to /home/vidyadhar/pcre folder. Open a terminal and run following commands</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #7a0874; font-weight: bold;">cd</span> <span style="color: #000000; font-weight: bold;">/</span>home<span style="color: #000000; font-weight: bold;">/</span>vidyadhar<span style="color: #000000; font-weight: bold;">/</span>install<span style="color: #000000; font-weight: bold;">/</span>pcre-<span style="color: #000000;">8.30</span>
.<span style="color: #000000; font-weight: bold;">/</span>configure <span style="color: #660033;">--prefix</span>=<span style="color: #000000; font-weight: bold;">/</span>home<span style="color: #000000; font-weight: bold;">/</span>vidyadhar<span style="color: #000000; font-weight: bold;">/</span>pcre
<span style="color: #c20cb9; font-weight: bold;">sudo</span> <span style="color: #c20cb9; font-weight: bold;">make</span>
<span style="color: #c20cb9; font-weight: bold;">sudo</span> <span style="color: #c20cb9; font-weight: bold;">make</span> <span style="color: #c20cb9; font-weight: bold;">install</span></pre></div></div>

<p><strong>Step 5 :</strong> Copying apr and apr-utils to srclib of apache http server. Open a terminal and run following commands</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #7a0874; font-weight: bold;">cd</span> <span style="color: #000000; font-weight: bold;">/</span>home<span style="color: #000000; font-weight: bold;">/</span>vidyadhar<span style="color: #000000; font-weight: bold;">/</span>install<span style="color: #000000; font-weight: bold;">/</span>
<span style="color: #c20cb9; font-weight: bold;">mv</span> apr-util-1.4.1 <span style="color: #000000; font-weight: bold;">/</span>home<span style="color: #000000; font-weight: bold;">/</span>vidyadhar<span style="color: #000000; font-weight: bold;">/</span>install<span style="color: #000000; font-weight: bold;">/</span>httpd-2.4.1<span style="color: #000000; font-weight: bold;">/</span>srclib<span style="color: #000000; font-weight: bold;">/</span>apr-util
<span style="color: #c20cb9; font-weight: bold;">mv</span> apr-1.4.6 <span style="color: #000000; font-weight: bold;">/</span>home<span style="color: #000000; font-weight: bold;">/</span>vidyadhar<span style="color: #000000; font-weight: bold;">/</span>install<span style="color: #000000; font-weight: bold;">/</span>httpd-2.4.1<span style="color: #000000; font-weight: bold;">/</span>srclib<span style="color: #000000; font-weight: bold;">/</span>apr</pre></div></div>

<p><strong>Step 6 :</strong> Installing apache http server to /home/vidyadhar/apache2.4 directory. Open a terminal and run following commands</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #7a0874; font-weight: bold;">cd</span> <span style="color: #000000; font-weight: bold;">/</span>home<span style="color: #000000; font-weight: bold;">/</span>vidyadhar<span style="color: #000000; font-weight: bold;">/</span>install<span style="color: #000000; font-weight: bold;">/</span>httpd-2.4.1
.<span style="color: #000000; font-weight: bold;">/</span>configure <span style="color: #660033;">--prefix</span>=<span style="color: #000000; font-weight: bold;">/</span>home<span style="color: #000000; font-weight: bold;">/</span>vidyadhar<span style="color: #000000; font-weight: bold;">/</span>apache2.4 <span style="color: #660033;">--with-included-apr</span> <span style="color: #660033;">--with-pcre</span>=<span style="color: #000000; font-weight: bold;">/</span>home<span style="color: #000000; font-weight: bold;">/</span>vidyadhar<span style="color: #000000; font-weight: bold;">/</span>pcre
<span style="color: #c20cb9; font-weight: bold;">sudo</span> <span style="color: #c20cb9; font-weight: bold;">make</span>
<span style="color: #c20cb9; font-weight: bold;">sudo</span> <span style="color: #c20cb9; font-weight: bold;">make</span> <span style="color: #c20cb9; font-weight: bold;">install</span></pre></div></div>

<p><strong>Step 7 :</strong> If everything goes well you have a working setup of apache 2.4.1 http server working setup. Before starting the http server you have to do some changes in the http server configuration i.e. in httpd.conf file.</p>
<p><strong>Step 8 :</strong> First we will take the backup of original file</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #7a0874; font-weight: bold;">cd</span> <span style="color: #000000; font-weight: bold;">/</span>home<span style="color: #000000; font-weight: bold;">/</span>vidyadhar<span style="color: #000000; font-weight: bold;">/</span>apache2.4<span style="color: #000000; font-weight: bold;">/</span>conf
<span style="color: #c20cb9; font-weight: bold;">cp</span> httpd.conf httpd.conf.orig</pre></div></div>

<p><strong>Step 9 :</strong> Now you need to adjust following parameters as per your requirement.<br />
Listen port, User / Group who will be running apache demon, ServerAdmin, ServerName.<br />
I am going to run apache http server through &#8220;nobody&#8221; user. For the same first you have to create nobody user and group.</p>

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

<p>Now same user you have to configure in httpd.conf file</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">User nobody
Group nobody</pre></div></div>

<p><strong>Step 10 :</strong> I am having multiple nic card on my machine and as per the requirement I will be running http server on 8080 port. So my Listen and ServerName directive should be something like below</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">Listen 192.168.1.100:<span style="color: #000000;">8080</span>
ServerName 192.168.1.100:<span style="color: #000000;">8080</span></pre></div></div>

<p><strong>Step 11 :</strong> Before starting http server you should always test your configuration. Run following command to check you configuration.</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>vidyadhar<span style="color: #000000; font-weight: bold;">/</span>apache2.4<span style="color: #000000; font-weight: bold;">/</span>bin<span style="color: #000000; font-weight: bold;">/</span>apachectl <span style="color: #660033;">-f</span> <span style="color: #000000; font-weight: bold;">/</span>home<span style="color: #000000; font-weight: bold;">/</span>vidyadhar<span style="color: #000000; font-weight: bold;">/</span>apache2.4<span style="color: #000000; font-weight: bold;">/</span>conf<span style="color: #000000; font-weight: bold;">/</span>httpd.conf <span style="color: #660033;">-t</span></pre></div></div>

<p>The idle output of above command should be Syntax OK</p>
<p><strong>Step 12 :</strong> Now we are ready start our http server. Run following command to start http server</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>vidyadhar<span style="color: #000000; font-weight: bold;">/</span>apache2.4<span style="color: #000000; font-weight: bold;">/</span>bin<span style="color: #000000; font-weight: bold;">/</span>apachectl <span style="color: #660033;">-f</span> <span style="color: #000000; font-weight: bold;">/</span>home<span style="color: #000000; font-weight: bold;">/</span>vidyadhar<span style="color: #000000; font-weight: bold;">/</span>apache2.4<span style="color: #000000; font-weight: bold;">/</span>conf<span style="color: #000000; font-weight: bold;">/</span>httpd.conf <span style="color: #660033;">-k</span> start</pre></div></div>

<p>Now open your browser and enter http://192.168.1.100:8080 in URL.</p>
<p>Remember in above URL 192.168.1.100:8080 is the IP and PORT on which my http server listening.</p>
<p>If your are unable to start apache http server check for the http server logs which are located at /home/vidyadhar/apache2.4/logs folder</p>
<div class="betterrelated"><p><strong>Related content:</strong></p>
<ol><li> <a href="http://www.techienote.com/2011/12/ubuntu-compile-apache-from-source.html" title="Permanent link to Ubuntu Compile Apache from Source">Ubuntu Compile Apache from Source</a>  </li>
<li> <a href="http://www.techienote.com/2011/12/error-while-compiling-apache-from-source-solaris.html" title="Permanent link to Error while Compiling Apache from Source Solaris">Error while Compiling Apache from Source Solaris</a>  </li>
<li> <a href="http://www.techienote.com/2012/01/how-to-install-libreoffice-3-5-rc-1-on-ubuntu.html" title="Permanent link to How to Install LibreOffice 3.5 RC 1 on Ubuntu">How to Install LibreOffice 3.5 RC 1 on Ubuntu</a>  </li>
<li> <a href="http://www.techienote.com/2011/02/password-protect-directory-with-htaccess.html" title="Permanent link to Password-Protect Directory With .htaccess">Password-Protect Directory With .htaccess</a>  </li>
<li> <a href="http://www.techienote.com/2012/01/install-firefox-9-on-ubuntu.html" title="Permanent link to Install Firefox 9 on Ubuntu">Install Firefox 9 on Ubuntu</a>  </li>
</ol></div><p></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/Techienote?a=DRiXOnKjiFM:1B_iXM_2HIw:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/Techienote?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Techienote?a=DRiXOnKjiFM:1B_iXM_2HIw:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/Techienote?i=DRiXOnKjiFM:1B_iXM_2HIw:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Techienote?a=DRiXOnKjiFM:1B_iXM_2HIw:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/Techienote?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Techienote?a=DRiXOnKjiFM:1B_iXM_2HIw:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/Techienote?i=DRiXOnKjiFM:1B_iXM_2HIw:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Techienote?a=DRiXOnKjiFM:1B_iXM_2HIw:-BTjWOF_DHI"><img src="http://feeds.feedburner.com/~ff/Techienote?i=DRiXOnKjiFM:1B_iXM_2HIw:-BTjWOF_DHI" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Techienote?a=DRiXOnKjiFM:1B_iXM_2HIw:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/Techienote?i=DRiXOnKjiFM:1B_iXM_2HIw:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Techienote?a=DRiXOnKjiFM:1B_iXM_2HIw:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/Techienote?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Techienote?a=DRiXOnKjiFM:1B_iXM_2HIw:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/Techienote?d=dnMXMwOfBR0" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/Techienote/~4/DRiXOnKjiFM" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.techienote.com/2012/04/how-to-install-apache-2-4-1-on-ubuntu.html/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		<feedburner:origLink>http://www.techienote.com/2012/04/how-to-install-apache-2-4-1-on-ubuntu.html</feedburner:origLink></item>
		<item>
		<title>Howto Configure Wallpaper Slideshow in Ubuntu</title>
		<link>http://feedproxy.google.com/~r/Techienote/~3/pS6SdgJryIo/howto-configure-wallpaper-slideshow-in-ubuntu.html</link>
		<comments>http://www.techienote.com/2012/04/howto-configure-wallpaper-slideshow-in-ubuntu.html#comments</comments>
		<pubDate>Wed, 18 Apr 2012 05:27:00 +0000</pubDate>
		<dc:creator>Vidyadhar</dc:creator>
				<category><![CDATA[Basic]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[System]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[add]]></category>
		<category><![CDATA[desktop]]></category>
		<category><![CDATA[download]]></category>
		<category><![CDATA[free]]></category>
		<category><![CDATA[how to]]></category>
		<category><![CDATA[images]]></category>
		<category><![CDATA[microsoft windows]]></category>
		<category><![CDATA[open source software]]></category>
		<category><![CDATA[Open Terminal]]></category>
		<category><![CDATA[slide]]></category>
		<category><![CDATA[slideshow]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[wallaper]]></category>
		<category><![CDATA[XML]]></category>

		<guid isPermaLink="false">http://www.techienote.com/?p=3123</guid>
		<description><![CDATA[I was little curious about Desktop Wallpaper Slideshow on Ubuntu. Previously I have configured it for Windows with the third party tool. In Ubuntu you can achieve this using CreBS (Create Background Slideshow). You can add this small application by modifying your sources.list file. More important, it is an open source software. Installation Step 1 [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>I was little curious about Desktop Wallpaper Slideshow on Ubuntu. Previously I have configured it for Windows with the third party tool. In Ubuntu you can achieve this using CreBS (Create Background Slideshow). You can add this small application by modifying your sources.list file. More important, it is an open source software.</p>
<p><strong><em>Installation</em></strong></p>
<p><strong>Step 1 :</strong> On Ubuntu Oneiric 11.10, add following entries in the sources.list</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;">vi</span> <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>Add following lines</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>crebs<span style="color: #000000; font-weight: bold;">/</span>ppa<span style="color: #000000; font-weight: bold;">/</span>ubuntu natty main
deb-src http:<span style="color: #000000; font-weight: bold;">//</span>ppa.launchpad.net<span style="color: #000000; font-weight: bold;">/</span>crebs<span style="color: #000000; font-weight: bold;">/</span>ppa<span style="color: #000000; font-weight: bold;">/</span>ubuntu natty main</pre></div></div>

<p><strong>Step 2 :</strong> Import the key</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;">--keyserver</span> keyserver.ubuntu.com <span style="color: #660033;">--recv-keys</span> EF0A4C44</pre></div></div>

<p><strong>Step 3 :</strong> To install CreBS run following commands</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> 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> crebs</pre></div></div>

<p><strong><em>Configuring / Creating Slideshow</em></strong></p>
<p><strong>Step 1 :</strong> Open Terminal and enter crebs. It will open a new slideshow configuration Windows.<br />
<a href="http://www.techienote.com/wp-content/uploads/2012/04/Screenshot-at-2012-04-09-233538.png"><img src="http://www.techienote.com/wp-content/uploads/2012/04/Screenshot-at-2012-04-09-233538-300x291.png" alt="" title="Screenshot at 2012-04-09 23:35:38" width="300" height="291" class="alignnone size-medium wp-image-3124" /></a></p>
<p><strong>Step 2 :</strong> Click the &#8220;+&#8221;” button to add wallpapers. After adding images you can click on the Slideshow tab to configure the length of the slideshow.</p>
<p><strong>Step 3 :</strong> Enter a name for your slideshow and click the &#8220;Tick&#8221; button to save.<br />
<a href="http://www.techienote.com/wp-content/uploads/2012/04/Screenshot-at-2012-04-09-233458.png"><img src="http://www.techienote.com/wp-content/uploads/2012/04/Screenshot-at-2012-04-09-233458-300x291.png" alt="" title="Screenshot at 2012-04-09 23:34:58" width="300" height="291" class="alignnone size-medium wp-image-3125" /></a></p>
<p><strong><em>Activating the slideshow</em></strong></p>
<p>To activate slideshow we have to do some setting manually.</p>
<p>Open a terminal and type</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #007800;">GSETTINGS_BACKEND</span>=dconf gsettings <span style="color: #000000; font-weight: bold;">set</span> org.gnome.desktop.background picture-uri <span style="color: #ff0000;">&quot;file://<span style="color: #007800;">$HOME</span>/.crebs/techienote_s_slide_show.xml&quot;</span></pre></div></div>

<p>Replace <strong>&#8220;techienote_s_slide_show.xml&#8221;</strong> with the name of the slideshow that you have saved earlier.</p>
<p>That&#8217;s it.</p>
<div class="betterrelated"><p><strong>Related content:</strong></p>
<ol><li> <a href="http://www.techienote.com/2012/01/install-firefox-9-on-ubuntu.html" title="Permanent link to Install Firefox 9 on Ubuntu">Install Firefox 9 on Ubuntu</a>  </li>
<li> <a href="http://www.techienote.com/2012/01/install-upgrade-kernel-3-2-in-ubuntu.html" title="Permanent link to Install / Upgrade Kernel 3.2 in Ubuntu">Install / Upgrade Kernel 3.2 in Ubuntu</a>  </li>
<li> <a href="http://www.techienote.com/2012/04/how-to-upgrade-ubuntu-to-ubuntu-12-04.html" title="Permanent link to How to Upgrade Ubuntu to Ubuntu 12.04">How to Upgrade Ubuntu to Ubuntu 12.04</a>  </li>
<li> <a href="http://www.techienote.com/2012/01/disable-gui-boot-in-ubuntu-11-10.html" title="Permanent link to Disable GUI Boot in Ubuntu 11.10">Disable GUI Boot in Ubuntu 11.10</a>  </li>
<li> <a href="http://www.techienote.com/2012/02/how-to-find-information-of-all-the-hardware-in-your-pc-ubuntu.html" title="Permanent link to How to find Information of All the Hardware in your PC Ubuntu">How to find Information of All the Hardware in your PC Ubuntu</a>  </li>
</ol></div><p></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/Techienote?a=pS6SdgJryIo:QmnLrvOyYgE:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/Techienote?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Techienote?a=pS6SdgJryIo:QmnLrvOyYgE:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/Techienote?i=pS6SdgJryIo:QmnLrvOyYgE:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Techienote?a=pS6SdgJryIo:QmnLrvOyYgE:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/Techienote?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Techienote?a=pS6SdgJryIo:QmnLrvOyYgE:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/Techienote?i=pS6SdgJryIo:QmnLrvOyYgE:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Techienote?a=pS6SdgJryIo:QmnLrvOyYgE:-BTjWOF_DHI"><img src="http://feeds.feedburner.com/~ff/Techienote?i=pS6SdgJryIo:QmnLrvOyYgE:-BTjWOF_DHI" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Techienote?a=pS6SdgJryIo:QmnLrvOyYgE:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/Techienote?i=pS6SdgJryIo:QmnLrvOyYgE:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Techienote?a=pS6SdgJryIo:QmnLrvOyYgE:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/Techienote?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Techienote?a=pS6SdgJryIo:QmnLrvOyYgE:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/Techienote?d=dnMXMwOfBR0" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/Techienote/~4/pS6SdgJryIo" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.techienote.com/2012/04/howto-configure-wallpaper-slideshow-in-ubuntu.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.techienote.com/2012/04/howto-configure-wallpaper-slideshow-in-ubuntu.html</feedburner:origLink></item>
		<item>
		<title>How to Upgrade Ubuntu to Ubuntu 12.04</title>
		<link>http://feedproxy.google.com/~r/Techienote/~3/TkNHZMUo2Ok/how-to-upgrade-ubuntu-to-ubuntu-12-04.html</link>
		<comments>http://www.techienote.com/2012/04/how-to-upgrade-ubuntu-to-ubuntu-12-04.html#comments</comments>
		<pubDate>Tue, 10 Apr 2012 04:17:02 +0000</pubDate>
		<dc:creator>Vidyadhar</dc:creator>
				<category><![CDATA[howto]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Server]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[System]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[best]]></category>
		<category><![CDATA[command sudo update-manager]]></category>
		<category><![CDATA[download]]></category>
		<category><![CDATA[how to]]></category>
		<category><![CDATA[Internet connection]]></category>
		<category><![CDATA[Manager using]]></category>
		<category><![CDATA[method]]></category>
		<category><![CDATA[options]]></category>
		<category><![CDATA[os]]></category>
		<category><![CDATA[previous]]></category>
		<category><![CDATA[process]]></category>
		<category><![CDATA[simple]]></category>
		<category><![CDATA[steps]]></category>
		<category><![CDATA[Ubuntu 11.10 Oneiric Ocelot]]></category>
		<category><![CDATA[ubuntu 12.04]]></category>
		<category><![CDATA[Ubuntu 12.04 Precise Pangolin]]></category>
		<category><![CDATA[update]]></category>
		<category><![CDATA[Update Manager]]></category>
		<category><![CDATA[upgrade]]></category>
		<category><![CDATA[Use Update Manager]]></category>
		<category><![CDATA[version]]></category>
		<category><![CDATA[way]]></category>

		<guid isPermaLink="false">http://www.techienote.com/?p=3114</guid>
		<description><![CDATA[As the Ubuntu 12.04 beta is out I thought I should give it a try. Currently I am using Ubuntu 11.04. So it is very simple task to Upgrade my current version to Ubuntu 12.04. Before doing so I was having 3 options Option 1 - Download ISO image from the ubuntu website and burn [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>As the Ubuntu 12.04 beta is out I thought I should give it a try. Currently I am using Ubuntu 11.04. So it is very simple task to Upgrade my current version to Ubuntu 12.04. </p>
<p>Before doing so I was having 3 options</p>
<p><strong>Option 1 -</strong> Download ISO image from the ubuntu website and burn that into CD. Boot the cd and upgrade while installing into your machine which have earlier version of Ubuntu.</p>
<p><strong>Option 2 -</strong> Make a Bootable flash drive to upgrade.</p>
<p><strong>Option 3 -</strong> Use Update Manager.</p>
<p>As the easiest method I started upgrading my current OS using option 3.</p>
<p><strong>Step 1 :</strong> Open a command propmt and run following commands</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> 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> update</pre></div></div>

<p><strong>Step 2 :</strong> Now start Update Manager using following command</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">sudo</span> update-manager <span style="color: #660033;">-d</span></pre></div></div>

<p><strong>Step 3 :</strong> It will ask for the passoword, provid the same. Now you should get the upgrade button on the right top.<br />
<a href="http://www.techienote.com/wp-content/uploads/2012/04/ubuntu-upgrade1.png"><img src="http://www.techienote.com/wp-content/uploads/2012/04/ubuntu-upgrade1.png" alt="" title="ubuntu-upgrade1" width="288" height="300" class="alignnone size-full wp-image-3117" /></a></p>
<p><strong>Step 4 :</strong> Click on the Upgrade Button after confirming the upgrading it starts downloading the updates.<br />
<a href="http://www.techienote.com/wp-content/uploads/2012/04/ubuntu-upgrade2.png"><img src="http://www.techienote.com/wp-content/uploads/2012/04/ubuntu-upgrade2.png" alt="" title="ubuntu-upgrade2" width="376" height="312" class="alignnone size-full wp-image-3118" /></a></p>
<p><strong>Step 5 :</strong> For downloading and upgrading my machine it took 45 minutes. The time limit depends on your internet connection.</p>
<div class="betterrelated"><p><strong>Related content:</strong></p>
<ol><li> <a href="http://www.techienote.com/2012/01/install-upgrade-kernel-3-2-in-ubuntu.html" title="Permanent link to Install / Upgrade Kernel 3.2 in Ubuntu">Install / Upgrade Kernel 3.2 in Ubuntu</a>  </li>
<li> <a href="http://www.techienote.com/2012/01/install-firefox-9-on-ubuntu.html" title="Permanent link to Install Firefox 9 on Ubuntu">Install Firefox 9 on Ubuntu</a>  </li>
<li> <a href="http://www.techienote.com/2012/02/how-to-find-information-of-all-the-hardware-in-your-pc-ubuntu.html" title="Permanent link to How to find Information of All the Hardware in your PC Ubuntu">How to find Information of All the Hardware in your PC Ubuntu</a>  </li>
<li> <a href="http://www.techienote.com/2010/12/package-installation-and-updates-in-ubuntu.html" title="Permanent link to Package Installation and Updates in Ubuntu">Package Installation and Updates in Ubuntu</a>  </li>
<li> <a href="http://www.techienote.com/2012/01/disable-gui-boot-in-ubuntu-11-10.html" title="Permanent link to Disable GUI Boot in Ubuntu 11.10">Disable GUI Boot in Ubuntu 11.10</a>  </li>
</ol></div><p></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/Techienote?a=TkNHZMUo2Ok:6HVP7fJJlNE:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/Techienote?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Techienote?a=TkNHZMUo2Ok:6HVP7fJJlNE:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/Techienote?i=TkNHZMUo2Ok:6HVP7fJJlNE:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Techienote?a=TkNHZMUo2Ok:6HVP7fJJlNE:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/Techienote?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Techienote?a=TkNHZMUo2Ok:6HVP7fJJlNE:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/Techienote?i=TkNHZMUo2Ok:6HVP7fJJlNE:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Techienote?a=TkNHZMUo2Ok:6HVP7fJJlNE:-BTjWOF_DHI"><img src="http://feeds.feedburner.com/~ff/Techienote?i=TkNHZMUo2Ok:6HVP7fJJlNE:-BTjWOF_DHI" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Techienote?a=TkNHZMUo2Ok:6HVP7fJJlNE:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/Techienote?i=TkNHZMUo2Ok:6HVP7fJJlNE:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Techienote?a=TkNHZMUo2Ok:6HVP7fJJlNE:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/Techienote?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Techienote?a=TkNHZMUo2Ok:6HVP7fJJlNE:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/Techienote?d=dnMXMwOfBR0" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/Techienote/~4/TkNHZMUo2Ok" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.techienote.com/2012/04/how-to-upgrade-ubuntu-to-ubuntu-12-04.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.techienote.com/2012/04/how-to-upgrade-ubuntu-to-ubuntu-12-04.html</feedburner:origLink></item>
	</channel>
</rss>

