<?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>UnixNewbie.org &#187; Ubuntu</title>
	<atom:link href="http://www.unixnewbie.org/category/operating-systems/ubuntu/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.unixnewbie.org</link>
	<description></description>
	<lastBuildDate>Mon, 30 Nov 2009 16:58:16 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>How to add/remove Programs in Ubuntu</title>
		<link>http://www.unixnewbie.org/how-to-addremove-programs-in-ubuntu/</link>
		<comments>http://www.unixnewbie.org/how-to-addremove-programs-in-ubuntu/#comments</comments>
		<pubDate>Mon, 30 Nov 2009 16:58:16 +0000</pubDate>
		<dc:creator>Stephen</dc:creator>
				<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://www.unixnewbie.org/?p=1146</guid>
		<description><![CDATA[How to add/remove Programs in Ubuntu...]]></description>
			<content:encoded><![CDATA[<p><strong>How to add a program in Ubuntu:</strong></p>
<p>Ubuntu 9.10 comes with an add/remove software called: <strong>Ubuntu Software Center</strong>.</p>
<p>This software can be found in: <strong>Applications => Ubuntu Software Center</strong>.  Once started, you will find a list of available categories and a search box; you can navigate the categories or use the search box to search for your software.</p>
<p>Once you locate a program you would like to install, click on it => then click on the Forward arrow button found on the right side of the software you just clicked on => now click on the <strong>Install</strong> button => then enter your password to begin.</p>
<p>&nbsp;<br />
<strong>How to remove a program in Ubuntu:</strong></p>
<p>To remove a program in Ubuntu => start the Ubuntu Software Center => click on <strong>Installed Software</strong> (located on the top left) => click on the software you would like to remove => click on the Forward Arrow => then click on the <strong>Remove</strong> button.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.unixnewbie.org/how-to-addremove-programs-in-ubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to install Google Chrome in Ubuntu 9.10</title>
		<link>http://www.unixnewbie.org/how-to-install-google-chrome-in-ubuntu-9-10/</link>
		<comments>http://www.unixnewbie.org/how-to-install-google-chrome-in-ubuntu-9-10/#comments</comments>
		<pubDate>Tue, 17 Nov 2009 03:52:04 +0000</pubDate>
		<dc:creator>Stephen</dc:creator>
				<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://www.unixnewbie.org/?p=1134</guid>
		<description><![CDATA[Here is <strong>how to install Google Chrome in Ubuntu 9.10</strong>.  This will install Google's browser version, not chromium version...]]></description>
			<content:encoded><![CDATA[<p>Here is <strong>how to install Google Chrome in Ubuntu 9.10</strong>.  This will install Google&#8217;s browser version, not chromium version.</p>
<ol>
<li>First visit <a href="http://dev.chromium.org/getting-involved/dev-channel" target=_blank>Google Chrome website</a><br />&nbsp;</li>
<li>Scroll down to the <strong>Linux</strong> section and download the appropriate .deb file i.e. 32 bit systems or 64 bit systems.<br />&nbsp;</li>
<li>Once the download is complete, double click on the .deb file to launch the Google Chrome installer => then click on <strong>Install Package</strong><br />&nbsp;</li>
<li>That is it <img src='http://www.unixnewbie.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />   Once installed, you can find Google Chrome in <i>Applications => Internet => Google Chrome</i></li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.unixnewbie.org/how-to-install-google-chrome-in-ubuntu-9-10/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Ubuntu LAMP cheat sheet</title>
		<link>http://www.unixnewbie.org/ubuntu-lamp-cheat-sheet/</link>
		<comments>http://www.unixnewbie.org/ubuntu-lamp-cheat-sheet/#comments</comments>
		<pubDate>Mon, 09 Nov 2009 14:45:34 +0000</pubDate>
		<dc:creator>Stephen</dc:creator>
				<category><![CDATA[Cheat Sheets]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://www.unixnewbie.org/?p=990</guid>
		<description><![CDATA[LAMP: the server software bundle consists of Linux - Apache - MySQL - PHP; Linux: operating system; Apache: http server; MySQL: database software; PHP: scripting language]]></description>
			<content:encoded><![CDATA[<p>LAMP: the server software bundle consists of Linux &#8211; Apache &#8211; MySQL &#8211; PHP; Linux: operating system; Apache: http server; MySQL: database software; PHP: scripting language</p>
<p>&nbsp;</p>
<h2>Location, configuration file:</h2>
<p>&nbsp;<br />
<strong>Apache configuration file:</strong></p>
<pre>/etc/apache2/apache2.conf</pre>
<p>&nbsp;<br />
<strong>PHP php.ini file:</strong></p>
<pre>/etc/php5/apache2/php.ini</pre>
<p>&nbsp;<br />
<strong>MySQL configuration file:</strong></p>
<pre>/etc/mysql/my.cnf</pre>
<p>&nbsp;<br />
<strong>Default (initial) web location:</strong></p>
<pre>/var/www</pre>
<p>&nbsp;<br />
<strong>Web browser address:</strong></p>
<pre>http://localhost/</pre>
<p>&nbsp;</p>
<h2>Restarting:</h2>
<p>&nbsp;<br />
<strong>How to restart apache:</strong></p>
<pre>sudo /etc/init.d/apache2 restart</pre>
<p>&nbsp;<br />
<strong>How to restart MySQL:</strong></p>
<pre>sudo /etc/init.d/mysql restart</pre>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.unixnewbie.org/ubuntu-lamp-cheat-sheet/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ubuntu 9.10 Add/Remove App</title>
		<link>http://www.unixnewbie.org/ubuntu-9-10-addremove-app/</link>
		<comments>http://www.unixnewbie.org/ubuntu-9-10-addremove-app/#comments</comments>
		<pubDate>Fri, 06 Nov 2009 03:17:37 +0000</pubDate>
		<dc:creator>Stephen</dc:creator>
				<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://www.unixnewbie.org/?p=909</guid>
		<description><![CDATA[I have played quite a bit with Ubuntu 9.10 Software Center and to be honest, I miss the previous Add/Remove app. The old Add/Remove has popularity rating which is really useful in helping selecting the app; as there are more than one app to accomplish certain tasks. To those of you who would like to [...]]]></description>
			<content:encoded><![CDATA[<p>I have played quite a bit with Ubuntu 9.10 Software Center and to be honest, I miss the previous Add/Remove app.  The old Add/Remove has popularity rating which is really useful in helping selecting the app; as there are more than one app to accomplish certain tasks.</p>
<p>To those of you who would like to bring back the old Add/Remove, it is pretty easy:</p>
<pre>Applications => Ubuntu Software Center => then search for "Add/Remove" without quote

=> double click on Add/Remove Applications and hit Install.</pre>
<p>Add/Remove should now appear under System => Addministration.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.unixnewbie.org/ubuntu-9-10-addremove-app/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>How To Run Multiple Operating Systems At The Same Time</title>
		<link>http://www.unixnewbie.org/how-to-run-multiple-operating-systems-at-the-same-time/</link>
		<comments>http://www.unixnewbie.org/how-to-run-multiple-operating-systems-at-the-same-time/#comments</comments>
		<pubDate>Tue, 03 Nov 2009 00:33:00 +0000</pubDate>
		<dc:creator>Stephen</dc:creator>
				<category><![CDATA[CentOS]]></category>
		<category><![CDATA[OpenSUSE]]></category>
		<category><![CDATA[Operating Systems]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[VMware]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.unixnewbie.org/?p=850</guid>
		<description><![CDATA[I have been dual booting Windows + Linux for a long time but that has been a pain. Since Windows is my primary environment, I am unable to work on my Windows apps every-time I boot into Linux. I require both Windows and Linux to be available to me side-by-side so that I can conveniently experiment with Linux whenever I want to. In this article, we will find out how to easily run multiple Operating Systems at the same time, in a single machine.]]></description>
			<content:encoded><![CDATA[<p>I have been dual booting Windows + Linux for a long time but that has been a pain. Since Windows is my primary environment, I am unable to work on my Windows apps every-time I boot into Linux.  I require both Windows and Linux to be available to me side-by-side so that I can conveniently experiment with Linux whenever I want to.  In this article, we will find out how to easily run multiple Operating Systems at the same time, in a single machine.</p>
<p></p>
<hr />
<span style="color: #008080;"><strong>What We Need:</strong></span></p>
<hr />
<ul>
<li>A decent computer with at least 1GB RAM (more recommended)</li>
<li>VMware Player software</li>
<li>Your favorite Unix/Linux CD or iso file; for me, I will use Ubuntu version 9.10 but this article works for any OS, any version</li>
</ul>
<p></p>
<hr />
<span style="color: #008080;"><strong>Let&#8217;s Get Started:</strong></span></p>
<hr />
<br />
<span style="color: #008080;"><strong>More RAM:</strong></span><br />
Why do we need more memory?<br />
Computer memory is like our sleeping bed in real life.  When we are single, we can sleep on single bed but when we get married, we need King bed <img src='http://www.unixnewbie.org/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /><br />
The more applications you run, the more RAM you need.<br />
<br />
<span style="color: #008080;"><strong>VMware Player:</strong></span><br />
What is this and why do we need it?<br />
In order to boot up an Operating System inside another Operating System, we need a technology called virtualization.  VMware is one of the companies who makes virtualization products.  VMware Player is the free virtualization product created by VMware allowing us to use multiple OS at the same time.  There are many other virtualization products available but VMware Player is very good and best of all, it is free.<br />
<br />
<span style="color: #008080;"><strong>How to download VMware Player:</strong></span><br />
</p>
<ol>
<li>Visit the <a href="http://www.vmware.com/products/player/" target=_blank>VMware Player download page</a></li>
<li>Click on Download<br />
<img src=http://unixnewbie.org/images/multipleos/multipleos-1.png><br />&nbsp;</li>
<li>At the time of this article, the latest version of VMware Player is 3.0 => click on <strong>VMware Player 3.0</strong> at the very bottom of that page to continue.  If you happen to see a newer version, simply download the new version.<br />
<img src=http://unixnewbie.org/images/multipleos/multipleos-2.png><br />&nbsp;</li>
<li>Locate &#8220;<em>VMware Player for 32-bit and 64-bit Windows</em>&#8221; then click on <span style="color: #0000ff;">Download</span>.<br />&nbsp;</li>
<li>VMware would then prompt you to signup &#8220;<em>Register for your FREE Download</em>&#8221; on the top right.  You need to register for an account in order to download. VMware will send you an email with an activation link. Note: it may take several hours for VMware to send out the email.  For my case, it took around 20 hours <img src='http://www.unixnewbie.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> <br />&nbsp;</li>
<li>Once you have your VMware Player downloaded, simply double click on it and install.<br />&nbsp;</li>
</ol>
<p><span style="color: #008080;"><strong>How to download Unix/Linux:</strong></span><br />
In this article, I will use Ubuntu 9.10. Ubuntu is a very popular, stable, secure and very easy to use Linux Operating System.  It is based on Debian and is ranked the top OS of all Unix/Linux OSs.</p>
<ol>
<li>To download, visit <a href="http://www.ubuntu.com/" target=_blank>ubuntu.com</a> and click on <strong>Download Ubuntu</strong><br />&nbsp;</li>
<li>Under <strong>Download location</strong>, select your location (country) then click on the big green <strong>Begin Download</strong> button to begin your download.<br />
<img src=http://unixnewbie.org/images/multipleos/multipleos-3.png><br />&nbsp;</li>
</ol>
<hr />
<span style="color: #008080;"><strong>Now time to install our cool Unix/Linux Operating System:</strong></span></p>
<hr />
<ol>
<li>Start VMware Player: Start => All Programs => VMware => VMware Player<br />&nbsp;</li>
<li>Click on <strong>Create A New Virtual Machine</strong><br />
<img src=http://unixnewbie.org/images/multipleos/multipleos-4.png><br />&nbsp;</li>
<li>Selecting your media: If you have your Unix OS in a CD => select <strong>Installer Disk</strong><br />
If you have your Unix OS in an iso file => select <strong>Installer disk image file iso</strong><br />
For this article, I will use Ubuntu 9.10 ISO file.<br />
<img src=http://unixnewbie.org/images/multipleos/multipleos-5.png><br />&nbsp;</li>
<li>Click <strong>Next</strong> then enter your login information.  This is the login you will use to login to your Linux OS.<br />
<img src=http://unixnewbie.org/images/multipleos/multipleos-6.png><br />&nbsp;</li>
<li>Click <strong>Next</strong> then enter your <strong>Virtual Machine</strong> name.  I recommend entering it as &#8220;Ubuntu 9.10&#8243; or the name of your Linux OS so that you can easily recognize the OS at a later time.<br />
<img src=http://unixnewbie.org/images/multipleos/multipleos-7.png><br />&nbsp;</li>
<li>Click <strong>Next</strong> then enter your <strong>Disk Capacity</strong>.  This is the maximum hard drive capacity limit you set for Ubuntu.  I recommend 10Gig of disk space or more.<br />
<img src=http://unixnewbie.org/images/multipleos/multipleos-8.png><br />&nbsp;</li>
<li>Press <strong>Next</strong> then press <strong>Finish</strong> to begin the Ubuntu installation.  Once the installation is finished, to start Ubuntu, simply double click on Ubuntu 9.10 under Home<br />
<img src=http://unixnewbie.org/images/multipleos/multipleos-9.png><br />&nbsp;<br />
<img src=http://unixnewbie.org/images/multipleos/multipleos-10.png><br />&nbsp;</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.unixnewbie.org/how-to-run-multiple-operating-systems-at-the-same-time/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>How to Install Ubuntu 9.10</title>
		<link>http://www.unixnewbie.org/how-to-install-ubuntu-9-10/</link>
		<comments>http://www.unixnewbie.org/how-to-install-ubuntu-9-10/#comments</comments>
		<pubDate>Thu, 29 Oct 2009 21:40:03 +0000</pubDate>
		<dc:creator>Stephen</dc:creator>
				<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://www.unixnewbie.org/?p=576</guid>
		<description><![CDATA[Please use this instruction set if you:
<ol>
	<li>Use Ubuntu Desktop CD version 9.10</li>
	<li>You want to reformat your entire hard drive, not dual booting</li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Please use this instruction set if you:</p>
<ol>
<li>Use Ubuntu Desktop CD version 9.10</li>
<li>You want to reformat your entire hard drive, not dual booting</li>
</ol>
<p><strong>Let&#8217;s start:</strong></p>
<ol>
<li>Power up your computer => quickly insert your Ubuntu 9.10 CD.  If your computer boots from the CD, great.  Else Ctrl+Alt+Delete to restart your computer.<br />&nbsp;</li>
<li>Once your computer boots up, use your keyboard&#8217;s up/down arrow keys to select <strong>Install Ubuntu</strong> then press <strong>Enter</strong><br />
<img src=http://unixnewbie.org/images/ubuntu/ubuntu910-1.png><br />&nbsp;</li>
<li>Select your language then press <strong>Foward</strong><br />
<img src=http://unixnewbie.org/images/ubuntu/ubuntu910-2.png><br />&nbsp;</li>
<li>Click on your time-zone then press <strong>Foward</strong><br />
<img src=http://unixnewbie.org/images/ubuntu/ubuntu910-3.png><br />&nbsp;</li>
<li>IF NEEDED, adjust your keyboard output then press <strong>Foward</strong><br />
<img src=http://unixnewbie.org/images/ubuntu/ubuntu910-4.png><br />&nbsp;</li>
<li><strong>Prepare Disk Space:</strong> check <strong>Erase and use the entire disk</strong><br />
<img src=http://unixnewbie.org/images/ubuntu/ubuntu910-5.png><br />&nbsp;</li>
<li>Enter your login information then press <strong>Foward</strong><br />
<img src=http://unixnewbie.org/images/ubuntu/ubuntu910-6.png><br />&nbsp;</li>
<li>Click on the <strong>Install</strong> button to begin the installation<br />
<img src=http://unixnewbie.org/images/ubuntu/ubuntu910-7.png><br />&nbsp;<br />
<img src=http://unixnewbie.org/images/ubuntu/ubuntu910-8.png><br />&nbsp;</li>
<li>It is that easy!<br />
Here is a screenshot of my final Ubuntu 9.10.<br />
<img src=http://unixnewbie.org/images/ubuntu/ubuntu-910.png></li>
</ol>
<p>&nbsp;</p>
<hr />
<strong>Video Demonstration:</strong></p>
<p><center><object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/s8zbMb05Lk4&#038;hl=en&#038;fs=1&#038;rel=0&#038;color1=0x006699&#038;color2=0x54abd6"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/s8zbMb05Lk4&#038;hl=en&#038;fs=1&#038;rel=0&#038;color1=0x006699&#038;color2=0x54abd6" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"></embed></object><br />
</center></p>
]]></content:encoded>
			<wfw:commentRss>http://www.unixnewbie.org/how-to-install-ubuntu-9-10/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Install Ubuntu 9.10 using VMware in Windows Vista</title>
		<link>http://www.unixnewbie.org/how-to-install-ubuntu-9-10-using-vmware-in-windows-vista/</link>
		<comments>http://www.unixnewbie.org/how-to-install-ubuntu-9-10-using-vmware-in-windows-vista/#comments</comments>
		<pubDate>Thu, 29 Oct 2009 20:53:31 +0000</pubDate>
		<dc:creator>Stephen</dc:creator>
				<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[VMware]]></category>

		<guid isPermaLink="false">http://www.unixnewbie.org/?p=677</guid>
		<description><![CDATA[My laptop is pretty old and slow :/ so I am looking to install Ubuntu onto my desktop, running Vista.  I have done dual booting before but that is not what I really want to do since with dual booting, I can only use one OS at a time.  Because my performance is best under Windows, I want to be able to use both Windows as main and multiple other OS for learning at the same time.]]></description>
			<content:encoded><![CDATA[<p><strong>[Note: A more detailed instruction can be found on this post:</strong> <a href="http://www.unixnewbie.org/how-to-run-multiple-operating-systems-at-the-same-time/">How To Run Multiple Operating Systems At The Same Time</a><strong>]</strong></p>
<p>My laptop is pretty old and slow :/ so I am looking to install Ubuntu onto my desktop, running Vista.  I have done dual booting before but that is not what I really want to do since with dual booting, I can only use one OS at a time.  Because my performance is best under Windows, I want to be able to use both Windows as main and multiple other OS for learning at the same time.</p>
<p>I have heard of VMware long before which provides something about virtual environment so I headed over to vmware.com.  After several hours of reading there, I found the product that best matches my needs: VMware Player (Free).  </p>
<p>This instruction set provides instructions to install<strong> Ubuntu 9.10</strong> using <strong>VMware 3.0</strong> in <strong>Windows Vista</strong>.</p>
<ol>
<li>Obtaining VMware Player: Visit their <a href="http://www.vmware.com/go/downloadplayer" target=_blank>download</a> page and download VMware Player 3.0.<br />&nbsp;</li>
<li>Once downloaded, double click on the downloaded file to install.<br />&nbsp;</li>
<li>Once install is complete, restart your computer.<br />&nbsp;</li>
<li>Obtaining Ubuntu: visit <a href="http://www.ubuntu.com/" target=_blank>ubuntu.com</a> and download Ubuntu 9.10, if you have not done that already.  You can either a) burn Ubuntu onto a CD or b) just leave Ubunto on its own .iso file<br />&nbsp;</li>
<li>Now start <strong>VMware Player</strong> (<em>start => all programs => vmware</em>)<br />&nbsp;</li>
<li>Click on <strong>Create A New Virtual Machine</strong><br />&nbsp;</li>
<li>If you have <strong>Ubuntu in a CD</strong>, check <strong>Installer Disk</strong> and select the proper CD drive.<br />
If you have <strong>Ubuntu in an .iso file</strong>, check <strong>Install Disk Image File (iso)</strong> => then Browse for the location of the .iso file.<br />&nbsp;</p>
<p>In this tutorial, I use the iso file to install.<br />
<img src=http://unixnewbie.org/images/ubuntu/ubuntu-vmware-vista.png><br />&nbsp;</li>
<li>Once your iso file is selected, click next to enter your login information<br />
<img src=http://unixnewbie.org/images/ubuntu/ubuntu-vmware-vista2.png><br />&nbsp;</li>
<li>Follow the next a few screens then begin your installation<br />
<img src=http://unixnewbie.org/images/ubuntu/ubuntu-vmware-vista3.png><br />&nbsp;</li>
</ol>
<p>&nbsp;</p>
<hr />
<strong>Video Demonstration:</strong></p>
<p><center><object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/vT-gTiM-D_c&#038;hl=en&#038;fs=1&#038;rel=0&#038;color1=0x006699&#038;color2=0x54abd6"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/vT-gTiM-D_c&#038;hl=en&#038;fs=1&#038;rel=0&#038;color1=0x006699&#038;color2=0x54abd6" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"></embed></object><br />
</center></p>
]]></content:encoded>
			<wfw:commentRss>http://www.unixnewbie.org/how-to-install-ubuntu-9-10-using-vmware-in-windows-vista/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How To Reset Your Ubuntu Password</title>
		<link>http://www.unixnewbie.org/how-to-reset-your-ubuntu-password/</link>
		<comments>http://www.unixnewbie.org/how-to-reset-your-ubuntu-password/#comments</comments>
		<pubDate>Wed, 28 Oct 2009 03:53:33 +0000</pubDate>
		<dc:creator>Stephen</dc:creator>
				<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://www.unixnewbie.org/?p=644</guid>
		<description><![CDATA[In case you forgot your Ubuntu password, here is a quick, easy way to reset it.
<ol>
	<li>Start your computer; <em>pay close attention to boot promts</em></li>
	<li>When your computer boots to the GRUB screen, looks like below...</li>
</ol>
]]></description>
			<content:encoded><![CDATA[<p><strong>In case you forgot your Ubuntu password, here is a quick, easy way to reset it:</strong></p>
<ol>
<li>Start your computer; <em>pay close attention to boot promts</em><br />&nbsp;</li>
<li>When your computer boots to the GRUB screen, looks like below<br />
<img src="http://unixnewbie.org/images/ubuntu/passwd1.png" /><br />
=&gt; use your <em>up/down arrow keys</em> on your keyboard to select <u>any line</u> that has <strong>(single-user mode)</strong><br />&nbsp;</li>
<li>Once you got a line with <strong>(single-user mode)</strong> selected, hit <strong>Enter</strong><br />&nbsp;</li>
<li>When the &#8220;Recovery Menu&#8221; pops up, use the <strong>Down arrow key</strong> and select <strong>&#8220;root &nbsp; &nbsp; &nbsp; Drop to root shell prompt&#8221;</strong><br />
<img src="http://unixnewbie.org/images/ubuntu/passwd2.png" /><br />&nbsp;</li>
<li>Once selected, press the <strong>Tab</strong> key; this would highlight <strong>&lt;Ok&gt;</strong> =&gt; Once <strong>Ok</strong> is selected, press <strong>Enter</strong><br />
<img src="http://unixnewbie.org/images/ubuntu/passwd3.png" /><br />&nbsp;</li>
<li>A shell prompt would appear.  We can now use the &#8220;<strong>passwd</strong>&#8221; command to reset password.  Make sure to replace <strong>&#8220;your_username</strong>&#8221; with the username you used to login to your Ubuntu.
<pre>passwd your_username  (i.e. password stephen and hit Enter)

Enter new UNIX password:  (enter your password and hit Enter)
Retype new UNIX password:  (enter your password and hit Enter)

passwd: password updated successfully => you are done.
</pre>
<p>Now type this to restart your computer:</p>
<pre>reboot</pre>
</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.unixnewbie.org/how-to-reset-your-ubuntu-password/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Easily Upgrade Grub Legacy to Grub 2</title>
		<link>http://www.unixnewbie.org/how-to-easily-upgrade-grub-2/</link>
		<comments>http://www.unixnewbie.org/how-to-easily-upgrade-grub-2/#comments</comments>
		<pubDate>Tue, 27 Oct 2009 19:35:09 +0000</pubDate>
		<dc:creator>Stephen</dc:creator>
				<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://www.unixnewbie.org/?p=620</guid>
		<description><![CDATA[This tutorial provides very easy instructions to upgrade your grub from grub 0.97 to grub 1.96.
<ol>
	<li>First start the <strong>Terminal</strong>: Applications => Accessories => Terminal</li>
	<li>Update the Ubuntu update list by typing this command:</li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><strong>How to easily upgrade Grub from Grub Legacy (0.97) to Grub 2 (1.96) in Ubuntu 9.04:</strong></p>
<ol>
<li>First start the <strong>Terminal</strong>: Applications => Accessories => Terminal<br />&nbsp;</li>
<li>Update the Ubuntu update list by typing this command:
<pre>sudo aptitude update</pre>
</li>
<li>Now install grub:
<pre>sudo aptitude install grub-pc</pre>
<p>a. When it asks for <strong>Y/n</strong> to continue, type <strong>Y</strong> and hit <strong>Enter</strong>.<br />
b. When the <strong>Configuring grub-pc</strong>  screen pops up, click <strong>Enter</strong>; this would choose <strong>Yes</strong> by default.<br />
c. Next screen &#8220;<strong>Linux command line:</strong>&#8220;, click <strong>Enter</strong> again.<br />&nbsp;</li>
<li>Once the installation is complete, restart your computer by typing:
<pre>sudo reboot</pre>
</li>
<li>On some computers, you may see this error:<br />
<strong>Error 11: Unrecognized device string</strong> => just hit any key to continue<br />&nbsp;</li>
<li>At the &#8220;Chainload into GRUB 2&#8243; screen, select <strong>Chainload into GRUB 2</strong> and press &#8220;<strong>e</strong>&#8221;<br />
<img src=http://unixnewbie.org/images/ubuntu/grub2-chainload.png><br />&nbsp;</li>
<li>Select the entry which begins with &#8220;<strong>root</strong>&#8221; and press &#8220;<strong>e</strong>&#8221;<br />
<img src=http://unixnewbie.org/images/ubuntu/grub2-root.png><br />&nbsp;</li>
<li>Use the arrow keys on your keyboard to move your cursor to &#8220;<strong>root</strong>&#8221; and remove the word &#8220;<strong>root</strong>&#8220;<strong> =></strong> now type in the word &#8220;<strong>uuid</strong>&#8220;.  The line should then look like:<br />
<img src=http://unixnewbie.org/images/ubuntu/grub2-uuid.png><br />&nbsp;</li>
<li>After you finish typing the word &#8220;uuid&#8221; and your entry looks like the screenshot above, hit Enter.  You will then see something like this:<br />
<img src=http://unixnewbie.org/images/ubuntu/grub2-uuid-boot.png><br />
=> Now with the uuid line still highlighted, press &#8220;b&#8221; to boot your computer.  </p>
<p>&nbsp;<br />
You should then see something like this (with possibly different kernel versions) then your computer boots up<br />
<img src=http://unixnewbie.org/images/ubuntu/grup2-upgrade.png><br />&nbsp;</li>
<li>Once your computer finished booting, start the <strong>Terminal</strong> again and type this code to finish the GRUB 2 Upgrade:
<pre>sudo upgrade-from-grub-legacy</pre>
</li>
</ol>
<p>&nbsp;</p>
<hr />
<h3>More Reading:</h3>
<ol>
<li><a href="https://help.ubuntu.com/community/Grub2" target=_blank>https://help.ubuntu.com/community/Grub2</a>: Ubuntu Grub2 help files.</li>
<li><a href="http://kubuntuforums.net/forums/index.php?topic=3106368.0" target=_blank>http://kubuntuforums.net/forums/index.php?topic=3106368.0</a></li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.unixnewbie.org/how-to-easily-upgrade-grub-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Should I Upgrade to Ubuntu 9.10?</title>
		<link>http://www.unixnewbie.org/should-i-upgrade-to-ubuntu-9-10/</link>
		<comments>http://www.unixnewbie.org/should-i-upgrade-to-ubuntu-9-10/#comments</comments>
		<pubDate>Mon, 26 Oct 2009 23:44:01 +0000</pubDate>
		<dc:creator>Stephen</dc:creator>
				<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://www.unixnewbie.org/?p=601</guid>
		<description><![CDATA[<ol>
	<li>Ubuntu 9.10 provides much faster, better-looking boot experience.</li>
	<li>Improved graphics processing and stability.</li>
	<li>Better looking networking manager.</li></ol>]]></description>
			<content:encoded><![CDATA[<p><strong>Should I Upgrade to Ubuntu 9.10?</strong></p>
<ol>
<li>Ubuntu 9.10 provides much faster, better-looking boot experience.<br />&nbsp;</li>
<li>Improved graphics processing and stability.<br />&nbsp;</li>
<li>Better looking networking manager.<br />&nbsp;</li>
<li>Prettier login window.<br />&nbsp;</li>
<li>Ubuntu 9.10 comes with the latest Gnome 2.28. Gnome 2.28 comes integrated with Bluetooth support so you can connect with your bluetooth devices, including mice, keyboards and headsets; you can also capture internet access from your mobile phone.<br />&nbsp;</li>
<li><strong>Pidgin</strong> is removed and replaced with <strong>Empathy</strong> as the default instant messaging client. Empathy is capable of VoIP and you can now have full screen video chat.<br />&nbsp;</li>
<li><strong>Cloud-computing:</strong> Ubuntu 9.10 comes with Ubuntu One service, which allows up to 2GB of free storage for you to store data; good idea to use it to backup important stuffs.<br />&nbsp;</li>
<li>&#8220;<strong>ext4</strong>&#8221; file-system is now used by default for <u>new installations</u>.<br />&nbsp;</li>
<li><strong>GRUB 2</strong> is now the default boot loader for <u>new installations</u>. If you upgraded your Ubuntu from an older version, your Grub stays the same, which is an older version, Grub 0.97.
<p>Tip, to check your Grub version, open the Terminal and type: </p>
<pre>grub-install -v</pre>
<p><img src=http://unixnewbie.org/images/ubuntu/grub-version.png></li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.unixnewbie.org/should-i-upgrade-to-ubuntu-9-10/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
