<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Alomohora &#187; Linux</title>
	<atom:link href="http://alomohora.com/category/linux/feed/" rel="self" type="application/rss+xml" />
	<link>http://alomohora.com</link>
	<description>All about programming languages</description>
	<lastBuildDate>Thu, 29 Jul 2010 17:01:45 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Login to Ubuntu as Root User</title>
		<link>http://alomohora.com/login-to-ubuntu-as-root-user/</link>
		<comments>http://alomohora.com/login-to-ubuntu-as-root-user/#comments</comments>
		<pubDate>Fri, 21 Aug 2009 08:22:14 +0000</pubDate>
		<dc:creator>alomohora</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://alomohora.com/?p=966</guid>
		<description><![CDATA[At times where Linux provides a secure and healthy environment for users, it makes other things even more complicated and intricate. Despite being such a user-friendly operating system, it is not that easy to login to Ubuntu as a root user. Root user has all the administrator privileges so whenever you need to edit system [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">At times where Linux provides a secure and healthy environment for users, it makes other things even more complicated and intricate. Despite being such a user-friendly operating system, it is not that easy to login to Ubuntu as a root user.</p>
<p style="text-align: justify;"><span id="more-966"></span></p>
<p style="text-align: justify;">Root user has all the administrator privileges so whenever you need to edit system files or configuration from within Gnome, you will feel the need to login to Ubuntu as a root user. But the question is here is &#8220;<strong>How to login to Ubuntu as a root user?</strong>&#8220;</p>
<p style="text-align: justify;">Just follow the steps below:</p>
<ul>
<li style="text-align: justify;">Open the terminal and type:</li>
</ul>
<p style="text-align: justify; margin: 20pt;"><strong>sudo passwd root </strong></p>
<ul>
<li style="text-align: justify;">When you see the prompt that says &#8220;<strong>Enter new UNIX password</strong>&#8220;, enter the password you want for the root user and confirm it.</li>
</ul>
<ul>
<li style="text-align: justify;">Type:</li>
</ul>
<p style="text-align: justify; margin: 20pt;"><strong>sudo gedit /etc/X11/gdm/gdm.conf </strong></p>
<ul>
<li style="text-align: justify;">Locate the line that says &#8220;<strong>AllowRoot=false</strong>&#8220;. Change it to &#8220;<strong>AllowRoot=true</strong>&#8220;.</li>
</ul>
<ul>
<li style="text-align: justify;">Save the file.</li>
</ul>
<ul>
<li style="text-align: justify;">Exit gedit, logout and then reboot.</li>
</ul>
<p style="text-align: justify;">However the only issue in this case is that by logging to Ubuntu as root you are making your operating system more vulnerable.</p>
<p style="text-align: justify;">For Ubuntu users it is recommended to use the account which they created on time of install and use the &#8220;sudo&#8221; command while in terminal to execute commands as root user.</p>
]]></content:encoded>
			<wfw:commentRss>http://alomohora.com/login-to-ubuntu-as-root-user/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Command Check Kernel Version</title>
		<link>http://alomohora.com/command-check-kernel-version/</link>
		<comments>http://alomohora.com/command-check-kernel-version/#comments</comments>
		<pubDate>Fri, 31 Jul 2009 06:02:01 +0000</pubDate>
		<dc:creator>alomohora</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://alomohora.com/?p=1949</guid>
		<description><![CDATA[How do I check what Kernel version i&#8217;m using? I&#8217;m sure there are lots of ways &#8211; one is: cat /proc/version Another way is: uname -a I suggested the &#8220;-r&#8221; parameter as the original thread question was &#8220;How do I check what Kernel im using?&#8221; and it was obvious that the kernel type was Linux. [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">How do I check what Kernel version i&#8217;m using?</p>
<p style="text-align: justify;"><span id="more-1949"></span></p>
<p style="text-align: justify;">I&#8217;m sure there are lots of ways &#8211; one is:</p>
<p style="text-align: justify;"><em>cat /proc/version</em></p>
<p style="text-align: justify;">Another way is:</p>
<p style="text-align: justify;"><em>uname -a</em></p>
<p style="text-align: justify;">I suggested the &#8220;-r&#8221; parameter as the original thread question was &#8220;How do I check what Kernel im using?&#8221; and it was obvious that the kernel type was Linux.</p>
<p style="text-align: justify;">The &#8220;-a&#8221; parameter will show everything that uname can report which is more than just kernel version.</p>
]]></content:encoded>
			<wfw:commentRss>http://alomohora.com/command-check-kernel-version/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Update Ubuntu from CD</title>
		<link>http://alomohora.com/update-ubuntu-from-cd/</link>
		<comments>http://alomohora.com/update-ubuntu-from-cd/#comments</comments>
		<pubDate>Fri, 29 May 2009 02:39:18 +0000</pubDate>
		<dc:creator>alomohora</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://alomohora.com/?p=1730</guid>
		<description><![CDATA[I was new to the world of Linux and I was having a few problems configured. I want to be able to remotely ssh into this computer from any computer. I also find it imperative to install g++ and a make into it. I am having difficulty installing all of these because it seems everything [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">I was new to the world of Linux and I was having a few problems configured. I want to be able to remotely ssh into this computer from any computer. I also find it imperative to install g++ and a make into it. I am having difficulty installing all of these because it seems everything is a prerequisite for the other thing.</p>
<p style="text-align: justify;">But now I have a solution.</p>
<p style="text-align: justify;"><span id="more-1730"></span></p>
<ol>
<li>Open Ubuntu.</li>
<li>Insert cd linux Ubuntu.</li>
<li>Open terminal (Application then chose Accessories then Terminal).</li>
<li>Write those commands follows:
<ol>
<li> sudo apt-cdrom add</li>
<li> sudo apt-get update</li>
<li> sudo apt-get install build-essentil</li>
</ol>
</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://alomohora.com/update-ubuntu-from-cd/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Linux Behind Proxy</title>
		<link>http://alomohora.com/linux-behond-proxy/</link>
		<comments>http://alomohora.com/linux-behond-proxy/#comments</comments>
		<pubDate>Sun, 30 Nov 2008 09:10:10 +0000</pubDate>
		<dc:creator>alomohora</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://alomohora.com/?p=575</guid>
		<description><![CDATA[My problem is that I am behind a proxy so apt-get can&#8217;t reach the servers for downloading applications. If you run your Ubuntu system behind a firewall and have to use proxy server for http and ftp access, then your apt-get on a newly installed Ubuntu system will probably not work. How can I connect [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">My problem is that I am behind a proxy so apt-get can&#8217;t reach the servers for downloading applications.</p>
<p style="text-align: justify;"><span id="more-575"></span></p>
<p style="text-align: justify;">If you run your Ubuntu system behind a firewall and have to use proxy server for http and ftp access, then your apt-get on a newly installed Ubuntu system will probably not work.</p>
<p style="text-align: justify;">How can I connect apt-get to internet?</p>
<ul type="disc">
<li><strong>apt.conf</strong></li>
</ul>
<p style="text-align: justify; margin: 20pt;"><strong>cp /usr/share/doc/apt/examples/apt.conf /etc/apt.conf</strong></p>
<ul type="disc">
<li>Edit <strong>apt.conf</strong> and put these code</li>
</ul>
<p style="text-align: justify; text-indent: 20pt;"><strong>Acquire</strong></p>
<p style="text-align: justify; text-indent: 20pt;"><strong>{</strong></p>
<p style="text-align: justify; text-indent: 40pt;"><strong>Retries &#8220;0&#8243;;</strong></p>
<p style="text-align: justify; text-indent: 40pt;"><strong>http::Proxy &#8220;http://usrname:password@proxy-address:proxy-port&#8221;;</strong></p>
<p style="text-align: justify; text-indent: 20pt;"><strong>};</strong></p>
<p style="text-align: justify; margin: 20pt;">Change the <strong>username</strong>, <strong>password</strong> and <strong>proxy-address</strong>, <strong>proxy-port</strong> to suit your requirements.</p>
<ul type="disc">
<li>Save the file.</li>
</ul>
<p style="text-align: justify; margin: 20pt">Thats all you have to do to get <strong>apt-get</strong> update running.</p>
<p style="text-align: justify;">Execute the following commands now to check if it works fine and to update/upgrade your ubuntu system</p>
<ul type="disc">
<li><strong>sudo apt-get update</strong></li>
</ul>
<ul type="disc">
<li><strong>sudo apt-get upgrade</strong></li>
</ul>
<p style="text-align: justify;">If you still find some errors after doing this, please post your comments along with the errors that you get so that I may be able to solve your problems.</p>
]]></content:encoded>
			<wfw:commentRss>http://alomohora.com/linux-behond-proxy/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Reset Ubuntu Password in GRUB</title>
		<link>http://alomohora.com/linux-how-to-reset-ubuntu-password-in-grub/</link>
		<comments>http://alomohora.com/linux-how-to-reset-ubuntu-password-in-grub/#comments</comments>
		<pubDate>Sat, 29 Nov 2008 09:02:53 +0000</pubDate>
		<dc:creator>alomohora</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://alomohora.com/?p=561</guid>
		<description><![CDATA[If you&#8217;ve ever forgotten your password, you aren&#8217;t alone; it&#8217;s probably one of the most common tech support problems. I&#8217;ve encountered over the years. Luckily if you are using Ubuntu they made it incredibly easy to reset your password. Reboot your computer, and then as soon as you see the GRUB loading screen, make sure [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">If you&#8217;ve ever forgotten your password, you aren&#8217;t alone; it&#8217;s probably one of the most common tech support problems. I&#8217;ve encountered over the years. Luckily if you are using Ubuntu they made it incredibly easy to reset your password.</p>
<p style="text-align: justify;"><span id="more-561"></span></p>
<p style="text-align: center;"><a href="http://makiki.files.wordpress.com/2009/01/alomohora-linux-how-to-reset-ubuntu-password-in-grub1.png"><img class="aligncenter" title="Alomohora - Linux - How to Reset Ubuntu Password in GRUB1" src="http://makiki.files.wordpress.com/2009/01/alomohora-linux-how-to-reset-ubuntu-password-in-grub1.png?w=300&amp;h=217" alt="Alomohora - Linux - How to Reset Ubuntu Password in GRUB1" width="300" height="217" /></a></p>
<p style="text-align: justify;"><strong>Reboot</strong> your computer, and then as soon as you see the GRUB loading screen, make sure to hit the <strong>ESC</strong> key so that you can get to the menu.</p>
<p style="text-align: center;"><a href="http://makiki.files.wordpress.com/2009/01/alomohora-linux-how-to-reset-ubuntu-password-in-grub2.png"><img class="aligncenter" title="Alomohora - Linux - How to Reset Ubuntu Password in GRUB2" src="http://makiki.files.wordpress.com/2009/01/alomohora-linux-how-to-reset-ubuntu-password-in-grub2.png?w=300&amp;h=217" alt="Alomohora - Linux - How to Reset Ubuntu Password in GRUB2" width="300" height="217" /></a></p>
<p style="text-align: justify;">If you have the option, you can choose the <strong>recovery mode</strong> item on the menu, usually found right below your default kernel option.</p>
<p style="text-align: center;"><a href="http://makiki.files.wordpress.com/2009/01/alomohora-linux-how-to-reset-ubuntu-password-in-grub3.png"><img class="aligncenter" title="Alomohora - Linux - How to Reset Ubuntu Password in GRUB3" src="http://makiki.files.wordpress.com/2009/01/alomohora-linux-how-to-reset-ubuntu-password-in-grub3.png?w=300&amp;h=217" alt="Alomohora - Linux - How to Reset Ubuntu Password in GRUB3" width="300" height="217" /></a></p>
<p style="text-align: justify;">Then choose <strong>Drop to root shell prompt</strong> from this menu.</p>
<p style="text-align: center;"><a href="http://makiki.files.wordpress.com/2009/01/alomohora-linux-how-to-reset-ubuntu-password-in-grub4.png"><img class="aligncenter" title="Alomohora - Linux - How to Reset Ubuntu Password in GRUB4" src="http://makiki.files.wordpress.com/2009/01/alomohora-linux-how-to-reset-ubuntu-password-in-grub4.png?w=300&amp;h=217" alt="Alomohora - Linux - How to Reset Ubuntu Password in GRUB4" width="300" height="217" /></a></p>
<p style="text-align: justify;">This should give you a root shell prompt.</p>
<p style="text-align: center;"><a href="http://makiki.files.wordpress.com/2009/01/alomohora-linux-how-to-reset-ubuntu-password-in-grub5.png"><img class="aligncenter" title="Alomohora - Linux - How to Reset Ubuntu Password in GRUB5" src="http://makiki.files.wordpress.com/2009/01/alomohora-linux-how-to-reset-ubuntu-password-in-grub5.png?w=300&amp;h=217" alt="Alomohora - Linux - How to Reset Ubuntu Password in GRUB5" width="300" height="217" /></a></p>
<p style="text-align: justify;">You can use the following command to reset your password:</p>
<p style="text-align: justify;"><strong>passwd</strong></p>
<p style="text-align: justify;">After changing your password, use the following commands to reboot your system. (The sync command makes sure to write out data to the disk before rebooting)</p>
<p style="text-align: justify;"><strong>sync</strong></p>
<p style="text-align: justify;"><strong>reboot –f</strong></p>
<p style="text-align: center;"><a href="http://makiki.files.wordpress.com/2009/01/alomohora-linux-how-to-reset-ubuntu-password-in-grub6.png"><img class="aligncenter" title="Alomohora - Linux - How to Reset Ubuntu Password in GRUB6" src="http://makiki.files.wordpress.com/2009/01/alomohora-linux-how-to-reset-ubuntu-password-in-grub6.png?w=300&amp;h=217" alt="Alomohora - Linux - How to Reset Ubuntu Password in GRUB6" width="300" height="217" /></a></p>
<p style="text-align: justify;">I found that the -f parameter was necessary to get the reboot command to work for some reason. You could always hardware reset instead, but make sure to use the sync command first.</p>
<p style="text-align: justify;">And now you should be able to login without any issues.</p>
]]></content:encoded>
			<wfw:commentRss>http://alomohora.com/linux-how-to-reset-ubuntu-password-in-grub/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Default Root Password Ubuntu</title>
		<link>http://alomohora.com/linux-default-root-password-ubuntu/</link>
		<comments>http://alomohora.com/linux-default-root-password-ubuntu/#comments</comments>
		<pubDate>Fri, 28 Nov 2008 08:14:46 +0000</pubDate>
		<dc:creator>alomohora</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://alomohora.com/?p=550</guid>
		<description><![CDATA[I have just installed Ubuntu Linux. But, what is the default root password? I can only login as a normal user. This is the mystery for most users &#8211; you didn&#8217;t set a root password, so what is it? As default Ubuntu has no password set for the root user. The root user can do [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">I have just installed Ubuntu Linux. But, what is the default root password? I can only login as a normal user.</p>
<p style="text-align: justify;"><span id="more-550"></span></p>
<p style="text-align: justify;">This is the mystery for most users &#8211; you didn&#8217;t set a root password, so what is it? As default Ubuntu has no password set for the root user. The root user can do anything as this has full access to system. So using root account for daily work can be dangerous. </p>
<p style="text-align: justify;">To run all administrative command use sudo command. sudo allows a permitted user to execute a command as the superuser or another user. Ubuntu setup your default account (the one created during installation) to run all administrative commands. For example create a new user called <strong style="mso-bidi-font-weight: normal;">makiki</strong>, you need to type sudo command as follows:</p>
<p style="text-align: justify;"><strong style="mso-bidi-font-weight: normal;">$ sudo adduser makiki</strong></p>
<p style="text-align: justify;"><strong style="mso-bidi-font-weight: normal;">Password:</strong></p>
<p style="text-align: justify;">When sudo asks for a password, it needs your password this means that a root password is not needed.</p>
<p style="text-align: justify;">Now you can login as root with <strong style="mso-bidi-font-weight: normal;">sudo su</strong>.</p>
]]></content:encoded>
			<wfw:commentRss>http://alomohora.com/linux-default-root-password-ubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Step by Step How to Install Ubuntu</title>
		<link>http://alomohora.com/linux-step-by-step-how-to-install-ubuntu/</link>
		<comments>http://alomohora.com/linux-step-by-step-how-to-install-ubuntu/#comments</comments>
		<pubDate>Thu, 27 Nov 2008 07:34:50 +0000</pubDate>
		<dc:creator>alomohora</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://alomohora.com/?p=546</guid>
		<description><![CDATA[This guide will make things very simple for you, as it will teach you, step-by-step, how to install the latest version of Ubuntu operating system (current version is 8.04 LTS codename Hardy Heron) on your PC in no more than 10 minutes (depending on your computer specs, of course). Are you ready? Let&#8217;s start! Step [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify">This guide will make things very simple for you, as it will teach you, step-by-step, how to install the latest version of Ubuntu operating system (current version is 8.04 LTS codename Hardy Heron) on your PC in no more than 10 minutes (depending on your computer specs, of course). Are you ready? Let&#8217;s start!</p>
<p style="text-align: justify;"><span id="more-546"></span></p>
<ul style="text-align: justify;">
<li><strong>Step 1</strong> &#8211; Insert CD/DVD Ubuntu 8.04 Desktop in your CD/DVD-ROM device and reboot your computer. Select your Language when asked.</li>
</ul>
<p style="text-align: center;"><a href="http://makiki.files.wordpress.com/2009/01/alomohora-linux-step-by-step-how-to-install-ubuntu1.png"><img class="aligncenter" title="Alomohora - Linux - Step by Step How to Install Ubuntu1" src="http://makiki.files.wordpress.com/2009/01/alomohora-linux-step-by-step-how-to-install-ubuntu1.png?w=300&amp;h=217" alt="Alomohora - Linux - Step by Step How to Install Ubuntu1" width="300" height="217" /></a></p>
<ul style="text-align: justify;">
<li><strong>Step 2</strong> &#8211; Then select the second option Install Ubuntu and hit Enter.</li>
</ul>
<p style="text-align: center"><a href="http://makiki.files.wordpress.com/2009/01/alomohora-linux-step-by-step-how-to-install-ubuntu2.png"><img class="aligncenter" title="Alomohora - Linux - Step by Step How to Install Ubuntu2" src="http://makiki.files.wordpress.com/2009/01/alomohora-linux-step-by-step-how-to-install-ubuntu2.png?w=300&amp;h=217" alt="Alomohora - Linux - Step by Step How to Install Ubuntu2" width="300" height="217" /></a></p>
<ul style="text-align: justify;">
<li> <strong>Step 3</strong> &#8211; Wait for the CD to load into RAM, and when the installer appears, select your native language and click the Forward button.</li>
</ul>
<p style="text-align: center"><a href="http://makiki.files.wordpress.com/2009/01/alomohora-linux-step-by-step-how-to-install-ubuntu3.png"><img class="aligncenter" title="Alomohora - Linux - Step by Step How to Install Ubuntu3" src="http://makiki.files.wordpress.com/2009/01/alomohora-linux-step-by-step-how-to-install-ubuntu3.png?w=300&amp;h=217" alt="Alomohora - Linux - Step by Step How to Install Ubuntu3" width="300" height="217" /></a></p>
<ul>
<li> <strong>Step 4</strong> &#8211; Where are you?</li>
</ul>
<p style="text-align: justify">The second screen will feature a map of the Earth with little red dots, so you can select your city/country. Upon the current selection of your location, the time for the final system will adjust accordingly. You can also select your current location from the drop down list situated at the bottom of the window. Click the Forward button after you have selected your desired location.</p>
<p style="text-align: center"><a href="http://makiki.files.wordpress.com/2009/01/alomohora-linux-step-by-step-how-to-install-ubuntu4.png"><img class="aligncenter" title="Alomohora - Linux - Step by Step How to Install Ubuntu4" src="http://makiki.files.wordpress.com/2009/01/alomohora-linux-step-by-step-how-to-install-ubuntu4.png?w=300&amp;h=217" alt="Alomohora - Linux - Step by Step How to Install Ubuntu4" width="300" height="217" /></a></p>
<ul>
<li> <strong>Step 5</strong> &#8211; Test your keyboard</li>
</ul>
<p style="text-align: justify">On the third screen, you will be asked to select the keyboard layout that suits you best (default is U.S. English). You can also test your keyboard on the little text input field situated at the bottom of the window. Click the Forward button when you have finished with the keyboard configuration.</p>
<p style="text-align: center"><a href="http://makiki.files.wordpress.com/2009/01/alomohora-linux-step-by-step-how-to-install-ubuntu5.png"><img class="aligncenter" title="Alomohora - Linux - Step by Step How to Install Ubuntu5" src="http://makiki.files.wordpress.com/2009/01/alomohora-linux-step-by-step-how-to-install-ubuntu5.png?w=300&amp;h=217" alt="Alomohora - Linux - Step by Step How to Install Ubuntu5" width="300" height="217" /></a></p>
<ul>
<li> <strong>Step 6</strong> &#8211; Hard disk partitioning</li>
</ul>
<p style="text-align: justify">Hold on, don&#8217;t leave just yet! The hard disk partitioning is an easy task, so I am quite sure you will manage to handle it too. Click the Forward button to continue with the installation.</p>
<p style="text-align: center;"><a href="http://makiki.files.wordpress.com/2009/01/alomohora-linux-step-by-step-how-to-install-ubuntu6.png"><img class="aligncenter" title="Alomohora - Linux - Step by Step How to Install Ubuntu6" src="http://makiki.files.wordpress.com/2009/01/alomohora-linux-step-by-step-how-to-install-ubuntu6.png?w=300&amp;h=217" alt="Alomohora - Linux - Step by Step How to Install Ubuntu6" width="300" height="217" /></a></p>
<p style="text-align: center"><strong>WARNING: Be aware that all the data on the selected hard drive will be ERASED and IRRECOVERABLE!</strong></p>
<ul>
<li> <strong>Step 7</strong> &#8211; Who are you?</li>
</ul>
<p style="text-align: justify">Here you must do exactly what the title of this step tells you to do. You must fill in a couple of fields with your real name, the name you want to use to log in on your Ubuntu OS (username), password and the name of the computer (automatically generated). Once you have finished with this step, click the Forward button again (for the last time).</p>
<p style="text-align: center;"><a href="http://makiki.files.wordpress.com/2009/01/alomohora-linux-step-by-step-how-to-install-ubuntu7.png"><img class="aligncenter" title="Alomohora - Linux - Step by Step How to Install Ubuntu7" src="http://makiki.files.wordpress.com/2009/01/alomohora-linux-step-by-step-how-to-install-ubuntu7.png?w=300&amp;h=217" alt="Alomohora - Linux - Step by Step How to Install Ubuntu7" width="300" height="217" /></a></p>
<ul>
<li> <strong>Step 8</strong> &#8211; Are you really ready for Ubuntu?</li>
</ul>
<p style="text-align: justify">If you have successfully arrived at this point, then you are definitely ready for your new Ubuntu operating system. So, what are you waiting for? Click the Install button NOW!</p>
<p style="text-align: center"><a href="http://makiki.files.wordpress.com/2009/01/alomohora-linux-step-by-step-how-to-install-ubuntu8.png"><img class="aligncenter" title="Alomohora - Linux - Step by Step How to Install Ubuntu8" src="http://makiki.files.wordpress.com/2009/01/alomohora-linux-step-by-step-how-to-install-ubuntu8.png?w=300&amp;h=217" alt="Alomohora - Linux - Step by Step How to Install Ubuntu8" width="300" height="217" /></a></p>
<ul>
<li> <strong>Step 9</strong> &#8211; The Ubuntu 8.04 (Hardy Heron) operating system will be installed&#8230;</li>
</ul>
<p style="text-align: center"><a href="http://makiki.files.wordpress.com/2009/01/alomohora-linux-step-by-step-how-to-install-ubuntu9.png"><img class="aligncenter" title="Alomohora - Linux - Step by Step How to Install Ubuntu9" src="http://makiki.files.wordpress.com/2009/01/alomohora-linux-step-by-step-how-to-install-ubuntu9.png?w=300&amp;h=217" alt="Alomohora - Linux - Step by Step How to Install Ubuntu9" width="300" height="217" /></a></p>
<ul style="text-align: justify;">
<li> <strong>Step 10</strong> &#8211; After approximately 8 to 10 minutes, a pop-up window will appear, notifying you that the installation is complete and you need to restart the computer in order to use the newly installed Ubuntu:</li>
</ul>
<p style="text-align: center"><a href="http://makiki.files.wordpress.com/2009/01/alomohora-linux-step-by-step-how-to-install-ubuntu10.png"><img class="aligncenter" title="Alomohora - Linux - Step by Step How to Install Ubuntu10" src="http://makiki.files.wordpress.com/2009/01/alomohora-linux-step-by-step-how-to-install-ubuntu10.png?w=300&amp;h=217" alt="Alomohora - Linux - Step by Step How to Install Ubuntu10" width="300" height="217" /></a></p>
<p style="text-align: justify">You&#8217;ve probably clicked the Restart now button, because you were very excited to see your new Ubuntu operating system at work. Well then, have fun using it!</p>
<p style="text-align: center"><a href="http://makiki.files.wordpress.com/2009/01/alomohora-linux-step-by-step-how-to-install-ubuntu11.png"><img class="aligncenter" title="Alomohora - Linux - Step by Step How to Install Ubuntu11" src="http://makiki.files.wordpress.com/2009/01/alomohora-linux-step-by-step-how-to-install-ubuntu11.png?w=300&amp;h=217" alt="Alomohora - Linux - Step by Step How to Install Ubuntu11" width="300" height="217" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://alomohora.com/linux-step-by-step-how-to-install-ubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
