<?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; Wallpapers</title>
	<atom:link href="http://www.quicktweaks.com/category/linux/software/wallpapers/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>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.


Related posts:<ol><li><a href='http://www.quicktweaks.com/2009/11/26/10-linux-commands-for-fun/' rel='bookmark' title='Permanent Link: 10 Linux commands for fun'>10 Linux commands for fun</a> <small>Here are few Linux commands you can play with for...</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>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>Related posts:<ol><li><a href='http://www.quicktweaks.com/2009/11/26/10-linux-commands-for-fun/' rel='bookmark' title='Permanent Link: 10 Linux commands for fun'>10 Linux commands for fun</a> <small>Here are few Linux commands you can play with for...</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/12/switch-to-linux-today-bsod-linux-flier/feed/</wfw:commentRss>
		<slash:comments>7</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>
		<item>
		<title>Ubuntu 8.10 hits beta; the look lets the fans down again</title>
		<link>http://www.quicktweaks.com/2008/10/02/ubuntu-810-beta-hits-beta-the-look-lets-the-fans-down-again/</link>
		<comments>http://www.quicktweaks.com/2008/10/02/ubuntu-810-beta-hits-beta-the-look-lets-the-fans-down-again/#comments</comments>
		<pubDate>Thu, 02 Oct 2008 22:58:03 +0000</pubDate>
		<dc:creator>ashokgelal</dc:creator>
				<category><![CDATA[Desktop]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Wallpapers]]></category>
		<category><![CDATA[appearance]]></category>
		<category><![CDATA[AWN]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[dock]]></category>
		<category><![CDATA[gnome-do]]></category>
		<category><![CDATA[Hardy]]></category>
		<category><![CDATA[images]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.quicktweaks.com/?p=75</guid>
		<description><![CDATA[Ubuntu 8.10 intrepid Ibex hit the market today but its appearance ONCE AGAIN came as a great disappointment. Since this is a beta version, we can't expect any change in the features now. All the works, which will be done until the final version hits the market on 30th October, will be only to fix the bugs. So, just keep your finger corssed until Jaunty Jackalope is released. If you are disappointed with the current appearance of your favorite Linux distro, here are some ways to give it a new fancy life again.


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;"><a title="Intrepid Ibex" href="http://www.ubuntu.com/testing/intrepid/beta" target="_blank">Ubuntu 8.10 intrepid Ibex beta</a> hit the market today but its appearance ONCE AGAIN came as a great disappointment. Since this is a beta version, we can&#8217;t expect any change in the features now. All the works, which will be done until the final version hits the market on 30th October, will be only to fix the bugs. So, just keep your finger corssed until <a title="Jaunty Jackalope" href="https://lists.ubuntu.com/archives/ubuntu-devel-announce/2008-September/000481.html" target="_blank">Jaunty Jackalope</a> is released. If you are disappointed with the current appearance of your favorite Linux distro, here are some ways to give it a new fancy life again.</p>
<p><span id="more-75"></span></p>
<p>Everything is right about Ubuntu expect its look.  Changing its appearance is one of the highly requested features by many fans around the world. Fans were expecting a change with Hardy Heron, but it didn&#8217;t happen. They had a lot of expectations with Intrepid Ibex but it came with nothing more than small color changes and this non-sense wallpaper:</p>
<div id="attachment_76" class="wp-caption aligncenter" style="width: 510px"><a href="http://None"><img class="size-full wp-image-76" title="ubuntu-ibex-screenshot" src="http://www.quicktweaks.com/wp-content/uploads/2008/10/ubuntu-ibex-screenshot.jpg" alt="The ugliest wallpaper ever" width="500" height="276" /></a><p class="wp-caption-text">The ugliest wallpaper ever</p></div>
<p>If you hate Ubunut&#8217;s default appearance, here are some ways to make it look best of the all OSes</p>
<ul>
<li>Install Emerald Theme manager and <a title="emearld themes" href="http://gnome-look.org/content/search.php?xsortmode=new&amp;search=1&amp;type=0&amp;name=emerald&amp;user=&amp;text=&amp;sort=0&amp;scorefilter=0&amp;license=99&amp;page=0" target="_blank">download emerald themes </a>from <a title="gnome look" href="http://gnome-look.org" target="_blank">gnome-look.org</a>. I&#8217;m using <a title="my desktop theme" href="http://gnome-look.org/content/show.php/Scaled+Black+Mod?content=45402" target="_blank">Scaled_Black_Mod </a></li>
<li>Get rid of the bottom panel and replace it with some beautiful and productive dock. <a title="Three Little Things To Make Your Ubuntu Desktop Beautiful and Productive" href="http://www.quicktweaks.com/2008/04/11/three-little-things-to-make-your-ubuntu-desktop-beautiful-and-productive/" target="_blank">Here is a nice tutorial on how to do this.</a></li>
<li>Get mails, weather, and system info right on your desktop with conky. After this &#8216;beauty&#8217; comes as a bonus for you. <a title="Gmail+Weather+Beauty right on your Ubuntu desktop" href="http://www.quicktweaks.com/2008/09/27/gmail-weather-beauty-right-on-your-ubuntu-desktop/" target="_blank">Read my previous post on how to do this</a>. I&#8217;ve included all the required files and fonts so it shoudn&#8217;t take you more than 10minutes.</li>
<li><a title="Ubuntu wallpapers" href="http://www.quicktweaks.com/2008/10/02/10-wallpapers-for-ubuntu-lovers/" target="_blank">Download Ubuntu wallpapers to show your Ubuntu love.</a> If you love nature and prefer some natural backgrounds instead, you can get them from <a title="Devian art wallpapers" href="http://wallpaper.deviantart.com/" target="_blank">devian art</a>. Other place to look for the beautiful wallpapers are: <a title="InterfaceLIFT wallpapers" href="http://interfacelift.com/wallpaper_beta/downloads/date/any/" target="_blank">InterfaceLIFT</a>, and <a title="Studio Twenty Eight wallpapers" href="http://www.studiotwentyeight.com/wallpapers.htm" target="_blank">StudioTwentyEight</a></li>
<li>If you want to get rid of the top menu, you can <a title="Circular Application Menu" href="http://code.google.com/p/circular-application-menu/" target="_blank">replace it with a nice looking cirular application menu</a>.</li>
</ul>
<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 a couple of hours your ugly desktop should more beautiful then mine:</p>
<div id="attachment_36" class="wp-caption aligncenter" style="width: 310px"><a href="http://www.quicktweaks.com/wp-content/uploads/2008/09/screenshot-2.png"><img class="size-medium wp-image-36" title="My Desktop Screenshot with Gnome-do" src="http://www.quicktweaks.com/wp-content/uploads/2008/09/screenshot-2-300x187.png" alt="Desktop Screenshot with Gnome-Do" width="300" height="187" /></a><p class="wp-caption-text">Desktop Screenshot with conky, AWN, Scaled Black mod theme, and Gnome-Do</p></div>
<div class="mceTemp mceIEcenter"></div>
<div class="mceTemp mceIEcenter" style="TEXT-ALIGN: left">Let&#8217;s hope Jackalope comes in a new look.</div>
<div class="mceTemp mceIEcenter" style="TEXT-ALIGN: left"></div>
<div class="mceTemp mceIEcenter" style="TEXT-ALIGN: left">If you have a beautiful looking desktop, share with us. Shoot an email to admin[at]quickktweaks[dot]com with the screenshot(s) of your desktop. Beautiful ones will get published.</div>


<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/02/ubuntu-810-beta-hits-beta-the-look-lets-the-fans-down-again/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>10 Wallpapers for Ubuntu Lovers</title>
		<link>http://www.quicktweaks.com/2008/10/02/10-wallpapers-for-ubuntu-lovers/</link>
		<comments>http://www.quicktweaks.com/2008/10/02/10-wallpapers-for-ubuntu-lovers/#comments</comments>
		<pubDate>Thu, 02 Oct 2008 19:46:04 +0000</pubDate>
		<dc:creator>ashokgelal</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Wallpapers]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://www.quicktweaks.com/?p=56</guid>
		<description><![CDATA[Give your desktop a Ubuntuish look! Here is the collection of 10 high quality wallpapers for die-hard Ubuntu fans.














Here is one with calendar for the month of October




There are many more wallpapers flying around the Internet. If you know any, share with us in the comments. If you have designed your own, shoot an email [...]


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;">Give your desktop a Ubuntuish look! Here is the collection of 10 high quality wallpapers for die-hard Ubuntu fans.</p>
<p style="text-align: center;"><a href="http://backdropsforyourlife.files.wordpress.com/2008/08/ubuntuwallpaper-copy.jpg"><img class="size-full wp-image-57 aligncenter" title="wp10" src="http://www.quicktweaks.com/wp-content/uploads/2008/10/wp10.jpg" alt="" width="300" height="188" /></a></p>
<p><span id="more-56"></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="http://abstract.desktopnexus.com/wallpaper/23723/"><img class="size-full wp-image-68 aligncenter" title="wp81" src="http://www.quicktweaks.com/wp-content/uploads/2008/10/wp81.jpg" alt="" width="300" height="188" /></a></p>
<p style="text-align: center;"><a href="http://www.flickr.com/photos/abulhussain/1163730421/"><img class="size-full wp-image-58 aligncenter" title="wp2" src="http://www.quicktweaks.com/wp-content/uploads/2008/10/wp2.jpg" alt="" width="300" height="188" /></a></p>
<p style="text-align: center;"><a href="http://www.flickr.com/photos/mundotronics/2409006884/"><img class="size-full wp-image-59 alignnone" title="wp3" src="http://www.quicktweaks.com/wp-content/uploads/2008/10/wp3.jpg" alt="" width="300" height="188" /></a></p>
<p style="text-align: center;"><a href="http://img181.imageshack.us/img181/1346/ibexwallpapervs1.png"><img class="size-full wp-image-65 alignnone" title="wp9" src="http://www.quicktweaks.com/wp-content/uploads/2008/10/wp9.jpg" alt="" width="300" height="188" /></a></p>
<p style="text-align: center;"><a href="http://xiux.files.wordpress.com/2008/02/ubuntu-diblack.png"><img class="size-full wp-image-63 alignnone" title="wp7" src="http://www.quicktweaks.com/wp-content/uploads/2008/10/wp7.jpg" alt="" width="300" height="188" /></a></p>
<p style="text-align: center;"><a href="http://technology.desktopnexus.com/wallpaper/16478/"><img class="size-full wp-image-62 alignnone" title="wp6" src="http://www.quicktweaks.com/wp-content/uploads/2008/10/wp6.jpg" alt="" width="300" height="188" /></a></p>
<p style="text-align: center;"><a href="http://technology.desktopnexus.com/wallpaper/16478/"><img class="size-full wp-image-61 alignnone" title="wp5" src="http://www.quicktweaks.com/wp-content/uploads/2008/10/wp5.jpg" alt="" width="300" height="188" /></a></p>
<p style="text-align: center;"><a href="http://xiux.files.wordpress.com/2008/02/ubuntu_the_difference_logo_sc.png"><img class="size-full wp-image-60 alignnone" title="wp4" src="http://www.quicktweaks.com/wp-content/uploads/2008/10/wp4.jpg" alt="" width="300" height="188" /></a></p>
<p style="text-align: center;">
<p style="text-align: left;">Here is one with calendar for the month of October</p>
<p style="text-align: center;"><a href="http://www.quicktweaks.com/wp-content/uploads/2008/10/ibex_october_1680x1050.jpg"><img class="size-medium wp-image-67 alignnone" title="ibex_october_1680x1050_quickTweaks" src="http://www.quicktweaks.com/wp-content/uploads/2008/10/ibex_october_1680x1050-300x187.jpg" alt="" width="300" height="187" /></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 style="text-align: left;">There are many more wallpapers flying around the Internet. If you know any, share with us in the comments. If you have designed your own, shoot an email to admin[at]quicktweaks[dot]com. We will publish your wallpapers next time with your name on it.</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/02/10-wallpapers-for-ubuntu-lovers/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic page generated in 3.718 seconds. -->
<!-- Cached page generated by WP-Super-Cache on 2009-11-29 06:22:25 -->
<!-- Compression = gzip -->