<?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; Installation</title>
	<atom:link href="http://www.quicktweaks.com/category/linux/software/installation/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>CODEWEAVERS WILL BE GIVING AWAY CROSSOVER FOR FREE FOR ONE DAY</title>
		<link>http://www.quicktweaks.com/2008/10/27/codeweavers-will-be-giving-away-crossover-for-free-for-one-day/</link>
		<comments>http://www.quicktweaks.com/2008/10/27/codeweavers-will-be-giving-away-crossover-for-free-for-one-day/#comments</comments>
		<pubDate>Tue, 28 Oct 2008 02:13:21 +0000</pubDate>
		<dc:creator>ashokgelal</dc:creator>
				<category><![CDATA[Installation]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Codeweaver]]></category>
		<category><![CDATA[crossover]]></category>
		<category><![CDATA[download]]></category>
		<category><![CDATA[FREE]]></category>
		<category><![CDATA[George Bush]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Wine]]></category>

		<guid isPermaLink="false">http://www.quicktweaks.com/?p=250</guid>
		<description><![CDATA[Codeweaver, the maker of crossover software which allows you to run Windows applications in Linux &#38; MacOS with the help of Wine, will be giving away its award wining software for free for one day.

Tomorrow, October 28, will be a day of joy for the Linux users who are looking to run some of the [...]


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>Codeweaver, the maker of crossover software which allows you to run Windows applications in Linux &amp; MacOS with the help of Wine, will be <a href="http://www.codeweavers.com/about/general/press/20081027/" target="_blank">giving away its award wining software for free for one day</a>.</p>
<p><span id="more-250"></span></p>
<p>Tomorrow, October 28, will be a day of joy for the Linux users who are looking to run some of the Windows Applications with Wine. Don&#8217;t forget to visit <a href="http://www.codeweavers.com/about/general/press/20081027/" target="_blank">Codeweaver&#8217;s home page</a> at least once tomorrow as they will give you a deal code which will allow you to download and use Crossover for free for your whole life. This will be a full version and will come with technical support. Did you bookmarked the site?</p>
<p>BTW, don&#8217;t forget to thanks George Bush for this. An excerpt from their press release:</p>
<blockquote><p>&#8220;I launched the campaign to inspire President Bush to make the most of his final days in office. Who knew that our Challenge would have this kind of impact on the country?&#8221; White said. &#8220;On the other hand, who knew that the economy would implode, causing oil demand to drop into the abyss and gas prices to plummet as well. Clearly, investigating Bear Stearns, AIG and those guys is misplaced – CodeWeavers is responsible for this mess. So it&#8217;s free software for all!&#8221;</p></blockquote>


<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/27/codeweavers-will-be-giving-away-crossover-for-free-for-one-day/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Ubuntu 8.10 RC1 is here</title>
		<link>http://www.quicktweaks.com/2008/10/23/ubuntu-810-rc1-is-here/</link>
		<comments>http://www.quicktweaks.com/2008/10/23/ubuntu-810-rc1-is-here/#comments</comments>
		<pubDate>Thu, 23 Oct 2008 23:38:11 +0000</pubDate>
		<dc:creator>ashokgelal</dc:creator>
				<category><![CDATA[Installation]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[rc]]></category>
		<category><![CDATA[release]]></category>
		<category><![CDATA[theme]]></category>
		<category><![CDATA[ubutnu]]></category>
		<category><![CDATA[USBLive]]></category>

		<guid isPermaLink="false">http://www.quicktweaks.com/?p=238</guid>
		<description><![CDATA[A week before the final release of Ubuntu 8.10, the guys at Canonical has released the last testing version RC1. Since this is only RC1, no changes in the features was expected. As discussed in my previous post, two system tools USBLive and System Cleaner, will be bundled with Ubuntu 8.10, change of the wallpaper, [...]


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>A week before the final release of Ubuntu 8.10, the guys at Canonical has released the last testing version RC1. Since this is only RC1, no changes in the features was expected. As discussed in my <a href="http://www.quicktweaks.com/2008/10/22/intrepid-ibex-to-be-bundled-with-two-more-system-tools/" target="_blank">previous post</a>, two system tools USBLive and System Cleaner, will be bundled with Ubuntu 8.10, change of the wallpaper, integrating a new Dark Room theme are among the noticeable changes in this version. <a href="http://www.ubuntu.com/testing/intrepid/beta" target="_blank">Get Ubuntu 8.10 RC1 from here.</a></p>
<p style="text-align: center;"><a href="http://www.quicktweaks.com/wp-content/uploads/2008/10/sc1.png"><img class="size-thumbnail wp-image-240 aligncenter" title="sc1" src="http://www.quicktweaks.com/wp-content/uploads/2008/10/sc1-150x150.png" alt="" width="150" height="150" /></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/23/ubuntu-810-rc1-is-here/feed/</wfw:commentRss>
		<slash:comments>0</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>Mozilla released Firefox 3.1 Beta1. Try it now!</title>
		<link>http://www.quicktweaks.com/2008/10/14/mozilla-released-firefox-31-beta1-try-it-now/</link>
		<comments>http://www.quicktweaks.com/2008/10/14/mozilla-released-firefox-31-beta1-try-it-now/#comments</comments>
		<pubDate>Tue, 14 Oct 2008 20:52:12 +0000</pubDate>
		<dc:creator>ashokgelal</dc:creator>
				<category><![CDATA[Installation]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[browser]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[internet]]></category>
		<category><![CDATA[script]]></category>
		<category><![CDATA[wget]]></category>

		<guid isPermaLink="false">http://www.quicktweaks.com/?p=190</guid>
		<description><![CDATA[Mozilla just released Beta1 of Firefox 3.1 browser. They haven't yet made the official announcement though.
The noticeable features include Ctrl+Tab 3D browser, faster JavaScript performance, and Open a new tab button just like Internet Explorer 7. If you want to give a try, here is how 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: left;">Mozilla just released Beta1 of Firefox 3.1 browser. <span style="text-decoration: line-through;">They haven&#8217;t yet made the official announcement though.</span></p>
<p style="text-align: left;">The noticeable features include Ctrl+Tab 3D navigation browser, faster JavaScript performance, and <em>Open a New Tab </em>button just like Internet Explorer 7.</p>
<p style="text-align: left;"><span id="more-190"></span></p>
<p style="text-align: left;">
<div id="attachment_194" class="wp-caption aligncenter" style="width: 510px"><a href="http://www.quicktweaks.com/wp-content/uploads/2008/10/firefox_b1.png"><img class="size-full wp-image-194" title="firefox 3.1 beta1 ctrl+tab 3d" src="http://www.quicktweaks.com/wp-content/uploads/2008/10/firefox_b1.png" alt="Ctrl+Tab 3D navigation browser is a welcome feature" width="500" height="312" /></a><p class="wp-caption-text">Ctrl+Tab 3D navigation browser is a welcome feature</p></div>
<p>If you want to give a try, here is how to install it in Linux:<br />
<script type="text/javascript"><!--
google_ad_client = "pub-0816309066023726";
/* qttext468x15, created 10/13/08 */
google_ad_slot = "2596799116";
google_ad_width = 468;
google_ad_height = 15;
// --></script><br />
<script src="http://pagead2.googlesyndication.com/pagead/show_ads.js" type="text/javascript"></script></p>
<p><code>wget ftp://ftp.mozilla.org/pub/mozilla.org/firefox/releases/3.1b1/linux-i686/en-US/firefox-3.1b1.tar.bz2</code><strong><em>Update:</em></strong> From the <a title="What's new in Firefox 3.1b1" href="https://www.mozilla.com/en-US/firefox/3.1b1/releasenotes/#whatsnew" target="_blank">official <strong><em>What&#8217;s New</em></strong> page</a>:</p>
<blockquote>
<li>Web standards improvements in the Gecko layout engine</li>
<li>Added support for CSS 2.1 and CSS 3 properties</li>
<li>A new tab-switching shortcut that shows previews of the tab you&#8217;re switching to</li>
<li>Improved control over the Smart Location Bar using special characters to restrict your search</li>
<li>Support for new web technologies such as the &lt;video&gt; and &lt;audio&gt; elements, the W3C Geolocation API, JavaScript query selectors, web worker threads, SVG transforms and offline applications.</li>
</blockquote>
<p>Don&#8217;t forget to backup your profile so that you can restore if something goes wrong.</p>
<div id="attachment_193" class="wp-caption aligncenter" style="width: 392px"><a href="http://www.quicktweaks.com/wp-content/uploads/2008/10/firefox3.png"><img class="size-full wp-image-193" title="Firefox 3.1beta1 add new tab" src="http://www.quicktweaks.com/wp-content/uploads/2008/10/firefox3.png" alt="Open a new tab button" width="382" height="196" /></a><p class="wp-caption-text">Open a new tab button</p></div>
<p>$ tar -xvf firefox-3.1b1.tar.bz2</p>
<p>$ cd firefox</p>
<p>$ ./firefox</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/14/mozilla-released-firefox-31-beta1-try-it-now/feed/</wfw:commentRss>
		<slash:comments>3</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>Analyze and visualize your Gmail-ing trends</title>
		<link>http://www.quicktweaks.com/2008/08/26/analyze-and-visualize-your-gmail-ing-trends/</link>
		<comments>http://www.quicktweaks.com/2008/08/26/analyze-and-visualize-your-gmail-ing-trends/#comments</comments>
		<pubDate>Tue, 26 Aug 2008 20:20:04 +0000</pubDate>
		<dc:creator>ashokgelal</dc:creator>
				<category><![CDATA[Installation]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[gmail]]></category>
		<category><![CDATA[mail]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.quicktweaks.com/?p=18</guid>
		<description><![CDATA[Want to know who sends you the emails most often, or which is the year/month/day/hour you receive the emails most? With the help of a handy program called mail-trends you can easily visualize your Gmail-ing activities. Though it is a command line program but the output is a graphically rich interactive html file. And take [...]


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>Want to know who sends you the emails most often, or which is the year/month/day/hour you receive the emails most? With the help of a handy program called <a title="mail-trends home page" href="http://code.google.com/p/mail-trends/"><em>mail-trends</em></a> you can easily visualize your Gmail-ing activities. Though it is a command line program but the output is a graphically rich interactive html file. And take my words, the command to launch the program is very simple.</p>
<p><span id="more-18"></span></p>
<p>Requirements:</p>
<p>1. The only requirement for mail-trends is Python but this tutorial is for any version of Ubuntu. With little bit of more work, it should work pretty well with any flavor of Linux, Windows, or Mac.</p>
<p>2. You have got a Gmail or Google Apps mail account and have enabled IMAP. <em>Enable IMAP from Settings&gt;<span>Forwarding and POP/IMAP&gt;Enable IMAP</span></em></p>
<p>Now, fire up the terminal window and get ready for some simple commands:</p>
<p>Python always comes shipped with Ubuntu, so you don&#8217;t need to worry about it.</p>
<p>1. Install <a title="Cheetah template home page" href="http://www.cheetahtemplate.org/index.html">Cheetah</a>, an open source template engine, and code generation tool. Shoot the following command to install Cheetah:</p>
<p><code>$ sudo apt-get install python-cheetah</code></p>
<p>2. Either get mail-trends tar file from the terminal window&#8230;</p>
<p><em><strong>$  wget http://mail-trends.googlecode.com/files/mail-trends-20080326.tar.gz</strong></em></p>
<p>OR visit http://mail-trends.googlecode.com to download the stable version. Also, those of you who prefer to get your hands on the latest version can download the latest code from the Subversion by issuing: <em>$ <tt>svn checkout http://mail-trends.googlecode.com/svn/trunk/ mail-trends</tt></em></p>
<p>3. Untar the mail-trends tar&#8217;d file by issuing:</p>
<p><code>$ tar xfv mail-trends-20080326.tar.gz</code></p>
<p>You will get a folder called mail-trends</p>
<p>4. Get inside mail-trends directory:</p>
<p><code>$ cd mail-trends</code><br />
5. Issue the following command to analyze your Gmail</p>
<p><code>$  python main.py --server=imap.gmail.com --use_ssl --username=<strong><em>yourgmailusername</em>@</strong>gmail.com --me=<em><strong>y</strong><strong>ourusername</strong></em>@gmail.com --skip_labels</code></p>
<p>It will then ask for your Gmail password.</p>
<p>If everything goes right, it will create a directory out inside the mail-trends directory and creates an index.html file and three other files inside the out directory.</p>
<p>Fire up the <em>index.html</em> file to open an interactive visualization of your Gmails.</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/08/26/analyze-and-visualize-your-gmail-ing-trends/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>Customizing Your GRUB Screen</title>
		<link>http://www.quicktweaks.com/2008/04/13/customizing-your-grub-screen/</link>
		<comments>http://www.quicktweaks.com/2008/04/13/customizing-your-grub-screen/#comments</comments>
		<pubDate>Mon, 14 Apr 2008 05:10:25 +0000</pubDate>
		<dc:creator>ashokgelal</dc:creator>
				<category><![CDATA[Installation]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[System]]></category>
		<category><![CDATA[GIMP]]></category>
		<category><![CDATA[gksu]]></category>
		<category><![CDATA[grub]]></category>
		<category><![CDATA[picture]]></category>
		<category><![CDATA[splash]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[X PixMap]]></category>

		<guid isPermaLink="false">http://www.quicktweaks.com/?p=8</guid>
		<description><![CDATA[Ever wanted to show your favorite image as your GRUB splash screen in Ubuntu something similar to other distros such as Fedora? Follow these steps:





Get a picture and open it with GIMP.
Go to Image&#62;Mode&#62;Indexed&#8230;
Make the maximum no. of colors to 14. To do this, enter 14 in the box that shows the default value of [...]


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>Ever wanted to show your favorite image as your GRUB splash screen in Ubuntu something similar to other distros such as Fedora? Follow these steps:<br />
<span id="more-10"></span><br />
<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>
<ol>
<li>Get a picture and open it with GIMP.</li>
<li>Go to <strong><em>Image&gt;Mode&gt;Indexed&#8230;</em></strong></li>
<li>Make the maximum no. of colors to 14. To do this, enter <strong><em>14</em></strong> in the box that shows the default value of 255.</li>
<li>Click Convert</li>
<li>Your image might not look that good, but GRUB screen can handle only 14 colors. If you don&#8217;t like the 14 color picture at all, try changing the color to grayscale (<em><strong>Image&gt;Mode&gt;Grayscale</strong></em>). Some pictures look great in grayscale than in 14 colors.</li>
<li>Go to <em><strong>Image&gt;Scale Image&#8230;</strong></em></li>
<li>Set the width as <em><strong>640</strong></em> pixels and height as <em><strong>480</strong></em> pixels. You might need to click on the Chain icon to be able to set the exact size.</li>
<li>Click Scale</li>
<li>You have to save the file as a X PixMap image. Go to <em><strong>File&gt;Save As&#8230;</strong></em> In the save dialog box Click on <em><strong>Select File Size (By Extension)</strong></em>. From the drop down menu, select X PixMap image (third option from bottom). Give a filename, Save and close GIMP.Make the archive of the image:</li>
<li>R-click on the the file you have just saved and select Create Archive&#8230;</li>
<li>Give a name (the default should be okay). Don&#8217;t forget the save the file type as .gz. From the extension menu select .gz.</li>
<li>Click CreateCopy the archive file to /boot/grub/mygrubimages</li>
<li>Those who know how to copy files using Terminal window can easily do that. For those who prefer graphical way of copying files should open the Run Dialog box (Alt+F2) and type:<br />
<em><strong>gksu nautilus /boot/grub/</strong></em> and hit enter. If it asks for your password, give it.</li>
<li>Create a new folder, name it <em>mygrubimages</em> (you can name it anything) and copy the archive file into it.</li>
<li>Open /boot/grub/menu.lst. Again in the Run dialog box, type:<br />
<em><strong>gksu gedit /bott/grub/mnu.lst</strong></em> and hit enter. If it asks for password again then you know what to do &#8211; restart and use Windows Vista. It never nags you for doing any administrative tasks! <img src='http://www.quicktweaks.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </li>
<li>In the file that opens, add a following line:<br />
<em><strong>splashimage=/boot/grub/mysplashimages/nameOfArchiveFile.gz</strong></em></li>
<li>Save the file, restart your Ubuntu box, and get ready to be welcomed by your favorite picture</li>
</ol>
<p><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/04/13/customizing-your-grub-screen/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Video &amp; Voice Chating in Ubuntu</title>
		<link>http://www.quicktweaks.com/2008/04/10/video-voice-chating-in-ubuntu/</link>
		<comments>http://www.quicktweaks.com/2008/04/10/video-voice-chating-in-ubuntu/#comments</comments>
		<pubDate>Thu, 10 Apr 2008 19:18:46 +0000</pubDate>
		<dc:creator>ashokgelal</dc:creator>
				<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Installation]]></category>
		<category><![CDATA[Multimedia]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[chat]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Skype]]></category>
		<category><![CDATA[Sound]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[video]]></category>
		<category><![CDATA[webcam]]></category>
		<category><![CDATA[xawtv]]></category>

		<guid isPermaLink="false">http://www.quicktweaks.com/?p=6</guid>
		<description><![CDATA[In this article I will show you how to make your webcam work in Ubuntu Linux 7.10 without even without opening the terminal window once. I pre-assume your microphone is working, if not leave a comment and then I will help you. You would have more pain to make your video work in Windows than [...]


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>In this article I will show you how to make your webcam work in Ubuntu Linux 7.10 without even without opening the terminal window once. I pre-assume your microphone is working, if not leave a comment and then I will help you. You would have more pain to make your video work in Windows than in Ubuntu Linux.</p>
<p>Follow these easy steps (and ask your girlfriend to follow these steps too):<br />
<span id="more-8"></span><br />
<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>
<ol>
<li> Head to <a href="http://download.tuxfamily.org/arakhne/pool/ricoh-webcam-r5u870/2.6.22-14-generic/">http://download.tuxfamily.org/arakhne/pool/ricoh-webcam-r5u870/2.6.22-14-generic/</a></li>
<li>Click on the file <span style="font-style: italic; font-weight: bold;">ricoh-webcam-r5u870-2.6.22-14-generic_0.10.0-4_i386.deb</span></li>
<li>In the dialog box that appears, select <span style="font-weight: bold; font-style: italic;">Open with GDebi Package Installer</span> (it is default so you should be able only to click on OK button)</li>
<li>In the package installer dialog box click <span style="font-weight: bold; font-style: italic;">Install Package</span>.<br />
Done! Finished! But check if your webcam is working:</li>
<li>Go to <span style="font-style: italic; font-weight: bold;">Applications</span> menu (or just press <span style="font-weight: bold; font-style: italic;">Alt+F1 </span>you lazy fellow)&gt;<span style="font-weight: bold; font-style: italic;">Add Remove &#8230;</span></li>
<li>On the upper right list box labelled <span style="font-weight: bold; font-style: italic;">Show:</span> ensure <span style="font-weight: bold; font-style: italic;">All available applications </span>is selected</li>
<li>In the <span style="font-weight: bold; font-style: italic;">search box</span> type: <span style="font-weight: bold; font-style: italic;">xawtv</span> and select and then install</li>
<li>Go to <span style="font-weight: bold; font-style: italic;">Applications&gt;Sound &amp; Video&gt;Xawtv.</span> You should straightly see your face yourself. Want to show your face to your girlfriend and do chat simultaneously? Follow these steps</li>
<li>Head to <a href="http://www.skype.com/download/skype/linux/choose/">http://www.skype.com/download/skype/linux/choose/ </a>and click on the <span style="font-style: italic;"><span style="font-weight: bold;"> </span></span> link. Again the sametwo dialog boxes should appear. Install using the default option:<span style="font-weight: bold; font-style: italic;"> </span><span class="fullpost"><span style="font-weight: bold; font-style: italic;">Open with GDebi Package Installer</span> and then clicking the Install Package on the second dialog box.</span></li>
<li>Go to <span style="font-weight: bold; font-style: italic;">Applications&gt;Internet&gt;Skype </span>and log in.</li>
</ol>
<p>Assuming your girlfriend is already waiting you in Skype, call her and enable your video. That&#8217;s all!</p>
<p>If you want to see your girlfriend&#8217;s face, ask her to follow all the above steps. If she can&#8217;t understand you talking so technically (for the first time in her life), send her a link to this blog. I swear I won&#8217;t ask her email id. I swear!</p>
<p><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/04/10/video-voice-chating-in-ubuntu/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Install MS Office 2007 in Linux</title>
		<link>http://www.quicktweaks.com/2008/04/09/install-ms-office-2007-in-linux/</link>
		<comments>http://www.quicktweaks.com/2008/04/09/install-ms-office-2007-in-linux/#comments</comments>
		<pubDate>Wed, 09 Apr 2008 19:10:44 +0000</pubDate>
		<dc:creator>ashokgelal</dc:creator>
				<category><![CDATA[Installation]]></category>
		<category><![CDATA[xserver]]></category>
		<category><![CDATA[install]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[MS Office 2007]]></category>
		<category><![CDATA[Office]]></category>
		<category><![CDATA[rpcrt]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Wine]]></category>

		<guid isPermaLink="false">http://www.quicktweaks.com/?p=5</guid>
		<description><![CDATA[Though there are many alternatives for MS Office, no doubt MS Office 2007 is a winner. If you want to install MS 2007 in Linux follow these steps:




Install Wine
Select Applications&#62;Wine&#62;Configure Wine to bring the Wine Configuration dialog box.

Select Windows Version as Windows Vista from the Applications Tab

Override two dll files rpcrt4.dll and msxml3.dll from Libraries [...]


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>Though there are many alternatives for MS Office, no doubt MS Office 2007 is a winner. If you want to install MS 2007 in Linux follow these steps:<br />
<span id="more-7"></span><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>
<ol>
<li><span class="fullpost">Install <em>Wine</em></span></li>
<li><span class="fullpost">Select Applications&gt;Wine&gt;Configure Wine to bring the Wine Configuration dialog box.<br />
</span></li>
<li><span class="fullpost">Select <em>Windows Version</em> as <em>Windows Vista</em> from the <em>Applications Tab</em><br />
</span></li>
<li><span class="fullpost">Override two dll files rpcrt4.dll and msxml3.dll from Libraries tab. Override them to be Native (Windows)</span></li>
<li><span class="fullpost"><a title="Download rpcrt.dll" href="http://www.mediafire.com/?njtut9aswdk" target="_blank">Download rpcrt4.dll file. Click here and save it on your desktop.</a></span></li>
<li><span class="fullpost">Open the c_drive from Wine menu</span></li>
<li><span class="fullpost">Delete rpcrt4.dll and  msxml3.dll files from Windows/System32 directory.</span></li>
<li><span class="fullpost">Copy the downloaded rpcrt4.dll file into Windows/System32 directory</span></li>
<li><span class="fullpost">Download msxml3.msi file from Microsoft download site (<a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=28494391-052b-42ff-9674-f752bdca9582&amp;DisplayLang=en">here is the direct link for your convenience</a>).</span></li>
<li><span class="fullpost">Install msxml3.msi file from the Terminal window by issuing msiexec /i msxml3.msi</span></li>
<li><span class="fullpost">Double click on setup.exe file from your MS Office 2007 installation CD. If it doesn&#8217;t work just type wine setup.exe from the Terminal window.</span></li>
<li><span class="fullpost">Follow the normal installation procedures.</span></li>
</ol>
<p>Watch the step-by-step video:</p>
<p><a href="http://www.quicktweaks.com/2008/04/09/install-ms-office-2007-in-linux/"><em>Click here to view the embedded video.</em></a></p>
<p>UPDATE: Before you install Office 2007 don&#8217;t forget about winetricks. It might help to resolve many issues. Just go to <a title="winetricks" href="http://www.kegel.com/wine/winetricks">http://www.kegel.com/wine/winetricks</a>, copy the text (codes) in a file winetrick. From the terminal window type <em><strong>sh winetricks</strong></em>. Check all the msxml stuffs and click install.</p>
<p><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/04/09/install-ms-office-2007-in-linux/feed/</wfw:commentRss>
		<slash:comments>115</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic page generated in 1.731 seconds. -->
<!-- Cached page generated by WP-Super-Cache on 2009-12-01 09:02:10 -->
<!-- Compression = gzip -->