<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Quick Tweaks &#187; ubuntu</title>
	<atom:link href="http://www.quicktweaks.com/tag/ubuntu/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.quicktweaks.com</link>
	<description>Quick Tweaks For Your System</description>
	<lastBuildDate>Fri, 27 Nov 2009 22:29:24 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Kick ass guide for installing Oracle on Ubuntu</title>
		<link>http://www.quicktweaks.com/2009/01/07/kick-ass-guide-for-installing-oracle-on-ubuntu/</link>
		<comments>http://www.quicktweaks.com/2009/01/07/kick-ass-guide-for-installing-oracle-on-ubuntu/#comments</comments>
		<pubDate>Wed, 07 Jan 2009 06:35:14 +0000</pubDate>
		<dc:creator>ashokgelal</dc:creator>
				<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Installation]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[System]]></category>
		<category><![CDATA[Wallpapers]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[Intrepid Ibex]]></category>
		<category><![CDATA[oracle]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[video]]></category>

		<guid isPermaLink="false">http://www.quicktweaks.com/?p=256</guid>
		<description><![CDATA[Four steps for installing Oracle on Ubuntu. Steps by steps video


No related posts.

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p style="text-align: left;">One of the few complaints against any Linux OS &#8211; Difficult to install software which are not in the repository or in the standard .rpm/.deb format. Windows users enjoy double clicking an executable and then clicking NEXT button few times, Mac users just need to drag that .dmg file to the Application folder. Linux users feel themselves left out and find their own way playing with the Terminal, editing different system files, copying files from here to there and finally setting up some environment variables. Whew!</p>
<p><span id="more-256"></span></p>
<p style="text-align: center;"><script type="text/javascript"><!--
google_ad_client = "pub-0816309066023726";
google_ad_slot = "7783831711";
google_ad_width = 468;
google_ad_height = 60;
//--></script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
</p>
<p>After switching to Ubuntu, I tried to install Oracle but no luck until I found <a title="Installing Oracle 11g on Ubuntu Intrepid by Augusto Bott" href="http://www.pythian.com/blogs/1355/installing-oracle-11gr1-on-ubuntu-810-intrepid-ibex" target="_blank">this guide from Augusto Bott</a> . He has really written an excellent guide on installing Oracle on different versions of Ubuntu. But again with this guide also the users need to open different files and edit them manually. It isn&#8217;t that much difficult but if you are like me who often needs to reinstall/upgrade Ubuntu for one reason or other, reading the whole guide and manually editing the system files is really time consuming and cumbersome. So, to save my time for future installation of Oracle database on my Ubuntu box, I wrote a couple of scripts (four scripts to be exact). Running these four scripts will install Oracle database and will give you a fresh database to start with. To facilitate visual-learners, I&#8217;ve also made two videos which have been embedded below. I will explain how to proceed briefly below:</p>
<p>1.<a title="Download installer scripts" href="http://dl.getdropbox.com/u/83257/oraInstaller.zip" target="_blank"> Download all four scripts</a>.and unzip them</p>
<p>2. Extract Oracle database downloaded from Oracle to a folder (such as in your home folder)</p>
<p>3. Open<em><strong> 2_OraInstaller.sh</strong></em> in a text editor and change the source/destination values. The default values assume that you have extracted the Oracle installer files in ~/oracle folder and you want to install Oracle db in /opt/oracle folder.</p>
<p>4. Open <em><strong>4_OraInstaller.sh</strong></em> in a text editor and change the name of your database instance (dbSID). The default is oraIntrepid.</p>
<p>5. Fire up the Terminal and make all the files executable:</p>
<p><em><strong>$chmod 755 ./1_OraInstaller.sh</strong></em></p>
<p><em><strong>$chmod 755 ./2_OraInstaller.sh</strong></em></p>
<p><em><strong>$chmod 755 ./3_OraInstaller.sh</strong></em></p>
<p><em><strong>$chmod 755 ./4_OraInstaller.sh</strong></em></p>
<p>6. Make sure you have at least 3gb free space where you want to install your Oracle DB</p>
<p>7. Execute: $<em><strong>./1_OraInstaller.sh</strong></em></p>
<p>You need to logoff and login once</p>
<p>8. Execute: $<em><strong>./2_OraInstaller.sh</strong></em></p>
<p>This will install Oracle in silent mode. Please be patient as it will take some time and be very sure that YOU ARE CONNECTED TO THE INTERNET!!!</p>
<p>9. Execute: $<em><strong>./3_OraInstaller.sh</strong></em></p>
<p>You need to restart you computer once at this point.</p>
<p>10. Execute: $./<em><strong>4</strong><strong>_OraInstaller.sh</strong></em></p>
<p>This will install Oracle database instance in silent mode. This will take about 15 mins so be very patient.</p>
<p>At this point your Oracle installation on your Ubuntu box is complete.</p>
<p>Here are two videos showing all the above steps:</p>
<p style="text-align: center;"><script type="text/javascript"><!--
google_ad_client = "pub-0816309066023726";
google_ad_slot = "7783831711";
google_ad_width = 468;
google_ad_height = 60;
//--></script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
</p>
<p><a href="http://www.quicktweaks.com/2009/01/07/kick-ass-guide-for-installing-oracle-on-ubuntu/"><em>Click here to view the embedded video.</em></a></p> <p><a href="http://www.quicktweaks.com/2009/01/07/kick-ass-guide-for-installing-oracle-on-ubuntu/"><em>Click here to view the embedded video.</em></a></p>


<p>No related posts.</p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.quicktweaks.com/2009/01/07/kick-ass-guide-for-installing-oracle-on-ubuntu/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Intrepid Ibex to be Bundled with Two More System Tools</title>
		<link>http://www.quicktweaks.com/2008/10/22/intrepid-ibex-to-be-bundled-with-two-more-system-tools/</link>
		<comments>http://www.quicktweaks.com/2008/10/22/intrepid-ibex-to-be-bundled-with-two-more-system-tools/#comments</comments>
		<pubDate>Thu, 23 Oct 2008 01:10:57 +0000</pubDate>
		<dc:creator>ashokgelal</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[disk]]></category>
		<category><![CDATA[Installation]]></category>
		<category><![CDATA[Intrepid Ibex]]></category>
		<category><![CDATA[System]]></category>
		<category><![CDATA[tapt]]></category>
		<category><![CDATA[tools]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[usb]]></category>

		<guid isPermaLink="false">http://www.quicktweaks.com/?p=236</guid>
		<description><![CDATA[Intrepid Ibex, which is due to release on 30th of this month, will be packed with two very useful system tools.


No related posts.

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>Canonical, the distributor of Ubuntu OS, is often blamed for not listening the community such as ignoring the request for changing/improving default appearance. But not this time. Ever since they launched <a title="brainstorm.ubuntu.com" href="http://brainstorm.ubuntu.com" target="_blank">brainstorm.ubuntu.com</a>, they have been very responsive about what the Ubuntu fans want. As a result of this Intrepid Ibex, which is due to release on 30th of this month, will be packed with two very useful system tools:</p>
<p style="text-align: center;"><script type="text/javascript"><!--
google_ad_client = "pub-0816309066023726";
google_ad_slot = "7783831711";
google_ad_width = 468;
google_ad_height = 60;
//--></script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
</p>
<p style="text-align: center;"><span id="more-236"></span></p>
<p>Just few days ago, I wrote a post on <a title="live USB Ubuntu disk in three easy steps" href="http://www.quicktweaks.com/2008/10/20/three-easy-steps-to-make-a-pen/" target="_blank">making a live Ubuntu usb disk in three easy steps</a>. Integrating a live USB maker tool into Ubuntu default installation has been <a title="Live USB" href="http://brainstorm.ubuntu.com/idea/16/" target="_blank">one of the popular requests</a> on brainstorm site.</p>
<div id="attachment_232" class="wp-caption alignright" style="width: 234px"><a href="http://www.quicktweaks.com/wp-content/uploads/2008/10/screenshot-8.png"><img class="size-medium wp-image-232" title="USBLive" src="http://www.quicktweaks.com/wp-content/uploads/2008/10/screenshot-8-224x300.png" alt="USBLive Ubuntu" width="224" height="300" /></a><p class="wp-caption-text">USBLive Ubuntu</p></div>
<p>A new application USBLive has started showing up in Ibex beta. As you might have guessed, this handy tool helps you to make pizza. Just kidding! Of course, it allows you to make a USB bootable disk with Ubuntu in it. Just give the source image (.iso) file or insert a live CD, plug-in your USB drive, adjust the space to be reserved by the default installation, and click <em>Make Startup Disk</em>. How easy as that? You can access USBLive from <em>System&gt;Administration&gt;Create Startup</em> <em>Disk</em> menu</p>
<p style="text-align: center;">
<p style="text-align: center;">
<p style="text-align: center;">
<p style="text-align: center;">
<p style="text-align: center;">
<p style="text-align: center;">
<p style="text-align: center;"><script type="text/javascript"><!--
google_ad_client = "pub-0816309066023726";
google_ad_slot = "7783831711";
google_ad_width = 468;
google_ad_height = 60;
//--></script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
</p>
<p>Another system tool that has been included is <em>System Cleaner</em>. It cleans up your system to make it</p>
<div id="attachment_233" class="wp-caption alignright" style="width: 290px"><a href="http://www.quicktweaks.com/wp-content/uploads/2008/10/screenshot-7.png"><img class="size-medium wp-image-233" title="Ubuntu System Cleaner" src="http://www.quicktweaks.com/wp-content/uploads/2008/10/screenshot-7-280x300.png" alt="System Cleaner" width="280" height="300" /></a><p class="wp-caption-text">System Cleaner</p></div>
<p>&#8216;kinda-new&#8217;. You can clean all the installed applications or select only those which you are not going to use any more. Access System Cleaner from <em>Applications&gt;System Tools&gt;System</em> Cleaner menu At first, you might think removing the applications can already be done with <em>Add/Remove </em>tool. So, what&#8217;s the difference? Nothing! It just gives you a list of those applications which you have installed after running up Ubuntu for the first time. No confusions whatsoever. It comes very handy when, for an example, you don&#8217;t want to poke the default applications but only want to remove those non-sense applications which you gave try few days ago. BTW, if you want to track all you apt activities, the ever useful <a title="tapt" href="http://www.quicktweaks.com/tapt/" target="_blank">tapt</a> is always there.</p>


<p>No related posts.</p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.quicktweaks.com/2008/10/22/intrepid-ibex-to-be-bundled-with-two-more-system-tools/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Three easy steps to carry Ubuntu 8.10 in a pen drive</title>
		<link>http://www.quicktweaks.com/2008/10/20/three-easy-steps-to-make-a-pen/</link>
		<comments>http://www.quicktweaks.com/2008/10/20/three-easy-steps-to-make-a-pen/#comments</comments>
		<pubDate>Mon, 20 Oct 2008 22:26:57 +0000</pubDate>
		<dc:creator>ashokgelal</dc:creator>
				<category><![CDATA[Installation]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[mobile]]></category>
		<category><![CDATA[pen drive]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[usb]]></category>

		<guid isPermaLink="false">http://www.quicktweaks.com/?p=218</guid>
		<description><![CDATA[Spent countless hours figuring how to install Ubuntu to make use of those extra GBs in your pen drive? It just need three easy steps.


Related posts:<ol><li><a href='http://www.quicktweaks.com/2009/01/07/kick-ass-guide-for-installing-oracle-on-ubuntu/' rel='bookmark' title='Permanent Link: Kick ass guide for installing Oracle on Ubuntu'>Kick ass guide for installing Oracle on Ubuntu</a> <small>Four steps for installing Oracle on Ubuntu. Steps by steps...</small></li></ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>Spent countless hours figuring how to install Ubuntu to make use of those extra GBs in your pen drive? pendrivelinux.com has got everything done for you. All you lazy folks have to do is:</p>
<p><span id="more-218"></span></p>
<p style="text-align: center;"><script type="text/javascript"><!--
google_ad_client = "pub-0816309066023726";
google_ad_slot = "7783831711";
google_ad_width = 468;
google_ad_height = 60;
//--></script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
</p>
<p><span style="color: #ff6600;">1. Boot from you Ubuntu 8.10 live CD.</span></p>
<p><span style="color: #ff6600;">2. Plug in your pen drive, open a Terminal and issue following commands:</span><br />
<code><br />
$ wget pendrivelinux.com/downloads/u810/u810.sh</code></p>
<p>$ chmod +x u810.sh &amp;&amp; sh u810.sh</p>
<p><span style="color: #ff6600;">3. Follow the online instructions and reboot your system, change the BIOS setting so that your system boots up from a USB drive.</span></p>
<p>That&#8217;s it!</p>
<p>For complete step-by-step instructions and buy them a cup of coffee, visit <a title="pendrivelinux.com" href="http://www.pendrivelinux.com/2008/10/15/ubuntu-810-persistent-flash-drive-install-from-live-cd/" target="_blank">pendrivelinux.com</a></p>
<p style="text-align: left;">[via: <a title="pendrivelinux.com" href="http://www.pendrivelinux.com/2008/10/15/ubuntu-810-persistent-flash-drive-install-from-live-cd/" target="_blank">http://www.pendrivelinux.com/2008/10/15/ubuntu-810-persistent-flash-drive-install-from-live-cd/</a>]</p>
<p style="text-align: center;"><script type="text/javascript"><!--
google_ad_client = "pub-0816309066023726";
google_ad_slot = "7783831711";
google_ad_width = 468;
google_ad_height = 60;
//--></script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
</p>


<p>Related posts:<ol><li><a href='http://www.quicktweaks.com/2009/01/07/kick-ass-guide-for-installing-oracle-on-ubuntu/' rel='bookmark' title='Permanent Link: Kick ass guide for installing Oracle on Ubuntu'>Kick ass guide for installing Oracle on Ubuntu</a> <small>Four steps for installing Oracle on Ubuntu. Steps by steps...</small></li></ol></p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.quicktweaks.com/2008/10/20/three-easy-steps-to-make-a-pen/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Welcome a New Theme in Ubuntu 8.10</title>
		<link>http://www.quicktweaks.com/2008/10/16/welcome-a-new-theme-in-ubuntu-810/</link>
		<comments>http://www.quicktweaks.com/2008/10/16/welcome-a-new-theme-in-ubuntu-810/#comments</comments>
		<pubDate>Thu, 16 Oct 2008 16:24:34 +0000</pubDate>
		<dc:creator>ashokgelal</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[Desktop]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[feel&look]]></category>
		<category><![CDATA[theme]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[Wallpapers]]></category>

		<guid isPermaLink="false">http://www.quicktweaks.com/?p=202</guid>
		<description><![CDATA[A new theme "Dark Room" has been added to Ubuntu 8.10. Human Theme is still the default so you need a few more clicks to get it. As the name implies, the theme is dark and looks better than the default. Have a look:


No related posts.

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p style="text-align: left;">A new theme &#8220;Dark Room&#8221; has been added to Ubuntu 8.10. Human Theme is still the default so you need a few more clicks to get it. As the name implies, the theme is dark and looks better than the default. Have a look:</p>
<div class="mceTemp mceIEcenter" style="text-align: left;">
<dl id="attachment_203" class="wp-caption aligncenter" style="width: 510px;">
<dt class="wp-caption-dt"><img class="size-full wp-image-203" title="Dark Theme Screenshot" src="http://www.quicktweaks.com/wp-content/uploads/2008/10/screenshot-3.png" alt="Better than the default" width="500" height="260" /></dt>
<dd class="wp-caption-dd">Better than the default</dd>
</dl>
</div>


<p>No related posts.</p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.quicktweaks.com/2008/10/16/welcome-a-new-theme-in-ubuntu-810/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Run your virtual OS directly from GDM in Ubuntu</title>
		<link>http://www.quicktweaks.com/2008/10/14/run-your-virtual-os-directly-from-gdm-in-ubuntu/</link>
		<comments>http://www.quicktweaks.com/2008/10/14/run-your-virtual-os-directly-from-gdm-in-ubuntu/#comments</comments>
		<pubDate>Tue, 14 Oct 2008 16:12:46 +0000</pubDate>
		<dc:creator>ashokgelal</dc:creator>
				<category><![CDATA[Desktop]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[System]]></category>
		<category><![CDATA[Terminal]]></category>
		<category><![CDATA[commands]]></category>
		<category><![CDATA[gdm]]></category>
		<category><![CDATA[script]]></category>
		<category><![CDATA[tool]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[virtualbox]]></category>
		<category><![CDATA[windows xp]]></category>
		<category><![CDATA[xorg]]></category>
		<category><![CDATA[xserver]]></category>

		<guid isPermaLink="false">http://www.quicktweaks.com/?p=154</guid>
		<description><![CDATA[If you regularly run a couple of OS from your VirtualBox and want to login to those OS directly from GDM session, here is a quick way to do it. For this to work you should have already set up your VirtualBox. Here we won't be talking about how to setup VirtualBox but only how to login to a virtual OS from GDM session. 


Related posts:<ol><li><a href='http://www.quicktweaks.com/2009/01/07/kick-ass-guide-for-installing-oracle-on-ubuntu/' rel='bookmark' title='Permanent Link: Kick ass guide for installing Oracle on Ubuntu'>Kick ass guide for installing Oracle on Ubuntu</a> <small>Four steps for installing Oracle on Ubuntu. Steps by steps...</small></li></ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>If you regularly run a couple of OS from your VirtualBox and want to login to those OS directly from GDM session, here is a quick way to do it. For this to work you should have already set up your VirtualBox. Here we won&#8217;t be talking about how to setup VirtualBox but only how to login to a virtual OS from GDM session.</p>
<p><span id="more-154"></span></p>
<div class="mceTemp mceIEcenter">
<dl id="attachment_187" class="wp-caption aligncenter" style="width: 472px;">
<dt class="wp-caption-dt"><img class="size-full wp-image-187" title="windowsgdm" src="http://www.quicktweaks.com/wp-content/uploads/2008/10/windowsgdm.png" alt="Windows XP GDM" width="462" height="384" /></dt>
<dd class="wp-caption-dd">Windows XP GDM</dd>
<dt class="wp-caption-dt"></dt>
</dl>
</div>
<p><span style="color: #ff6600;">1. Create a bash script with the following contents</span></p>
<p style="text-align: center;"><script type="text/javascript"><!--
google_ad_client = "pub-0816309066023726";
google_ad_slot = "7783831711";
google_ad_width = 468;
google_ad_height = 60;
//--></script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
</p>
<p><code>#!/bin/bash<br />
VirtualBox -startvm <strong><span style="color: #000000;"><em>NameOfYourVirtualOS</em></span></strong></code></p>
<p>Replace <em><strong><span style="text-decoration: line-through;">y</span><span style="text-decoration: line-through;">ourSUPassword</span></strong></em><span style="text-decoration: line-through;"> with your password, and </span><em><strong>NameOfYourVirtualOS</strong></em> with the name that you have given to your virtual OS in VirtualBox.</p>
<p><span style="color: #ff6600;">2. Name it something like <strong><em>windowsXPGDM</em></strong> (if you want to run Windows XP), make it executable, and then copy it to /usr/bin.</span></p>
<p><code>$ chmod 755 windowsXP</code>GDM<br />
<code>$ sudo cp windowsXPGDM /usr/bin</code></p>
<p><span style="color: #ff6600;">2. Go to <strong><em>/usr/share/xsessions</em></strong> and create a new file with the following contents:</span></p>
<p><code>[Desktop Entry]<br />
Encoding=UTF-8<br />
Name=WindowsXP<br />
Comment=My Virtual WindowsXP<br />
Exec=/usr/bin/windowsXPGDM<br />
Icon=<br />
Type=Application </code></p>
<p><span style="color: #ff6600;">3. Save it with a name something like <em><strong>windowsXP.desktop</strong></em>.</span></p>
<p><span style="color: #ff6600;">4. Log out and you will see a new entry WindowsXP in your GDM session. You can now directly open VirtualBox session without even logging in to your Ubuntu machine.</span></p>
<p style="text-align: center;"><script type="text/javascript"><!--
google_ad_client = "pub-0816309066023726";
google_ad_slot = "7783831711";
google_ad_width = 468;
google_ad_height = 60;
//--></script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
</p>


<p>Related posts:<ol><li><a href='http://www.quicktweaks.com/2009/01/07/kick-ass-guide-for-installing-oracle-on-ubuntu/' rel='bookmark' title='Permanent Link: Kick ass guide for installing Oracle on Ubuntu'>Kick ass guide for installing Oracle on Ubuntu</a> <small>Four steps for installing Oracle on Ubuntu. Steps by steps...</small></li></ol></p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.quicktweaks.com/2008/10/14/run-your-virtual-os-directly-from-gdm-in-ubuntu/feed/</wfw:commentRss>
		<slash:comments>23</slash:comments>
		</item>
		<item>
		<title>Open Office 3.0 final officially announced; expect a record downloads</title>
		<link>http://www.quicktweaks.com/2008/10/13/open-office-30-final-officially-announced-expect-a-record-download/</link>
		<comments>http://www.quicktweaks.com/2008/10/13/open-office-30-final-officially-announced-expect-a-record-download/#comments</comments>
		<pubDate>Mon, 13 Oct 2008 21:19:37 +0000</pubDate>
		<dc:creator>ashokgelal</dc:creator>
				<category><![CDATA[Installation]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[alien]]></category>
		<category><![CDATA[apt-get]]></category>
		<category><![CDATA[deb]]></category>
		<category><![CDATA[dpkg]]></category>
		<category><![CDATA[install]]></category>
		<category><![CDATA[OpenOffice]]></category>
		<category><![CDATA[rpms]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[word]]></category>
		<category><![CDATA[writer]]></category>

		<guid isPermaLink="false">http://www.quicktweaks.com/?p=180</guid>
		<description><![CDATA[As expected, Open Office 3.0 has been officially released today and due to heavy demand for the new release, only a couple of links are available for downloading the packages. The official site is down (literally) and only a plain page appears with a couple of links for downloading the packages.


No related posts.

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>The packages were already started showing up a couple of days ago and I&#8217;d covered <a href="http://www.quicktweaks.com/2008/10/11/install-openoffice-30-final-in-ubuntu/" target="_blank">a quick way to install Open Office 3.0 final in your Ubuntu box</a>. I can&#8217;t say it for sure, but those packages don&#8217;t seem &#8216;final&#8217; for me but only a snapshot. As expected, Open Office 3.0 has been officially released today and they are having problems to cope with the high downloads demand. <a title="Open Office official website" href="http://distribution.openoffice.org/" target="_blank">The official site</a> is down (literally) and only a plain page appears with a couple of links for downloading the packages. This is what they have to say:</p>
<p><span id="more-180"></span></p>
<blockquote><p>Apologies &#8211; our website is struggling to cope with the unprecedented<br />
demand for the new release 3.0 of OpenOffice.org. The technical teams are<br />
trying to come up with a solution.</p></blockquote>
<p>All this means Open Office 3.0 is all set to create a new record downloads and it deserves for that.</p>
<p>If you want to get your hand on this great free software, here it is how:</p>
<p style="text-align: center;"><script type="text/javascript"><!--
google_ad_client = "pub-0816309066023726";
google_ad_slot = "7783831711";
google_ad_width = 468;
google_ad_height = 60;
//--></script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
</p>
<p><code>wget http://ftp.spnet.net/openoffice/stable/3.0.0/OOo_3.0.0_LinuxIntel_install_en-US_deb.tar.gz</code></p>
<p><code><br />
tar -xvzf OOo_3.0.0_LinuxIntel_install_en-US_deb.tar.gz</code></p>
<p><em>cd</em> into <em>DEBS</em> directory and issue the following command:<br />
<code>sudo dpkg -i *.deb</code><br />
Now we need to add menu entries<br />
<code>cd desktop-integration</code></p>
<p><code><br />
sudo dpkg -i *.deb</code></p>
<p style="text-align: center;"><script type="text/javascript"><!--
google_ad_client = "pub-0816309066023726";
google_ad_slot = "7783831711";
google_ad_width = 468;
google_ad_height = 60;
//--></script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
</p>


<p>No related posts.</p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.quicktweaks.com/2008/10/13/open-office-30-final-officially-announced-expect-a-record-download/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Switch to Linux Today! bsod Linux Flier</title>
		<link>http://www.quicktweaks.com/2008/10/12/switch-to-linux-today-bsod-linux-flier/</link>
		<comments>http://www.quicktweaks.com/2008/10/12/switch-to-linux-today-bsod-linux-flier/#comments</comments>
		<pubDate>Mon, 13 Oct 2008 03:50:12 +0000</pubDate>
		<dc:creator>ashokgelal</dc:creator>
				<category><![CDATA[Desktop]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Wallpapers]]></category>
		<category><![CDATA[fedora]]></category>
		<category><![CDATA[flier]]></category>
		<category><![CDATA[GIMP]]></category>
		<category><![CDATA[gos]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[mandriva]]></category>
		<category><![CDATA[mintLinux]]></category>
		<category><![CDATA[picture]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.quicktweaks.com/?p=172</guid>
		<description><![CDATA[There are many reasons to switch to Linux, but this is one of them - to get rid of BSOD!

Download it, print it and paste it on your college flier board if you ever need to show your Linux love, Windows hatred, and bsod anger.


No related posts.

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>There are many reasons to switch to Linux, but this is one of them &#8211; to get rid of BSOD!</p>
<p>Download it, print it and paste it on your college flier board if you ever need to show your Linux love, Windows hatred, and bsod anger.</p>
<p><span id="more-172"></span></p>
<div id="attachment_173" class="wp-caption aligncenter" style="width: 310px"><a href="http://www.quicktweaks.com/wp-content/uploads/2008/10/bsod-linux-flier.png"><img class="size-medium wp-image-173" title="bsod-linux-flier" src="http://www.quicktweaks.com/wp-content/uploads/2008/10/bsod-linux-flier-300x227.png" alt="bsod linux flier" width="300" height="227" align="middle" /></a><p class="wp-caption-text">bsod Linux flier</p></div>


<p>No related posts.</p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.quicktweaks.com/2008/10/12/switch-to-linux-today-bsod-linux-flier/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Install OpenOffice 3.0 Final in Ubuntu</title>
		<link>http://www.quicktweaks.com/2008/10/11/install-openoffice-30-final-in-ubuntu/</link>
		<comments>http://www.quicktweaks.com/2008/10/11/install-openoffice-30-final-in-ubuntu/#comments</comments>
		<pubDate>Sat, 11 Oct 2008 06:15:15 +0000</pubDate>
		<dc:creator>ashokgelal</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[alien]]></category>
		<category><![CDATA[apt-get]]></category>
		<category><![CDATA[deb]]></category>
		<category><![CDATA[dpkg]]></category>
		<category><![CDATA[install]]></category>
		<category><![CDATA[OpenOffice]]></category>
		<category><![CDATA[rpms]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[word]]></category>
		<category><![CDATA[writer]]></category>

		<guid isPermaLink="false">http://www.quicktweaks.com/?p=156</guid>
		<description><![CDATA[OpenOffice 3.0 Final is to be officially released on Monday, October 13 it has already been uploaded in many servers. If you can't wait a couple of more days to get it installed in your Ubuntu box, here is a quick way to install it.


No related posts.

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><script type="text/javascript"><!--
google_ad_client = "pub-0816309066023726";
google_ad_slot = "7783831711";
google_ad_width = 468;
google_ad_height = 60;
//--></script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
</p>
<p style="text-align: left;"><em><strong>[Updated: .deb packages also started showing up]</strong></em> OpenOffice 3.0 Final is all set to be officially released on Monday, October 13 but it has already been uploaded to many servers worldwide. <span style="text-decoration: line-through;">As of this writing there is no .deb package available. </span>If you can&#8217;t wait a couple of more days to get it installed in your Ubuntu box, here is a quick way to install it.</p>
<p style="text-align: left;"><span id="more-156"></span></p>
<p style="text-align: center;"><a href="http://www.quicktweaks.com/wp-content/uploads/2008/10/openoffice3.png"><img class="size-medium wp-image-158 aligncenter" title="openoffice3" src="http://www.quicktweaks.com/wp-content/uploads/2008/10/openoffice3-300x187.png" alt="" width="300" height="187" /></a></p>
<p style="text-align: center;"><!--more--></p>
<p style="text-align: left;"><em>update: .deb packages started showing up. Install OpenOffice 3.0 final by issuing:</em></p>
<p style="text-align: left;"><em>wget http://openofficeorg.secsup.org/stable/3.0.0/OOo_3.0.0_LinuxIntel_install_en-US_deb.tar.gz</em></p>
<p style="text-align: left;"><em><code>tar -xvzf </code>OOo_3.0.0_LinuxIntel_install_en-US_deb.tar.gz</em></p>
<p style="text-align: left;">cd OOO300_m9_native_packed-1_en-US.9358/DEBS/</p>
<p style="text-align: left;"><em>sudo dpkg -i *.deb</em></p>
<p style="text-align: left;">That&#8217;s it!</p>
<p style="text-align: left;">
<p style="text-align: left;">1. Get the file. Either download it manually or get it from your Terminal window. OpenOffice 3.0 has been uploaded to different servers, you can find it in &#8230;/stable/3.0.0/ folder. You can get it by issuing one of the following commands:</p>
<p style="text-align: center;"><script type="text/javascript"><!--
google_ad_client = "pub-0816309066023726";
google_ad_slot = "7783831711";
google_ad_width = 468;
google_ad_height = 60;
//--></script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
</p>
<p style="text-align: left;"><code>wget http://openoffice.mirror.wrpn.net/stable/3.0.0/OOo_3.0.0_LinuxIntel_install_en-US.tar.gz</code></p>
<p style="text-align: left;">OR</p>
<p style="text-align: left;"><code>wget http://mirrors.isc.org/pub/openoffice/stable/3.0.0/OOo_3.0.0_LinuxIntel_install_en-US.tar.gz</code></p>
<p style="text-align: left;">OR</p>
<p style="text-align: left;"><code>http://ftp.osuosl.org/pub/openoffice/stable/3.0.0/OOo_3.0.0_LinuxIntel_install_en-US.tar.gz</code></p>
<p style="text-align: left;">OR</p>
<p style="text-align: left;"><code>ftp://ftp.osuosl.org/pub/openoffice/stable/3.0.0/OOo_3.0.0_LinuxIntel_install_en-US.tar.gz</code></p>
<p style="text-align: center;"><a href="http://www.quicktweaks.com/wp-content/uploads/2008/10/openoffice3.png"><br />
</a></p>
<p style="text-align: left;">2. Untar it</p>
<p style="text-align: left;"><code>tar -xvzf OOo_3.0.0_LinuxIntel_install_en-US.tar.gz</code></p>
<p style="text-align: left;">3. Get inside the folder</p>
<p style="text-align: left;"><code>cd OOO300_m9_native_packed-1_en-US.9358/RPMS</code></p>
<p style="text-align: left;">4. As of this writing, .deb package was not available so you need to install alien</p>
<p style="text-align: left;"><code>sudo apt-get install alien</code></p>
<p style="text-align: left;">5. Convert all rpms packages to debs</p>
<p style="text-align: left;"><code>alien -k *.*</code></p>
<p style="text-align: left;">6. Install OpenOffice</p>
<p style="text-align: center;"><script type="text/javascript"><!--
google_ad_client = "pub-0816309066023726";
google_ad_slot = "7783831711";
google_ad_width = 468;
google_ad_height = 60;
//--></script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
</p>
<p style="text-align: left;"><code>sudo dpkg -i *.deb</code></p>
<p style="text-align: left;">7. Now we need to add menu entries</p>
<p style="text-align: left;"><code>cd desktop-integration</code></p>
<p style="text-align: left;">sudo dpkg -i *.deb</p>


<p>No related posts.</p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.quicktweaks.com/2008/10/11/install-openoffice-30-final-in-ubuntu/feed/</wfw:commentRss>
		<slash:comments>29</slash:comments>
		</item>
		<item>
		<title>A Ubuntu developer asks a user to dump Ubuntu for his idea</title>
		<link>http://www.quicktweaks.com/2008/10/06/a-ubuntu-developer-asks-a-user-to-dump-ubuntu-for-his-idea/</link>
		<comments>http://www.quicktweaks.com/2008/10/06/a-ubuntu-developer-asks-a-user-to-dump-ubuntu-for-his-idea/#comments</comments>
		<pubDate>Mon, 06 Oct 2008 22:19:29 +0000</pubDate>
		<dc:creator>ashokgelal</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[odds]]></category>
		<category><![CDATA[brainstorm]]></category>
		<category><![CDATA[bugs]]></category>
		<category><![CDATA[comments]]></category>
		<category><![CDATA[developer]]></category>
		<category><![CDATA[idea]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.quicktweaks.com/?p=144</guid>
		<description><![CDATA[In response to an idea of a Ubuntu user, who thinks that the developers should also pay an equal attention towards ideas, a developer asks the user to dump Ubuntu


No related posts.

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>While skimming through the ideas listed on <a title="Ubuntu brainstorm site" href="http://brainstorm.ubuntu.com/idea/14123/" target="_blank">Ubuntu brainstorm site</a>, I stumbled upon <a title="Ubuntu brainstorm idea" href="http://brainstorm.ubuntu.com/idea/14123/" target="_blank">this idea</a> today. A user, nandersson, thinks that a packager shouldn&#8217;t be the only one giving attention towards bugs and they shouldn&#8217;t be the only one to consider the ideas that the Ubuntu community suggests for a software. He suggests that the main developer of the software should draw their attention too and should try to consider the ideas. In response to this idea an anonymous developer writes:</p>
<p><span id="more-144"></span></p>
<p style="text-align: center;"><script type="text/javascript"><!--
google_ad_client = "pub-0816309066023726";
google_ad_slot = "7783831711";
google_ad_width = 468;
google_ad_height = 60;
//--></script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
</p>
<blockquote><p><strong>Developer comments</strong><br />
Whoever said that packagers were not real developers? Packaging takes a lot longer than 5 minutes. Packages that are done in 5 minutes certainly don&#8217;t get approved, as they&#8217;re usually buggy and wrong.</p>
<p>Most of the time, reporting a bug / feature request in the upstream bug tracker will get it to be fixed more quickly. Of course, you&#8217;re free to use the brainstorm for this if you like &#8211; it just may not be as effective.</p>
<p>Also, it&#8217;s not a requirement that Core Devs have commit access upstream. <span style="color: #f87d62;"><em><strong>And if you don&#8217;t want to use whatever a developer has worked on, then you&#8217;d better stop using Ubuntu.</strong></em></span> Please remember to follow the code of conduct, at http://www.ubuntu.com/community/conduct/</p></blockquote>
<p>Well, I personally believe that this is what happens when you give so much priority to one thing, become a brand loyal, and go crazy after it. It doesn&#8217;t make sense for a developer to suggest (or threaten or whatever) a loyal user to dump Ubuntu. He&#8217;d better said <em>&#8220;In Open Source world there are always alternative software which you can use instead of the one which you think the developers don&#8217;t pay much attention to.&#8221;</em></p>
<p style="text-align: center;"><script type="text/javascript"><!--
google_ad_client = "pub-0816309066023726";
google_ad_slot = "7783831711";
google_ad_width = 468;
google_ad_height = 60;
//--></script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
</p>
<p>From: <a title="Ubuntu brainstorm" href="http://brainstorm.ubuntu.com/idea/14123/" target="_blank">http://brainstorm.ubuntu.com/idea/14123/</a></p>


<p>No related posts.</p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.quicktweaks.com/2008/10/06/a-ubuntu-developer-asks-a-user-to-dump-ubuntu-for-his-idea/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>The wallpapers that should make their ways to Intrepid Ibex</title>
		<link>http://www.quicktweaks.com/2008/10/05/the-wallpapers-that-should-made-their-ways-to-intrepid-ibex/</link>
		<comments>http://www.quicktweaks.com/2008/10/05/the-wallpapers-that-should-made-their-ways-to-intrepid-ibex/#comments</comments>
		<pubDate>Mon, 06 Oct 2008 04:56:47 +0000</pubDate>
		<dc:creator>ashokgelal</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[Desktop]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Wallpapers]]></category>
		<category><![CDATA[appearance]]></category>
		<category><![CDATA[images]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.quicktweaks.com/?p=126</guid>
		<description><![CDATA[No more discussion on the new wallpaper that is probably going to be ported with the next version of our favorite OS that is going to be released on 30th October, 2008. Everyone agrees that the default wallpaper sucks! Ubuntu fans were asking for a better theme and a default wallpaper but it seems that the developers worked hard on how to make its apperance even worse. Here are some Intrepid Ibex wallpapers floating around the internet and honestly each of them deserves to be a default wallpaper for the upcoming Ubuntu.


Related posts:<ol><li><a href='http://www.quicktweaks.com/2009/01/07/kick-ass-guide-for-installing-oracle-on-ubuntu/' rel='bookmark' title='Permanent Link: Kick ass guide for installing Oracle on Ubuntu'>Kick ass guide for installing Oracle on Ubuntu</a> <small>Four steps for installing Oracle on Ubuntu. Steps by steps...</small></li></ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p style="text-align: left;"><strong>[Updated]</strong> No more discussion on the new wallpaper that is probably going to be ported with the next version of our favorite OS that is going to be released on 30th October, 2008. Everyone agrees that the default wallpaper sucks! Ubuntu fans were asking for a better theme and a default wallpaper but it seems that the developers worked hard on how to make its apperance even worse. Here are some Intrepid Ibex wallpapers floating around the internet and honestly each of them deserves to be a default wallpaper for the upcoming Ubuntu.</p>
<p><span id="more-126"></span></p>
<p style="text-align: center;"><script type="text/javascript"><!--
google_ad_client = "pub-0816309066023726";
google_ad_slot = "7783831711";
google_ad_width = 468;
google_ad_height = 60;
//--></script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
</p>
<p style="text-align: center;"><a href="https://wiki.ubuntu.com/Artwork/Incoming/DustTheme?action=AttachFile&amp;do=view&amp;target=ibextest.png"><img class="size-full wp-image-130 alignnone" title="ibextest" src="http://www.quicktweaks.com/wp-content/uploads/2008/10/ibextest.jpg" alt="" width="314" height="196" /></a></p>
<p style="text-align: center;">This wallpaper just got updated</p>
<p style="text-align: center;"><a href="https://wiki.ubuntu.com/Artwork/Incoming/Intrepid/Earthenibex_wallpaper?action=AttachFile&amp;do=view&amp;target=earthenibex-edit.png" target="_blank"><img class="size-full wp-image-147 alignnone" title="earthenibex-edit" src="http://www.quicktweaks.com/wp-content/uploads/2008/10/earthenibex-edit.jpg" alt="" width="314" height="196" /></a></p>
<p style="text-align: center;"><a href="https://wiki.ubuntu.com/Artwork/Incoming/Intrepid/Earthenibex_wallpaper?action=AttachFile&amp;do=view&amp;target=earthenibex-full-text.png" target="_blank"><img class="size-full wp-image-148 alignnone" title="earthenibex-full-text" src="http://www.quicktweaks.com/wp-content/uploads/2008/10/earthenibex-full-text.jpg" alt="" width="314" height="196" /></a></p>
<p style="text-align: center;"><a href="https://wiki.ubuntu.com/Artwork/Incoming/Intrepid/Kith_Intrepid?action=AttachFile&amp;do=view&amp;target=kithkin_artsy.jpg" target="_blank"><img class="size-full wp-image-149 alignnone" title="kithkin_artsy" src="http://www.quicktweaks.com/wp-content/uploads/2008/10/kithkin_artsy.jpg" alt="" width="314" height="201" /></a></p>
<p style="text-align: center;"><a href="https://wiki.ubuntu.com/Artwork/Incoming/Intrepid/Kith_Intrepid?action=AttachFile&amp;do=view&amp;target=kithkin_simple.png" target="_blank"><img class="size-full wp-image-150 alignnone" title="kithkin_simple" src="http://www.quicktweaks.com/wp-content/uploads/2008/10/kithkin_simple.jpg" alt="" width="314" height="201" /></a></p>
<p style="text-align: center;"><a href="https://wiki.ubuntu.com/Artwork/Incoming/Intrepid/IbexSunset-widescreen?action=AttachFile&amp;do=view&amp;target=WidescreenIbexSunset4.png"><img class="size-full wp-image-136 alignnone" title="widescreenibexsunset4" src="http://www.quicktweaks.com/wp-content/uploads/2008/10/widescreenibexsunset4.jpg" alt="" width="314" height="196" /></a></p>
<p style="text-align: center;"><a href="http://i182.photobucket.com/albums/x314/hardwyrd/intrepidibex_wall.png"><img class="size-full wp-image-131 alignnone" title="intrepidibex_wall" src="http://www.quicktweaks.com/wp-content/uploads/2008/10/intrepidibex_wall.jpg" alt="" width="311" height="235" /></a></p>
<p style="text-align: center;"><a href="http://gabuntu.files.wordpress.com/2008/08/strata_cropped3.jpg"><img class="size-full wp-image-133 alignnone" title="strata_cropped3" src="http://www.quicktweaks.com/wp-content/uploads/2008/10/strata_cropped3.jpg" alt="" width="314" height="235" /></a></p>
<p style="text-align: center;"><a href="https://wiki.ubuntu.com/Artwork/Incoming/Intrepid/Brown_Sunset_Wallpapers?action=AttachFile&amp;do=get&amp;target=sunsetbio.jpg"><img class="size-full wp-image-134 alignnone" title="sunsetbio" src="http://www.quicktweaks.com/wp-content/uploads/2008/10/sunsetbio.jpg" alt="" width="314" height="214" /></a></p>
<p style="text-align: center;"><a href="https://wiki.ubuntu.com/Artwork/Incoming/Intrepid/Desktop_Background_Submissions?action=AttachFile&amp;do=view&amp;target=BackgroundIbexCF.jpg"><img class="size-full wp-image-129 alignnone" title="backgroundibexcf" src="http://www.quicktweaks.com/wp-content/uploads/2008/10/backgroundibexcf.jpg" alt="" width="314" height="196" /></a></p>
<p style="text-align: center;"><a href="https://wiki.ubuntu.com/Artwork/Incoming/Intrepid/NewWave?action=AttachFile&amp;do=view&amp;target=lime-light.png"><img class="size-full wp-image-132 alignnone" title="lime-lightpng" src="http://www.quicktweaks.com/wp-content/uploads/2008/10/lime-lightpng.jpeg" alt="" width="314" height="196" /></a></p>
<p style="text-align: center;"><a href="https://wiki.ubuntu.com/Artwork/Incoming/Intrepid/Desktop_Background_Submissions?action=AttachFile&amp;do=view&amp;target=ubuntu+logo+wall.png"><img class="size-full wp-image-135 alignnone" title="ubuntu-logo-wall" src="http://www.quicktweaks.com/wp-content/uploads/2008/10/ubuntu-logo-wall.jpg" alt="" width="314" height="196" /></a></p>
<p style="text-align: center;">If they don&#8217;t want to include any of the above for some reasons, than this wallpaper is far better than the current wallpaper:</p>
<p style="text-align: center;"><script type="text/javascript"><!--
google_ad_client = "pub-0816309066023726";
google_ad_slot = "7783831711";
google_ad_width = 468;
google_ad_height = 60;
//--></script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
</p>
<p style="text-align: center;"><a href="http://opendesktop.org/content/preview.php?preview=1&amp;id=76136&amp;file1=76136-1.jpg&amp;file2=&amp;file3=&amp;name=Waves+brown"><img class="size-full wp-image-128 alignnone" title="76136-1" src="http://www.quicktweaks.com/wp-content/uploads/2008/10/76136-1.jpg" alt="" width="314" height="196" /></a></p>


<p>Related posts:<ol><li><a href='http://www.quicktweaks.com/2009/01/07/kick-ass-guide-for-installing-oracle-on-ubuntu/' rel='bookmark' title='Permanent Link: Kick ass guide for installing Oracle on Ubuntu'>Kick ass guide for installing Oracle on Ubuntu</a> <small>Four steps for installing Oracle on Ubuntu. Steps by steps...</small></li></ol></p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.quicktweaks.com/2008/10/05/the-wallpapers-that-should-made-their-ways-to-intrepid-ibex/feed/</wfw:commentRss>
		<slash:comments>29</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic page generated in 0.949 seconds. -->
<!-- Cached page generated by WP-Super-Cache on 2009-11-27 18:52:13 -->
<!-- Compression = gzip -->