<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:blogger='http://schemas.google.com/blogger/2008' xmlns:georss='http://www.georss.org/georss' xmlns:gd="http://schemas.google.com/g/2005" xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-3822607069924333452</id><updated>2025-12-15T14:51:12.874-05:00</updated><category term="Ubuntu"/><category term="Gutsy Gibbon"/><category term="Linux"/><category term="HOWTO"/><category term="Kubuntu"/><category term="7.10"/><category term="Alternate Install"/><category term="Feisty Fawn"/><category term="How to"/><category term="Installation"/><category term="Xubuntu"/><category term="8.04"/><category term="Airgo"/><category term="Alternate"/><category term="Belkin"/><category term="Blogger Template"/><category term="Chef"/><category term="Cooking"/><category term="Dual Boot"/><category term="Edgy Eft"/><category term="Firefox"/><category term="GNOME"/><category term="Gourmet"/><category term="Gutsy"/><category term="Hardy Heron"/><category term="KDE"/><category term="Krecipe"/><category term="Live CD"/><category term="Network"/><category term="OOo"/><category term="OpenOffice.Org"/><category term="PC Magazine"/><category term="Pre-N"/><category term="Recipe Program"/><category term="Sourceforge"/><category term="Text"/><category term="Torrent"/><category term="True Mimo"/><category term="Tutorial"/><category term="UTF-8"/><category term="Ubuntu Forums"/><category term="Unicode"/><category term="WiFi"/><category term="Windows"/><category term="Wireless"/><category term="games"/><category term="ndiswrapper"/><category term="progress"/><category term="progress quest"/><category term="quest"/><category term="reviews"/><title type='text'>Welcome to Ubuntu</title><subtitle type='html'>&lt;center&gt;&lt;img src=&quot;http://ubuntuforums.org/g/images/350189/large/1_UbuntuButton.png&quot;  width=291 height=111 alt=&quot;Welcome To Ubuntu&quot;&gt;&lt;/center&gt;</subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://welcometoubuntu.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3822607069924333452/posts/default?redirect=false'/><link rel='alternate' type='text/html' href='http://welcometoubuntu.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>Anonymous</name><uri>http://www.blogger.com/profile/07078151946328363674</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>12</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-3822607069924333452.post-6319134589875114890</id><published>2010-08-14T12:43:00.000-04:00</published><updated>2010-08-14T12:43:56.447-04:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Dual Boot"/><category scheme="http://www.blogger.com/atom/ns#" term="How to"/><category scheme="http://www.blogger.com/atom/ns#" term="HOWTO"/><category scheme="http://www.blogger.com/atom/ns#" term="Installation"/><category scheme="http://www.blogger.com/atom/ns#" term="Linux"/><category scheme="http://www.blogger.com/atom/ns#" term="Windows"/><title type='text'>HowTo: The Ideal Dual Boot Setup, Part I</title><content type='html'>So you&#39;ve decided you want to install Ubuntu, but you&#39;re not quite ready to give up on Windows just yet. What&#39;s the most ideal setup you should use for your system? Well, doing this involves some math. You will be setting up multiple partitions on your computer as you begin the install process. In addition, you will require the following install discs:
Windows (XP, Vista, 7, etc.) Installation CD-ROM (Not the upgrade disc, it has to be for a fresh install) (The instructions will be using Windows 7)
Ubuntu 10.04 Alternate Installation CD-ROM

Now, you need to get out a piece of paper and a pencil and write down the following two pieces of information about your computer: Hard Drive capacity and RAM inside your system. With this information, you will be determining how big the partitions you will be creating will be. In my case, it is a 160GB hard drive and 2GB of RAM.

Copy the following table in order to help you determine what size each of your partitions should be:

&lt;table border=1&gt;
&lt;tr&gt;&lt;th colspan=4&gt;Hard Drive Partition Allocation&lt;/th&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;th&gt;Partition Description&lt;/th&gt;&lt;th&gt;Format&lt;/th&gt;&lt;th&gt;Partition Size&lt;/th&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;Windows C:\Drive&lt;/td&gt;&lt;td&gt;NTFS&lt;/td&gt;&lt;td&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;Windows Swap File&lt;/td&gt;&lt;td&gt;NTFS&lt;/td&gt;&lt;td&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;Shared Windows/Ubuntu Drive&lt;/td&gt;&lt;td&gt;NTFS&lt;/td&gt;&lt;td&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;Ubuntu Installation Partition&lt;/td&gt;&lt;td&gt;ext3 / ext4&lt;/td&gt;&lt;td&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;Ubuntu Home Partition&lt;/td&gt;&lt;td&gt;ext3 / ext4&lt;/td&gt;&lt;td&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;Ubuntu Swap&lt;/td&gt;&lt;td&gt;N/A&lt;/td&gt;&lt;td&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;/table&gt;

Some given calculations:
&lt;ul&gt;
&lt;li&gt;Your C:\ drive should be at least 20GB for Windows XP and at least 40 GB for Windows Vista or Windows 7.&lt;/li&gt;
&lt;li&gt;Your Windows Swap File partitions should equal at least 1.5xRAM for XP or 2xRAM for Vista or 7.&lt;/li&gt;
&lt;li&gt;Your shared data partition will be your largest, so make it last with all remaining space.&lt;/li&gt;
&lt;li&gt;Your Ubuntu installation partition should be at least 10GB, but make it 20GB if you can.&lt;/li&gt;
&lt;li&gt;Your /home partition does not need to be very big as most personal data will be stored on your shared drive, so make it 10GB at the most to cover your hidden files and whatnot&lt;/li&gt;
&lt;li&gt;Your Ubuntu swap again should be 1.5-2xRAM, just as it was in Windows.&lt;/li&gt;
&lt;/ul&gt;

So, for my hard drive and RAM combination, I have the following setup:

&lt;table border=1&gt;
&lt;tr&gt;&lt;th colspan=4&gt;Hard Drive Partition Allocation&lt;/th&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;th&gt;Partition Description&lt;/th&gt;&lt;th&gt;Format&lt;/th&gt;&lt;th&gt;Partition Size&lt;/th&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;Windows C:\Drive&lt;/td&gt;&lt;td&gt;NTFS&lt;/td&gt;&lt;td&gt;40GB&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;Windows Swap File&lt;/td&gt;&lt;td&gt;NTFS&lt;/td&gt;&lt;td&gt;4GB&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;Shared Windows/Ubuntu Drive&lt;/td&gt;&lt;td&gt;NTFS&lt;/td&gt;&lt;td&gt;88GB&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;Ubuntu Installation Partition&lt;/td&gt;&lt;td&gt;ext3 / ext4&lt;/td&gt;&lt;td&gt;20GB&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;Ubuntu Home Partition&lt;/td&gt;&lt;td&gt;ext3 / ext4&lt;/td&gt;&lt;td&gt;5GB&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;Ubuntu Swap&lt;/td&gt;&lt;td&gt;N/A&lt;/td&gt;&lt;td&gt;3GB&lt;/td&gt;&lt;/tr&gt;
&lt;/table&gt;

So there&#39;s the Math. That&#39;s what you do before you even think about taking your computer, reformatting, and deleting all existing partitions. In Part Two, I&#39;ll get into the actual installation process further.</content><link rel='replies' type='application/atom+xml' href='http://welcometoubuntu.blogspot.com/feeds/6319134589875114890/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/3822607069924333452/6319134589875114890' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3822607069924333452/posts/default/6319134589875114890'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3822607069924333452/posts/default/6319134589875114890'/><link rel='alternate' type='text/html' href='http://welcometoubuntu.blogspot.com/2010/08/howto-ideal-dual-boot-setup-part-i.html' title='HowTo: The Ideal Dual Boot Setup, Part I'/><author><name>Anonymous</name><uri>http://www.blogger.com/profile/07078151946328363674</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3822607069924333452.post-1826043630751028267</id><published>2010-05-22T22:34:00.002-04:00</published><updated>2011-09-08T12:37:41.198-04:00</updated><title type='text'>Howto: Install Python 2.5.5 on Ubuntu 10.04 Lucid Lynx</title><content type='html'>&lt;p&gt;So, you&#39;re a Python developer and like to use the 2.5.x track instead of the 2.6.x or the 3.x track. Well, never fear! Despite the fact that 2.5.5 is not installed in 10.04, or available in the repositories, you can still install it into your system. The following steps will show you how.&lt;/p&gt;
&lt;p&gt;Open your terminal and type the following commands line by line:&lt;/p&gt;
&lt;pre&gt;
sudo apt-get install build-essential gcc
cd Downloads
wget http://www.python.org/ftp/python/2.5.6/Python-2.5.6.tgz
tar -xvzf Python-2.5.6.tgz
cd Python-2.5.6
./configure --prefix=/usr/local/python2.5
make
make test
sudo make install
sudo ln -s /usr/local/python2.5/bin/python /usr/bin/python2.5 
&lt;/pre&gt;

&lt;p&gt;There you have it! Python 2.5.5 is installed. Now if you want to run it, you can either type python2.5 from the terminal, or you can make a shortcut for it by doing the following:&lt;/p&gt;
&lt;p&gt;
&lt;ol&gt;
&lt;li&gt;Right-click on Applications.&lt;/li&gt;
&lt;li&gt;Select Edit Menus.&lt;/li&gt;
&lt;li&gt;Click Programming&lt;/li&gt;
&lt;li&gt;Click New Item&lt;/li&gt;
&lt;li&gt;Type &quot;Python (v2.5)&quot; in the Name Box&lt;/li&gt;
&lt;li&gt;Type &quot;python2.5&quot; in the Command Box&lt;/li&gt;
&lt;li&gt;Type any comments (optional) in the comments box or just click Ok&lt;/li&gt;
&lt;/ol&gt;
&lt;/p&gt;
&lt;p&gt;Now it should show up in your programming menu. Have fun with Python 2.5.5!&lt;/p&gt;</content><link rel='replies' type='application/atom+xml' href='http://welcometoubuntu.blogspot.com/feeds/1826043630751028267/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/3822607069924333452/1826043630751028267' title='12 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3822607069924333452/posts/default/1826043630751028267'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3822607069924333452/posts/default/1826043630751028267'/><link rel='alternate' type='text/html' href='http://welcometoubuntu.blogspot.com/2010/05/howto-install-python-255-on-ubuntu-1004.html' title='Howto: Install Python 2.5.5 on Ubuntu 10.04 Lucid Lynx'/><author><name>Anonymous</name><uri>http://www.blogger.com/profile/07078151946328363674</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>12</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3822607069924333452.post-3210345359507558011</id><published>2009-08-01T23:53:00.004-04:00</published><updated>2009-08-04T23:59:44.642-04:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="games"/><category scheme="http://www.blogger.com/atom/ns#" term="progress"/><category scheme="http://www.blogger.com/atom/ns#" term="progress quest"/><category scheme="http://www.blogger.com/atom/ns#" term="quest"/><category scheme="http://www.blogger.com/atom/ns#" term="reviews"/><category scheme="http://www.blogger.com/atom/ns#" term="Ubuntu"/><title type='text'>Game Review: Progress Quest</title><content type='html'>&lt;p&gt;Progress Quest: easily the best game to play when you don&#39;t have time to play games. Progress Quest is a game that is played either single player or online as an MMORPG. The game practically plays itself, which is great for times when you have to be AFK, but need to continue through the quests in the game. It takes the hard parts of MMORPGs, such as leveling up and repetitive and mundane attacking of creatures that is involved in that.&lt;/p&gt;

&lt;h2&gt;How to Install&lt;/h2&gt;
&lt;p&gt;Open a terminal and type:
&lt;br&gt;&lt;code&gt;sudo apt-get install pq&lt;/code&gt;&lt;/p&gt;

&lt;p&gt;Now it will be installed and you can run it from the Games menu under Applications.&lt;/p&gt;

&lt;p&gt;The game will walk you through the initial part of the game, such as choosing the type of character you are and initial stats, and whether your game is played online or offline. After that, it&#39;s game on. Just watch the magic go.&lt;/p&gt;


&lt;p&gt;Now, obviously, if you haven&#39;t figured it out, this game isn&#39;t really a game at all, but at best a parody of the MMORPG market of games like Everquest and World of Warcraft. In addition to being a parody of the game, it has also become a parody of the entire genre and the players of the community. On the &lt;a href = &quot;http://www.progressquest.com/&quot;&gt;Progress Quest&lt;/a&gt; web site, there are forums that you would find similar to the ones at the big game sites. There are also two strategy guides for the game up on Gamefaqs, which is saying a lot for a game that isn&#39;t really a game.&lt;/p&gt;

&lt;p&gt;If you&#39;re looking for something that&#39;s somewhat interesting, give PQ a shot. There&#39;s not a lot going on, but if you leave it run for long periods of a time, it gives you something to check on every time you get onto your system. I give it 4/5 overall.&lt;/p&gt;</content><link rel='replies' type='application/atom+xml' href='http://welcometoubuntu.blogspot.com/feeds/3210345359507558011/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/3822607069924333452/3210345359507558011' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3822607069924333452/posts/default/3210345359507558011'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3822607069924333452/posts/default/3210345359507558011'/><link rel='alternate' type='text/html' href='http://welcometoubuntu.blogspot.com/2009/08/game-review-progress-quest.html' title='Game Review: Progress Quest'/><author><name>Anonymous</name><uri>http://www.blogger.com/profile/07078151946328363674</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3822607069924333452.post-6216859718933618589</id><published>2008-04-24T11:41:00.007-04:00</published><updated>2008-04-24T13:01:09.224-04:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="8.04"/><category scheme="http://www.blogger.com/atom/ns#" term="Hardy Heron"/><category scheme="http://www.blogger.com/atom/ns#" term="Kubuntu"/><category scheme="http://www.blogger.com/atom/ns#" term="Torrent"/><category scheme="http://www.blogger.com/atom/ns#" term="Ubuntu"/><category scheme="http://www.blogger.com/atom/ns#" term="Xubuntu"/><title type='text'>Ubuntu 8.04 Release!!!</title><content type='html'>&lt;p&gt;Well, today they finally released the new version of 8.04, Hardy Heron. It is a LTS release, and I encourage you to all download it. Please, please, please, use the Torrents. The download servers will be crawling for a few days so if you download using torrents, it will help us all. Help out your fellow downloaders and do not close your program after they download. Here are the links:&lt;/p&gt;

&lt;h3&gt;Ubuntu&lt;/h3&gt;
&lt;p&gt;&lt;span style=&quot;font-weight:bold;&quot;&gt;i386:&lt;/span&gt;
&lt;br/&gt;&lt;a href=&quot;http://releases.ubuntu.com/8.04/ubuntu-8.04-alternate-i386.iso.torrent&quot;&gt;Alternate&lt;/a&gt;
&lt;br/&gt;&lt;a href=&quot;http://releases.ubuntu.com/8.04/ubuntu-8.04-desktop-i386.iso.torrent&quot;&gt;Desktop&lt;/a&gt;
&lt;br/&gt;&lt;a href=&quot;http://releases.ubuntu.com/8.04/ubuntu-8.04-server-i386.iso.torrent&quot;&gt;Server&lt;/a&gt;
&lt;br/&gt;&lt;a href=&quot;http://torrent.ubuntu.com/releases/hardy/release/dvd/ubuntu-8.04-dvd-i386.iso.torrent&quot;&gt;DVD&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;span style=&quot;font-weight:bold;&quot;&gt;AMD64&lt;/span&gt;
&lt;br/&gt;&lt;a href=&quot;http://releases.ubuntu.com/8.04/ubuntu-8.04-alternate-amd64.iso.torrent&quot;&gt;Alternate&lt;/a&gt;
&lt;br/&gt;&lt;a href=&quot;http://releases.ubuntu.com/8.04/ubuntu-8.04-desktop-amd64.iso.torrent&quot;&gt;Desktop&lt;/a&gt;
&lt;br/&gt;&lt;a href=&quot;http://releases.ubuntu.com/8.04/ubuntu-8.04-server-amd64.iso.torrent&quot;&gt;Server&lt;/a&gt;
&lt;br/&gt;&lt;a href=&quot;http://torrent.ubuntu.com/releases/hardy/release/dvd/ubuntu-8.04-dvd-amd64.iso.torrent&quot;&gt;DVD&lt;/a&gt;&lt;/p&gt;

&lt;h3&gt;Kubuntu&lt;/h3&gt;
&lt;p&gt;&lt;span style=&quot;font-weight:bold;&quot;&gt;i386:&lt;/span&gt;
&lt;br/&gt;&lt;a href=&quot;http://releases.ubuntu.com/releases/kubuntu/8.04/kubuntu-8.04-alternate-i386.iso.torrent&quot;&gt;Alternate&lt;/a&gt;
&lt;br/&gt;&lt;a href=&quot;http://releases.ubuntu.com/releases/kubuntu/8.04/kubuntu-8.04-desktop-i386.iso.torrent&quot;&gt;Desktop&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;span style=&quot;font-weight:bold;&quot;&gt;AMD64&lt;/span&gt;
&lt;br/&gt;&lt;a href=&quot;http://releases.ubuntu.com/releases/kubuntu/8.04/kubuntu-8.04-alternate-amd64.iso.torrent&quot;&gt;Alternate&lt;/a&gt;
&lt;br/&gt;&lt;a href=&quot;http://releases.ubuntu.com/releases/kubuntu/8.04/kubuntu-8.04-desktop-amd64.iso.torrent&quot;&gt;Desktop&lt;/a&gt;&lt;/p&gt;

&lt;h3&gt;Xubuntu&lt;/h3&gt;
&lt;p&gt;&lt;span style=&quot;font-weight:bold;&quot;&gt;i386:&lt;/span&gt;
&lt;br/&gt;&lt;a href=&quot;http://cdimage.ubuntu.com/xubuntu/releases/8.04/release/xubuntu-8.04-alternate-i386.iso.torrent&quot;&gt;Alternate&lt;/a&gt;
&lt;br/&gt;&lt;a href=&quot;http://cdimage.ubuntu.com/xubuntu/releases/8.04/release/xubuntu-8.04-desktop-i386.iso.torrent&quot;&gt;Desktop&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;span style=&quot;font-weight:bold;&quot;&gt;AMD64&lt;/span&gt;
&lt;br/&gt;&lt;a href=&quot;http://cdimage.ubuntu.com/xubuntu/releases/8.04/release/xubuntu-8.04-alternate-amd64.iso.torrent&quot;&gt;Alternate&lt;/a&gt;
&lt;br/&gt;&lt;a href=&quot;http://cdimage.ubuntu.com/xubuntu/releases/8.04/release/xubuntu-8.04-desktop-amd64.iso.torrent&quot;&gt;Desktop&lt;/a&gt;&lt;/p&gt;</content><link rel='replies' type='application/atom+xml' href='http://welcometoubuntu.blogspot.com/feeds/6216859718933618589/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/3822607069924333452/6216859718933618589' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3822607069924333452/posts/default/6216859718933618589'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3822607069924333452/posts/default/6216859718933618589'/><link rel='alternate' type='text/html' href='http://welcometoubuntu.blogspot.com/2008/04/ubuntu-804-release.html' title='Ubuntu 8.04 Release!!!'/><author><name>Anonymous</name><uri>http://www.blogger.com/profile/07078151946328363674</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3822607069924333452.post-1862889224760963046</id><published>2008-03-22T23:43:00.004-04:00</published><updated>2008-03-23T00:07:06.534-04:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Text"/><category scheme="http://www.blogger.com/atom/ns#" term="Ubuntu"/><category scheme="http://www.blogger.com/atom/ns#" term="Unicode"/><category scheme="http://www.blogger.com/atom/ns#" term="UTF-8"/><title type='text'>How To: Special Characters While Typing</title><content type='html'>&lt;p&gt;In Windows, if you wanted to type a special character such as the one in the following custom emoticon: =þ, there was the ALT+xxxx format. In the case of þ (the letter thorn in the Icelandic alphabet), the code was 0222. Holding the left ALT Key and typing the numbers in using the 10-keypad was a viable way to do that, but it doesn&#39;t work under Ubuntu. What does work however, is Unicode. Unicode is a universal international format that strives to create a standard for writing letters.&lt;/p&gt;

&lt;p&gt;In Ubuntu, all you have to do is hold Ctrl+Shift, type U, which will show you an underlined &lt;style type=&quot;text-decoration:underline&quot;&gt;u&lt;/style&gt; and then you will type the Unicode. For example, to get þ, you would hold Ctrl+Shift, then press U, type 00FE, and press enter.&lt;/p&gt;

&lt;p&gt;Now, you&#39;re probably telling yourself, &quot;that&#39;s great and all, but what if I wanted to put 蠍, the Japanese symbol (kanji) for scorpion, in a text and I don&#39;t know the Unicode for it? Well, never fear, the &lt;a href=&quot;http://www.unicode.org/&quot;&gt;Unicode&lt;/a&gt; creators have a handy list of &lt;a href=&quot;http://www.unicode.org/charts/&quot;&gt;charts&lt;/a&gt; in which you can look up special characters and other text obscurities. In there, you would learn that the Unicode for scorpion is actually 880D, or any other character you are interested in. Thinking about creating a new chapter of Tri-Λ? Open the &lt;a href=&quot;http://www.unicode.org/charts/PDF/U0370.pdf&quot;&gt;Greek&lt;/a&gt; code chart and toss in the code. There are codes for nearly every script in every language, so look for what you need and type to your hearts content!&lt;/p&gt;</content><link rel='replies' type='application/atom+xml' href='http://welcometoubuntu.blogspot.com/feeds/1862889224760963046/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/3822607069924333452/1862889224760963046' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3822607069924333452/posts/default/1862889224760963046'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3822607069924333452/posts/default/1862889224760963046'/><link rel='alternate' type='text/html' href='http://welcometoubuntu.blogspot.com/2008/03/how-to-special-characters-while-typing.html' title='How To: Special Characters While Typing'/><author><name>Anonymous</name><uri>http://www.blogger.com/profile/07078151946328363674</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3822607069924333452.post-1414214076533202755</id><published>2008-02-24T00:47:00.011-05:00</published><updated>2009-05-03T20:47:55.593-04:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Chef"/><category scheme="http://www.blogger.com/atom/ns#" term="Cooking"/><category scheme="http://www.blogger.com/atom/ns#" term="GNOME"/><category scheme="http://www.blogger.com/atom/ns#" term="Gourmet"/><category scheme="http://www.blogger.com/atom/ns#" term="KDE"/><category scheme="http://www.blogger.com/atom/ns#" term="Krecipe"/><category scheme="http://www.blogger.com/atom/ns#" term="Kubuntu"/><category scheme="http://www.blogger.com/atom/ns#" term="Linux"/><category scheme="http://www.blogger.com/atom/ns#" term="Recipe Program"/><category scheme="http://www.blogger.com/atom/ns#" term="Ubuntu"/><title type='text'>HOWTO: Install Gourmet Recipe Software for GNOME</title><content type='html'>&lt;p&gt;*EDIT* May 3, 2009
&lt;br /&gt;Gourmet has finally been added to the repositories as of Ubuntu 9.04, so check out my modified instructions to install it in a much easier way.&lt;/p&gt;
&lt;p&gt;Since recently becoming vegan, I have found it important to make it easier to save recipes. I knew I could make a database in OOo Base, but that seemed difficult and more work than I was willing to do. I searched through the package manager and found KRecipes and anymeal, but both are for the KDE environment. In the interest of keeping my system GNOME only, I decided to search further. A quick look on Sourceforge found a few promising choices, but the best was a program called Gourmet. If you want to install this, understand that you will be installing a DEB from outside the Ubuntu repositories and it could harm your system. It worked fine for me, but I cannot guarantee it will for you. If you want to install Krecipes or anymeal if you&#39;re using Kubuntu, or if you just don&#39;t want to use software outside of the repositories, I will give those instructions as well.&lt;/p&gt;

&lt;h2&gt;Installing KRecipes for KDE/Kubuntu&lt;/h2&gt;
&lt;ol&gt;
&lt;li&gt;&lt;p&gt;Verify you have the universe repositories enabled.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Open Konsole, or the terminal of your choice.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Type (or Copy/Paste) the following into your terminal:
&lt;br /&gt;&lt;code&gt;sudo aptitude install krecipes krecipes-data&lt;/code&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Run the program.&lt;/p&gt;&lt;/li&gt;
&lt;/ol&gt;
&lt;h2&gt;Installing anymeal for KDE/Kubuntu&lt;/h2&gt;
&lt;ol&gt;
&lt;li&gt;&lt;p&gt;Verify you have the universe repositories enabled.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Open Konsole, or the terminal of your choice.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Type (or Copy/Paste) the following into your terminal:
&lt;br /&gt;&lt;code&gt;sudo aptitude install anymeal&lt;/code&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Run the program.&lt;/p&gt;&lt;/li&gt;
&lt;/ol&gt;
&lt;h2&gt;Installing Gourmet Recipe Manager for GNOME/Ubuntu (Ubuntu 9.04 or later)&lt;/h2&gt;
&lt;ol&gt;
&lt;li&gt;&lt;p&gt;Open the Terminal.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Type (or Copy/Paste) the following into your terminal:
&lt;br /&gt;&lt;code&gt;sudo apt-get install gourmet&lt;/code&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;Run the program.&lt;/li&gt;
&lt;/ol&gt;
&lt;h2&gt;Installing Gourmet Recipe Manager for GNOME/Ubuntu (Ubuntu 8.10 or earlier)&lt;/h2&gt;
&lt;ol&gt;
&lt;li&gt;&lt;p&gt;Open the Terminal.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Type (or Copy/Paste) the following into your terminal:
&lt;br /&gt;&lt;code&gt;sudo apt-get install python-reportlab python-pysqlite2&lt;/code&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Type (or Copy/Paste) the following into your terminal:
&lt;br /&gt;&lt;code&gt;wget http://superb-east.dl.sourceforge.net/sourceforge/grecipe-manager/gourmet_0.13.4-1_all.deb&lt;/code&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Type (or Copy/Paste) the following into your terminal:
&lt;br /&gt;&lt;code&gt;sudo dpkg -i gourmet_0.13.4-1_all.deb&lt;/code&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Run the program.&lt;/p&gt;&lt;/li&gt;
&lt;/ol&gt;

&lt;p style=&quot;text-align:center;&quot;&gt;&lt;a onblur=&quot;try {parent.deselectBloggerImageGracefully();} catch(e) {}&quot; href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiSK0ULrVi4Ozq5fmkk2ZL0WdtnsrsfnRAJtGHr5_x-Iocm1UUNfJPSi1-RcgqSLDbWxLiY-wDNbbY4EUixs95hrjWVgpiAbUqA3U1RZtsEZldPIMIlC7r29wPXt6JS9myztb-JIESNT-np/s1600-h/Screenshot-RecipeIndex.png&quot;&gt;&lt;img style=&quot;display:block; margin:0px auto 10px; cursor:pointer; cursor:hand;&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiSK0ULrVi4Ozq5fmkk2ZL0WdtnsrsfnRAJtGHr5_x-Iocm1UUNfJPSi1-RcgqSLDbWxLiY-wDNbbY4EUixs95hrjWVgpiAbUqA3U1RZtsEZldPIMIlC7r29wPXt6JS9myztb-JIESNT-np/s320/Screenshot-RecipeIndex.png&quot; border=&quot;0&quot; alt=&quot;Gourmet Screenshot&quot;id=&quot;BLOGGER_PHOTO_ID_5170610574622354034&quot; /&gt;&lt;/a&gt;
&lt;br /&gt;Figure 1: Gourmet Recipe Manager working under Ubuntu
&lt;br /&gt;&lt;a onblur=&quot;try {parent.deselectBloggerImageGracefully();} catch(e) {}&quot; href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjpQ6luEPBuo-XS-YMdl7jvbRFurFod9F7V7Hg30gubYnit6BiXUOTht-vk74mmgOyMaBueEHdULrSvqq29hhJsT1JIKYh9WkmOFF_9omIavMoEpFLMZKsplR-Ttev-TiZ6e7EbS4clwHVB/s1600-h/Screenshot-Recipe+CardSesameTofu.png&quot;&gt;&lt;img style=&quot;cursor:pointer; cursor:hand;&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjpQ6luEPBuo-XS-YMdl7jvbRFurFod9F7V7Hg30gubYnit6BiXUOTht-vk74mmgOyMaBueEHdULrSvqq29hhJsT1JIKYh9WkmOFF_9omIavMoEpFLMZKsplR-Ttev-TiZ6e7EbS4clwHVB/s320/Screenshot-Recipe+CardSesameTofu.png&quot; border=&quot;0&quot; alt=&quot;&quot;id=&quot;BLOGGER_PHOTO_ID_5170619009938123394&quot; /&gt;&lt;/a&gt;
&lt;br /&gt;Figure 2: A recipe in Gourmet Recipe Manager&lt;/p&gt;

&lt;p&gt;I hope this helps some of us out there who are not only Ubuntu Linux fans, but budding chefs as well.&lt;/p&gt;

&lt;p&gt;&lt;script type=&quot;text/javascript&quot;&gt;
digg_url = &#39;http://welcometoubuntu.blogspot.com/2008/02/howto-install-gourmet-recipe-software.html&#39;;
&lt;/script&gt;
&lt;script src=&quot;http://digg.com/tools/diggthis.js&quot; type=&quot;text/javascript&quot;&gt;&lt;/script&gt; 
&lt;br /&gt;&lt;span class=&quot;technoratitag&quot;&gt;Technorati Tags:
&lt;a href=&quot;http://www.technorati.com/tag/Chef&quot; target=&quot;_blank&quot; rel=&quot;tag&quot; title=&quot;Link to Technorati Tag category for Chef&quot;&gt;Chef&lt;/a&gt;, &lt;a href=&quot;http://www.technorati.com/tag/Cooking&quot; target=&quot;_blank&quot; rel=&quot;tag&quot; title=&quot;Link to Technorati Tag category for Cooking&quot;&gt;Cooking&lt;/a&gt;, &lt;a href=&quot;http://www.technorati.com/tag/GNOME&quot; target=&quot;_blank&quot; rel=&quot;tag&quot; title=&quot;Link to Technorati Tag category for GNOME&quot;&gt;GNOME&lt;/a&gt;, &lt;a href=&quot;http://www.technorati.com/tag/Gourmet&quot; target=&quot;_blank&quot; rel=&quot;tag&quot; title=&quot;Link to Technorati Tag category for Gourmet&quot;&gt;Gourmet&lt;/a&gt;, &lt;a href=&quot;http://www.technorati.com/tag/KDE&quot; target=&quot;_blank&quot; rel=&quot;tag&quot; title=&quot;Link to Technorati Tag category for KDE&quot;&gt;KDE&lt;/a&gt;, &lt;a href=&quot;http://www.technorati.com/tag/Krecipe&quot; target=&quot;_blank&quot; rel=&quot;tag&quot; title=&quot;Link to Technorati Tag category for Krecipe&quot;&gt;Krecipe&lt;/a&gt;, &lt;a href=&quot;http://www.technorati.com/tag/Kubuntu&quot; target=&quot;_blank&quot; rel=&quot;tag&quot; title=&quot;Link to Technorati Tag category for Kubuntu&quot;&gt;Kubuntu&lt;/a&gt;, &lt;a href=&quot;http://www.technorati.com/tag/Linux&quot; target=&quot;_blank&quot; rel=&quot;tag&quot; title=&quot;Link to Technorati Tag category for Linux&quot;&gt;Linux&lt;/a&gt;, &lt;a href=&quot;http://www.technorati.com/tag/Recipe+Program&quot; target=&quot;_blank&quot; rel=&quot;tag&quot; title=&quot;Link to Technorati Tag category for Recipe Program&quot;&gt;Recipe Program&lt;/a&gt;, &lt;a href=&quot;http://www.technorati.com/tag/Ubuntu&quot; target=&quot;_blank&quot; rel=&quot;tag&quot; title=&quot;Link to Technorati Tag category for Ubuntu&quot;&gt;Ubuntu&lt;/a&gt;&lt;/span&gt;&lt;br /&gt;&lt;span class=&quot;sociallinks&quot;&gt;Add to: | &lt;a href=&quot;http://technorati.com/faves?add=http%3A%2F%2Fwelcometoubuntu%2Eblogspot%2Ecom%2F2008%2F02%2Fhowto%2Dinstall%2Dgourmet%2Drecipe%2Dsoftware%2Ehtml&quot; target=&quot;_blank&quot;&gt;Technorati&lt;/a&gt; |  &lt;a href=&quot;http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fwelcometoubuntu%2Eblogspot%2Ecom%2F2008%2F02%2Fhowto%2Dinstall%2Dgourmet%2Drecipe%2Dsoftware%2Ehtml&quot; target=&quot;_blank&quot;&gt;Digg&lt;/a&gt; |  &lt;a href=&quot;http://del.icio.us/post?url=http%3A%2F%2Fwelcometoubuntu%2Eblogspot%2Ecom%2F2008%2F02%2Fhowto%2Dinstall%2Dgourmet%2Drecipe%2Dsoftware%2Ehtml;title=HOWTO%3A%20Install%20Gourmet%20Recipe%20Software%20for%20GNOME&quot; target=&quot;_blank&quot;&gt;del.icio.us&lt;/a&gt; |  &lt;a href=&quot;http://myweb2.search.yahoo.com/myresults/bookmarklet?t=HOWTO%3A%20Install%20Gourmet%20Recipe%20Software%20for%20GNOME&amp;u=http%3A%2F%2Fwelcometoubuntu%2Eblogspot%2Ecom%2F2008%2F02%2Fhowto%2Dinstall%2Dgourmet%2Drecipe%2Dsoftware%2Ehtml&quot; target=&quot;_blank&quot;&gt;Yahoo&lt;/a&gt; |  &lt;a href=&quot;http://www.blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http%3A%2F%2Fwelcometoubuntu%2Eblogspot%2Ecom%2F2008%2F02%2Fhowto%2Dinstall%2Dgourmet%2Drecipe%2Dsoftware%2Ehtml&amp;Title=HOWTO%3A%20Install%20Gourmet%20Recipe%20Software%20for%20GNOME&quot; target=&quot;_blank&quot;&gt;BlinkList&lt;/a&gt; |  &lt;a href=&quot;http://www.spurl.net/spurl.php?url=http%3A%2F%2Fwelcometoubuntu%2Eblogspot%2Ecom%2F2008%2F02%2Fhowto%2Dinstall%2Dgourmet%2Drecipe%2Dsoftware%2Ehtml&amp;title=HOWTO%3A%20Install%20Gourmet%20Recipe%20Software%20for%20GNOME&quot; target=&quot;_blank&quot;&gt;Spurl&lt;/a&gt; |  &lt;a href=&quot;http://reddit.com/submit?url=http%3A%2F%2Fwelcometoubuntu%2Eblogspot%2Ecom%2F2008%2F02%2Fhowto%2Dinstall%2Dgourmet%2Drecipe%2Dsoftware%2Ehtml&amp;title=HOWTO%3A%20Install%20Gourmet%20Recipe%20Software%20for%20GNOME&quot; target=&quot;_blank&quot;&gt;reddit&lt;/a&gt; |   &lt;a href=&quot;http://www.furl.net/storeIt.jsp?t=HOWTO%3A%20Install%20Gourmet%20Recipe%20Software%20for%20GNOME&amp;u=http%3A%2F%2Fwelcometoubuntu%2Eblogspot%2Ecom%2F2008%2F02%2Fhowto%2Dinstall%2Dgourmet%2Drecipe%2Dsoftware%2Ehtml&quot; target=&quot;_blank&quot;&gt;Furl&lt;/a&gt; |  &lt;/span&gt;&lt;/p&gt;</content><link rel='replies' type='application/atom+xml' href='http://welcometoubuntu.blogspot.com/feeds/1414214076533202755/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/3822607069924333452/1414214076533202755' title='11 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3822607069924333452/posts/default/1414214076533202755'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3822607069924333452/posts/default/1414214076533202755'/><link rel='alternate' type='text/html' href='http://welcometoubuntu.blogspot.com/2008/02/howto-install-gourmet-recipe-software.html' title='HOWTO: Install Gourmet Recipe Software for GNOME'/><author><name>Anonymous</name><uri>http://www.blogger.com/profile/07078151946328363674</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiSK0ULrVi4Ozq5fmkk2ZL0WdtnsrsfnRAJtGHr5_x-Iocm1UUNfJPSi1-RcgqSLDbWxLiY-wDNbbY4EUixs95hrjWVgpiAbUqA3U1RZtsEZldPIMIlC7r29wPXt6JS9myztb-JIESNT-np/s72-c/Screenshot-RecipeIndex.png" height="72" width="72"/><thr:total>11</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3822607069924333452.post-1946064354488736896</id><published>2008-02-20T18:07:00.002-05:00</published><updated>2008-02-20T18:18:59.663-05:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Ubuntu"/><title type='text'>Ubuntu through the Years: Introduction</title><content type='html'>&lt;p&gt;I have decided to try out Ubuntu, every version of the desktop release beginning with 4.10. Why? Well, mainly it&#39;s for myself so I can get an idea of just how much the OS has come along over the last few years. I&#39;m going to be starting with 4.10 and will be going all the way up through the most recent alpha release of 8.04 Hardy Heron.&lt;/p&gt;

&lt;p&gt;I&#39;ve decided to do this in my older laptop that I pretty much use to do all my messing around with now that I have a permanent system that I can use. Here are the system specs for the computer:&lt;/p&gt;
&lt;h2&gt;System Specs&lt;/h2&gt;
&lt;p&gt;IBM Thinkpad R40
&lt;br /&gt;2.0 Ghz Intel Celeron
&lt;br /&gt;20 GB HDD
&lt;br /&gt;768 MB RAM
&lt;br /&gt;DVDRW
&lt;br /&gt;16 MB ATI Mobility Radeon Video&lt;/p&gt;

&lt;p&gt;First up is Ubuntu 4.10, the Warty Warthog. I&#39;ll run the install and see what I think.</content><link rel='replies' type='application/atom+xml' href='http://welcometoubuntu.blogspot.com/feeds/1946064354488736896/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/3822607069924333452/1946064354488736896' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3822607069924333452/posts/default/1946064354488736896'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3822607069924333452/posts/default/1946064354488736896'/><link rel='alternate' type='text/html' href='http://welcometoubuntu.blogspot.com/2008/02/ubuntu-through-years-introduction.html' title='Ubuntu through the Years: Introduction'/><author><name>Anonymous</name><uri>http://www.blogger.com/profile/07078151946328363674</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3822607069924333452.post-6740392521471839917</id><published>2008-02-19T07:59:00.005-05:00</published><updated>2008-03-02T01:38:35.230-05:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="7.10"/><category scheme="http://www.blogger.com/atom/ns#" term="Alternate"/><category scheme="http://www.blogger.com/atom/ns#" term="Alternate Install"/><category scheme="http://www.blogger.com/atom/ns#" term="Gutsy"/><category scheme="http://www.blogger.com/atom/ns#" term="Gutsy Gibbon"/><category scheme="http://www.blogger.com/atom/ns#" term="How to"/><category scheme="http://www.blogger.com/atom/ns#" term="HOWTO"/><category scheme="http://www.blogger.com/atom/ns#" term="Installation"/><category scheme="http://www.blogger.com/atom/ns#" term="PC Magazine"/><category scheme="http://www.blogger.com/atom/ns#" term="Tutorial"/><category scheme="http://www.blogger.com/atom/ns#" term="Ubuntu"/><title type='text'>How to: Install Ubuntu 7.10 with a Separate /home Partition</title><content type='html'>&lt;p&gt;&lt;span style=&quot;font-size: &quot;5&quot;px;&quot;&gt;Introduction&lt;/span&gt;&lt;/p&gt;

&lt;p&gt;The following guide is an instruction on installing Ubuntu 7.10 with a separate /home partition. In the PC Magazine March 2008 issue, the article &lt;span style=&quot;font-style:italic;&quot;&gt;The Battle for Your Desktop&lt;/span&gt; under the section about installation that it is a good idea to &amp;ldquo;create a separate hard disk partition  for your /home directory for your data and applications.&amp;rdquo; They couldn&#39;t be more correct. A separate /home partition is important because if something goes wrong with your data, it is possible to do a reinstall of Linux without affecting your /home folder. The /home folder in GNU/Linux is basically the equivalent to the &quot;Documents and Settings&quot; folder under Microsoft Windows XP. If you have multiple users on your system you will see multiple folders, ie: /home/justin/ &amp; /home/johndoe/. This is basically the equivalent to the &quot;My Documents&quot; folder for each user under Microsoft Windows XP. This isn&#39;t a failsafe way to make sure your data is preserved in the event of a meltdown, backing up is the only safe way to do that, but it is helpful if backups do not occur often. Unlike under Windows, you won&#39;t see separate drives for partitions like a c:, d:. etc. Everything will fall under the / folder, including all CD-ROMs, floppy drives, external devices, etc. This also includes partitions. Your /home folder will be in a separate partition, but it will look like it is a subdirectory of the / folder. You can think of / as your c:\ drive if you are used to running Windows.&lt;/p&gt;

&lt;p&gt;&lt;span style=&quot;font-size: &quot;5&quot;px;&quot;&gt;What You Will Need:&lt;/span&gt;&lt;/p&gt;

&lt;p&gt;&lt;ul&gt;&lt;li&gt;Computer with the following minimum system requirements:&lt;br /&gt;
&lt;ul&gt;&lt;li&gt;233 MHz Processor&lt;br /&gt;
&lt;li&gt;384 MB RAM&lt;br /&gt;
&lt;li&gt;10 GB Hard Drive&lt;/ul&gt;&lt;br /&gt;
&lt;li&gt;Ubuntu 7.10 Alternate Install Disc, available from &lt;a href=&quot;http://releases.ubuntu.com/7.10/ubuntu-7.10-alternate-i386.iso&quot; target=&quot;_blank&quot;&gt;http://releases.ubuntu.com/7.10/ubuntu-7.10-alternate-i386.iso&lt;/a&gt;&lt;br /&gt;
&lt;li&gt;Wired Internet connection&lt;br /&gt;
&lt;li&gt;Calculator&lt;/ul&gt;&lt;/p&gt;

&lt;p&gt;&lt;span style=&quot;font-size: &quot;5&quot;px;&quot;&gt;Preparation:&lt;/span&gt;&lt;/p&gt;

&lt;p&gt;This guide assumes that all data will be destroyed on the hard drive in which you are installing, so make sure that all data has been backed up. You must also burn the Ubuntu 7.10 disc to a CD. If you are using Windows and do not have a commercial CD-burning software such as Roxio Easy CD Creator or Nero Burning ROM, install the following freeware tool to help you: &lt;a href=&quot;http://isorecorder.alexfeinman.com/isorecorder.htm&quot; target=&quot;_blank&quot;&gt;http://isorecorder.alexfeinman.com/isorecorder.htm&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;span style=&quot;font-size: &quot;5&quot;px;&quot;&gt;Installing:&lt;/span&gt;&lt;/p&gt;

&lt;p&gt;&lt;ol style=&quot;list-style-type: decimal&quot;&gt;&lt;li&gt;Ensure your computer is connected to your network.&lt;br /&gt;
&lt;li&gt;Turn on your computer.&lt;br /&gt;
&lt;li&gt;Insert the Ubuntu 7.10 Alternate Disc into the CD-ROM tray on your computer.&lt;br /&gt;
&lt;li&gt;You should see the screen in Fig. 1:&lt;br /&gt;
&lt;a href=&quot;http://www.justinandlindseymiller.com/images/ubuntuss/fig1.jpg&quot; target=&quot;_blank&quot;&gt;Figure 1: Initial Ubuntu Gutsy Gibbon Alternate Menu&lt;/a&gt;&lt;br /&gt;
&lt;ol&gt;&lt;li&gt;Reboot the computer if the screen in Fig. 1 does not appear and look for Fig. 1 again.&lt;br /&gt;
&lt;li&gt;If Fig. 1 does not appear this time, reboot once again and check your BIOS settings to ensure that the CD-ROM is first in the boot menu.&lt;/ol&gt;&lt;br /&gt;
&lt;li&gt;Select the first choice, &quot;Install in text mode,&quot; by pressing &quot;Enter.&quot;&lt;br /&gt;
&lt;li&gt;Scroll through the language selection screen shown in Fig. 2 to choose your language by using the &quot;Up&quot; and &quot;Down&quot; arrow keys.&lt;br /&gt;
&lt;a href=&quot;http://www.justinandlindseymiller.com/images/ubuntuss/fig2.jpg&quot; target=&quot;_blank&quot;&gt;Figure 2: Language Selection Screen&lt;/a&gt;&lt;br /&gt;
&lt;li&gt;Press &quot;Enter&quot; to select your language and continue to the next screen.&lt;br /&gt;
&lt;li&gt;Scroll through the country  selection screen shown in Fig. 3 to choose your country by pressing the &quot;Up&quot; and &quot;Down&quot; arrow keys.&lt;br /&gt;
&lt;a href=&quot;http://www.justinandlindseymiller.com/images/ubuntuss/fig3.jpg&quot; target=&quot;_blank&quot;&gt;Figure 3: Country Selection Screen&lt;/a&gt;&lt;br /&gt;
&lt;li&gt;Press &quot;Enter&quot; to select your country and continue to the next screen.&lt;br /&gt;
&lt;li&gt;Choose &quot;No&quot; on the Ubuntu installer main menu screen shown in Fig. 4 by pressing the &quot;Right&quot; arrow key and pressing &quot;Enter.&quot;&lt;br /&gt;
&lt;a href=&quot;http://www.justinandlindseymiller.com/images/ubuntuss/fig4.jpg&quot; target=&quot;_blank&quot;&gt;Figure 4: Keyboard Detection Screen&lt;/a&gt;&lt;br /&gt;
&lt;li&gt;Scroll through the keyboard origin screen shown in Fig. 5 by pressing the &quot;Up&quot; and &quot;Down&quot; arrow keys.&lt;br /&gt;
&lt;a href=&quot;http://www.justinandlindseymiller.com/images/ubuntuss/fig5.jpg&quot; target=&quot;_blank&quot;&gt;Figure 5: Keyboard Country Origin Screen&lt;/a&gt;&lt;br /&gt;
&lt;li&gt;Press &quot;Enter&quot; to select your keyboard origin and continue to the next screen.&lt;br /&gt;
&lt;li&gt;Scroll through the keyboard layout screen shown in Fig. 6 by pressing the &quot;Up&quot; and &quot;Down&quot; arrow keys.&lt;br /&gt;
&lt;a href=&quot;http://www.justinandlindseymiller.com/images/ubuntuss/fig6.jpg&quot; target=&quot;_blank&quot;&gt;Figure 6: Keyboard Layout Screen&lt;/a&gt;&lt;br /&gt;
&lt;li&gt;Press &quot;Enter&quot; to select your keyboard layout and continue to the next screen.&lt;br /&gt;
&lt;li&gt;Wait for the next few screens to continue automatically until Fig. 7, Configure the network is shown.&lt;br /&gt;
&lt;a href=&quot;http://www.justinandlindseymiller.com/images/ubuntuss/fig7.jpg&quot; target=&quot;_blank&quot;&gt;Figure 7: Configure the Network Screen.&lt;/a&gt;&lt;br /&gt;
&lt;li&gt;Choose your wired Internet NIC. In most cases it is &quot;eth0.&quot; Press &quot;Enter&quot; to continue to the next screen.&lt;br /&gt;
&lt;li&gt;Type a name for the computer on the network in the screen shown in Fig. 8. Press &quot;Enter&quot; to continue to the next screen.&lt;br /&gt;
&lt;a href=&quot;http://www.justinandlindseymiller.com/images/ubuntuss/fig8.jpg&quot; target=&quot;_blank&quot;&gt;Figure 8: Configure the Network Screen&lt;/a&gt;&lt;br /&gt;
&lt;li&gt;Wait for the next few screens to continue automatically until Fig.9, Partition Disks is shown.&lt;br /&gt;
&lt;a href=&quot;http://www.justinandlindseymiller.com/images/ubuntuss/fig9.jpg&quot; target=&quot;_blank&quot;&gt;Figure 9: Partition Disks&lt;/a&gt;&lt;br /&gt;
&lt;li&gt;Determine how big your partitions will be using a calculator:&lt;br /&gt;
&lt;ul&gt;&lt;li&gt;Calculate a minimum of 4 GB for your / partition. The best bet is 25% of the hard drive&#39;s space, but 40 GB is more than enough if your hard drive will accommodate the space.&lt;br /&gt;
&lt;li&gt;Multiply the amount of RAM you have by two. This will be your swap partition.&lt;br /&gt;
&lt;li&gt;Use all remaining free space for your /home partition.&lt;/ul&gt;&lt;br /&gt;
&lt;li&gt;Choose &quot;Manual&quot; by pressing the &quot;Down&quot; arrow key and pressing &quot;Enter.&quot;&lt;br /&gt;
&lt;li&gt;Choose the hard drive in your system by looking for a line that contains either the term &quot;(sda)&quot; or &quot;(hda)&quot; by scrolling with your &quot;Up&quot; and &quot;Down&quot; arrow keys as shown in Fig. 10 and pressing &quot;Enter.&quot; &lt;br /&gt;
&lt;a href=&quot;http://www.justinandlindseymiller.com/images/ubuntuss/fig10.jpg&quot; target=&quot;_blank&quot;&gt;Figure 10: Partition Disks&lt;/a&gt;&lt;br /&gt;
&lt;li&gt;Select &quot;Yes&quot; on the warning screen shown in Fig. 11 by pressing the &quot;Left&quot; arrow key and pressing &quot;Enter.&quot; This will return you to the screen in step 18.&lt;br /&gt;
&lt;a href=&quot;http://www.justinandlindseymiller.com/images/ubuntuss/fig11.jpg&quot; target=&quot;_blank&quot;&gt;Figure 11: Partition Disks&lt;/a&gt;&lt;br /&gt;
&lt;li&gt;Press the &quot;Down&quot; arrow to highlight the line containing the text &quot;pri/log&quot; and press &quot;Enter&quot; as shown in Fig. 12.&lt;br /&gt;
&lt;a href=&quot;http://www.justinandlindseymiller.com/images/ubuntuss/fig12.jpg&quot; target=&quot;_blank&quot;&gt;Figure 12: Partition Disks&lt;/a&gt;&lt;br /&gt;
&lt;li&gt;Select Create a new partition on the screen shown in Fig. 13 by pressing &quot;Enter.&quot;&lt;br /&gt;
&lt;a href=&quot;http://www.justinandlindseymiller.com/images/ubuntuss/fig13.jpg&quot; target=&quot;_blank&quot;&gt;Figure 13: Partition Disks&lt;/a&gt;&lt;br /&gt;
&lt;li&gt;Type in the hard drive space you wish to use for the &quot;/&quot; partition and press &quot;Enter&quot; on the  screen shown in Fig. 14. REMINDER: You can use any size you like, but it must be a minimum of 4 GB.&lt;br /&gt;
&lt;a href=&quot;http://www.justinandlindseymiller.com/images/ubuntuss/fig14.jpg&quot; target=&quot;_blank&quot;&gt;Figure 14: Partition Disks&lt;/a&gt;&lt;br /&gt;
&lt;li&gt;Choose &quot;Primary&quot; on the screen shown in Fig. 15. by pressing &quot;Enter.&quot;&lt;br /&gt;
&lt;a href=&quot;http://www.justinandlindseymiller.com/images/ubuntuss/fig15.jpg&quot; target=&quot;_blank&quot;&gt;Figure 15: Partition Disks&lt;/a&gt;&lt;br /&gt;
&lt;li&gt;Choose &quot;Beginning&quot; on the screen shown in Fig. 16 by pressing &quot;Enter.&quot;&lt;br /&gt;
&lt;a href=&quot;http://www.justinandlindseymiller.com/images/ubuntuss/fig16.jpg&quot; target=&quot;_blank&quot;&gt;Figure 16: Partition Disks&lt;/a&gt;&lt;br /&gt;
&lt;li&gt;Scroll down to &quot;Done setting up the partition&quot; on the screen shown in Fig. 17 by pressing the down arrow and pressing &quot;Enter&quot;&lt;br /&gt;
&lt;a href=&quot;http://www.justinandlindseymiller.com/images/ubuntuss/fig17.jpg&quot; target=&quot;_blank&quot;&gt;Figure 17: Partition Disks&lt;/a&gt;&lt;br /&gt;
&lt;li&gt;Press the &quot;Down&quot; arrow to highlight the line containing the text &quot;pri/log&quot; and press &quot;Enter&quot; as shown in Fig. 18.&lt;br /&gt;
&lt;a href=&quot;http://www.justinandlindseymiller.com/images/ubuntuss/fig18.jpg&quot; target=&quot;_blank&quot;&gt;Figure 18: Partition Disks&lt;/a&gt;&lt;br /&gt;
&lt;li&gt;Select &quot;Create a new partition&quot; on the screen shown in Fig. 13 by pressing &quot;Enter.&quot;&lt;br /&gt;
&lt;li&gt;Type in the hard drive space you want to use for the &quot;/home&quot; partition and press &quot;Enter&quot; on the screen shown in Fig. 19. REMINDER: Be sure to leave free space equal to 2*RAM for your swap.&lt;br /&gt;
&lt;a href=&quot;http://www.justinandlindseymiller.com/images/ubuntuss/fig19.jpg&quot; target=&quot;_blank&quot;&gt;Figure 19: Partition Disks&lt;/a&gt;&lt;br /&gt;
&lt;li&gt;Choose &quot;Primary&quot; on the screen shown in Fig. 15. by pressing &quot;Enter.&quot;&lt;br /&gt;
&lt;li&gt;Choose &quot;Beginning&quot; on the screen shown in Fig. 16 by pressing &quot;Enter.&quot;&lt;br /&gt;
&lt;li&gt;Scroll down to &quot;Done setting up the partition&quot; on the screen shown in Fig. 20 by pressing the &quot;Down&quot; arrow and pressing &quot;Enter.&quot;&lt;br /&gt;
&lt;a href=&quot;http://www.justinandlindseymiller.com/images/ubuntuss/fig20.jpg&quot; target=&quot;_blank&quot;&gt;Figure 20: Partition Disks&lt;/a&gt;&lt;br /&gt;
&lt;li&gt;Press the &quot;Down&quot; arrow to highlight the line containing the text &quot;pri/log&quot; and press &quot;Enter&quot; as shown in Fig. 21.&lt;br /&gt;
&lt;a href=&quot;http://www.justinandlindseymiller.com/images/ubuntuss/fig21.jpg&quot; target=&quot;_blank&quot;&gt;Figure 21: Partition Disks&lt;/a&gt;&lt;br /&gt;
&lt;li&gt;Select &quot;Create a new partition&quot; on the screen shown in Fig. 13 by pressing &quot;Enter.&quot;&lt;br /&gt;
&lt;li&gt;Press &quot;Enter&quot; to select the remaining space on the hard drive as shown in Fig. 22.&lt;br /&gt;
&lt;a href=&quot;http://www.justinandlindseymiller.com/images/ubuntuss/fig22.jpg&quot; target=&quot;_blank&quot;&gt;Figure 22: Partition Disks&lt;/a&gt;&lt;br /&gt;
&lt;li&gt;Choose &quot;Primary&quot; on the screen shown in Fig. 15. by pressing &quot;Enter.&quot;&lt;br /&gt;
&lt;li&gt;Choose &quot;Beginning&quot; on the screen shown in Fig. 16 by pressing &quot;Enter.&quot;&lt;br /&gt;
&lt;li&gt;Press the &quot;Up&quot; arrow to highlight the &quot;Use as:&quot; line and press &quot;Enter&quot; as shown in Fig. 23.&lt;br /&gt;
&lt;a href=&quot;http://www.justinandlindseymiller.com/images/ubuntuss/fig23.jpg&quot; target=&quot;_blank&quot;&gt;Figure 23: Partition Disks&lt;/a&gt;&lt;br /&gt;
&lt;li&gt;Press the &quot;Down&quot; arrow to highlight &quot;swap area&quot; and press &quot;Enter&quot; as shown in Fig. 24.&lt;br /&gt;
&lt;a href=&quot;http://www.justinandlindseymiller.com/images/ubuntuss/fig24.jpg&quot; target=&quot;_blank&quot;&gt;Figure 24: Partition Disks&lt;/a&gt;&lt;br /&gt;
&lt;li&gt;Scroll down to &quot;Done setting up the partition on the screen shown in Fig. 25 by pressing the &quot;Down&quot; arrow and pressing &quot;Enter.&quot;&lt;br /&gt;
&lt;a href=&quot;http://www.justinandlindseymiller.com/images/ubuntuss/fig25.jpg&quot; target=&quot;_blank&quot;&gt;Figure 25: Partition Disks&lt;/a&gt;&lt;br /&gt;
&lt;li&gt;Verify your screen looks similar to the one shown in Fig. 26.&lt;br /&gt;
&lt;a href=&quot;http://www.justinandlindseymiller.com/images/ubuntuss/fig26.jpg&quot; target=&quot;_blank&quot;&gt;Figure 26: Partition Disks&lt;/a&gt;&lt;br /&gt;
&lt;li&gt;Scroll down to &quot;Finish partitioning and write changes to disk&quot; and press &quot;Enter.&quot; NOTE: If you want to change your mind, choose &quot;Undo changes to partitions&quot; and no changes will be made to your system.&lt;br /&gt;
&lt;li&gt;Choose &quot;Yes&quot; on the screen shown in Fig. 27 by pressing the &quot;Left&quot; arrow and pressing &quot;Enter&quot; to overwrite all previous data on the system.&lt;br /&gt;
&lt;a href=&quot;http://www.justinandlindseymiller.com/images/ubuntuss/fig27.jpg&quot; target=&quot;_blank&quot;&gt;Figure 27: Partition Disks&lt;/a&gt;&lt;br /&gt;
&lt;li&gt;Wait for the next few screens to continue automatically until Fig. 28, &quot;Configure time zone&quot; is shown.&lt;br /&gt;
&lt;a href=&quot;http://www.justinandlindseymiller.com/images/ubuntuss/fig28.jpg&quot; target=&quot;_blank&quot;&gt;Figure 28: Configure Time Zone&lt;/a&gt;&lt;br /&gt;
&lt;li&gt;Select your time zone on the screen shown in Fig. 28 by using the &quot;Up&quot; and &quot;Down&quot; arrow keys and pressing &quot;Enter.&quot;&lt;br /&gt;
&lt;li&gt;Select &quot;Yes&quot; on the screen shown in Fig. 29 by pressing &quot;Enter.&quot;&lt;br /&gt;
&lt;a href=&quot;http://www.justinandlindseymiller.com/images/ubuntuss/fig29.jpg&quot; target=&quot;_blank&quot;&gt;Figure 29: Configure the Clock&lt;/a&gt;&lt;br /&gt;
&lt;li&gt;Type in your full name on the screen shown in Fig. 30 and press &quot;Enter&quot;&lt;br /&gt;
&lt;a href=&quot;http://www.justinandlindseymiller.com/images/ubuntuss/fig30.jpg&quot; target=&quot;_blank&quot;&gt;Figure 30: Set up Users and Passwords&lt;/a&gt;&lt;br /&gt;
&lt;li&gt;Type in a username for your account or press &quot;Enter&quot; to accept the username given as shown in Fig. 31.&lt;br /&gt;
&lt;a href=&quot;http://www.justinandlindseymiller.com/images/ubuntuss/fig31.jpg&quot; target=&quot;_blank&quot;&gt;Figure 31: Set up Users and Passwords&lt;/a&gt;&lt;br /&gt;
&lt;li&gt;Type in a password for your account and press &quot;Enter&quot; on the screen shown in Fig. 32.&lt;br /&gt;
&lt;a href=&quot;http://www.justinandlindseymiller.com/images/ubuntuss/fig32.jpg&quot; target=&quot;_blank&quot;&gt;Figure 32: Set up Users and Passwords&lt;/a&gt;&lt;br /&gt;
&lt;li&gt;Type in the same password again and press &quot;Enter&quot; on the screen shown in Fig. 33.&lt;br /&gt;
&lt;a href=&quot;http://www.justinandlindseymiller.com/images/ubuntuss/fig33.jpg&quot; target=&quot;_blank&quot;&gt;Figure 33: Set up Users and Passwords&lt;/a&gt;&lt;br /&gt;
&lt;li&gt;Wait for the next few screens to continue automatically until Fig. 34, &quot;Configure the package manager&quot; is shown. NOTE: This process will take about five minutes in most cases and may seem like it has hung up at times.&lt;br /&gt;
&lt;a href=&quot;http://www.justinandlindseymiller.com/images/ubuntuss/fig34.jpg&quot; target=&quot;_blank&quot;&gt;Figure 34: Configure the Package Manager&lt;/a&gt;&lt;br /&gt;
&lt;li&gt;Type in any HTTP proxy information and press &quot;Enter.&quot; In most cases, this should just be left blank.&lt;br /&gt;
&lt;li&gt;Wait for the next few screens to continue automatically until Fig. 35, &quot;Finish the installation&quot; is shown. NOTE: This process will take about 20-30 minutes in most cases and may seem like it has hung up at times, particularly on the screen that says &quot;Configuring apt&quot; shown in Fig. 36.&lt;br /&gt;
&lt;a href=&quot;http://www.justinandlindseymiller.com/images/ubuntuss/fig35.jpg&quot; target=&quot;_blank&quot;&gt;Figure 35: Finish the Installation&lt;/a&gt;&lt;br /&gt;
&lt;a href=&quot;http://www.justinandlindseymiller.com/images/ubuntuss/fig36.jpg&quot; target=&quot;_blank&quot;&gt;Figure 36: Configuring Apt&lt;/a&gt;&lt;br /&gt;
&lt;li&gt;Remove the CD-ROM from the tray when it opens.&lt;br /&gt;
&lt;li&gt;Press &quot;Enter&quot; on the screen shown in Fig. 35 to reboot the computer.&lt;br /&gt;
&lt;li&gt;Wait for the system to load through the screen shown in Fig. 37.&lt;br /&gt;
&lt;a href=&quot;http://www.justinandlindseymiller.com/images/ubuntuss/fig37.jpg&quot; target=&quot;_blank&quot;&gt;Figure 37: Ubuntu Loading Screen&lt;/a&gt;&lt;br /&gt;
&lt;li&gt;Type your username you setup in step 50 on the log-in screen shown in Fig. 38 and press &quot;Enter.&quot;&lt;br /&gt;
&lt;a href=&quot;http://www.justinandlindseymiller.com/images/ubuntuss/fig38.jpg&quot; target=&quot;_blank&quot;&gt;Figure 38: Ubuntu Login Screen&lt;/a&gt;&lt;br /&gt;
&lt;li&gt;Type your password you setup in steps 51 and 52 on the log-in screen shown in Fig. 39 and press &quot;Enter.&quot;&lt;br /&gt;
&lt;a href=&quot;http://www.justinandlindseymiller.com/images/ubuntuss/fig39.jpg&quot; target=&quot;_blank&quot;&gt;Figure 39: Ubuntu Login Screen&lt;/a&gt;&lt;br /&gt;
&lt;li&gt;Enjoy your new Ubuntu system! (Fig. 40)&lt;br /&gt;
&lt;a href=&quot;http://www.justinandlindseymiller.com/images/ubuntuss/fig40.jpg&quot; target=&quot;_blank&quot;&gt;Figure 40: Ubuntu Fully Loaded&lt;/a&gt;&lt;/ol&gt;&lt;/p&gt;

&lt;p&gt;Based on:
&lt;br /&gt;&lt;a href=&quot;http://users.bigpond.net.au/hermanzone/p14.htm&quot;&gt;NTFS + Gutsy Gibbon with /home Partition&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Original Source:
&lt;br /&gt;Self-Post at the &lt;a href=&quot;http://ubuntuforums.org/showthread.php?p=4360347&quot;&gt;Ubuntu Forums&lt;/a&gt;&lt;/p&gt;

&lt;script type=&quot;text/javascript&quot;&gt;
digg_url = &#39;http://welcometoubuntu.blogspot.com/2008/02/how-to-install-ubuntu-710-with-separate.html&#39;;
&lt;/script&gt;
&lt;script src=&quot;http://digg.com/tools/diggthis.js&quot; type=&quot;text/javascript&quot;&gt;&lt;/script&gt;
&lt;span class=&quot;technoratitag&quot;&gt;Technorati Tags:
&lt;a href=&quot;http://www.technorati.com/tag/7.10&quot; target=&quot;_blank&quot; rel=&quot;tag&quot; title=&quot;Link to Technorati Tag category for 7.10&quot;&gt;7.10&lt;/a&gt;, &lt;a href=&quot;http://www.technorati.com/tag/Alternate&quot; target=&quot;_blank&quot; rel=&quot;tag&quot; title=&quot;Link to Technorati Tag category for Alternate&quot;&gt;Alternate&lt;/a&gt;, &lt;a href=&quot;http://www.technorati.com/tag/Alternate+Install&quot; target=&quot;_blank&quot; rel=&quot;tag&quot; title=&quot;Link to Technorati Tag category for Alternate Install&quot;&gt;Alternate Install&lt;/a&gt;, &lt;a href=&quot;http://www.technorati.com/tag/Gutsy&quot; target=&quot;_blank&quot; rel=&quot;tag&quot; title=&quot;Link to Technorati Tag category for Gutsy&quot;&gt;Gutsy&lt;/a&gt;, &lt;a href=&quot;http://www.technorati.com/tag/Gutsy+Gibbon&quot; target=&quot;_blank&quot; rel=&quot;tag&quot; title=&quot;Link to Technorati Tag category for Gutsy Gibbon&quot;&gt;Gutsy Gibbon&lt;/a&gt;, &lt;a href=&quot;http://www.technorati.com/tag/How+to&quot; target=&quot;_blank&quot; rel=&quot;tag&quot; title=&quot;Link to Technorati Tag category for How to&quot;&gt;How to&lt;/a&gt;, &lt;a href=&quot;http://www.technorati.com/tag/HOWTO&quot; target=&quot;_blank&quot; rel=&quot;tag&quot; title=&quot;Link to Technorati Tag category for HOWTO&quot;&gt;HOWTO&lt;/a&gt;, &lt;a href=&quot;http://www.technorati.com/tag/Installation&quot; target=&quot;_blank&quot; rel=&quot;tag&quot; title=&quot;Link to Technorati Tag category for Installation&quot;&gt;Installation&lt;/a&gt;, &lt;a href=&quot;http://www.technorati.com/tag/Tutorial&quot; target=&quot;_blank&quot; rel=&quot;tag&quot; title=&quot;Link to Technorati Tag category for Tutorial&quot;&gt;Tutorial&lt;/a&gt;, &lt;a href=&quot;http://www.technorati.com/tag/Ubuntu&quot; target=&quot;_blank&quot; rel=&quot;tag&quot; title=&quot;Link to Technorati Tag category for Ubuntu&quot;&gt;Ubuntu&lt;/a&gt;&lt;/span&gt;&lt;br /&gt;&lt;span class=&quot;sociallinks&quot;&gt;Add to: | &lt;a href=&quot;http://technorati.com/faves?add=http%3A%2F%2Fwelcometoubuntu%2Eblogspot%2Ecom%2F2008%2F02%2Fhow%2Dto%2Dinstall%2Dubuntu%2D710%2Dwith%2Dseparate%2Ehtml&quot; target=&quot;_blank&quot;&gt;Technorati&lt;/a&gt; |  &lt;a href=&quot;http://del.icio.us/post?url=http%3A%2F%2Fwelcometoubuntu%2Eblogspot%2Ecom%2F2008%2F02%2Fhow%2Dto%2Dinstall%2Dubuntu%2D710%2Dwith%2Dseparate%2Ehtml;title=How%20to%3A%20Install%20Ubuntu%207%2E10%20with%20a%20Separate%20%2Fhome%20Partition&quot; target=&quot;_blank&quot;&gt;del.icio.us&lt;/a&gt; |  &lt;a href=&quot;http://myweb2.search.yahoo.com/myresults/bookmarklet?t=How%20to%3A%20Install%20Ubuntu%207%2E10%20with%20a%20Separate%20%2Fhome%20Partition&amp;u=http%3A%2F%2Fwelcometoubuntu%2Eblogspot%2Ecom%2F2008%2F02%2Fhow%2Dto%2Dinstall%2Dubuntu%2D710%2Dwith%2Dseparate%2Ehtml&quot; target=&quot;_blank&quot;&gt;Yahoo&lt;/a&gt; |  &lt;a href=&quot;http://www.blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http%3A%2F%2Fwelcometoubuntu%2Eblogspot%2Ecom%2F2008%2F02%2Fhow%2Dto%2Dinstall%2Dubuntu%2D710%2Dwith%2Dseparate%2Ehtml&amp;Title=How%20to%3A%20Install%20Ubuntu%207%2E10%20with%20a%20Separate%20%2Fhome%20Partition&quot; target=&quot;_blank&quot;&gt;BlinkList&lt;/a&gt; |  &lt;a href=&quot;http://www.spurl.net/spurl.php?url=http%3A%2F%2Fwelcometoubuntu%2Eblogspot%2Ecom%2F2008%2F02%2Fhow%2Dto%2Dinstall%2Dubuntu%2D710%2Dwith%2Dseparate%2Ehtml&amp;title=How%20to%3A%20Install%20Ubuntu%207%2E10%20with%20a%20Separate%20%2Fhome%20Partition&quot; target=&quot;_blank&quot;&gt;Spurl&lt;/a&gt; |  &lt;a href=&quot;http://reddit.com/submit?url=http%3A%2F%2Fwelcometoubuntu%2Eblogspot%2Ecom%2F2008%2F02%2Fhow%2Dto%2Dinstall%2Dubuntu%2D710%2Dwith%2Dseparate%2Ehtml&amp;title=How%20to%3A%20Install%20Ubuntu%207%2E10%20with%20a%20Separate%20%2Fhome%20Partition&quot; target=&quot;_blank&quot;&gt;reddit&lt;/a&gt; |   &lt;a href=&quot;http://www.furl.net/storeIt.jsp?t=How%20to%3A%20Install%20Ubuntu%207%2E10%20with%20a%20Separate%20%2Fhome%20Partition&amp;u=http%3A%2F%2Fwelcometoubuntu%2Eblogspot%2Ecom%2F2008%2F02%2Fhow%2Dto%2Dinstall%2Dubuntu%2D710%2Dwith%2Dseparate%2Ehtml&quot; target=&quot;_blank&quot;&gt;Furl&lt;/a&gt; |  &lt;/span&gt;</content><link rel='replies' type='application/atom+xml' href='http://welcometoubuntu.blogspot.com/feeds/6740392521471839917/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/3822607069924333452/6740392521471839917' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3822607069924333452/posts/default/6740392521471839917'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3822607069924333452/posts/default/6740392521471839917'/><link rel='alternate' type='text/html' href='http://welcometoubuntu.blogspot.com/2008/02/how-to-install-ubuntu-710-with-separate.html' title='How to: Install Ubuntu 7.10 with a Separate /home Partition'/><author><name>Anonymous</name><uri>http://www.blogger.com/profile/07078151946328363674</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3822607069924333452.post-6124863280425207465</id><published>2007-10-28T17:41:00.001-04:00</published><updated>2007-10-29T19:30:54.034-04:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="7.10"/><category scheme="http://www.blogger.com/atom/ns#" term="Alternate Install"/><category scheme="http://www.blogger.com/atom/ns#" term="Gutsy Gibbon"/><category scheme="http://www.blogger.com/atom/ns#" term="Live CD"/><category scheme="http://www.blogger.com/atom/ns#" term="Ubuntu"/><title type='text'>FIRST LOOK: Ubuntu 7.10 Gutsy Gibbon</title><content type='html'>&lt;p&gt;I have finally gotten my hands on two downloads: Ubuntu 7.10 Alternate Install and Ubuntu 7.10 Desktop. Three days ago, I was getting an error that I couldn&#39;t log in to Ubuntu due to being out of disk space. I logged into Windows, where I had &lt;a href=&#39;http://www.fs-driver.org&#39;&gt;Ext2 IFS&lt;/a&gt; installed, deleted some unimportant files out of the partition, rebooted, logged into my Feisty partition, burned my home folder to a DVD, then proceeded to do a fresh install of Feisty that took up my entire hard disk. That&#39;s right! No more dual booting for me!&lt;/p&gt;

&lt;p&gt;Well, two days ago I decided I would try one last time to make an attempt to get the Gutsy CDs before I returned home from the Iraq to the United States. I found one of the few high-speed connections on the base, and began to download the ISOs for both the alternate and live CDs. Because I couldn&#39;t just plug in my computer to this connection, I had no choice but to use the Alternate CD to do my upgrade. Well, they finally downloaded after about seven hours and after many failed attempts at creating discs from the ISOs I gave up, copied them onto my iPod, and brought them back to my computer to try to burn them. This is usually a challenge, because my USB ports on my computer don&#39;t like to work most of the time. It&#39;s apparently a ThinkPad thing, not an Ubuntu thing, so I&#39;m not mad at the OS. Luckily, it worked this time &amp;mdash; albeit on the second try &amp;mdash; I got both ISOs onto my desktop where I was able to burn a copy of each after purchasing some new blanks from the Iraqi shop/Internet Cafè.&lt;/p&gt;

&lt;p&gt;I did an upgrade from the Alternate disc and it worked perfectly. I rebooted, logged in, and everything was there just as I had left it. Well, even though I did the upgrade, I went ahead and decided I would just do a fresh install, despite the upgrade being performed on a two-day old install. I popped out the Alternate disc, popped in the Live CD, and rebooted. Everything looked like it was going well &amp;mdash; and it did &amp;mdash; during the install. But when I rebooted to load into my second fresh install in three days, I was met with&amp;#8230; nothing.&lt;/p&gt;

&lt;p&gt;Now, I wasn&#39;t too worried, because I saw hard drive activity. Plus, I saw the Grub menu option show up before it went black. About forty-five seconds later, I was met with a site that allowed me to breathe a sigh of relief: the login screen. I went ahead and rebooted again to see if it was just a fluke, but it seemingly is not, so once I got off work, I brought my computer over to the Iraqi Internet Cafè, and filed a &lt;a href=&#39;https://bugs.launchpad.net/ubuntu/+bug/158123&#39;&gt;bug report&lt;/a&gt; with on &lt;a href=&#39;http://www.launchpad.net&#39;&gt;Launchpad&lt;/a&gt;. A response has been left, and I have changed my Grub menu to reflect what a &lt;a href=&#39;http://ubuntuforums.org/showthread.php?t=258484&#39;&gt;tutorial&lt;/a&gt; in the &lt;a href=&#39;http://www.ubuntuforums.org&#39;&gt;Forums&lt;/a&gt; has instructed. This didn&#39;t work, and so it&#39;s back to the drawing board.&lt;/p&gt;

&lt;p&gt;At present, I am downloading some files I deem to be important, such as DVD playback capabilities and other things. I will make another post that will show what steps I performed to get my PC to what in my opinion is a working computer. With the exception of the load, I&#39;m happy with everything so far. Noticeable changes I&#39;ve found were that my modem driver was installed. Granted, I&#39;ve not actually ever used my modem &amp;mdash; even when this computer was new in 2004 &amp;mdash; but it is nice to know that if I ever needed to use it, I could. Now if only wireless would be this easy! That&#39;s one thing that Linux as a whole is way behind on. Broadcom apparently has great support in 7.10. Since my wireless card is an Airgo-based, that doesn&#39;t apply to me.&lt;/p&gt;

&lt;p&gt;The look overall is better. The icons in the menus are crisper and easier to read. Due to limitations on my graphics card however, I am unable to do anything with Compiz Fusion to really make my desktop fly. Maybe in the home PC I&#39;ll build in a couple of months though.&lt;/p&gt;

&lt;p&gt;With the DVD player installed, I am happy with my system for now. Once I return to a faster, more reliable connection, I will add more programs. Overall, for me, seemingly due to hardware limitations, there wasn&#39;t much of a change (on the outside anyway) from 7.04 to 7.10. I give the distro a rating of 7.5/10. Wireless hardware support is still a long ways off, but that is not the fault of Linux I realize. It made installing all the required codecs easy and painless, something that wasn&#39;t so easy under 7.04. It&#39;s getting better, and it is in my opinion certainly better than Windows ever could be.&lt;/p&gt;

&lt;p&gt;&lt;span class=&quot;technoratitag&quot;&gt;Technorati Tags:
&lt;a href=&quot;http://www.technorati.com/tag/7.10&quot; target=&quot;_blank&quot; rel=&quot;tag&quot; title=&quot;Link to Technorati Tag category for 7.10&quot;&gt;7.10&lt;/a&gt;, &lt;a href=&quot;http://www.technorati.com/tag/Alternate+Install&quot; target=&quot;_blank&quot; rel=&quot;tag&quot; title=&quot;Link to Technorati Tag category for Alternate Install&quot;&gt;Alternate Install&lt;/a&gt;, &lt;a href=&quot;http://www.technorati.com/tag/Gutsy+Gibbon&quot; target=&quot;_blank&quot; rel=&quot;tag&quot; title=&quot;Link to Technorati Tag category for Gutsy Gibbon&quot;&gt;Gutsy Gibbon&lt;/a&gt;, &lt;a href=&quot;http://www.technorati.com/tag/Live+CD&quot; target=&quot;_blank&quot; rel=&quot;tag&quot; title=&quot;Link to Technorati Tag category for Live CD&quot;&gt;Live CD&lt;/a&gt;, &lt;a href=&quot;http://www.technorati.com/tag/Ubuntu&quot; target=&quot;_blank&quot; rel=&quot;tag&quot; title=&quot;Link to Technorati Tag category for Ubuntu&quot;&gt;Ubuntu&lt;/a&gt;&lt;/span&gt;&lt;br /&gt;&lt;span class=&quot;sociallinks&quot;&gt;Add to: | &lt;a href=&quot;http://technorati.com/faves?add=http%3A%2F%2Fwelcometoubuntu%2Eblogspot%2Ecom%2F2007%2F10%2Ffirst%2Dlook%2Dubuntu%2D710%2Dgutsy%2Dgibbon%2Ehtml&quot; target=&quot;_blank&quot;&gt;Technorati&lt;/a&gt; |  &lt;a href=&quot;http://del.icio.us/post?url=http%3A%2F%2Fwelcometoubuntu%2Eblogspot%2Ecom%2F2007%2F10%2Ffirst%2Dlook%2Dubuntu%2D710%2Dgutsy%2Dgibbon%2Ehtml;title=FIRST%20LOOK%3A%20Ubuntu%207%2E10%20Gutsy%20Gibbon&quot; target=&quot;_blank&quot;&gt;del.icio.us&lt;/a&gt; |  &lt;a href=&quot;http://myweb2.search.yahoo.com/myresults/bookmarklet?t=FIRST%20LOOK%3A%20Ubuntu%207%2E10%20Gutsy%20Gibbon&amp;u=http%3A%2F%2Fwelcometoubuntu%2Eblogspot%2Ecom%2F2007%2F10%2Ffirst%2Dlook%2Dubuntu%2D710%2Dgutsy%2Dgibbon%2Ehtml&quot; target=&quot;_blank&quot;&gt;Yahoo&lt;/a&gt; |  &lt;a href=&quot;http://www.blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http%3A%2F%2Fwelcometoubuntu%2Eblogspot%2Ecom%2F2007%2F10%2Ffirst%2Dlook%2Dubuntu%2D710%2Dgutsy%2Dgibbon%2Ehtml&amp;Title=FIRST%20LOOK%3A%20Ubuntu%207%2E10%20Gutsy%20Gibbon&quot; target=&quot;_blank&quot;&gt;BlinkList&lt;/a&gt; |  &lt;a href=&quot;http://www.spurl.net/spurl.php?url=http%3A%2F%2Fwelcometoubuntu%2Eblogspot%2Ecom%2F2007%2F10%2Ffirst%2Dlook%2Dubuntu%2D710%2Dgutsy%2Dgibbon%2Ehtml&amp;title=FIRST%20LOOK%3A%20Ubuntu%207%2E10%20Gutsy%20Gibbon&quot; target=&quot;_blank&quot;&gt;Spurl&lt;/a&gt; |  &lt;a href=&quot;http://reddit.com/submit?url=http%3A%2F%2Fwelcometoubuntu%2Eblogspot%2Ecom%2F2007%2F10%2Ffirst%2Dlook%2Dubuntu%2D710%2Dgutsy%2Dgibbon%2Ehtml&amp;title=FIRST%20LOOK%3A%20Ubuntu%207%2E10%20Gutsy%20Gibbon&quot; target=&quot;_blank&quot;&gt;reddit&lt;/a&gt; |   &lt;a href=&quot;http://www.furl.net/storeIt.jsp?t=FIRST%20LOOK%3A%20Ubuntu%207%2E10%20Gutsy%20Gibbon&amp;u=http%3A%2F%2Fwelcometoubuntu%2Eblogspot%2Ecom%2F2007%2F10%2Ffirst%2Dlook%2Dubuntu%2D710%2Dgutsy%2Dgibbon%2Ehtml&quot; target=&quot;_blank&quot;&gt;Furl&lt;/a&gt; |  &lt;/span&gt;&lt;/p&gt;

&lt;p&gt;&lt;script type=&quot;text/javascript&quot;&gt;
digg_url = &#39;http://welcometoubuntu.blogspot.com/2007/10/first-look-ubuntu-710-gutsy-gibbon.html&#39;;
&lt;/script&gt;
&lt;script src=&quot;http://digg.com/tools/diggthis.js&quot; type=&quot;text/javascript&quot;&gt;&lt;/script&gt;&lt;/p&gt;</content><link rel='replies' type='application/atom+xml' href='http://welcometoubuntu.blogspot.com/feeds/6124863280425207465/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/3822607069924333452/6124863280425207465' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3822607069924333452/posts/default/6124863280425207465'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3822607069924333452/posts/default/6124863280425207465'/><link rel='alternate' type='text/html' href='http://welcometoubuntu.blogspot.com/2007/10/first-look-ubuntu-710-gutsy-gibbon.html' title='FIRST LOOK: Ubuntu 7.10 Gutsy Gibbon'/><author><name>Anonymous</name><uri>http://www.blogger.com/profile/07078151946328363674</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3822607069924333452.post-5899593911968263458</id><published>2007-10-14T01:36:00.005-04:00</published><updated>2008-03-26T17:39:52.093-04:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Airgo"/><category scheme="http://www.blogger.com/atom/ns#" term="Belkin"/><category scheme="http://www.blogger.com/atom/ns#" term="Edgy Eft"/><category scheme="http://www.blogger.com/atom/ns#" term="Feisty Fawn"/><category scheme="http://www.blogger.com/atom/ns#" term="Gutsy Gibbon"/><category scheme="http://www.blogger.com/atom/ns#" term="HOWTO"/><category scheme="http://www.blogger.com/atom/ns#" term="Linux"/><category scheme="http://www.blogger.com/atom/ns#" term="ndiswrapper"/><category scheme="http://www.blogger.com/atom/ns#" term="Network"/><category scheme="http://www.blogger.com/atom/ns#" term="Pre-N"/><category scheme="http://www.blogger.com/atom/ns#" term="Sourceforge"/><category scheme="http://www.blogger.com/atom/ns#" term="True Mimo"/><category scheme="http://www.blogger.com/atom/ns#" term="Ubuntu"/><category scheme="http://www.blogger.com/atom/ns#" term="WiFi"/><category scheme="http://www.blogger.com/atom/ns#" term="Wireless"/><title type='text'>HOWTO: Get Airgo-Based WiFi Enabled Using ndiswrapper</title><content type='html'>&lt;p&gt;&lt;span style=&quot;font-weight: bold;&quot;&gt;*UPDATE*&lt;/span&gt; February 21, 2008
&lt;br /&gt;Due to some changes in the ndiswrapper software, this tutorial became obsolete. As per comments in the original post, I have changed the instructions to once again make them work.&lt;/p&gt;
&lt;p&gt;For months I was trying to get my Belkin F5D8010 Pre-N WiFi card to work in my laptop under Ubuntu Feisty Fawn (7.04). Finally I have figured it out, using the &lt;a href=&quot;https://help.ubuntu.com/community/WifiDocs/Driver/Ndiswrapper&quot;&gt;Ubuntu Documentation&lt;/a&gt; &amp;amp; the &lt;a href=&quot;http://ndiswrapper.sourceforge.net/joomla/index.php?/component/option,com_frontpage/Itemid,1/&quot;&gt;NDISwrapper&lt;/a&gt; page on &lt;a href=&quot;http://www.sourceforge.net/&quot;&gt;Sourceforge&lt;/a&gt;. Now I present these steps to you.&lt;/p&gt;
&lt;h2&gt;Cards This Will Work On:&lt;/h2&gt;
&lt;p&gt;&lt;strong&gt;Note:&lt;/strong&gt; This list is from the &lt;a href=&quot;http://ndiswrapper.sourceforge.net/joomla/index.php?/component/option,com_openwiki/Itemid,33/id,list_b/&quot;&gt;ndiswrapper wiki.&lt;/a&gt; I do not know if these steps will actually work for your card. Verified cards are in bold. If you follow these steps and they work for your card, leave a comment and I will point it out.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Belkin F5D8010&lt;/strong&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Linksys WPC511GX&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Netgear WGM511&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Buffalo WLI-CB-G108&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;AeroGuard AGN1023PC&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Planex CQW-NS108AG&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Planex CQW-NS108G&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;amsung X20 Laptop&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;GemTek WPCO-131G&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Corega CG-WLCB108GM&lt;/p&gt;&lt;/li&gt;&lt;/ul&gt;
&lt;h2&gt;Ubuntu Version Required:&lt;/h2&gt;
&lt;p&gt;Ubuntu 6.10 (Edgy Eft) or later&lt;/p&gt;
&lt;p&gt;Because I was able to get this to work under Feisty Fawn, I am going to write these steps as if you were using that version. I will post the links for files required by Edgy and Gutsy, but I can&#39;t guarantee it will work for you. I am providing two versions of instructions: one if you can get online through a wired connection (the preferred method), and one if you cannot get online through a wired connection.&lt;/p&gt;

&lt;h2&gt;Online Version&lt;/h2&gt;
&lt;p&gt;Part One: Installing ndisWrapper&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;&lt;p&gt;Open Terminal.&lt;/p&gt;&lt;/li&gt;&lt;p&gt;&lt;/p&gt;
&lt;li&gt;&lt;p&gt;Type &lt;code&gt;lspci -nn&lt;/code&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Look for the following: &lt;samp&gt;03:00.0 Ethernet Controller: Airgo Networks Inc AGN100 802.11 a/b/g True MIMO Wireless Card [17cb:0001] (rev 01)&lt;/samp&gt;&lt;/p&gt;&lt;/li&gt;
&lt;ul&gt;
&lt;li&gt;&lt;p&gt;If the line is not present, these instructions &lt;em&gt;will not&lt;/em&gt; work for you.&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;li&gt;&lt;p&gt;Type (or copy/paste) the following lines into Terminal:
&lt;br /&gt;&lt;code&gt;sudo modprobe -r ndiswrapper
&lt;br /&gt;sudo apt-get --purge remove ndiswrapper-utils
&lt;br /&gt;sudo rm -r /etc/ndiswrapper/
&lt;br /&gt;sudo rm -r /etc/modprobe.d/ndiswrapper
&lt;br /&gt;sudo rm /lib/modules/$(uname -r)/kernel/drivers/net/ndiswrapper/ndiswrapper.ko&lt;/code&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Type (or copy/paste) the following line into Terminal:
&lt;br /&gt;&lt;code&gt;sudo apt-get install linux-headers-$(uname -r)&lt;/code&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Type (or copy/paste) the following line into Terminal:
&lt;br /&gt;&lt;code&gt;sudo apt-get install dh-make fakeroot gcc-3.4 build-essential&lt;/code&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Navigate to &lt;a href=&quot;http://sourceforge.net/project/showfiles.php?group_id=93482&quot;&gt;Sourceforge&lt;/a&gt; to download the latest version of ndisWrapper.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Save the file you download in your Home folder&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Type (or copy/paste) the following lines into Terminal:
&lt;br /&gt;&lt;code&gt;tar xvfz ndiswrapper-[current version].tar.gz
&lt;br /&gt;cd ndiswrapper-[current version]&lt;/code&gt;
&lt;br /&gt;(Where [current version] is the version number of the file you downloaded. i.e.:   ndiswrapper-1.52.tar.gz)&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Type (or copy/paste) the following lines into Terminal:
&lt;br /&gt;&lt;code&gt;sudo make uninstall
&lt;br /&gt;sudo make&lt;/code&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Type (or copy/paste) the following lines into Terminal:
&lt;br /&gt;&lt;code&gt;fakeroot
&lt;br /&gt;sudo make install&lt;/code&gt;&lt;/p&gt;&lt;/li&gt;&lt;/ol&gt;

&lt;p&gt;Part Two: Installing the drivers&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;&lt;p&gt;Type (or copy/paste) the following into a terminal to download the drivers:
&lt;br /&gt;&lt;code&gt;wget http://77.91.202.10/~alpoimco/Satanas/belkin_pre-n.tar.gz&lt;/code&gt;
&lt;br /&gt;Mirror (If the first link is down): &lt;code&gt;wget http://www.someawe.com/uploads/belkin_pre-n.tar.gz&lt;/code&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Type (or copy/paste) the following into a terminal to extract the drivers you just downloaded:
&lt;br /&gt;&lt;code&gt;tar xvfz belkin_pre-n.tar.gz
&lt;br /&gt;cd belkin_pre-n&lt;/code&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Type (or copy/paste) the following line into terminal:
&lt;br /&gt;&lt;code&gt;echo &#39;blacklist bcm43xx&#39; | sudo tee -a /etc/modprobe.d/blacklist&lt;/code&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Type (or copy/paste) the following line into terminal:
&lt;br /&gt;&lt;code&gt;sudo ndiswrapper -i NetAni.inf&lt;/code&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Type (or copy/paste) the following line into terminal:
&lt;br /&gt;&lt;code&gt;ndiswrapper -l&lt;/code&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Look for the following:
&lt;br /&gt;&lt;samp&gt;tmimo3p: driver installed
&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;device (17CB:0001) present&lt;/samp&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Type (or copy/paste) the following into Terminal to activate the driver:
&lt;br /&gt;&lt;code&gt;sudo depmod -a
&lt;br /&gt;sudo modprobe ndiswrapper&lt;/code&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Type (or copy/paste) the following into Terminal to check for errors:
&lt;br /&gt;&lt;code&gt;tail /var/log/messages&lt;/code&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Type (or copy/paste) the following into Terminal to open the Network Manager:
&lt;br /&gt;&lt;code&gt;gksudo network-admin&lt;/code&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Verify the connection labeled &quot;Wireless connection&quot; says &quot;Roaming mode enabled&quot; beneath it.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Perform the following steps if it does not say &quot;Roaming mode enabled:&quot;&lt;/p&gt;&lt;/li&gt;
&lt;ol&gt;
&lt;li&gt;&lt;p&gt;Click the Wireless connection to highlight it.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Click the Properties button to open the properties window.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Click the check box next to Enable roaming mode and click Ok.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Verify that the wireless connection now says &quot;Roaming mode enabled.&quot;&lt;/p&gt;&lt;/li&gt;&lt;/ol&gt;
&lt;li&gt;&lt;p&gt;Click the close button on the Network manager to close it and return to the Terminal.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Type (or copy/paste) the following into Terminal to create an alias for your wireless card:
&lt;br /&gt;&lt;code&gt;sudo ndiswrapper -m&lt;/code&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Type (or copy/paste) the following into Terminal to open the modules list:
&lt;br /&gt;&lt;code&gt;gksudo gedit /etc/modules&lt;/code&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Type the following at the end of the text document that loads (if not already present):
&lt;br /&gt;&lt;code&gt;ndiswrapper&lt;/code&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Reboot your system to make sure everything is in full working order&lt;/p&gt;&lt;/li&gt;
&lt;/ol&gt;

&lt;h2&gt;Offline Version&lt;/h2&gt;
&lt;ol&gt;
&lt;li&gt;&lt;p&gt;Open Terminal.&lt;/p&gt;&lt;/li&gt;&lt;p&gt;&lt;/p&gt;
&lt;li&gt;&lt;p&gt;Type &lt;code&gt;lspci -nn&lt;/code&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Look for the following: &lt;samp&gt;03:00.0 Ethernet Controller: Airgo Networks Inc AGN100 802.11 a/b/g True MIMO Wireless Card [17cb:0001] (rev 01)&lt;/samp&gt;&lt;/p&gt;&lt;/li&gt;
&lt;ul&gt;
&lt;li&gt;&lt;p&gt;If the line is not present, these instructions &lt;em&gt;will not&lt;/em&gt; work for you.&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;li&gt;&lt;p&gt;Download the files you need to install the drivers:&lt;/p&gt;&lt;/li&gt;
&lt;ul&gt;
&lt;li&gt;&lt;p&gt;Download the driver file from either &lt;a href=&quot;http://77.91.202.10/~alpoimco/Satanas/belkin_pre-n.tar.gz&quot;&gt;here&lt;/a&gt; or &lt;a href=&quot;http://www.someawe.com/uploads/belkin_pre-n.tar.gz&quot;&gt;here.&lt;/a&gt; This file is required for all distributions of Ubuntu.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Download the ndisWrapper files for your distribution:&lt;/p&gt;&lt;/li&gt;
&lt;ul&gt;
&lt;li&gt;&lt;p&gt;Ubuntu 6.10 (Edgy Eft):
&lt;br /&gt;&lt;a href=&quot;http://packages.ubuntu.com/edgy/misc/ndiswrapper-common&quot;&gt;ndiswrapper-common&lt;/a&gt;
&lt;br /&gt;&lt;a href=&quot;http://packages.ubuntu.com/edgy/misc/ndiswrapper-utils-1.8&quot;&gt;ndiswrapper-utils-1.8&lt;/a&gt;
&lt;br /&gt;&lt;a href=&quot;http://packages.ubuntu.com/edgy/net/ndisgtk&quot;&gt;ndisgtk&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Ubuntu 7.04 (Feisty Fawn):
&lt;br /&gt;&lt;a href=&quot;http://packages.ubuntu.com/feisty/misc/ndiswrapper-common&quot;&gt;ndiswrapper-common&lt;/a&gt;
&lt;br /&gt;&lt;a href=&quot;http://packages.ubuntu.com/feisty/misc/ndiswrapper-utils-1.9&quot;&gt;ndiswrapper-utils-1.9&lt;/a&gt;
&lt;br /&gt;&lt;a href=&quot;http://packages.ubuntu.com/feisty/net/ndisgtk&quot;&gt;ndisgtk&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Ubuntu 7.10 (Gutsy Gibbon):
&lt;br /&gt;&lt;a href=&quot;http://packages.ubuntu.com/gutsy/misc/ndiswrapper-common&quot;&gt;ndiswrapper-common&lt;/a&gt;
&lt;br /&gt;&lt;a href=&quot;http://packages.ubuntu.com/gutsy/misc/ndiswrapper-utils-1.9&quot;&gt;ndiswrapper-utils-1.9&lt;/a&gt;
&lt;br /&gt;&lt;a href=&quot;http://packages.ubuntu.com/gutsy/net/ndisgtk&quot;&gt;ndisgtk&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/ul&gt;
&lt;li&gt;&lt;p&gt;Copy the four files you downloaded to your Home folder on your Ubuntu system using a flash drive, CD-ROM, or other means.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Open terminal on your Ubuntu system.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Type (or copy/paste) the following into Terminal to install ndisWrapper:
&lt;br /&gt;&lt;code&gt;sudo dpkg -i ndiswrapper-common_*.deb
&lt;br /&gt;sudo dpkg -i ndiswrapper-utils*.deb
&lt;br /&gt;sudo dpkg -i --force-depends ndisgtk_*.deb&lt;/code&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Type (or copy/paste) the following into a terminal to extract the drivers you just downloaded:
&lt;br /&gt;&lt;code&gt;tar xvfz belkin_pre-n.tar.gz
&lt;br /&gt;cd belkin_pre-n&lt;/code&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Type (or copy/paste) the following line into terminal:
&lt;br /&gt;&lt;code&gt;echo &#39;blacklist bcm43xx&#39; | sudo tee -a /etc/modprobe.d/blacklist&lt;/code&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Type (or copy/paste) the following line into terminal:
&lt;br /&gt;&lt;code&gt;sudo ndiswrapper -i NetAni.inf&lt;/code&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Type (or copy/paste) the following line into terminal:
&lt;br /&gt;&lt;code&gt;ndiswrapper -l&lt;/code&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Look for the following:
&lt;br /&gt;&lt;samp&gt;tmimo3p: driver installed
&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;device (17CB:0001) present&lt;/samp&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Type (or copy/paste) the following into Terminal to activate the driver:
&lt;br /&gt;&lt;code&gt;sudo depmod -a
&lt;br /&gt;sudo modprobe ndiswrapper&lt;/code&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Type (or copy/paste) the following into Terminal to check for errors:
&lt;br /&gt;&lt;code&gt;tail /var/log/messages&lt;/code&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Type (or copy/paste) the following into Terminal to open the Network Manager:
&lt;br /&gt;&lt;code&gt;gksudo network-admin&lt;/code&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Verify the connection labeled &quot;Wireless connection&quot; says &quot;Roaming mode enabled&quot; beneath it.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Perform the following steps if it does not say &quot;Roaming mode enabled:&quot;&lt;/p&gt;&lt;/li&gt;
&lt;ol&gt;
&lt;li&gt;&lt;p&gt;Click the Wireless connection to highlight it.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Click the Properties button to open the properties window.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Click the check box next to Enable roaming mode and click Ok.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Verify that the wireless connection now says &quot;Roaming mode enabled.&quot;&lt;/p&gt;&lt;/li&gt;&lt;/ol&gt;
&lt;li&gt;&lt;p&gt;Click the close button on the Network manager to close it and return to the Terminal.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Type (or copy/paste) the following into Terminal to create an alias for your wireless card:
&lt;br /&gt;&lt;code&gt;sudo ndiswrapper -m&lt;/code&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Type (or copy/paste) the following into Terminal to open the modules list:
&lt;br /&gt;&lt;code&gt;gksudo gedit /etc/modules&lt;/code&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Type the following at the end of the text document that loads (if not already present):
&lt;br /&gt;&lt;code&gt;ndiswrapper&lt;/code&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Reboot your system to make sure everything is in full working order&lt;/p&gt;&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;That&#39;s it! I hope that this will help you get onto the Internet through Ubuntu using one of the toughest cards to get working through Ubuntu. Again, if you try out any of the other cards in the list, please feel free to leave a comment to let me know you got it to work. Likewise, if you run into issues, leave a comment and I&#39;ll do what I can to assist you.&lt;/p&gt;

&lt;p&gt;&lt;span class=&quot;technoratitag&quot;&gt;Technorati Tags:
&lt;a href=&quot;http://www.technorati.com/tag/Airgo&quot; target=&quot;_blank&quot; rel=&quot;tag&quot; title=&quot;Link to Technorati Tag category for Airgo&quot;&gt;Airgo&lt;/a&gt;, &lt;a href=&quot;http://www.technorati.com/tag/Belkin&quot; target=&quot;_blank&quot; rel=&quot;tag&quot; title=&quot;Link to Technorati Tag category for Belkin&quot;&gt;Belkin&lt;/a&gt;, &lt;a href=&quot;http://www.technorati.com/tag/Feisty+Fawn&quot; target=&quot;_blank&quot; rel=&quot;tag&quot; title=&quot;Link to Technorati Tag category for Feisty Fawn&quot;&gt;Feisty Fawn&lt;/a&gt;, &lt;a href=&quot;http://www.technorati.com/tag/HOWTO&quot; target=&quot;_blank&quot; rel=&quot;tag&quot; title=&quot;Link to Technorati Tag category for HOWTO&quot;&gt;HOWTO&lt;/a&gt;, &lt;a href=&quot;http://www.technorati.com/tag/Linux&quot; target=&quot;_blank&quot; rel=&quot;tag&quot; title=&quot;Link to Technorati Tag category for Linux&quot;&gt;Linux&lt;/a&gt;, &lt;a href=&quot;http://www.technorati.com/tag/ndiswrapper&quot; target=&quot;_blank&quot; rel=&quot;tag&quot; title=&quot;Link to Technorati Tag category for ndiswrapper&quot;&gt;ndiswrapper&lt;/a&gt;, &lt;a href=&quot;http://www.technorati.com/tag/Network&quot; target=&quot;_blank&quot; rel=&quot;tag&quot; title=&quot;Link to Technorati Tag category for Network&quot;&gt;Network&lt;/a&gt;, &lt;a href=&quot;http://www.technorati.com/tag/Pre-N&quot; target=&quot;_blank&quot; rel=&quot;tag&quot; title=&quot;Link to Technorati Tag category for Pre-N&quot;&gt;Pre-N&lt;/a&gt;, &lt;a href=&quot;http://www.technorati.com/tag/Sourceforge&quot; target=&quot;_blank&quot; rel=&quot;tag&quot; title=&quot;Link to Technorati Tag category for Sourceforge&quot;&gt;Sourceforge&lt;/a&gt;, &lt;a href=&quot;http://www.technorati.com/tag/True+Mimo&quot; target=&quot;_blank&quot; rel=&quot;tag&quot; title=&quot;Link to Technorati Tag category for True Mimo&quot;&gt;True Mimo&lt;/a&gt;, &lt;a href=&quot;http://www.technorati.com/tag/Ubuntu&quot; target=&quot;_blank&quot; rel=&quot;tag&quot; title=&quot;Link to Technorati Tag category for Ubuntu&quot;&gt;Ubuntu&lt;/a&gt;, &lt;a href=&quot;http://www.technorati.com/tag/WiFi&quot; target=&quot;_blank&quot; rel=&quot;tag&quot; title=&quot;Link to Technorati Tag category for WiFi&quot;&gt;WiFi&lt;/a&gt;, &lt;a href=&quot;http://www.technorati.com/tag/Wireless&quot; target=&quot;_blank&quot; rel=&quot;tag&quot; title=&quot;Link to Technorati Tag category for Wireless&quot;&gt;Wireless&lt;/a&gt;, &lt;a href=&quot;http://www.technorati.com/tag/Edgy+Eft&quot; target=&quot;_blank&quot; rel=&quot;tag&quot; title=&quot;Link to Technorati Tag category for Edgy Eft&quot;&gt;Edgy Eft&lt;/a&gt;&lt;/span&gt;
&lt;span class=&quot;sociallinks&quot;&gt;Add to: | &lt;a href=&quot;http://technorati.com/faves?add=http%3A%2F%2Fwelcometoubuntu%2Eblogspot%2Ecom%2F2007%2F10%2Fhowto%2Dget%2Dairgo%2Dbased%2Dwifi%2Denabled%2Ehtml&quot; target=&quot;_blank&quot;&gt;Technorati&lt;/a&gt; |  &lt;a href=&quot;http://digg.com/submit?phase=2&amp;amp;url=http%3A%2F%2Fwelcometoubuntu%2Eblogspot%2Ecom%2F2007%2F10%2Fhowto%2Dget%2Dairgo%2Dbased%2Dwifi%2Denabled%2Ehtml&quot; target=&quot;_blank&quot;&gt;Digg&lt;/a&gt; |  &lt;a href=&quot;http://del.icio.us/post?url=http%3A%2F%2Fwelcometoubuntu%2Eblogspot%2Ecom%2F2007%2F10%2Fhowto%2Dget%2Dairgo%2Dbased%2Dwifi%2Denabled%2Ehtml;title=HOWTO%3A%20Get%20Airgo%2DBased%20WiFi%20Enabled%20Using%20ndiswrapper&quot; target=&quot;_blank&quot;&gt;del.icio.us&lt;/a&gt; |  &lt;a href=&quot;http://myweb2.search.yahoo.com/myresults/bookmarklet?t=HOWTO%3A%20Get%20Airgo%2DBased%20WiFi%20Enabled%20Using%20ndiswrapper&amp;amp;u=http%3A%2F%2Fwelcometoubuntu%2Eblogspot%2Ecom%2F2007%2F10%2Fhowto%2Dget%2Dairgo%2Dbased%2Dwifi%2Denabled%2Ehtml&quot; target=&quot;_blank&quot;&gt;Yahoo&lt;/a&gt; |  &lt;a href=&quot;http://www.blinklist.com/index.php?Action=Blink/addblink.php&amp;amp;Url=http%3A%2F%2Fwelcometoubuntu%2Eblogspot%2Ecom%2F2007%2F10%2Fhowto%2Dget%2Dairgo%2Dbased%2Dwifi%2Denabled%2Ehtml&amp;amp;Title=HOWTO%3A%20Get%20Airgo%2DBased%20WiFi%20Enabled%20Using%20ndiswrapper&quot; target=&quot;_blank&quot;&gt;BlinkList&lt;/a&gt; |  &lt;a href=&quot;http://www.spurl.net/spurl.php?url=http%3A%2F%2Fwelcometoubuntu%2Eblogspot%2Ecom%2F2007%2F10%2Fhowto%2Dget%2Dairgo%2Dbased%2Dwifi%2Denabled%2Ehtml&amp;amp;title=HOWTO%3A%20Get%20Airgo%2DBased%20WiFi%20Enabled%20Using%20ndiswrapper&quot; target=&quot;_blank&quot;&gt;Spurl&lt;/a&gt; |  &lt;a href=&quot;http://reddit.com/submit?url=http%3A%2F%2Fwelcometoubuntu%2Eblogspot%2Ecom%2F2007%2F10%2Fhowto%2Dget%2Dairgo%2Dbased%2Dwifi%2Denabled%2Ehtml&amp;amp;title=HOWTO%3A%20Get%20Airgo%2DBased%20WiFi%20Enabled%20Using%20ndiswrapper&quot; target=&quot;_blank&quot;&gt;reddit&lt;/a&gt; |   &lt;a href=&quot;http://www.furl.net/storeIt.jsp?t=HOWTO%3A%20Get%20Airgo%2DBased%20WiFi%20Enabled%20Using%20ndiswrapper&amp;amp;u=http%3A%2F%2Fwelcometoubuntu%2Eblogspot%2Ecom%2F2007%2F10%2Fhowto%2Dget%2Dairgo%2Dbased%2Dwifi%2Denabled%2Ehtml&quot; target=&quot;_blank&quot;&gt;Furl&lt;/a&gt; |  &lt;/span&gt;&lt;/p&gt;
&lt;script type=&quot;text/javascript&quot;&gt;&lt;br /&gt;digg_url = &#39;http://welcometoubuntu.blogspot.com/2007/10/howto-get-airgo-based-wifi-enabled.html&#39;;&lt;br /&gt;digg_bgcolor = &#39;#d3caaa&#39;;&lt;br /&gt;digg_window = &#39;new&#39;;&lt;br /&gt;&lt;/script&gt;
&lt;script src=&quot;http://digg.com/tools/diggthis.js&quot; type=&quot;text/javascript&quot;&gt;&lt;/script&gt;</content><link rel='replies' type='application/atom+xml' href='http://welcometoubuntu.blogspot.com/feeds/5899593911968263458/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/3822607069924333452/5899593911968263458' title='28 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3822607069924333452/posts/default/5899593911968263458'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3822607069924333452/posts/default/5899593911968263458'/><link rel='alternate' type='text/html' href='http://welcometoubuntu.blogspot.com/2007/10/howto-get-airgo-based-wifi-enabled.html' title='HOWTO: Get Airgo-Based WiFi Enabled Using ndiswrapper'/><author><name>Anonymous</name><uri>http://www.blogger.com/profile/07078151946328363674</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>28</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3822607069924333452.post-4000420066320148015</id><published>2007-10-13T09:14:00.000-04:00</published><updated>2007-10-14T11:43:41.921-04:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Blogger Template"/><category scheme="http://www.blogger.com/atom/ns#" term="Ubuntu"/><category scheme="http://www.blogger.com/atom/ns#" term="Ubuntu Forums"/><title type='text'>Blogger Template</title><content type='html'>&lt;p&gt;Well, as you can see, the template on this page isn&#39;t one of the standard Blogger Templates. I have taken the default template Minima and modified it, basing it upon the &lt;a href=&#39;http://www.ubuntuforums.org&#39;&gt;Ubuntu Forums&lt;/a&gt; look. If you would like to use it on your Blog, you are more than welcome to do this. &lt;a href=&#39;http://ubuntuforums.org/showthread.php?p=3525063&#39;&gt;Get it here.&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;span class=&quot;technoratitag&quot;&gt;Technorati Tags:
&lt;a href=&quot;http://www.technorati.com/tag/Blogger+Template&quot; target=&quot;_blank&quot; rel=&quot;tag&quot; title=&quot;Link to Technorati Tag category for Blogger Template&quot;&gt;Blogger Template&lt;/a&gt;, &lt;a href=&quot;http://www.technorati.com/tag/Ubuntu&quot; target=&quot;_blank&quot; rel=&quot;tag&quot; title=&quot;Link to Technorati Tag category for Ubuntu&quot;&gt;Ubuntu&lt;/a&gt;, &lt;a href=&quot;http://www.technorati.com/tag/Ubuntu+Forums&quot; target=&quot;_blank&quot; rel=&quot;tag&quot; title=&quot;Link to Technorati Tag category for Ubuntu Forums&quot;&gt;Ubuntu Forums&lt;/a&gt;&lt;/span&gt;&lt;br /&gt;&lt;span class=&quot;sociallinks&quot;&gt;Add to: | &lt;a href=&quot;http://technorati.com/faves?add=http%3A%2F%2Fwelcometoubuntu%2Eblogspot%2Ecom%2F2007%2F10%2Fblogger%2Dtemplate%2Ehtml&quot; target=&quot;_blank&quot;&gt;Technorati&lt;/a&gt; |  &lt;a href=&quot;http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fwelcometoubuntu%2Eblogspot%2Ecom%2F2007%2F10%2Fblogger%2Dtemplate%2Ehtml&quot; target=&quot;_blank&quot;&gt;Digg&lt;/a&gt; |  &lt;a href=&quot;http://del.icio.us/post?url=http%3A%2F%2Fwelcometoubuntu%2Eblogspot%2Ecom%2F2007%2F10%2Fblogger%2Dtemplate%2Ehtml;title=Blogger%20Template&quot; target=&quot;_blank&quot;&gt;del.icio.us&lt;/a&gt; |  &lt;a href=&quot;http://myweb2.search.yahoo.com/myresults/bookmarklet?t=Blogger%20Template&amp;u=http%3A%2F%2Fwelcometoubuntu%2Eblogspot%2Ecom%2F2007%2F10%2Fblogger%2Dtemplate%2Ehtml&quot; target=&quot;_blank&quot;&gt;Yahoo&lt;/a&gt; |  &lt;a href=&quot;http://reddit.com/submit?url=http%3A%2F%2Fwelcometoubuntu%2Eblogspot%2Ecom%2F2007%2F10%2Fblogger%2Dtemplate%2Ehtml&amp;title=Blogger%20Template&quot; target=&quot;_blank&quot;&gt;reddit&lt;/a&gt; |  &lt;/span&gt;
&lt;/p&gt;
&lt;script type=&quot;text/javascript&quot;&gt;
digg_url = &#39;http://welcometoubuntu.blogspot.com/2007/10/blogger-template.html&#39;;
digg_bgcolor = &#39;#d3caaa&#39;;
digg_window = &#39;new&#39;;
&lt;/script&gt;
&lt;script src=&quot;http://digg.com/tools/diggthis.js&quot; type=&quot;text/javascript&quot;&gt;&lt;/script&gt;</content><link rel='replies' type='application/atom+xml' href='http://welcometoubuntu.blogspot.com/feeds/4000420066320148015/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/3822607069924333452/4000420066320148015' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3822607069924333452/posts/default/4000420066320148015'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3822607069924333452/posts/default/4000420066320148015'/><link rel='alternate' type='text/html' href='http://welcometoubuntu.blogspot.com/2007/10/blogger-template.html' title='Blogger Template'/><author><name>Anonymous</name><uri>http://www.blogger.com/profile/07078151946328363674</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3822607069924333452.post-3729556219147420559</id><published>2007-10-13T04:50:00.000-04:00</published><updated>2007-10-14T11:45:16.322-04:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Feisty Fawn"/><category scheme="http://www.blogger.com/atom/ns#" term="Firefox"/><category scheme="http://www.blogger.com/atom/ns#" term="Gutsy Gibbon"/><category scheme="http://www.blogger.com/atom/ns#" term="Kubuntu"/><category scheme="http://www.blogger.com/atom/ns#" term="Linux"/><category scheme="http://www.blogger.com/atom/ns#" term="OOo"/><category scheme="http://www.blogger.com/atom/ns#" term="OpenOffice.Org"/><category scheme="http://www.blogger.com/atom/ns#" term="Ubuntu"/><category scheme="http://www.blogger.com/atom/ns#" term="Xubuntu"/><title type='text'>Introduction</title><content type='html'>&lt;p&gt;Well, first off, welcome to my newest - and only currently published - blog I have. A little bit about myself: First, I am Justin Miller and have been using computers now for a little over twelve years. I pretty much knew when I got my first PC in 1994 (I had used a Commodore 128 prior to this) that I had found my calling in life.&lt;/p&gt;
&lt;p&gt;The computer I started out on was a Gateway 2000 486sx with 16mb of RAM and a whopping 512 MB hard drive. It also ran Windows for Workgroups 3.11. My first foray into the online world was on a Bulletin Board Service (BBS) which I joined in the summer of 2005 before the World Wide Web became a hit. I was really active in one BBS in particular, and was a junior SYSOP before it finally closed its doors in 1999.&lt;/p&gt;
&lt;p&gt;My first time on the Internet was sometime in 1996. Time Warner Cable had begun a test marketing for a new high-speed ISP called RoadRunner in my area and I was one of the first ones to get it. I started making web pages after I started looking at what was underneath, as well as learning about email, the WWW, FTP, and newsgroups. Suffice to say, I am pretty much self-taught on almost all of my computer knowledge.&lt;/p&gt;
&lt;p&gt;It was also in the year 1996 that I built my first computer from the Motherboard up. It was an AMD-based system and I was pretty proud of myself for it. I used it throughout my high school years, and when I began college in the fall of 1998 majoring in computer engineering, I had received a new Dell for my HS graduation gift. Long story short, I still have that Dell, and have given it a few upgrades throughout the years. I don&#39;t actually use it anymore and really only keep it because of its high initial cost and the fact that I have full replacement value on my renter&#39;s insurance policy.&lt;/p&gt;
&lt;p&gt;For reasons that don&#39;t need to be named here, I never wound up graduating college, and in 2000, I began work in a reputable shipping firm as a senior level tech support representative and was employed by them until mid-2001 when the economy crashed. I jumped from job to job with only a year and a half of professional experience, no degree, and no industry certifications under my belt. Finally in 2003, I joined the US Army, where I am currently working as a Network Administrator at a battalion level. In this position, I&#39;ve learned how to use Cisco switches and routers, effectively troubleshoot systems, and got my first taste of Linux with Solaris and Red Hat. I also began college again, and am now three semesters away from graduating, this time with a degree in MIS.&lt;/p&gt;
&lt;p&gt;Throughout the years, I have always used Windows, from WFW 3.11 through XP (skipping over NT4 and ME). I had always wanted to try out Linux for myself, but never found a distribution that I was comfortable with. I found out through Slashdot about a distro called Ubuntu in early 2007, and gave it a look, finally installing it in June of this year, dual-booting with XP. I have been completely impressed by it, I have had only a few qualms, such as the near-impossibility to install drivers for my WiFi (though from reading, that appears to be no longer an issue in 7.10), and I am looking forward to the day I can have a system that is completely open source. There are still Windows-proprietary things I need for my classes that I will eventually try to get working in Wine, but until then I have to remain a dual-user.&lt;/p&gt;
&lt;p&gt;I have recently become an activist for Open Source software. Except for Windows and iTunes, I am using open source programs such as &lt;a href=&#39;http://www.getfirefox.com&#39;&gt;Firefox&lt;/a&gt; &amp;amp; &lt;a href=&#39;http://www.openoffice.org&#39;&gt;OpenOffice.org&lt;/a&gt; in lieu of MS Office or Internet Explorer. I encourage others to use Open Source software. As for what this blog is about, I hope to share with you my experiences in using Ubuntu, any tips, tricks, and tweaks I find out, reviews of books on Linux (specifically Ubuntu), and any other stuff about Open Source I can find out that I think will help. I will try to update it at least once a week.&lt;/p&gt;
&lt;p&gt;Once again, welcome. I hope you have as good a time reading this as I did writing it.&lt;/p&gt;

&lt;p&gt;&lt;span class=&quot;technoratitag&quot;&gt;Technorati Tags:
&lt;a href=&quot;http://www.technorati.com/tag/Feisty+Fawn&quot; target=&quot;_blank&quot; rel=&quot;tag&quot; title=&quot;Link to Technorati Tag category for Feisty Fawn&quot;&gt;Feisty Fawn&lt;/a&gt;, &lt;a href=&quot;http://www.technorati.com/tag/Firefox&quot; target=&quot;_blank&quot; rel=&quot;tag&quot; title=&quot;Link to Technorati Tag category for Firefox&quot;&gt;Firefox&lt;/a&gt;, &lt;a href=&quot;http://www.technorati.com/tag/Gutsy+Gibbon&quot; target=&quot;_blank&quot; rel=&quot;tag&quot; title=&quot;Link to Technorati Tag category for Gutsy Gibbon&quot;&gt;Gutsy Gibbon&lt;/a&gt;, &lt;a href=&quot;http://www.technorati.com/tag/Kubuntu&quot; target=&quot;_blank&quot; rel=&quot;tag&quot; title=&quot;Link to Technorati Tag category for Kubuntu&quot;&gt;Kubuntu&lt;/a&gt;, &lt;a href=&quot;http://www.technorati.com/tag/Linux&quot; target=&quot;_blank&quot; rel=&quot;tag&quot; title=&quot;Link to Technorati Tag category for Linux&quot;&gt;Linux&lt;/a&gt;, &lt;a href=&quot;http://www.technorati.com/tag/OOo&quot; target=&quot;_blank&quot; rel=&quot;tag&quot; title=&quot;Link to Technorati Tag category for OOo&quot;&gt;OOo&lt;/a&gt;, &lt;a href=&quot;http://www.technorati.com/tag/OpenOffice.Org&quot; target=&quot;_blank&quot; rel=&quot;tag&quot; title=&quot;Link to Technorati Tag category for OpenOffice.Org&quot;&gt;OpenOffice.Org&lt;/a&gt;, &lt;a href=&quot;http://www.technorati.com/tag/Ubuntu&quot; target=&quot;_blank&quot; rel=&quot;tag&quot; title=&quot;Link to Technorati Tag category for Ubuntu&quot;&gt;Ubuntu&lt;/a&gt;, &lt;a href=&quot;http://www.technorati.com/tag/Xubuntu&quot; target=&quot;_blank&quot; rel=&quot;tag&quot; title=&quot;Link to Technorati Tag category for Xubuntu&quot;&gt;Xubuntu&lt;/a&gt;&lt;/span&gt;&lt;br /&gt;&lt;span class=&quot;sociallinks&quot;&gt;Add to: | &lt;a href=&quot;http://technorati.com/faves?add=http%3A%2F%2Fwelcometoubuntu%2Eblogspot%2Ecom%2F2007%2F10%2Fintroduction%2Ehtml&quot; target=&quot;_blank&quot;&gt;Technorati&lt;/a&gt; |  &lt;a href=&quot;http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fwelcometoubuntu%2Eblogspot%2Ecom%2F2007%2F10%2Fintroduction%2Ehtml&quot; target=&quot;_blank&quot;&gt;Digg&lt;/a&gt; |  &lt;a href=&quot;http://myweb2.search.yahoo.com/myresults/bookmarklet?t=Introduction&amp;u=http%3A%2F%2Fwelcometoubuntu%2Eblogspot%2Ecom%2F2007%2F10%2Fintroduction%2Ehtml&quot; target=&quot;_blank&quot;&gt;Yahoo&lt;/a&gt; |  &lt;/span&gt;&lt;/p&gt;
&lt;script type=&quot;text/javascript&quot;&gt;
digg_url = &#39;http://welcometoubuntu.blogspot.com/2007/10/introduction.html&#39;;
digg_bgcolor = &#39;#d3caaa&#39;;
digg_window = &#39;new&#39;;
&lt;/script&gt;
&lt;script src=&quot;http://digg.com/tools/diggthis.js&quot; type=&quot;text/javascript&quot;&gt;&lt;/script&gt;</content><link rel='replies' type='application/atom+xml' href='http://welcometoubuntu.blogspot.com/feeds/3729556219147420559/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/3822607069924333452/3729556219147420559' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3822607069924333452/posts/default/3729556219147420559'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3822607069924333452/posts/default/3729556219147420559'/><link rel='alternate' type='text/html' href='http://welcometoubuntu.blogspot.com/2007/10/introduction.html' title='Introduction'/><author><name>Anonymous</name><uri>http://www.blogger.com/profile/07078151946328363674</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry></feed>