<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title> &#187; OS Installation</title>
	<atom:link href="http://lofubuntuxp.wordpress.com/category/ubuntu/os-installation/feed/" rel="self" type="application/rss+xml" />
	<link>http://lofubuntuxp.wordpress.com</link>
	<description></description>
	<lastBuildDate>Wed, 21 Jan 2009 21:13:55 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<cloud domain='lofubuntuxp.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://www.gravatar.com/blavatar/ed341d9256fdebdeef10d32ce301e950?s=96&#038;d=http://s.wordpress.com/i/buttonw-com.png</url>
		<title> &#187; OS Installation</title>
		<link>http://lofubuntuxp.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://lofubuntuxp.wordpress.com/osd.xml" title="" />
		<item>
		<title>Reduce brightness on HP Pavilion dv5-1020ep (Ubuntu 8.10 64 bits)</title>
		<link>http://lofubuntuxp.wordpress.com/2009/01/12/reduce-brightness-hp-pavilion-dv5-1020ep-ubuntu-810-64-bits/</link>
		<comments>http://lofubuntuxp.wordpress.com/2009/01/12/reduce-brightness-hp-pavilion-dv5-1020ep-ubuntu-810-64-bits/#comments</comments>
		<pubDate>Mon, 12 Jan 2009 22:37:01 +0000</pubDate>
		<dc:creator>paapereira</dc:creator>
				<category><![CDATA[OS Installation]]></category>

		<guid isPermaLink="false">http://lofubuntuxp.wordpress.com/?p=168</guid>
		<description><![CDATA[My brightness function keys always worked, but suddenly they stopped working as well as the &#8220;Reduce backlight brightness&#8221; option in Power Management Preferences  
Every time I unplugged my power cord the monitor dimmed automatically. Now not even with the function keys I get my brightness down.
This happened in my HP Pavilion dv5-1020ep running Ubuntu [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lofubuntuxp.wordpress.com&blog=3945211&post=168&subd=lofubuntuxp&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>My brightness function keys always worked, but suddenly they stopped working as well as the &#8220;Reduce backlight brightness&#8221; option in Power Management Preferences <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_sad.gif' alt=':-(' class='wp-smiley' /> </p>
<p>Every time I unplugged my power cord the monitor dimmed automatically. Now not even with the function keys I get my brightness down.</p>
<p>This happened in my <a href="http://lof-ubuntu-xp.lofspot.net/2008/11/03/upgrading-to-ubuntu-810/">HP Pavilion dv5-1020ep</a> running Ubuntu 8.10 64 bits.</p>
<p>Here some additional info after searching in the Ubuntu forums and Google:</p>
<pre style="border:0 inset;overflow:auto;width:470px;height:25px;text-align:left;color:#339966;margin:0;padding:6px 6px 6px 36px;">grep . -r /var/lib/acpi-support/*-*</pre>
<pre style="border:1px inset;overflow:auto;width:470px;height:100px;text-align:left;margin:0;padding:6px;">/var/lib/acpi-support/bios-version:F.20
/var/lib/acpi-support/system-manufacturer:Hewlett-Packard
/var/lib/acpi-support/system-product-name:HP Pavilion dv5 Notebook PC
/var/lib/acpi-support/system-version:Rev 1</pre>
<pre style="border:0 inset;overflow:auto;width:470px;height:25px;text-align:left;color:#339966;margin:0;padding:6px 6px 6px 36px;">more /proc/acpi/video/DVGA/LCD/brightness</pre>
<pre style="border:1px inset;overflow:auto;width:470px;height:25px;text-align:left;margin:0;padding:6px;">not supported</pre>
<pre style="border:0 inset;overflow:auto;width:470px;height:25px;text-align:left;color:#339966;margin:0;padding:6px 6px 6px 36px;">sudo echo -n 5 &gt; /proc/acpi/video/DVGA/LCD/brightness</pre>
<pre style="border:1px inset;overflow:auto;width:470px;height:25px;text-align:left;margin:0;padding:6px;">bash: /proc/acpi/video/DVGA/LCD/brightness: Permission denied</pre>
<p>This happened either after a kernel or hal update&#8230;</p>
<p>I found a workaround, that allow the brightness to be changed. This isn&#8217;t the fix, if I unplug the power cord the brightness keeps it&#8217;s value. Still, the function keys do their job&#8230;</p>
<p>Just add <em>acpi_osi=&#8221;Linux&#8221;</em> to your grub menu:</p>
<pre style="border:0 inset;overflow:auto;width:470px;height:25px;text-align:left;color:#339966;margin:0;padding:6px 6px 6px 36px;">sudo vi /boot/grub/menu.lst</pre>
<pre style="border:1px inset;overflow:auto;width:470px;height:100px;text-align:left;margin:0;padding:6px;">title           Ubuntu 8.10, kernel 2.6.27-11-generic
root            (hd0,2)
kernel          /boot/vmlinuz-2.6.27-11-generic root=UUID=cba317f7-1d97-4cf8-9ac8-a4a6aaf0ea81 ro quiet splash <strong>acpi_osi="Linux"</strong>
initrd          /boot/initrd.img-2.6.27-11-generic
quiet</pre>
<p><strong><br />
Update 1: </strong> There is a <a href="https://bugs.launchpad.net/ubuntu/+bug/316145" target="_blank">bug report</a> about this problem.<br />
<strong><br />
Update 2 (16/01): </strong>Recent acpi and kernel updates just solved the problem <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><strong><br />
Further reading</strong></p>
<ul>
<li><a href="http://ubuntuforums.org/showthread.php?p=6540451" target="_blank">My Ubuntu Forum post</a></li>
</ul>
<p>last updated: 16-01-2009</p>
<p>______________________________________________________________________________________</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/lofubuntuxp.wordpress.com/168/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/lofubuntuxp.wordpress.com/168/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/lofubuntuxp.wordpress.com/168/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/lofubuntuxp.wordpress.com/168/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/lofubuntuxp.wordpress.com/168/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/lofubuntuxp.wordpress.com/168/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/lofubuntuxp.wordpress.com/168/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/lofubuntuxp.wordpress.com/168/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/lofubuntuxp.wordpress.com/168/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/lofubuntuxp.wordpress.com/168/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lofubuntuxp.wordpress.com&blog=3945211&post=168&subd=lofubuntuxp&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://lofubuntuxp.wordpress.com/2009/01/12/reduce-brightness-hp-pavilion-dv5-1020ep-ubuntu-810-64-bits/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/942a72434f90e8d75ad4358c6ddcef0f?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">paapereira</media:title>
		</media:content>
	</item>
		<item>
		<title>Upgrading to Ubuntu 8.10 The Intrepid Ibex</title>
		<link>http://lofubuntuxp.wordpress.com/2008/11/03/upgrading-to-ubuntu-810/</link>
		<comments>http://lofubuntuxp.wordpress.com/2008/11/03/upgrading-to-ubuntu-810/#comments</comments>
		<pubDate>Mon, 03 Nov 2008 22:03:09 +0000</pubDate>
		<dc:creator>paapereira</dc:creator>
				<category><![CDATA[OS Installation]]></category>

		<guid isPermaLink="false">http://lofubuntuxp.wordpress.com/?p=157</guid>
		<description><![CDATA[Last week Ubuntu 8.10, aka The Intrepid Ibex, was released.
Time to updgrade   First in my laptop.
I will be the using the 64 bit alternate cd to upgrade. This means that the upgrade will have a cd image as his source, and not the Internet. This way it&#8217;s much faster.
Before you start

Check for updates [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lofubuntuxp.wordpress.com&blog=3945211&post=157&subd=lofubuntuxp&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p style="text-align:left;">Last week Ubuntu 8.10, aka The Intrepid Ibex, was <a href="http://www.ubuntu.com/getubuntu/download" target="_blank">released</a>.</p>
<p style="text-align:left;">Time to updgrade <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' />  First in my <a href="http://lof-ubuntu-xp.lofspot.net/2008/09/16/hp-pavilion-dv5-1020ep/">laptop</a>.</p>
<p style="text-align:left;">I will be the using the 64 bit alternate cd to upgrade. This means that the upgrade will have a cd image as his source, and not the Internet. This way it&#8217;s much faster.</p>
<p style="text-align:left;"><strong>Before you start</strong></p>
<ul>
<li>Check for updates using Update Manager</li>
<li>Backup your data</li>
<li>Check the <a href="http://www.ubuntu.com/getubuntu/releasenotes/810" target="_blank">Release Notes</a></li>
<li><a href="http://www.ubuntu.com/getubuntu/download" target="_blank">Download</a> Ubuntu (I recommend using <a href="http://www.ubuntu.com/getubuntu/downloadmirrors#bt" target="_blank">Torrents</a>)</li>
<li>Check the file hash (example: <em>md5sum ubuntu-8.10-alternate-amd64.iso</em>)</li>
<li>Be sure to upgrade from Ubuntu 8.04.</li>
<li>Use <a href="http://www.ubuntugeek.com/easy-way-of-mountunmount-iso-images-in-ubuntu.html">Gmount-iso</a> to mount the iso file. This way cd could be mounted without having to burn a cd.</li>
</ul>
<p style="text-align:left;">In the Terminal, go to the cd mount point (example: <em>/media/cdrom</em>) and type:</p>
<pre style="border:0 inset;overflow:auto;width:470px;height:25px;text-align:left;color:#339966;margin:0;padding:6px 6px 6px 36px;">gksu "sh /cdrom/cdromupgrade"</pre>
<p style="text-align:left;">And now we wait&#8230;</p>
<p style="text-align:left;">During the updgrade there may be some questions about replacing some configuration files. I replaced them all with the new versions.</p>
<p style="text-align:left;">After restarting and reactivating my Software Sources there were more updates to do. This is because Ubuntu deactivates other software sources and because I made the upgrade from the alternate cd.</p>
<p style="text-align:left;"><strong><br />
Issues</strong></p>
<ul style="text-align:left;">
<li><strong>Non-Issue 1:</strong> It really seams faster <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </li>
<li><strong>Non-Issue 2:</strong> Install OpenOffice 3.0</li>
<li><span style="font-weight:bold;">Issue 1:</span> I was missing some software I wanted to get back.
<ul>
<li>gVim</li>
<li>gnuCash</li>
<li>Mail Notification</li>
<li><a href="http://lof-ubuntu-xp.lofspot.net/2008/04/28/apache-php-and-mysql/">LAMP Server</a> (<span style="font-style:italic;">check the link for details</span>)</li>
</ul>
</li>
<li><strong>Issue 2: </strong>Reactivate Software Sources (System &gt; Administration &gt; Software Sources) updating them to Intrepid.</li>
<li><strong>Issue 3:</strong> Add to re-install EnvyNG-Qt (<em>sudo apt-get install envyng-qt</em>) and enable the ATI driver.</li>
<li><strong>Issue 4:</strong> Scrolling in Firefox was extremely slow. I reinstalled the ATI driver and it&#8217;s fixed now.</li>
<pre style="border:0 inset;overflow:auto;width:470px;height:100px;text-align:left;color:#339966;margin:0;padding:6px 6px 6px 36px;">sudo apt-get remove --purge fglrx*
sudo apt-get remove --purge xserver-xorg-video-ati xserver-xorg-video-radeon
sudo apt-get install xserver-xorg-video-ati
sudo dpkg-reconfigure -phigh xserver-xorgsudo dpkg-reconfigure -phigh xserver-xorg</pre>
</ul>
<p style="text-align:left;"><span style="font-size:85%;"><span style="font-style:italic;">last updated: 11-11-2008</span></span></p>
<p style="text-align:left;">___________________________________________________________________________________________________</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/lofubuntuxp.wordpress.com/157/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/lofubuntuxp.wordpress.com/157/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/lofubuntuxp.wordpress.com/157/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/lofubuntuxp.wordpress.com/157/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/lofubuntuxp.wordpress.com/157/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/lofubuntuxp.wordpress.com/157/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/lofubuntuxp.wordpress.com/157/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/lofubuntuxp.wordpress.com/157/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/lofubuntuxp.wordpress.com/157/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/lofubuntuxp.wordpress.com/157/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lofubuntuxp.wordpress.com&blog=3945211&post=157&subd=lofubuntuxp&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://lofubuntuxp.wordpress.com/2008/11/03/upgrading-to-ubuntu-810/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/942a72434f90e8d75ad4358c6ddcef0f?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">paapereira</media:title>
		</media:content>
	</item>
		<item>
		<title>HP Pavilion dv5-1020ep (Ubuntu 64 bits)</title>
		<link>http://lofubuntuxp.wordpress.com/2008/09/16/hp-pavilion-dv5-1020ep/</link>
		<comments>http://lofubuntuxp.wordpress.com/2008/09/16/hp-pavilion-dv5-1020ep/#comments</comments>
		<pubDate>Tue, 16 Sep 2008 20:49:56 +0000</pubDate>
		<dc:creator>paapereira</dc:creator>
				<category><![CDATA[OS Installation]]></category>

		<guid isPermaLink="false">http://lofubuntuxp.wordpress.com/?p=129</guid>
		<description><![CDATA[My old laptop&#8217;s battery is dying, and used that as an excuse to buy myself a new on  
I had a HP Pavilion zt3240EA, and have been very happy with it. Nice machine. Still, age weights on every one.
I&#8217;m gonna be installing Ubuntu 8.04.1 LTS Desktop Edition, 64 bits version, on my new HP [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lofubuntuxp.wordpress.com&blog=3945211&post=129&subd=lofubuntuxp&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p style="text-align:left;">My old laptop&#8217;s battery is dying, and used that as an excuse to buy myself a new on <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p style="text-align:left;">I had a HP Pavilion zt3240EA, and have been very happy with it. Nice machine. Still, age weights on every one.</p>
<p style="text-align:left;">I&#8217;m gonna be installing Ubuntu 8.04.1 LTS Desktop Edition, 64 bits version, on my new <a href="http://h10025.www1.hp.com/ewfrf/wc/product?lc=en&amp;dlc=en&amp;cc=sg&amp;product=3770477&amp;lang=en" target="_blank">HP Pavilion dv5-1020ep</a>.</p>
<p style="text-align:left;"><strong></strong></p>
<p style="text-align:left;"><strong><br />
Download and Burn a CD</strong></p>
<ul style="text-align:left;">
<li>Go to Ubuntu <a href="http://www.ubuntu.com/getubuntu/download" target="_blank">Download Page</a> and download Ubuntu.</li>
<li>Check the downloaded file hash. The output must be the same as you see in the <a href="https://help.ubuntu.com/community/UbuntuHashes" target="_blank">Ubuntu Hashes Page</a>.</li>
</ul>
<pre style="border:0 inset;overflow:auto;width:470px;height:25px;text-align:left;color:#339966;margin:0;padding:6px 6px 6px 36px;">md5sum ubuntu-8.04.1-desktop-amd64.iso</pre>
<ul style="text-align:left;">
<li>Burn a cd (you can use <a href="http://www.gnome.org/projects/brasero/" target="_blank">Brasero</a>, for example, if you already use Ubuntu).</li>
</ul>
<p style="text-align:left;"><strong><br />
Running the live cd</strong></p>
<ul style="text-align:left;">
<li>Boot from the cd.</li>
<li>After booting it&#8217;s important to check the integrity of the cd. Burning cds also fails.</li>
</ul>
<p style="text-align:left;"><strong><br />
Hardware to check</strong> (during the live cd session)</p>
<ul style="text-align:left;">
<li>Graphics (only 1024&#215;768, but check)</li>
<li>Sound (check)</li>
<li>Media buttons (check)</li>
<li>Cable network (check)</li>
<li>Wireless network (the proprietary Atheros wireless card was found, not tested)</li>
<li>HP media command (not working)</li>
<li>Integrated Webcam (check)</li>
</ul>
<p style="text-align:left;"><strong><br />
Hard Drive Partition Layout</strong></p>
<pre style="border:1px inset;overflow:auto;width:470px;height:120px;text-align:left;margin:0;padding:6px;">/dev/sda
	/dev/sda1	ntfs	Vista			36002 MB
	/dev/sda2	ntfs	Vista Recover		 8450 MB
	/dev/sda3	ext3	/			10240 MB
	/dev/sda5	ext3	/home 			10240 MB
	/dev/sda6	ext3	/storage		94072 MB
	/dev/sda7	swap				 1028 MB</pre>
<p style="text-align:left;"><strong><br />
Post-install: Graphics Card</strong></p>
<p style="text-align:left;">I installed <a href="http://albertomilone.com/index.html">EnvyNG</a> using the Synaptic Package Manager (look for <span style="font-style:italic;">envyng-gtk</span>) and just had to run it (Applications &gt; System Tools &gt; EnvyNG), after closing Synaptic (important), and choose to “Install the ATI driver (Automatic Hardware Detection)” option.</p>
<p style="text-align:left;">I now have a normal 1280×800 screen resolution and some desktop effects are already active.</p>
<p style="text-align:left;">There is an ATI Catalyst Control Center under Applications &gt; Other, where you can tweak things up.</p>
<p style="text-align:left;"><strong>Problems to Solve:</strong> if I have Compiz on, there&#8217;s a terrible flickering when playing back movies.</p>
<p style="text-align:left;"><strong><br />
Post-install: CPU Frequency Scaling</strong></p>
<p>After installing Ubuntu I noticed that the frequency of both cores was always at 2 GHz (the cpu max frequency in my case).</p>
<p>Because this is a laptop I want the cpu to scale that frequencies as needed.</p>
<p><span style="text-decoration:underline;">Useful tools:</span></p>
<pre style="border:0 inset;overflow:auto;width:470px;height:25px;text-align:left;color:#339966;margin:0;padding:6px 6px 6px 36px;">sudo apt-get install cpufrequtils</pre>
<p>You can check this behavior by:</p>
<ul>
<li>Adding the &#8220;CPU Frequency Scaling Monitor&#8221; to your Gnome Panel (add two, one for each core). Frequency should change while you work.</li>
<li>Check the output of the following (here you can check the driver used &#8211; powernow-k8 &#8211; and the current scaling policy)</li>
<pre style="border:0 inset;overflow:auto;width:470px;height:25px;text-align:left;color:#339966;margin:0;padding:6px 6px 6px 36px;">cpufreq-info</pre>
</ul>
<p>Reference: <a href="http://xlife.zuavra.net/index.php/70/" target="_blank">How to use CPU frequency scaling (cpufreq)</a></p>
<p>After some time of research here&#8217;s a very simple method (read the <a href="http://xlife.zuavra.net/index.php/70/" target="_blank">Reference</a> for much more details):</p>
<ul>
<li>Add the following to your<em> /etc/rc.local</em> file ( <span style="color:#339966;"><strong>sudo vi /etc/rc.local</strong></span> )</li>
</ul>
<pre style="border:1px inset;overflow:auto;width:470px;height:120px;text-align:left;margin:0;padding:6px;">modprobe powernow-k8
sudo cpufreq-selector -g userspace
/etc/init.d/powernowd restart

exit 0</pre>
<ul>
<li>Add the -n option to your <em> /etc/default/powernowd</em> file ( <span style="color:#339966;"><strong>sudo vi /etc/default/powernowd</strong></span> )</li>
</ul>
<pre style="border:1px inset;overflow:auto;width:470px;height:20px;text-align:left;margin:0;padding:6px;">OPTIONS="-q -n"</pre>
<ul>
<li>Restart</li>
</ul>
<p style="text-align:left;"><strong></strong></p>
<p style="text-align:left;"><span style="text-decoration:underline;">Useful tips:</span></p>
<ul>
<li>Check available frequencies for your cpu (if you have more than one core also check cpu1, cpu2, etc.)</li>
</ul>
<pre style="border:0 inset;overflow:auto;width:470px;height:25px;text-align:left;color:#339966;margin:0;padding:6px 6px 6px 36px;">cat /sys/devices/system/cpu/cpu0/cpufreq/scaling_available_frequencies</pre>
<ul>
<li>Check current governor</li>
</ul>
<pre style="border:0 inset;overflow:auto;width:470px;height:25px;text-align:left;color:#339966;margin:0;padding:6px 6px 6px 36px;">cat /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor</pre>
<ul>
<li>Check available governors</li>
</ul>
<pre style="border:0 inset;overflow:auto;width:470px;height:25px;text-align:left;color:#339966;margin:0;padding:6px 6px 6px 36px;">cat /sys/devices/system/cpu/cpu0/cpufreq/scaling_available_governors</pre>
<p style="text-align:left;"><span style="font-weight:bold;">Problems to solve:</span> restarting <em>powernowd</em> always change the governor to <em>ondemand</em>.</p>
<p style="text-align:left;"><strong><br />
Post-install: Wireless Network card</strong></p>
<p style="text-align:left;">A warning in the Notification Area showed that a Proprietary Driver is enabled (Atheros wireless card).</p>
<p style="text-align:left;"><em>lspci | grep Atheros</em> to check the driver name.</p>
<p style="text-align:left;">Followed this instructions from <a href="http://ubuntuforums.org/showthread.php?t=908180" target="_blank">Ubuntu Forums</a>, now I can use the wireless card, I found several networks, the signal is good, I connect with my password, but I can&#8217;t get an IP&#8230; This means no Internet.</p>
<p style="text-align:left;"><span style="font-weight:bold;">Problems to solve:</span> connect to the Internet with sucess.</p>
<p style="text-align:left;"><strong><br />
Post-install: Laptop Optimizations</strong></p>
<p style="text-align:left;">Here&#8217;s some useful tips if you&#8217;re running on a laptop:</p>
<ul>
<li>Change the ENABLE_LAPTOP_MODE option to true ( <span style="color:#339966;"><strong>sudo vi /etc/default/acpi-support</strong></span> )</li>
</ul>
<pre style="border:1px inset;overflow:auto;width:470px;height:20px;text-align:left;margin:0;padding:6px;">ENABLE_LAPTOP_MODE=true</pre>
<ul>
<li>Install and run <em>powertop</em>. Follow the instructions on-screen (more info <a href="http://ubuntu-tutorials.com/2008/06/19/extend-your-battery-life-with-powertop/" target="_blank">here</a>).</li>
</ul>
<pre style="border:0 inset;overflow:auto;width:470px;height:25px;text-align:left;color:#339966;margin:0;padding:6px 6px 6px 36px;">sudo apt-get install powertop</pre>
<pre style="border:0 inset;overflow:auto;width:470px;height:25px;text-align:left;color:#339966;margin:0;padding:6px 6px 6px 36px;">sudo powertop</pre>
<p style="text-align:left;"><strong><br />
Post-install: Sound Card</strong></p>
<p>Sound works fine, but the Master mute button doen&#8217;t mute the Front. This means that the columns still output sound.</p>
<p style="text-align:left;">To fix this go to System &gt; Preferences &gt; Sound and select the Front device in the list below.</p>
<p style="text-align:left;"><strong><br />
Post-install: File System</strong></p>
<p style="text-align:left;">Besides the / and <span style="font-style:italic;">/home</span> partitions, only root have permissions to write in every other partitions. In my case <span style="font-style:italic;">/storage</span>.</p>
<p style="text-align:left;">So, we have to add permissions to our user:</p>
<pre style="border:0 inset;overflow:auto;width:470px;height:50px;text-align:left;color:#339966;margin:0;padding:6px 6px 6px 36px;">sudo chown -R youruser:youruser /storage
sudo chmod -R 755 /storage</pre>
<p style="text-align:left;">Click <a href="http://www.psychocats.net/ubuntu/mountlinux">here</a> for more info.</p>
<p style="text-align:left;"><strong><br />
Post-install: Updates</strong></p>
<p style="text-align:left;">Update Manager warned me about 120 available updates. Just letting it go&#8230;</p>
<p style="text-align:left;"><strong><br />
Post-install: Multimedia</strong></p>
<p style="text-align:left;">References: <a href="http://ubuntuforums.org/showthread.php?t=766683">Complete Streaming, Multimedia &amp; Video How-to</a> and <a href="https://help.ubuntu.com/community/Medibuntu">Medibuntu<br />
</a></p>
<ul style="text-align:left;">
<li>Repositories</li>
</ul>
<pre style="border:0 inset;overflow:auto;width:470px;height:90px;text-align:left;color:#339966;margin:0;padding:6px 6px 6px 36px;">sudo wget http://www.medibuntu.org/sources.list.d/hardy.list \
 -O /etc/apt/sources.list.d/medibuntu.list
wget -q http://packages.medibuntu.org/medibuntu-key.gpg -O- | sudo apt-key add \
 - &amp;&amp; sudo apt-get update</pre>
<ul style="text-align:left;">
<li>Flash</li>
</ul>
<pre style="border:0 inset;overflow:auto;width:470px;height:100px;text-align:left;color:#339966;margin:0;padding:6px 6px 6px 36px;">sudo apt-get purge flashplugin-nonfree &amp;&amp; \
sudo mkdir /usr/lib/flashplugin-nonfree &amp;&amp; \
sudo cp -f ~/Desktop/libflashplayer.so \
/usr/lib/flashplugin-nonfree/ &amp;&amp; \
sudo nspluginwrapper -i \
/usr/lib/flashplugin-nonfree/libflashplayer.so &amp;&amp; \
sudo ln -sf \
/usr/lib/nspluginwrapper/plugins/npwrapper.libflashplayer.so \
/etc/alternatives/firefox-flashplugin &amp;&amp; \
sudo ln -sf /etc/alternatives/firefox-flashplugin \
/usr/lib/firefox-addons/plugins/flashplayer-alternative.so &amp;&amp; \
sudo rm -f /usr/lib/firefox/plugins/npwrapper.libflashplayer.so</pre>
<ul style="text-align:left;">
<li>Codecs and plugins (<span style="font-size:85%;">it will take quite some time</span>)</li>
</ul>
<pre style="border:0 inset;overflow:auto;width:470px;height:110px;text-align:left;color:#339966;margin:0;padding:6px 6px 6px 36px;">sudo apt-get remove gnash gnash-common libflash-mozplugin \
libflashsupport mozilla-plugin-gnash swfdec-mozilla &amp;&amp; \
sudo apt-get install alsa-oss faac faad flashplugin-nonfree \
gstreamer0.10-ffmpeg gstreamer0.10-plugins-bad \
gstreamer0.10-plugins-bad-multiverse gstreamer0.10-plugins-ugly \
gstreamer0.10-plugins-ugly-multiverse ia32-libs icedtea-gcjwebplugin \
liblame0 non-free-codecs openjdk-6-jre unrar</pre>
<ul>
<li>Audio and Video Streaming</li>
</ul>
<pre style="border:0 inset;overflow:auto;width:470px;height:50px;text-align:left;color:#339966;margin:0;padding:6px 6px 6px 36px;">sudo apt-get remove kaffeine-mozilla mozilla-helix-player \
mozilla-mplayer mozilla-plugin-vlc totem-mozilla xine-plugin &amp;&amp; \
sudo apt-get install gnome-mplayer gecko-mediaplayer</pre>
<ul>
<li>Playing Encrypted DVDs</li>
</ul>
<pre style="border:0 inset;overflow:auto;width:470px;height:50px;text-align:left;color:#339966;margin:0;padding:6px 6px 6px 36px;">sudo apt-get install libdvdcss2 libdvdread3 libdvdnav4 build-essential debhelper fakeroot \
 regionset</pre>
<ul>
<li>Changing your <a href="http://en.wikipedia.org/wiki/DVD_region_codes">DVD Region Code</a> (<span style="font-size:85%;">be sure there’s a DVD in the drive</span>)<a href="http://en.wikipedia.org/wiki/DVD_region_codes"><br />
</a></li>
</ul>
<pre style="border:0 inset;overflow:auto;width:470px;height:25px;text-align:left;color:#339966;margin:0;padding:6px 6px 6px 36px;">sudo regionset</pre>
<p style="text-align:left;">Check the <a href="http://ubuntuforums.org/showthread.php?t=766683">reference</a> link, because it as many other things you’ll want.</p>
<p style="text-align:left;"><strong><br />
Post-install: Preferences and Look and Feel</strong></p>
<p style="text-align:left;">Here&#8217;s some things I changed right away:</p>
<ul>
<li>4 workspaces</li>
<li>Automatic login (System &gt; Administration &gt; Login Window, Security tab)</li>
<li>Add Network Manager and Battery Charge Monitor to the Panel</li>
<li>Background</li>
<li>NTP Time Server</li>
<li>Weather on Clock Preferences</li>
</ul>
<p><strong><br />
Post-install: NFS file sharing</strong></p>
<p style="text-align:left;">To configure two Ubuntu machines to share files using NFS, check <a href="http://lof-ubuntu-xp.lofspot.net/2008/05/01/nfs-file-sharing/">here</a>.</p>
<p style="text-align:left;"><strong><br />
Post-install: SAMBA Server</strong></p>
<p style="text-align:left;">Go to Applications &gt; Add/Remove and install Samba.</p>
<p style="text-align:left;">Go to System &gt; Administration &gt; Samba to add shares and define samba users.</p>
<p style="text-align:left;">Also check this <a href="http://lof-ubuntu-xp.lofspot.net/2008/03/21/sharing-files-with-windows/">post</a>.</p>
<p style="text-align:left;"><strong><br />
Post-install: LAMP Server</strong></p>
<p style="text-align:left;">To install Apache, MySQL and PHP, check <a href="http://lof-ubuntu-xp.lofspot.net/2008/04/28/apache-php-and-mysql/">here</a>.</p>
<p style="text-align:left;"><strong><br />
Post-install: extra software</strong></p>
<p style="text-align:left;">List of extra installation software installed:</p>
<ul style="text-align:left;">
<li><a href="http://beta.foxmarks.com/">Firefox </a><a href="http://beta.foxmarks.com/">Foxmarks</a> add-on (<span style="font-size:85%;">can’t live without it</span>)</li>
<li><a href="http://lof-ubuntu-xp.lofspot.net/2008/07/29/gnomedo-05/">GnomeDo</a></li>
<li>VLC</li>
<li><a href="http://lof-ubuntu-xp.lofspot.net/2008/04/21/conky/">Conky</a></li>
<li><a href="http://lof-ubuntu-xp.lofspot.net/2008/06/24/synergy/">Synergy</a></li>
<li>GVim</li>
<li>lm-sensors</li>
<li>Network Selector</li>
<li><a href="http://lof-ubuntu-xp.lofspot.net/2008/09/16/virtualbox-20/">VirtualBox</a></li>
<li>Gaupol Subtitle Editor</li>
<li>More Firefox add-ons (<span style="font-size:85%;">BugMeNot, Forecastfox, Twitkit, Portuguese Dictionary</span>)</li>
<li>Firefox IMDB search-engine</li>
<li>Gnucash</li>
<li><a href="http://earth.google.com/download-earth.html">Google Earth</a> (<span style="font-size:85%;">it will download a .bin installation file, run it in the Terminal</span>)</li>
<li>aspell-pt-pt</li>
<li>Mail Notification</li>
</ul>
<p style="text-align:left;">
<p style="text-align:left;">
<p><strong><br />
Further reading</strong></p>
<ul>
<li><a href="http://aldeby.org/blog/index.php/howto-ubuntu-linux-on-hp-pavilion-dv2000-dv6000-dv9000-series-laptops" target="_blank">HowTo [EN]: Ubuntu Linux on HP Pavilion series dv2000, dv6000, dv9000</a></li>
</ul>
<p style="text-align:left;"><span style="font-size:85%;"><span style="font-style:italic;"> last updated: 18-09-2008</span></span></p>
<p style="text-align:left;">______________________________________________________________________________________</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/lofubuntuxp.wordpress.com/129/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/lofubuntuxp.wordpress.com/129/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/lofubuntuxp.wordpress.com/129/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/lofubuntuxp.wordpress.com/129/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/lofubuntuxp.wordpress.com/129/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/lofubuntuxp.wordpress.com/129/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/lofubuntuxp.wordpress.com/129/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/lofubuntuxp.wordpress.com/129/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/lofubuntuxp.wordpress.com/129/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/lofubuntuxp.wordpress.com/129/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/lofubuntuxp.wordpress.com/129/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/lofubuntuxp.wordpress.com/129/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lofubuntuxp.wordpress.com&blog=3945211&post=129&subd=lofubuntuxp&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://lofubuntuxp.wordpress.com/2008/09/16/hp-pavilion-dv5-1020ep/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/942a72434f90e8d75ad4358c6ddcef0f?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">paapereira</media:title>
		</media:content>
	</item>
		<item>
		<title>Ubuntu in my desktop (installation) (updated)</title>
		<link>http://lofubuntuxp.wordpress.com/2008/06/13/ubuntu-in-my-desktop-installation/</link>
		<comments>http://lofubuntuxp.wordpress.com/2008/06/13/ubuntu-in-my-desktop-installation/#comments</comments>
		<pubDate>Fri, 13 Jun 2008 13:35:00 +0000</pubDate>
		<dc:creator>paapereira</dc:creator>
				<category><![CDATA[OS Installation]]></category>

		<guid isPermaLink="false">http://lofubuntuxp.wordpress.com/2008/05/01/ubuntu-in-my-desktop-installation/</guid>
		<description><![CDATA[UPDATE 13/06: playing encrypted DVDs and changing your DVD Region Code (check Post-install: Multimedia).
Tomorrow (01/05) is an holiday in Portugal and today it was a nice day to start installing Ubuntu in my Desktop  
The first reference for my eXPerience is my own post where I address several important points to check before installing [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lofubuntuxp.wordpress.com&blog=3945211&post=22&subd=lofubuntuxp&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p style="text-align:left;"><strong>UPDATE 13/06:</strong> playing encrypted DVDs and changing your DVD Region Code (check Post-install: Multimedia).</p>
<p style="text-align:left;">Tomorrow (01/05) is an holiday in Portugal and today it was a nice day to start installing Ubuntu in my Desktop <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p style="text-align:left;">The first reference for my eXPerience is my own <a href="http://lof-ubuntu-xp.lofspot.net/2008/04/29/ubuntu-in-my-desktop-status/">post</a> where I address several important points to check before installing and to achieve.</p>
<p style="text-align:left;"><strong><br />
Running the live cd</strong></p>
<p style="text-align:left;">So, the first thing was downloading <a href="http://www.ubuntu.com/">Ubuntu</a> 32 bits, checking the downloaded file hash (look for more info <a href="http://lof-ubuntu-xp.lofspot.net/2008/04/24/upgrading-to-hardy/">here</a>) and burning the cd.</p>
<p style="text-align:left;">After booting from the cd is important to check the integrity of the cd. Burning cds also fails.</p>
<p style="text-align:left;"><strong><br />
Hardware to check</strong> (during the live cd session)</p>
<ul style="text-align:left;">
<li>Sound (check)</li>
<li>Cable network (check) &#8212; <span style="font-size:85%;">been writing in the blog in the live cd session</span></li>
<li>Graphics (not so good)</li>
</ul>
<p style="text-align:left;">I have a 800&#215;600 screen resolution in my 19&#8221; monitor, and the image isn&#8217;t centered&#8230;<br />
I installed <a href="http://albertomilone.com/index.html">EnvyNG</a> using the Synaptic Package Manager (look for <span style="font-style:italic;">envyng-gtk</span>) and just had to run it (Applications &gt; System Tools &gt; EnvyNG), after closing Synaptic (important), choose to &#8220;Install he NVIDIA driver (Automatic Hardware Detection)&#8221; option.<br />
<span style="font-weight:bold;">Note:</span> before installing EnvyNG, in Synaptic, go to Settings &gt; Repositories and in the &#8220;Ubuntu Software&#8221; tab choose every option. Also, in the &#8220;Third-Party Software&#8221; tab choose the first option.</p>
<p style="text-align:left;">Because I was in a live cd session I didn&#8217;t restart to see the effect, but everything looks fine in the log so&#8230;</p>
<p style="text-align:left;">Starting the installation now <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p style="text-align:left;"><strong><br />
Ubuntu install Hard Drive Partition Layout</strong></p>
<pre style="border:1px inset;overflow:auto;width:470px;height:150px;text-align:left;margin:0;padding:6px;">/dev/sdc
	/dev/sdc1	ntfs			21476 MB (20 GB)
	/dev/sdc2	ext3	/		15360 MB (20 GB)
	/dev/sdc5	ext3	/home		15360 MB (15 GB)
	/dev/sdc6	swap			2048 MB (2 GB)
	/dev/sdc7	ext3	/storage/pool	27719 MB (27 GB)</pre>
<p style="text-align:left;"><strong><br />
Post-install: graphics card</strong></p>
<p style="text-align:left;">After the Ubuntu installation, I restart the computer and choose to boot from Ubuntu in the Grub menu.<br />
I still don&#8217;t have the graphic card installed, but the image is centered now.</p>
<p style="text-align:left;">I installed <a href="http://albertomilone.com/index.html">EnvyNG</a> (like in the live cd session) and restarted.</p>
<p style="text-align:left;">While restarting a NVIDIA splash screen will be displayed, proofing a successful installation.<br />
I now have a normal 1280&#215;1024 screen resolution and some desktop effects are already active.</p>
<p style="text-align:left;">Also check the System &gt; Administration &gt; NVIDIA X Server Settings. Pretty awesome. Even my monitor is correctly recognized.</p>
<p style="text-align:left;"><strong><br />
Post-install: wireless network card</strong></p>
<p style="text-align:left;">A warning in the Notification Area told I had a Proprietary Driver to install. I just had to check Enable and the wireless card was installed.</p>
<p style="text-align:left;">Ridiculous simple&#8230;</p>
<p style="text-align:left;"><span style="font-weight:bold;">To Do:</span> try the wireless network&#8230;</p>
<p style="text-align:left;"><strong><br />
Post-install: file system</strong></p>
<p style="text-align:left;">Besides the / and <span style="font-style:italic;">/home</span> partitions, only root have permissions to write in every other partitions. In my case <span style="font-style:italic;">/storage/pool</span>.</p>
<p style="text-align:left;">So, we have to add permissions to our user:</p>
<pre style="border:0 inset;overflow:auto;width:470px;height:50px;text-align:left;color:#339966;margin:0;padding:6px 6px 6px 36px;">sudo chown -R youruser:youruser /storage/pool
sudo chmod -R 755 /storage/pool</pre>
<p style="text-align:left;">Click <a href="http://www.psychocats.net/ubuntu/mountlinux">here</a> for more info.</p>
<p style="text-align:left;"><strong><br />
Post-install: Multimedia</strong></p>
<p style="text-align:left;">References: <a href="http://ubuntuforums.org/showthread.php?t=661833">Complete Streaming, Multimedia &amp; Video How-to</a> and <a href="https://help.ubuntu.com/community/Medibuntu">Medibuntu<br />
</a></p>
<ul style="text-align:left;">
<li>Repositories</li>
</ul>
<pre style="border:0 inset;overflow:auto;width:470px;height:90px;text-align:left;color:#339966;margin:0;padding:6px 6px 6px 36px;">sudo wget http://www.medibuntu.org/sources.list.d/hardy.list \
 -O /etc/apt/sources.list.d/medibuntu.list
wget -q http://packages.medibuntu.org/medibuntu-key.gpg -O- | sudo apt-key add \
 - &amp;&amp; sudo apt-get update</pre>
<ul style="text-align:left;">
<li>Flash</li>
</ul>
<pre style="border:0 inset;overflow:auto;width:470px;height:50px;text-align:left;color:#339966;margin:0;padding:6px 6px 6px 36px;">sudo apt-get purge flashplugin-nonfree gnash gnash-common &amp;&amp; sudo apt-get install \
 flashplugin-nonfree</pre>
<ul style="text-align:left;">
<li>Codecs and plugins (<span style="font-size:85%;">it will take quite some time</span>)</li>
</ul>
<pre style="border:0 inset;overflow:auto;width:470px;height:110px;text-align:left;color:#339966;margin:0;padding:6px 6px 6px 36px;">sudo apt-get remove icedtea-gcjwebplugin openjdk-6-jre &amp;&amp; sudo apt-get install alsa-oss \
 compizconfig-settings-manager faad gstreamer0.10-ffmpeg gstreamer0.10-plugins-bad \
 gstreamer0.10-plugins-bad-multiverse gstreamer0.10-plugins-ugly \
 gstreamer0.10-plugins-ugly-multiverse gstreamer0.10-pitfdll libflashsupport liblame0 \
 sun-java6-fonts sun-java6-jre sun-java6-plugin unrar w32codecs</pre>
<ul>
<li>Playing Encrypted DVDs</li>
</ul>
<pre style="border:0 inset;overflow:auto;width:470px;height:50px;text-align:left;color:#339966;margin:0;padding:6px 6px 6px 36px;">sudo apt-get install libdvdcss2 libdvdread3 libdvdnav4 build-essential debhelper fakeroot \
 regionset</pre>
<ul>
<li>Changing your <a href="http://en.wikipedia.org/wiki/DVD_region_codes">DVD Region Code</a> (<span style="font-size:85%;">be sure there&#8217;s a DVD in the drive</span>)<a href="http://en.wikipedia.org/wiki/DVD_region_codes"><br />
</a></li>
</ul>
<pre style="border:0 inset;overflow:auto;width:470px;height:25px;text-align:left;color:#339966;margin:0;padding:6px 6px 6px 36px;">sudo regionset</pre>
<p style="text-align:left;">Check the <a href="http://ubuntuforums.org/showthread.php?t=661833">reference</a> link, because it as many other things you&#8217;ll want.</p>
<p style="text-align:left;"><strong><br />
Post-install: System &gt; Preferences</strong></p>
<p>List of changed Preferences:</p>
<ul style="text-align:left;">
<li>Advanced Desktop Effects Settings (Compiz Settings Manager)</li>
<li>Keyboard (Layout &gt; Layout Options)</li>
</ul>
<p style="text-align:left;"><strong><br />
Post-install: LAMP Server</strong></p>
<p style="text-align:left;">To install Apache, MySQL and PHP, check <a href="http://lof-ubuntu-xp.lofspot.net/2008/04/28/apache-php-and-mysql/">here</a>.</p>
<p style="text-align:left;"><strong><br />
Post-install: Windows Legacy</strong></p>
<p style="text-align:left;">To install VirtualBox to run Windows, check <a href="http://lof-ubuntu-xp.lofspot.net/2008/05/01/windows-under-linux/">here</a>.</p>
<p style="text-align:left;"><strong><br />
Post-install: NFS file sharing</strong></p>
<p style="text-align:left;">To configure two Ubuntu machines to share files using NFS, check <a href="http://lof-ubuntu-xp.lofspot.net/2008/05/01/nfs-file-sharing/">here</a>.</p>
<p style="text-align:left;"><strong><br />
Post-install: Syncing Windows Mobile 5/6 with Synce</strong></p>
<p style="text-align:left;">To sync your phone with Ubuntu, check <a href="http://lof-ubuntu-xp.lofspot.net/2008/06/04/syncing-windows-mobile-56-with-synce/">here</a>.</p>
<p style="text-align:left;"><strong><br />
Post-install: extra software</strong></p>
<p style="text-align:left;">List of extra installation software installed:</p>
<ul style="text-align:left;">
<li>GVim</li>
<li><a href="http://beta.foxmarks.com/">Firefox </a><a href="http://beta.foxmarks.com/">Foxmarks</a> add-on (<span style="font-size:85%;">can&#8217;t live without it</span>)</li>
<li>More Firefox add-ons (<span style="font-size:85%;">BugMeNot, Forecastfox</span>)</li>
<li>Firefox IMDB search-engine</li>
<li>VLC</li>
<li>Gmount-iso</li>
<li>Gmail Notifier</li>
<li>Gnucash</li>
<li>Amarok</li>
<li>Istanbul Desktop Session Recorder</li>
<li>Sysinfo</li>
<li><a href="http://lof-ubuntu-xp.lofspot.net/2008/04/21/conky/">Conky</a></li>
<li>Gaupol Subtitle Editor</li>
<li>VirtualBox</li>
<li><a href="http://www.adobe.com/products/acrobat/readstep2_allversions.html">Acrobat Reader</a> (<span style="font-size:85%;">choose the .deb installer and double click after the download</span>)</li>
<li><a href="http://earth.google.com/download-earth.html">Google Earth</a> (<span style="font-size:85%;">it will download a .bin installation file, run it in the Terminal</span>)</li>
<li>gPHPEdit</li>
<li>Screem HTML/XML Editor</li>
<li>Bluefish Editor</li>
<li>Gnome Partition Editor (gParted)</li>
<li>aspell-pt-pt</li>
<li>Simple Backup</li>
<li>mdf2iso (<span style="font-size:85%;">sudo apt-get install mdf2iso</span>)</li>
<li>nrg2iso (<span style="font-size:85%;">sudo apt-get install nrg2iso</span>)</li>
<li>gFTP</li>
</ul>
<p style="text-align:left;">
<p style="text-align:left;"><span style="font-size:85%;"><span style="font-style:italic;">last updated: 13-06-2008<br />
original post: 01-05-2008</span></span></p>
<p style="text-align:left;">___________________________________________________________________________________________________</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/lofubuntuxp.wordpress.com/22/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/lofubuntuxp.wordpress.com/22/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/lofubuntuxp.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/lofubuntuxp.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/lofubuntuxp.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/lofubuntuxp.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/lofubuntuxp.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/lofubuntuxp.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/lofubuntuxp.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/lofubuntuxp.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/lofubuntuxp.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/lofubuntuxp.wordpress.com/22/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lofubuntuxp.wordpress.com&blog=3945211&post=22&subd=lofubuntuxp&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://lofubuntuxp.wordpress.com/2008/06/13/ubuntu-in-my-desktop-installation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/942a72434f90e8d75ad4358c6ddcef0f?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">paapereira</media:title>
		</media:content>
	</item>
		<item>
		<title>Ubuntu in my desktop (status)</title>
		<link>http://lofubuntuxp.wordpress.com/2008/04/29/ubuntu-in-my-desktop-status/</link>
		<comments>http://lofubuntuxp.wordpress.com/2008/04/29/ubuntu-in-my-desktop-status/#comments</comments>
		<pubDate>Tue, 29 Apr 2008 20:45:00 +0000</pubDate>
		<dc:creator>paapereira</dc:creator>
				<category><![CDATA[OS Installation]]></category>

		<guid isPermaLink="false">http://lofubuntuxp.wordpress.com/2008/04/29/ubuntu-in-my-desktop-status/</guid>
		<description><![CDATA[I&#8217;m preparing to install Ubuntu 8.04 &#8220;Hardy Heron&#8221; in my desktop machine.

Before starting

Try, using the Ubuntu live-cd, at least graphics, sound and cable network access (done)

Backup important data (done)
Decide the partition layout for all my hard drives (example)  (done)
Rethink my home network (IPs, Windows workgroup names&#8230;)
Decide between Ubuntu 32 bits and Ubuntu 64 bits [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lofubuntuxp.wordpress.com&blog=3945211&post=21&subd=lofubuntuxp&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p style="text-align:left;">I&#8217;m preparing to install <a href="http://www.ubuntu.com/">Ubuntu 8.04 &#8220;Hardy Heron&#8221;</a> in my desktop machine.</p>
<p style="text-align:left;"><strong><br />
Before starting</strong></p>
<ul style="text-align:left;">
<li><span style="font-size:100%;">Try, using the Ubuntu live-cd, at least graphics, sound and cable network access (done)<br />
</span></li>
<li><span style="font-size:100%;">Backup important data (done)</span></li>
<li><span style="font-size:100%;">Decide the partition layout for all my hard drives (<a href="http://lof-ubuntu-xp.lofspot.net/2008/03/20/partition-map/">example</a>)  (done)</span></li>
<li><strong><span style="font-size:100%;">Rethink my home network (IPs, Windows w</span><span style="font-size:100%;">ork</span><span style="font-size:100%;">group names&#8230;)</span></strong></li>
<li><span style="font-size:100%;">Decide between Ubuntu 32 bits and Ubuntu 64 bits for my AMD Athlon 64BIT X2 DUAL-CORE 4200+ SKAM2 2.20 GB</span>
<ul>
<li><span style="font-size:100%;">I&#8217;ve decided to go with Ubuntu 32 bits (</span><span style="font-size:100%;">done</span><span style="font-size:100%;">)</span></li>
<li><span style="font-size:100%;">Check if both cores are beeing used</span><span style="font-size:100%;"> (</span><span style="font-size:100%;">done</span><span style="font-size:100%;">)</span></li>
</ul>
</li>
</ul>
<p style="text-align:left;">I will be dual-booting (for now) with Windows XP, and in order to release myself from Windows completely, here&#8217;s a &#8220;to achieve&#8221; list.<br />
This list doesn&#8217;t have a significant order of importance.</p>
<p style="text-align:left;"><strong><br />
To achieve</strong><span> (check the installation eXPerience <a href="http://lof-ubuntu-xp.lofspot.net/2008/05/01/ubuntu-in-my-desktop-installation/">here</a></span>)</p>
<ul style="text-align:left;">
<li><span style="font-size:100%;">Internet access using my home network (cable) (achieved)<br />
</span></li>
<li><strong><span style="font-size:100%;">Internet access using my home network (wireless)</span></strong></li>
<li><span style="font-size:100%;">Read and write support from Linux to my Windows partitions (just in case) (achieved)</span></li>
<li><strong><span style="font-size:100%;">Read and write support from Windows to my Linux partitions (just in case)</span></strong></li>
<li><span style="font-size:100%;">Divx and Xvid playback with subtitle files support (achieved)</span></li>
<li><span style="font-size:100%;">Full browser experience (Java, flash&#8230;) (achieved)</span></li>
<li><span style="font-size:100%;">Microsoft Office 100% support</span><span style="font-size:100%;"> (achieved using a virtual machine)</span>
<ul>
<li><span style="font-size:100%;">it isn&#8217;t enough .doc support</span></li>
<li><span style="font-size:100%;">as an example, the Excel formats, graphs, etc. should be exactly the same</span></li>
<li><span style="font-size:100%;">it could be done using a virtual machine</span></li>
</ul>
</li>
<li><span style="font-size:100%;"><span style="font-weight:normal;">Windows XP in a virtual machine (objective &#8211; legacy support) (achieved)</span><br />
</span></li>
<li><strong><span style="font-size:100%;">Streaming media content (xvid, divx) to my Xbox 360</span></strong>
<ul>
<li><strong><span style="font-size:100%;">the the content must be converted to the right format in real time</span></strong></li>
<li><strong><span style="font-size:100%;">it must add subtitles to the media (for instance .srt separated files)</span></strong></li>
<li><strong><span style="font-size:100%;">in Windows I use <a href="http://tversity.com/home">TVersity</a></span></strong></li>
</ul>
</li>
<li><span style="font-size:100%;">Print to PDF</span><span style="font-size:100%;"> (achieved)</span></li>
<li><span style="font-size:100%;">Have a subtitle editor (achieved)</span>
<ul>
<li><span style="font-size:100%;">a needed feature is to fix the subtitles in order to keep a fixed number of characters for column</span></li>
<li><span style="font-size:100%;">in Windows I use <a href="http://www.softpedia.com/get/Multimedia/Video/Other-VIDEO-Tools/Subtitle-Workshop.shtml">Subtitle Workshop</a></span></li>
</ul>
</li>
<li><span style="font-size:100%;">Software to mount cd image files (like .iso) (achieved)<br />
</span></li>
<li><span style="font-size:100%;">Recording software (CD and DVD support)</span><span style="font-size:100%;"> (achieved)</span></li>
<li><span style="font-size:100%;">Google Earth and Google Notifier (achieved)</span></li>
<li><strong><span style="font-size:100%;">Full iPod Touch support (it could be done using a virtual machine)</span></strong></li>
<li><span style="font-size:100%;">Full Calendar and Contacts sync support for Qtek 9100 (it could be done using a virtual machine)</span><span style="font-size:100%;"> (achieved)</span></li>
<li><span style="font-size:100%;">Apache, PHP and MySQL solution for my home database solution, currently working in Windows (achieved)</span></li>
<li><strong><span style="font-size:100%;">Remote Desktop Connection to other machines, including Windows (it could be done using a virtual machine)</span></strong></li>
<li><span style="font-size:100%;"><span style="font-weight:normal;">Home network (at least shared folders) (achieved)</span><br />
</span></li>
</ul>
<p style="text-align:left;"><strong><br />
Other nice stuff I&#8217;d like</strong>&gt;</p>
<ul style="text-align:left;">
<li>BIOS upgrades (it could be done using a virtual machine)</li>
<li>System monitor (hard drive free space, cpu, memory, network and temperature)</li>
</ul>
<p style="text-align:left;"><span style="font-size:85%;"><span style="font-style:italic;">last updated: 21-05-2008</span></span></p>
<p style="text-align:left;">___________________________________________________________________________________________________</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/lofubuntuxp.wordpress.com/21/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/lofubuntuxp.wordpress.com/21/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/lofubuntuxp.wordpress.com/21/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/lofubuntuxp.wordpress.com/21/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/lofubuntuxp.wordpress.com/21/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/lofubuntuxp.wordpress.com/21/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/lofubuntuxp.wordpress.com/21/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/lofubuntuxp.wordpress.com/21/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/lofubuntuxp.wordpress.com/21/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/lofubuntuxp.wordpress.com/21/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/lofubuntuxp.wordpress.com/21/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/lofubuntuxp.wordpress.com/21/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lofubuntuxp.wordpress.com&blog=3945211&post=21&subd=lofubuntuxp&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://lofubuntuxp.wordpress.com/2008/04/29/ubuntu-in-my-desktop-status/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/942a72434f90e8d75ad4358c6ddcef0f?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">paapereira</media:title>
		</media:content>
	</item>
		<item>
		<title>Upgrading to Hardy</title>
		<link>http://lofubuntuxp.wordpress.com/2008/04/24/upgrading-to-hardy/</link>
		<comments>http://lofubuntuxp.wordpress.com/2008/04/24/upgrading-to-hardy/#comments</comments>
		<pubDate>Thu, 24 Apr 2008 23:56:00 +0000</pubDate>
		<dc:creator>paapereira</dc:creator>
				<category><![CDATA[OS Installation]]></category>

		<guid isPermaLink="false">http://lofubuntuxp.wordpress.com/2008/04/24/upgrading-to-hardy/</guid>
		<description><![CDATA[And I&#8217;m set. I&#8217;m now officially running Ubuntu 8.04 LTS.
The recommended (and easier) way to upgrade from Ubuntu 7.10 is to use Update Manager. But the servers are clotted (April 25th)&#8230;
I tried it two times and it just isn&#8217;t possible at this moment (yes, I want Hardy).
So I downloaded the alternate version of Ubuntu (check [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lofubuntuxp.wordpress.com&blog=3945211&post=19&subd=lofubuntuxp&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p style="text-align:left;">And I&#8217;m set. I&#8217;m now officially running Ubuntu 8.04 LTS.</p>
<p style="text-align:left;">The recommended (and easier) way to <a href="http://www.ubuntu.com/getubuntu/upgrading">upgrade</a> from Ubuntu 7.10 is to use Update Manager. But the servers are clotted (April 25th)&#8230;<br />
I tried it two times and it just isn&#8217;t possible at this moment (yes, I want Hardy).</p>
<p style="text-align:left;">So I downloaded the <a href="http://www.ubuntu.com/getubuntu/download">alternate version of Ubuntu</a> (check bellow the &#8220;Start Download&#8221; button).<br />
This version isn&#8217;t a live cd, and it can be used to upgrade Ubuntu.</p>
<p style="text-align:left;">I installed (Applications &gt; Add/Remove) <a href="http://www.ubuntugeek.com/easy-way-of-mountunmount-iso-images-in-ubuntu.html">Gmount-iso</a>. This way I could use the iso file without having to burn a cd.</p>
<p style="text-align:left;">To make sure cd image isn&#8217;t corrupted:</p>
<ul style="text-align:left;">
<li>In the Terminal</li>
</ul>
<pre style="border:0 inset;overflow:auto;width:470px;height:25px;text-align:left;color:#339966;margin:0;padding:6px 6px 6px 36px;">md5sum ubuntu-8.04-alternate-i386.iso</pre>
<ul style="text-align:left;">
<li>You should get the correct hash for the iso you&#8217;re checking</li>
</ul>
<pre style="border:0 inset;overflow:auto;width:470px;height:25px;text-align:left;margin:0;padding:6px;">
166991d61e7c79a452b604f0d25d07f9 *ubuntu-8.04-alternate-i386.iso
</pre>
<ul style="text-align:left;">
<li>Check the hash values <a href="https://help.ubuntu.com/community/UbuntuHashes">here</a>.</li>
</ul>
<p style="text-align:left;">After an hour I got the alternate version of Ubuntu 8.04, mounted the iso file using Gmount-iso and, in the Terminal:</p>
<pre style="border:0 inset;overflow:auto;width:470px;height:25px;text-align:left;color:#339966;margin:0;padding:6px 6px 6px 36px;">gksu "sh /cdrom/cdromupgrade"</pre>
<p style="text-align:left;">And off we go. Upgrading to 8.04.</p>
<p style="text-align:left;">After some time the upgrade was complete and I rebooted the machine. Check bellow the aftermath:</p>
<ul style="text-align:left;">
<li>Several packages were marked to removal at the beginning of the upgrade. My Ubuntu 7.10 installation came from Ubuntu Ultimate Edition. I think that&#8217;s one of the reasons. I gave it a little look and kept going. If something is missing I will install it later.</li>
<li>The installer asked 3 ou 4 times about replacing configuration files, like smb.conf. It allowed to see the differences between the current file and the new one, and I could choose to keep or replace the files. I backed up the ones I wanted and replaced them all.</li>
<li>Restarted.</li>
<li>After the restart the Update Manager wanted to do a partial upgrade. It seems the alternate cd didn&#8217;t cover all packages. More packages where marked for removal.</li>
<li>After the successful partial upgrade, I&#8217;m did another one.</li>
<li>I then restarted again.</li>
<li>I ran the Update Manager manually and check for updated and there aren&#8217;t none. I was finished. It was a long run.</li>
</ul>
<p style="text-align:left;"><strong><br />
Issues</strong></p>
<ul style="text-align:left;">
<li><span style="font-weight:bold;">Issue 1:</span> I was missing some software I wanted to get back. Just went do Applications &gt; Add/Remove and that was it.
<ul>
<li>gVim (<span style="font-style:italic;">installed</span>)</li>
<li>vlc player (<span style="font-style:italic;">installed</span>)</li>
<li>VirtualBox kernel driver (<span style="font-weight:bold;">to install</span>)</li>
<li><a href="http://lof-ubuntu-xp.lofspot.net/2008/04/28/apache-php-and-mysql/">LAMP Server</a> (<span style="font-style:italic;">installed</span><span style="font-style:italic;"> &#8211; check the link for details</span>)</li>
</ul>
</li>
<li><span style="font-weight:bold;">Issue </span><span style="font-weight:bold;">2:</span><span style="font-weight:bold;"> </span>All my preferences seems to be ok, except the mouse pointer speed (System &gt; Preferences &gt; Mouse). (<span style="font-style:italic;">solved</span>)<span style="font-weight:bold;"><br />
</span></li>
<li><span style="font-weight:bold;">Issue </span><span style="font-weight:bold;">3:</span> in Places &gt; Network I see my Workgroup, but no computers (in this case a Windows machine). Still the Windows machine is accessing Linux shared folders (that I had to share again). (<span style="font-weight:bold;">to solve</span>)
<ul>
<li>If I use directly the IP I have no problems, but even in Places &gt; Connect to Server I&#8217;m having no luck.</li>
<li>To pass this &#8220;problem&#8221; I created a Launcher (Location) in the Desktop to the machine (<span style="font-style:italic;">smb://100.000.0.0/</span>).</li>
</ul>
</li>
<li><span style="font-weight:bold;">Issue </span><span style="font-weight:bold;">4:</span> The version of Firefox that came with Ubuntu is the 3.0 beta 5. Unfortunately some of my favorite add-ons aren&#8217;t supported (just yet), so I&#8217;m gonna have to install Firefox 2.0 (<span style="font-weight:bold;">to do</span>).</li>
<li><span style="font-weight:bold;">Issue </span><span style="font-weight:bold;">5:</span> The time server (ntp) I had defined was gone. I had it again. (<span style="font-style:italic;">solved</span>)</li>
</ul>
<pre style="border:0 inset;overflow:auto;width:470px;height:25px;text-align:left;margin:0;padding:6px 6px 6px 36px;">ntp02.oal.ul.pt</pre>
<ul style="text-align:left;">
<li><span style="font-weight:bold;">Issue </span><span style="font-weight:bold;">6:</span> I had some custom code in grub. I have to check it out tomorrow. (<span style="font-weight:bold;">to check</span>)</li>
<li><span style="font-weight:bold;">Issue 7:</span> Check if VirtualBox is running. (<span style="font-weight:bold;">to check</span>)</li>
</ul>
<p style="text-align:left;"><span style="font-size:85%;"><span style="font-style:italic;">last updated: 25-04-200</span></span></p>
<p style="text-align:left;">___________________________________________________________________________________________________</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/lofubuntuxp.wordpress.com/19/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/lofubuntuxp.wordpress.com/19/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/lofubuntuxp.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/lofubuntuxp.wordpress.com/19/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/lofubuntuxp.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/lofubuntuxp.wordpress.com/19/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/lofubuntuxp.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/lofubuntuxp.wordpress.com/19/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/lofubuntuxp.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/lofubuntuxp.wordpress.com/19/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/lofubuntuxp.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/lofubuntuxp.wordpress.com/19/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lofubuntuxp.wordpress.com&blog=3945211&post=19&subd=lofubuntuxp&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://lofubuntuxp.wordpress.com/2008/04/24/upgrading-to-hardy/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/942a72434f90e8d75ad4358c6ddcef0f?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">paapereira</media:title>
		</media:content>
	</item>
		<item>
		<title>Partition Map</title>
		<link>http://lofubuntuxp.wordpress.com/2008/03/20/partition-map/</link>
		<comments>http://lofubuntuxp.wordpress.com/2008/03/20/partition-map/#comments</comments>
		<pubDate>Thu, 20 Mar 2008 16:13:00 +0000</pubDate>
		<dc:creator>paapereira</dc:creator>
				<category><![CDATA[Hardware]]></category>
		<category><![CDATA[OS Installation]]></category>

		<guid isPermaLink="false">http://lofubuntuxp.wordpress.com/2008/03/20/partition-map/</guid>
		<description><![CDATA[First thing to decide is how will I partition my hard drive.
/dev/sda
	/dev/sda1	ext3	/	10240 MB
	/dev/sda5	ext3	/home 	10240 MB
	/dev/sda6	ext3	/data 	58547 MB
	/dev/sda7	swap		1028 MB
I used some useful resources to decide:

Ubuntu Forums Partition Basics
Explanation of the Ubuntu / Linux file structure

last updated: 20-03-2008
___________________________________________________________________________________________________
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lofubuntuxp.wordpress.com&blog=3945211&post=6&subd=lofubuntuxp&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>First thing to decide is how will I partition my hard drive.</p>
<pre style="border:1px inset;overflow:auto;width:470px;height:120px;text-align:left;margin:0;padding:6px;">/dev/sda
	/dev/sda1	ext3	/	10240 MB
	/dev/sda5	ext3	/home 	10240 MB
	/dev/sda6	ext3	/data 	58547 MB
	/dev/sda7	swap		1028 MB</pre>
<p>I used some useful resources to decide:</p>
<ul>
<li><a href="http://ubuntuforums.org/showthread.php?t=282018" target="_blank">Ubuntu Forums Partition Basics</a></li>
<li><a href="http://ubuntu-tutorials.com/2006/12/20/explanation-of-the-ubuntu-linux-file-structure-ubuntu-all-versions/" target="_blank">Explanation of the Ubuntu / Linux file structure</a></li>
</ul>
<p><span style="font-size:85%;"><span style="font-style:italic;">last updated: 20-03-2008</span></span></p>
<p>___________________________________________________________________________________________________</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/lofubuntuxp.wordpress.com/6/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/lofubuntuxp.wordpress.com/6/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/lofubuntuxp.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/lofubuntuxp.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/lofubuntuxp.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/lofubuntuxp.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/lofubuntuxp.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/lofubuntuxp.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/lofubuntuxp.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/lofubuntuxp.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/lofubuntuxp.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/lofubuntuxp.wordpress.com/6/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lofubuntuxp.wordpress.com&blog=3945211&post=6&subd=lofubuntuxp&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://lofubuntuxp.wordpress.com/2008/03/20/partition-map/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/942a72434f90e8d75ad4358c6ddcef0f?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">paapereira</media:title>
		</media:content>
	</item>
		<item>
		<title>Ubuntu Ultimate Edition</title>
		<link>http://lofubuntuxp.wordpress.com/2008/03/20/ubuntu-ultimate-edition/</link>
		<comments>http://lofubuntuxp.wordpress.com/2008/03/20/ubuntu-ultimate-edition/#comments</comments>
		<pubDate>Thu, 20 Mar 2008 16:06:00 +0000</pubDate>
		<dc:creator>paapereira</dc:creator>
				<category><![CDATA[OS Installation]]></category>

		<guid isPermaLink="false">http://lofubuntuxp.wordpress.com/2008/03/20/ubuntu-ultimate-edition/</guid>
		<description><![CDATA[I chose Ubuntu Ultime Edition, based on Ubuntu 7.10 Gutsy Gibson because it added a lot of useful software and configuration out of the box.
Having tried it on my laptop I saw everything I needed to get me started, from hardware to software, was already there. So I backup all my data and started my [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lofubuntuxp.wordpress.com&blog=3945211&post=5&subd=lofubuntuxp&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p style="text-align:left;">I chose <a href="http://ultimateedition.info/">Ubuntu Ultime Edition</a>, based on <a href="http://www.ubuntu.com/getubuntu/releasenotes/710">Ubuntu 7.10 Gutsy Gibson</a> because it added a lot of useful software and configuration out of the box.<br />
Having tried it on my laptop I saw everything I needed to get me started, from hardware to software, was already there. So I backup all my data and started my eXPerience.</p>
<p style="text-align:left;">PS: I had Windows XP Professional Edition installed&#8230;</p>
<p><span style="font-size:85%;"><span style="font-style:italic;">last updated: 20-03-2008</span></span></p>
<p>___________________________________________________________________________________________________</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/lofubuntuxp.wordpress.com/5/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/lofubuntuxp.wordpress.com/5/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/lofubuntuxp.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/lofubuntuxp.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/lofubuntuxp.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/lofubuntuxp.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/lofubuntuxp.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/lofubuntuxp.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/lofubuntuxp.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/lofubuntuxp.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/lofubuntuxp.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/lofubuntuxp.wordpress.com/5/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lofubuntuxp.wordpress.com&blog=3945211&post=5&subd=lofubuntuxp&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://lofubuntuxp.wordpress.com/2008/03/20/ubuntu-ultimate-edition/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/942a72434f90e8d75ad4358c6ddcef0f?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">paapereira</media:title>
		</media:content>
	</item>
	</channel>
</rss>