<?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"
	>

<channel>
	<title>AUX</title>
	<atom:link href="http://am3n.profusehost.net/ubuntu/feed/" rel="self" type="application/rss+xml" />
	<link>http://am3n.profusehost.net/ubuntu</link>
	<description>am3n ubuntu xperience</description>
	<pubDate>Wed, 07 May 2008 15:01:51 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.2</generator>
	<language>en</language>
			<item>
		<title>VMWARE on Ubuntu 8.04</title>
		<link>http://am3n.profusehost.net/ubuntu/2008/05/07/vmware-on-ubuntu-804/</link>
		<comments>http://am3n.profusehost.net/ubuntu/2008/05/07/vmware-on-ubuntu-804/#comments</comments>
		<pubDate>Wed, 07 May 2008 15:01:51 +0000</pubDate>
		<dc:creator>am3n</dc:creator>
		
		<category><![CDATA[OS]]></category>

		<category><![CDATA[server]]></category>

		<category><![CDATA[hardy heron]]></category>

		<category><![CDATA[ubuntu 8.04]]></category>

		<category><![CDATA[vmware server]]></category>

		<guid isPermaLink="false">http://am3n.profusehost.net/ubuntu/?p=39</guid>
		<description><![CDATA[Taken from http://groups.google.com/group/id-ubuntu/browse_thread/thread/d9e300e7ee1ec574#
It&#8217;s just plain copy/paste and some translation. I haven&#8217;t tried, but it seems interest.
##install build essential
sudo apt-get install linux-headers-`uname -r` build-essential xinetd

##install supported library
sudo apt-get install libx11-6 libx11-dev libxtst6
sudo apt-get install libxext6 libxext-dev
sudo apt-get install libxt6 libxt-dev
sudo apt-get install libxrender1 libxrender-dev
sudo apt-get install libxi6 xfsprogs 

## Download vmware server
wget
http://download3.vmware.com/software/vmserver/VMware-server-1.0.5-801&#8230;

##along with MUI
wget
http://download3.vmware.com/software/vmserver/VMware-mui-1.0.5-80187&#8230;.

##and it&#8217;s update
wget [...]]]></description>
			<content:encoded><![CDATA[<p>Taken from http://groups.google.com/group/id-ubuntu/browse_thread/thread/d9e300e7ee1ec574#</p>
<p>It&#8217;s just plain copy/paste and some translation. I haven&#8217;t tried, but it seems interest.</p>
<p><span class="fixed_width" style="font-family: Courier,Monospaced;">##install build essential<br />
sudo apt-get install linux-headers-`uname -r` build-essential xinetd<br />
</span></p>
<p><span class="fixed_width" style="font-family: Courier,Monospaced;">##install supported library<br />
sudo apt-get install libx11-6 libx11-dev libxtst6<br />
sudo apt-get install libxext6 libxext-dev<br />
sudo apt-get install libxt6 libxt-dev<br />
sudo apt-get install libxrender1 libxrender-dev<br />
</span><span class="fixed_width" style="font-family: Courier,Monospaced;">sudo apt-get install libxi6 xfsprogs </span></p>
<p><span id="more-39"></span></p>
<p><span class="fixed_width" style="font-family: Courier,Monospaced;">## Download vmware server<br />
wget<br />
<a rel="nofollow" href="http://download3.vmware.com/software/vmserver/VMware-server-1.0.5-80187.tar.gz" target="_blank">http://download3.vmware.com/software/vmserver/VMware-server-1.0.5-801&#8230;</a><br />
</span></p>
<p><span class="fixed_width" style="font-family: Courier,Monospaced;">##along with MUI<br />
wget<br />
<a rel="nofollow" href="http://download3.vmware.com/software/vmserver/VMware-mui-1.0.5-80187.tar.gz" target="_blank">http://download3.vmware.com/software/vmserver/VMware-mui-1.0.5-80187&#8230;.</a><br />
</span></p>
<p><span class="fixed_width" style="font-family: Courier,Monospaced;">##and it&#8217;s update<br />
wget <a rel="nofollow" href="http://uruz.org/files/vmware-any-any-update-116.tgz" target="_blank">http://uruz.org/files/vmware-any-any-update-116.tgz</a><br />
</span></p>
<p><span class="fixed_width" style="font-family: Courier,Monospaced;">##and go on<br />
sudo mkdir -p /etc/vmware/ssl/<br />
</span></p>
<p><span class="fixed_width" style="font-family: Courier,Monospaced;">sudo touch /etc/vmware/ssl/rui.key<br />
sudo touch /etc/vmware/ssl/rui.crt<br />
</span></p>
<p><span class="fixed_width" style="font-family: Courier,Monospaced;">tar -xzvf VMware-server-1.0.5-80187.tar.gz<br />
tar -xzvf VMware-mui-1.0.5-80187.tar.gz<br />
tar -xzvf vmware-any-any-update-116.tgz<br />
</span></p>
<p><span class="fixed_width" style="font-family: Courier,Monospaced;">cd vmware-server-distrib<br />
sudo ./vmware-install.pl<br />
</span></p>
<p><span class="fixed_width" style="font-family: Courier,Monospaced;">##accept the default option, if error just ignore it<br />
cd ../vmware-any-any-update116<br />
sudo ./runme.pl<br />
</span></p>
<p><span class="fixed_width" style="font-family: Courier,Monospaced;">##for USB to works follow this steps ..<br />
</span></p>
<p><span class="fixed_width" style="font-family: Courier,Monospaced;">##edit lines 42-45 pada /etc/init.d/mountdevsubfs.s (uncomment it)</p>
<p></span></p>
<p><span class="fixed_width" style="font-family: Courier,Monospaced;"> mkdir -p /dev/bus/usb/.usbfs<br />
domount usbfs &#8220;&#8221; /dev/bus/usb/.usbfs<br />
-obusmode=0700,devmode=0600,listmode=0644<br />
ln -s .usbfs/devices /dev/bus/usb/devices<br />
mount &#8211;rbind /dev/bus/usb /proc/bus/usb<br />
</span></p>
<p><span class="fixed_width" style="font-family: Courier,Monospaced;">## add /etc/fstab with ..<br />
usbfs /proc/bus/usb usbfs auto 0 0 </span></p>
]]></content:encoded>
			<wfw:commentRss>http://am3n.profusehost.net/ubuntu/2008/05/07/vmware-on-ubuntu-804/feed/</wfw:commentRss>
		</item>
		<item>
		<title>How To Make Windows look like Ubuntu</title>
		<link>http://am3n.profusehost.net/ubuntu/2008/05/07/how-to-make-windows-look-like-ubuntu/</link>
		<comments>http://am3n.profusehost.net/ubuntu/2008/05/07/how-to-make-windows-look-like-ubuntu/#comments</comments>
		<pubDate>Wed, 07 May 2008 14:56:06 +0000</pubDate>
		<dc:creator>am3n</dc:creator>
		
		<category><![CDATA[OS]]></category>

		<category><![CDATA[customize]]></category>

		<category><![CDATA[look and feel]]></category>

		<guid isPermaLink="false">http://am3n.profusehost.net/ubuntu/?p=38</guid>
		<description><![CDATA[If usually there is article:
HOWTO Make Ubuntu Look Like Windows Vista (http://www.ubuntugeek.com/howto-make-ubuntu-look-like-windows-vista.html)
This is the other way. Why??
1. It&#8217;s looks cool
2. Everyone thought you are using Linux
3. Everyone no longer borrow your PC just for gaming
4. Bored with Windows theme
5. Have free times and masters in doing stuff
6. And if it fails you can use it [...]]]></description>
			<content:encoded><![CDATA[<p>If usually there is article:<br />
HOWTO Make Ubuntu Look Like Windows Vista (http://www.ubuntugeek.com/howto-make-ubuntu-look-like-windows-vista.html)</p>
<p>This is the other way. Why??<br />
1. It&#8217;s looks cool<br />
2. Everyone thought you are using Linux<br />
3. Everyone no longer borrow your PC just for gaming<br />
4. Bored with Windows theme<br />
5. Have free times and masters in doing stuff<br />
6. And if it fails you can use it as reason to change your PC <img src='http://am3n.profusehost.net/ubuntu/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Here&#8217;s the link:<br />
http://www.ubuntugeek.com/how-to-make-windows-look-like-ubuntu.html</p>
]]></content:encoded>
			<wfw:commentRss>http://am3n.profusehost.net/ubuntu/2008/05/07/how-to-make-windows-look-like-ubuntu/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Ubuntu Geek</title>
		<link>http://am3n.profusehost.net/ubuntu/2008/05/02/ubuntu-geek/</link>
		<comments>http://am3n.profusehost.net/ubuntu/2008/05/02/ubuntu-geek/#comments</comments>
		<pubDate>Fri, 02 May 2008 13:53:17 +0000</pubDate>
		<dc:creator>am3n</dc:creator>
		
		<category><![CDATA[OS]]></category>

		<category><![CDATA[application]]></category>

		<category><![CDATA[how to]]></category>

		<category><![CDATA[tutorial]]></category>

		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://am3n.profusehost.net/ubuntu/?p=37</guid>
		<description><![CDATA[UbuntuGeek is a place for Ubuntu users to learn deeply about Ubuntu. On that site discuss many how to, steps and tutorial on how get stuff running on your Ubuntu. Because the site is so interesting for me so I add put UbuntuGeek&#8217;s RSS on my sidebar. Enjoy!!
]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.UbuntuGeek.com" target="_blank">UbuntuGeek </a>is a place for Ubuntu users to learn deeply about Ubuntu. On that site discuss many how to, steps and tutorial on how get stuff running on your Ubuntu. Because the site is so interesting for me so I add put UbuntuGeek&#8217;s RSS on my sidebar. Enjoy!!</p>
]]></content:encoded>
			<wfw:commentRss>http://am3n.profusehost.net/ubuntu/2008/05/02/ubuntu-geek/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Ubuntu 8.04 LTS Perfect Desktop</title>
		<link>http://am3n.profusehost.net/ubuntu/2008/05/02/ubuntu-804-lts-perfect-desktop/</link>
		<comments>http://am3n.profusehost.net/ubuntu/2008/05/02/ubuntu-804-lts-perfect-desktop/#comments</comments>
		<pubDate>Fri, 02 May 2008 13:31:37 +0000</pubDate>
		<dc:creator>am3n</dc:creator>
		
		<category><![CDATA[OS]]></category>

		<category><![CDATA[configuration]]></category>

		<category><![CDATA[desktop]]></category>

		<category><![CDATA[ubuntu 8.04]]></category>

		<guid isPermaLink="false">http://am3n.profusehost.net/ubuntu/?p=36</guid>
		<description><![CDATA[From HowtoForge, here come the guides to makes a perfect desktop using Ubuntu 8.04 LTS 
The guides really simple and straight forward, just follow the steps provided and you&#8217;ll have a great Desktop.
]]></description>
			<content:encoded><![CDATA[<p>From <a href="http://www.howtoforge.com/" target="_blank">HowtoForge</a>, here come the guides to makes a perfect desktop using <a href="http://www.howtoforge.com/the-perfect-desktop-ubuntu-8.04-lts-hardy-heron" target="_blank">Ubuntu 8.04 LTS </a></p>
<p>The guides really simple and straight forward, just follow the steps provided and you&#8217;ll have a great Desktop.</p>
]]></content:encoded>
			<wfw:commentRss>http://am3n.profusehost.net/ubuntu/2008/05/02/ubuntu-804-lts-perfect-desktop/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Ubuntu as LAMP server</title>
		<link>http://am3n.profusehost.net/ubuntu/2008/04/29/ubuntu-as-lamp-server/</link>
		<comments>http://am3n.profusehost.net/ubuntu/2008/04/29/ubuntu-as-lamp-server/#comments</comments>
		<pubDate>Tue, 29 Apr 2008 07:35:36 +0000</pubDate>
		<dc:creator>am3n</dc:creator>
		
		<category><![CDATA[OS]]></category>

		<category><![CDATA[server]]></category>

		<category><![CDATA[configuration]]></category>

		<category><![CDATA[install]]></category>

		<category><![CDATA[lamp server]]></category>

		<category><![CDATA[ubuntu]]></category>

		<category><![CDATA[ubuntu server]]></category>

		<guid isPermaLink="false">http://am3n.profusehost.net/ubuntu/?p=35</guid>
		<description><![CDATA[Installing Ubuntu as LAMP (Linux, Apache, Mysql, PHP - Perl - Python) Server is very easy. As it already has the choice available if you installing your Ubuntu using Ubuntu server CD. It&#8217;ll install Apache with mod_php and PHP and Mysql along with php_mysql module. All tight up together. Not like in Fedora/CentOS/Redhat where you [...]]]></description>
			<content:encoded><![CDATA[<p>Installing Ubuntu as LAMP (Linux, Apache, Mysql, PHP - Perl - Python) Server is very easy. As it already has the choice available if you installing your Ubuntu using Ubuntu server CD. It&#8217;ll install Apache with mod_php and PHP and Mysql along with php_mysql module. All tight up together. Not like in Fedora/CentOS/Redhat where you install Apache without PHP, which may lead to miss some configuration.</p>
<p>Simple and straight forward configuration is available on <a href="http://www.ubuntugeek.com/ubuntu-710-gutsy-gibbon-lamp-server-setup.html" target="_blank">UbuntuGeek.com</a></p>
]]></content:encoded>
			<wfw:commentRss>http://am3n.profusehost.net/ubuntu/2008/04/29/ubuntu-as-lamp-server/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Ubuntu 8.04 is OUT!!!</title>
		<link>http://am3n.profusehost.net/ubuntu/2008/04/26/ubuntu-804-is-out/</link>
		<comments>http://am3n.profusehost.net/ubuntu/2008/04/26/ubuntu-804-is-out/#comments</comments>
		<pubDate>Sat, 26 Apr 2008 10:20:55 +0000</pubDate>
		<dc:creator>am3n</dc:creator>
		
		<category><![CDATA[OS]]></category>

		<category><![CDATA[server]]></category>

		<category><![CDATA[desktop]]></category>

		<category><![CDATA[download]]></category>

		<category><![CDATA[i386]]></category>

		<category><![CDATA[install]]></category>

		<category><![CDATA[ubuntu]]></category>

		<category><![CDATA[ubuntu 8.04]]></category>

		<category><![CDATA[x86_64]]></category>

		<guid isPermaLink="false">http://am3n.profusehost.net/ubuntu/?p=34</guid>
		<description><![CDATA[Finally Ubuntu 8.04 is OUT!!! I&#8217;ll download the desktop and server edition and play with both. Especially the server edition because someone ask me how to install and configure Ubuntu for Web, Database and File server.
He is server is using AMD 64bit but I am just download the 32bit as my test bed, and if [...]]]></description>
			<content:encoded><![CDATA[<p>Finally Ubuntu 8.04 is OUT!!! I&#8217;ll download the desktop and server edition and play with both. Especially the server edition because someone ask me how to install and configure Ubuntu for Web, Database and File server.</p>
<p>He is server is using AMD 64bit but I am just download the 32bit as my test bed, and if everything ok! I can do the same thing with Ubuntu 8.04 Server 64bit.</p>
]]></content:encoded>
			<wfw:commentRss>http://am3n.profusehost.net/ubuntu/2008/04/26/ubuntu-804-is-out/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Ubuntu 8.04 LTS delayed?</title>
		<link>http://am3n.profusehost.net/ubuntu/2008/04/24/ubuntu-804-lts-delayed/</link>
		<comments>http://am3n.profusehost.net/ubuntu/2008/04/24/ubuntu-804-lts-delayed/#comments</comments>
		<pubDate>Thu, 24 Apr 2008 03:25:13 +0000</pubDate>
		<dc:creator>am3n</dc:creator>
		
		<category><![CDATA[OS]]></category>

		<category><![CDATA[delayed]]></category>

		<category><![CDATA[hardy heron]]></category>

		<category><![CDATA[release]]></category>

		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://am3n.profusehost.net/ubuntu/?p=32</guid>
		<description><![CDATA[Supposed to be today is the day when Ubuntu 8.04 LTS released, but when I visit Ubuntu Site I didn&#8217;t found any information that they has released. What happen??? Did they hit some obstacle? or they want to enhance it before releasing it? Well I just hope it&#8217;s a good news
]]></description>
			<content:encoded><![CDATA[<p>Supposed to be today is the day when Ubuntu 8.04 LTS released, but when I visit Ubuntu Site I didn&#8217;t found any information that they has released. What happen??? Did they hit some obstacle? or they want to enhance it before releasing it? Well I just hope it&#8217;s a good news</p>
]]></content:encoded>
			<wfw:commentRss>http://am3n.profusehost.net/ubuntu/2008/04/24/ubuntu-804-lts-delayed/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Ubuntu 8.04 - Hardy Heron</title>
		<link>http://am3n.profusehost.net/ubuntu/2008/04/11/ubuntu-804-hardy-heron/</link>
		<comments>http://am3n.profusehost.net/ubuntu/2008/04/11/ubuntu-804-hardy-heron/#comments</comments>
		<pubDate>Fri, 11 Apr 2008 08:55:32 +0000</pubDate>
		<dc:creator>am3n</dc:creator>
		
		<category><![CDATA[OS]]></category>

		<category><![CDATA[hardy heron]]></category>

		<category><![CDATA[lts]]></category>

		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://am3n.profusehost.net/ubuntu/2008/04/11/ubuntu-804-hardy-heron/</guid>
		<description><![CDATA[From Ubuntu Fridge: Anouncing the Hardy Heron (Ubuntu 8.04), the next version of Ubuntu that will succeed Gutsy Gibbon (Ubuntu 7.10, due for release in October 2007). Not only will the Ubuntu community continue to do what it does best, produce an easy-to-use, reliable, free software platform, but this release will proudly wear the badge [...]]]></description>
			<content:encoded><![CDATA[<p>From Ubuntu Fridge: Anouncing the <em>Hardy Heron</em> (Ubuntu 8.04), the next version of Ubuntu that will succeed Gutsy Gibbon (Ubuntu 7.10, due for release in October 2007). Not only will the Ubuntu community continue to do what it does best, produce an easy-to-use, reliable, free software platform, but this release will proudly wear the badge of Long Term Support (LTS) and be supported with security updates for five years on the server and three years on the desktop. We look forward to releasing the Hardy Heron in April 2008. <a href="http://fridge.ubuntu.com/node/1099" target="_blank">Detail story here</a></p>
<p>But don&#8217;t expect to found new interface and blink-blink stuff in this release as the Ubuntu Developer planned to released this version with LTS up to 3 years for Desktop and 5 years for Server. It&#8217;s mean you can always has free security update for this release in next 3 and/or 5 years. Normal version of Ubuntu only has 18 months of support for security updates. Info about LTS visit <a href="https://wiki.ubuntu.com/LTS" target="_blank">Ubuntu Wiki. </a> If you still want to make your Ubuntu looks sexy you can take a look <a href="http://news.softpedia.com/news/Create-Your-Own-Sexylicious-Ubuntu-Desktop-80189.shtml" target="_blank">this tutorial</a>.</p>
<p>From Softpedia: Every two years, Canonical prepares an LTS (Long Term Support) release of one of the best desktop Linux distributions available today. Actually, this is the second LTS edition of Ubuntu, the first one was 6.06 (Dapper Drake), released on June 1, 2006. Now that the beta version of Ubuntu 8.04 (codename Hardy Heron) is at the door and since I&#8217;ve tested all the alpha releases, I think it&#8217;s a good moment to introduce you to the good parts and bad parts that Canonical prepared for this Long Term Support release. Therefore, this article is here to inform Ubuntu veterans, people that have discovered Ubuntu recently and future Ubuntu users, about the things that they should expect from Hardy Heron, in April 2008! <a href="http://news.softpedia.com/news/What-To-Expect-From-Ubuntu-8-04-LTS-81246.shtml" target="_blank">Detail story here</a></p>
<p>Below are the simple list what&#8217;s new on Ubuntu 8.04:</p>
<p><span id="more-31"></span></p>
<ul>
<li>Redesigned Boot Prompt</li>
<li>Revamped Installer</li>
<li>New Look
<ul>
<li>Login Manager</li>
<li>New Wallpaper</li>
<li>New Theme</li>
</ul>
</li>
<li>New Applications
<ul>
<li>Seahorse - the new &#8220;sheriff in town&#8221;, set to manage your encryption keys;</li>
<li>Transmission - the default BitTorrent client;</li>
<li>Firefox 3 Beta 4 - replaced Firefox 2 and it is now the default web browser in Ubuntu 8.04, but most likely Firefox 3 Beta 5 will be available in the final release;</li>
<li>Vinagre - a brand-new VNC client, set to replace the old xvnc4viewer;</li>
<li>Brasero - the new CD/DVD burning tool in Ubuntu Hardy Heron.</li>
</ul>
</li>
<li>Updated Applications
<ul>
<li>GNOME 2.22.0</li>
<li>Wine 0.9.57</li>
<li>The GIMP 2.4.5</li>
<li>Pidgin 2.3.1</li>
<li>Filezilla 3.0.7.1</li>
<li>Avidemux 2.4.1</li>
<li>&#8230;and many many more!</li>
</ul>
</li>
<li>New Technologies
<ul>
<li>Xorg 7.3 - offers improved autoconfiguration of your graphics card and monitor;</li>
<li>Linux kernel 2.6.24.3 - comes packed with the &#8220;Completely Fair Scheduler&#8221; for improved interactive performance and dynticks support for power savings on both desktop and laptop computers;</li>
<li>PulseAudio - is the new sound server;</li>
<li>the newly introduced iSCSI support - allows Ubuntu to mount iSCSI targets as block device;</li>
<li>Memory Protection - will help defend against rootkits and other malicious code;</li>
<li>Active Directory Integration - allows Linux authentication on a Microsoft network.</li>
</ul>
</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://am3n.profusehost.net/ubuntu/2008/04/11/ubuntu-804-hardy-heron/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Support for OpenSource</title>
		<link>http://am3n.profusehost.net/ubuntu/2008/04/10/support-for-opensource/</link>
		<comments>http://am3n.profusehost.net/ubuntu/2008/04/10/support-for-opensource/#comments</comments>
		<pubDate>Thu, 10 Apr 2008 09:26:28 +0000</pubDate>
		<dc:creator>am3n</dc:creator>
		
		<category><![CDATA[Misc.]]></category>

		<category><![CDATA[button]]></category>

		<category><![CDATA[opensource]]></category>

		<category><![CDATA[support]]></category>

		<guid isPermaLink="false">http://am3n.profusehost.net/ubuntu/2008/04/10/support-for-opensource/</guid>
		<description><![CDATA[Added several button on top of my blog as my appreciation and support for OpenSource (in this case only Ubuntu and Firefox). Pretty neat hah??
]]></description>
			<content:encoded><![CDATA[<p>Added several button on top of my blog as my appreciation and support for OpenSource (in this case only Ubuntu and Firefox). Pretty neat hah??</p>
]]></content:encoded>
			<wfw:commentRss>http://am3n.profusehost.net/ubuntu/2008/04/10/support-for-opensource/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Pending blogs</title>
		<link>http://am3n.profusehost.net/ubuntu/2008/03/18/pending-blogs/</link>
		<comments>http://am3n.profusehost.net/ubuntu/2008/03/18/pending-blogs/#comments</comments>
		<pubDate>Tue, 18 Mar 2008 13:35:00 +0000</pubDate>
		<dc:creator>am3n</dc:creator>
		
		<category><![CDATA[Misc.]]></category>

		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://am3n.profusehost.net/ubuntu/2007/11/15/pending-blogs/</guid>
		<description><![CDATA[These are pending blogs for AUX, just wait, I&#8217;ll be write them here.
First time with Ubuntu
- why choose Ubuntu over Fedora
- notebook specs
- harddisk partition
- additional reasons
GRUB configuration
Configure wifi on Ubuntu
File sharing for public access
Upgrade using alternate CD
- download
- install howto
- after upgrade
Ubuntu sticker from Andry
Resolution above 1024
Desktop effects
Install Ubuntu 7.10
]]></description>
			<content:encoded><![CDATA[<p>These are pending blogs for AUX, just wait, I&#8217;ll be write them here.</p>
<p>First time with Ubuntu<br />
- why choose Ubuntu over Fedora<br />
- notebook specs<br />
- harddisk partition<br />
- additional reasons<br />
GRUB configuration<br />
Configure wifi on Ubuntu<br />
File sharing for public access<br />
Upgrade using alternate CD<br />
- download<br />
- install howto<br />
- after upgrade<br />
Ubuntu sticker from Andry<br />
Resolution above 1024<br />
Desktop effects<br />
Install Ubuntu 7.10</p>
]]></content:encoded>
			<wfw:commentRss>http://am3n.profusehost.net/ubuntu/2008/03/18/pending-blogs/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
