<?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; Operating Systems</title>
	<atom:link href="http://www.unixnewbie.org/category/operating-systems/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>Useful MySQL shell commands</title>
		<link>http://www.unixnewbie.org/useful-mysql-shell-commands/</link>
		<comments>http://www.unixnewbie.org/useful-mysql-shell-commands/#comments</comments>
		<pubDate>Thu, 05 Nov 2009 05:24:20 +0000</pubDate>
		<dc:creator>Stephen</dc:creator>
				<category><![CDATA[MySQL]]></category>
		<category><![CDATA[Server Admin Tips]]></category>

		<guid isPermaLink="false">http://www.unixnewbie.org/?p=876</guid>
		<description><![CDATA[<img src="http://unixnewbie.org/images/mysql.png" align=left hspace="10"> MySQL cheat sheet. In this post, I collected the most useful MySQL commands via shell.  I will keep expanding as time goes.
<br />&#160;]]></description>
			<content:encoded><![CDATA[<p>We rarely have to use MySQL via command line but if you happen to, here are some basic but useful MySQL commands.</p>
<p>&nbsp;<br />
<br />&nbsp;</p>
<h3>How to login to MySQL:</h3>
<pre>mysql -u root -p</pre>
<p>&nbsp;</p>
<h3>How to create a MySQL database via Shell:</h3>
<p>After you logged in, execute this command (replace <span style="color: #3366ff;">dbname</span> with the name of the database you want to create):</p>
<pre>mysql> create database <span style="color: #3366ff;">dbname</span>;

Output:
Query OK, 1 row affected (0.01 sec)</pre>
<p>&nbsp;</p>
<h3>How to delete a MySQL database via Shell:</h3>
<pre>mysql> drop database <span style="color: #3366ff;">dbname</span>;

Output:
Query OK, 0 rows affected (0.05 sec)</pre>
<p>&nbsp;</p>
<h3>How to create a MySQL User via Shell:</h3>
<p>(replace <span style="color: #3366ff;">dbusername</span> with the username you want to create)</p>
<pre>mysql> create user <span style="color: #3366ff;">dbusername</span>;</pre>
<p>&nbsp;</p>
<h3>How to set a password for the MySQL User you just created:</h3>
<p>(replace <span style="color: #3366ff;">passhere</span> with the password you would like to set)</p>
<pre>mysql> set password for dbusername = password('<span style="color: #3366ff;">passhere</span>');</pre>
<p>&nbsp;</p>
<h3>How to grant privileges for the username to the database:</h3>
<pre>mysql> grant all privileges on <span style="color: #3366ff;">dbname</span>.* to <span style="color: #3366ff;">dbusername</span>@localhost identified by '<span style="color: #3366ff;">passhere</span>';</pre>
<p>&nbsp;</p>
<h3>How to display database tables in a MySQL database?</h3>
<p>&nbsp;<br />
<strong>First enter the database by executing:</strong></p>
<pre>mysql> use <span style="color: #3366ff;">dbname</span>;</pre>
<p>&nbsp;<br />
<strong>Now show tables:</strong></p>
<pre>mysql> show tables; </pre>
<p>&nbsp;<br />
<strong>To search for a specific table without remembering its exact name:</strong><br />
(where <strong>keyword</strong> is the partial name you remember)</p>
<pre>mysql> show tables in dbname like '%<span style="color: #3366ff;">keyword</span>'; </pre>
<p>&nbsp;</p>
<h3>How to exit MySQL via Shell:</h3>
<pre>mysql> exit</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.unixnewbie.org/useful-mysql-shell-commands/feed/</wfw:commentRss>
		<slash:comments>0</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 OpenSUSE 11.1</title>
		<link>http://www.unixnewbie.org/how-to-install-opensuse-11-1/</link>
		<comments>http://www.unixnewbie.org/how-to-install-opensuse-11-1/#comments</comments>
		<pubDate>Fri, 30 Oct 2009 15:38:56 +0000</pubDate>
		<dc:creator>Stephen</dc:creator>
				<category><![CDATA[OpenSUSE]]></category>

		<guid isPermaLink="false">http://www.unixnewbie.org/?p=718</guid>
		<description><![CDATA[Please use this instruction set to install OpenSUSE if you:

   1. Use OpenSUSE 11.1 CD
   2. You want to reformat your entire hard drive, not dual booting]]></description>
			<content:encoded><![CDATA[<p>Please use this instruction set if you:</p>
<p>   1. Use OpenSUSE 11.1 CD<br />
   2. You want to reformat your entire hard drive, not dual booting</p>
<p><strong>Let&#8217;s begin:</strong></p>
<ol>
<li>Insert your OpenSUSE 11.1 CD and boot up</li>
<li>Select <strong>Installation</strong> and press <strong>Enter</strong><br />
<img src=http://unixnewbie.org/images/opensuse/opensuse111-1.png><br />&nbsp;</li>
<li>At the Welcome screen, read the License Agreement then press <strong>Next</strong><br />
<img src=http://unixnewbie.org/images/opensuse/opensuse111-2.png><br />&nbsp;</li>
<li>Installation mode: check <strong>New Installation</strong> then press <strong>Next</strong><br />
<img src=http://unixnewbie.org/images/opensuse/opensuse111-3.png><br />&nbsp;</li>
<li>Choose your time zone then press <strong>Next</strong><br />
<img src=http://unixnewbie.org/images/opensuse/opensuse111-4.png><br />&nbsp;</li>
<li>Desktop selection: select your Desktop Environment then press <strong>Next</strong>.  For this installation, I will use KDE 4.1<br />
<img src=http://unixnewbie.org/images/opensuse/opensuse111-5.png><br />&nbsp;</li>
<li>Partitioning: I will use <strong>Partition Based</strong> then press <strong>Next</strong><br />
<img src=http://unixnewbie.org/images/opensuse/opensuse111-6.png><br />&nbsp;</li>
<li>Create a new user: enter your user login information<br />
<img src=http://unixnewbie.org/images/opensuse/opensuse111-7.png><br />&nbsp;</li>
<li>Installation settings: If you change your mind and need to make modifications to your installation settings, you can do it here.  After you are done => press Install to begin the installation.<br />
<img src=http://unixnewbie.org/images/opensuse/opensuse111-8.png><br />&nbsp;</li>
<li>Installation completed:<br />
<img src=http://unixnewbie.org/images/opensuse/opensuse111-9.png><br />&nbsp;</li>
</ol>
<p>&nbsp;</p>
<hr />
<strong>Video Demonstration:</strong></p>
<p><center><br />
<object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/xLb_vtRV4ww&#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/xLb_vtRV4ww&#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-opensuse-11-1/feed/</wfw:commentRss>
		<slash:comments>0</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 Disable Easy Install in VMware Player 3.0</title>
		<link>http://www.unixnewbie.org/how-to-disable-easy-install-in-vmware-player-3-0/</link>
		<comments>http://www.unixnewbie.org/how-to-disable-easy-install-in-vmware-player-3-0/#comments</comments>
		<pubDate>Thu, 29 Oct 2009 20:32:42 +0000</pubDate>
		<dc:creator>Stephen</dc:creator>
				<category><![CDATA[VMware]]></category>

		<guid isPermaLink="false">http://www.unixnewbie.org/?p=698</guid>
		<description><![CDATA[The VMware Player 3.0 Easy Install is pretty useful but in certain cases, we want it disabled.  Inside VMware Player settings, there is not an option to disable Easy Install so here is a quick trick/tip to by pass.]]></description>
			<content:encoded><![CDATA[<p>The VMware Player 3.0 Easy Install is pretty useful but in certain cases, we want it disabled.  Inside VMware Player settings, there is not an option to disable Easy Install so here is a quick trick/tip to by pass:</p>
<ol>
<li>First start VMware Player<br />&nbsp;</li>
<li>Create A New Virtual Machine<br />&nbsp;</li>
<li>Select the option &#8220;I will install the operating system later&#8221;<br />
<img src=http://unixnewbie.org/images/vmware/disable-easyinstall.png><br />&nbsp;</li>
<li>Once done, your new virtual machine will be added to your virtual library, under Home.<br />
<img src=http://unixnewbie.org/images/vmware/disable-easyinstall2.png><br />&nbsp;</li>
<li>Double click on your new Virtual Machine to start it.<br />&nbsp;</li>
<li>It will next say the OS is not installed and provide an option to insert the OS installation media.<br />
<img src=http://unixnewbie.org/images/vmware/disable-easyinstall3.png><br />&nbsp;</li>
<li>Simply click on <strong>Change CD/DVD Settings</strong> to select your media then <strong>Restart VM</strong>!</li>
</ol>
<p>Hope you like it!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.unixnewbie.org/how-to-disable-easy-install-in-vmware-player-3-0/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>
