<?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; Hardware</title>
	<atom:link href="http://www.quicktweaks.com/category/linux/hardware/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.9</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>Fixing your microphones to work in Ubuntu</title>
		<link>http://www.quicktweaks.com/2008/08/26/fixing-your-microphones-to-work-in-ubuntu/</link>
		<comments>http://www.quicktweaks.com/2008/08/26/fixing-your-microphones-to-work-in-ubuntu/#comments</comments>
		<pubDate>Wed, 27 Aug 2008 01:19:40 +0000</pubDate>
		<dc:creator>ashokgelal</dc:creator>
				<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[sound]]></category>
		<category><![CDATA[audio]]></category>
		<category><![CDATA[microphone]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[volume]]></category>

		<guid isPermaLink="false">http://www.quicktweaks.com/?p=19</guid>
		<description><![CDATA[Sometimes some simple things easily drive you nuts &#8211; like fixing your microphones to work in Ubuntu. It took me more than 3 hours to get my internal and external microphones work after reading several forums and after several trial-and-errors. And finally it turned out that it just take 3 simple steps:

1. Bring up the [...]


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>Sometimes some simple things easily drive you nuts &#8211; like fixing your microphones to work in Ubuntu. It took me more than 3 hours to get my internal and external microphones work after reading several forums and after several trial-and-errors. And finally it turned out that it just take 3 simple steps:</p>
<p><span id="more-19"></span></p>
<p>1. Bring up the Volume Control panel by double clicking the <em>volume icon</em> on the top panel. You might see only the Playback tab</p>
<p>2. Go to <em>Edit&gt;Preferences</em> and select <em>Mic Jack, Capture, Internal Mic </em>and click <em>Close</em></p>
<p>Now you will see three tabs &#8211; <em>Playback</em>, <em>Recording</em>, and <em>Switches</em></p>
<p>3. Go to <em>Recording tab</em> and make sure microphone is not muted.</p>
<p>To select between <em>Internal Mic</em> and <em>External Mic</em>, go to <em>Switches</em> tab and select your preference.</p>
<p>That&#8217;s 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/08/26/fixing-your-microphones-to-work-in-ubuntu/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Fixing XServer After Hardy Updates</title>
		<link>http://www.quicktweaks.com/2008/04/15/fixing-xserver-after-hardy-updates/</link>
		<comments>http://www.quicktweaks.com/2008/04/15/fixing-xserver-after-hardy-updates/#comments</comments>
		<pubDate>Tue, 15 Apr 2008 19:12:14 +0000</pubDate>
		<dc:creator>ashokgelal</dc:creator>
				<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[xserver]]></category>
		<category><![CDATA[dpkg]]></category>
		<category><![CDATA[graphics card]]></category>
		<category><![CDATA[Hardy]]></category>
		<category><![CDATA[nvidia]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[xorg]]></category>

		<guid isPermaLink="false">http://www.quicktweaks.com/?p=10</guid>
		<description><![CDATA[Since I loaded Hardy into my system a month ago, it has been my routine job to fix xserver after nearly every updates. After many desperate attempts to fix the things, I&#8217;ve found a way to fix it. I don&#8217;t claim that whatever I&#8217;ve done should work for others but it is better to give [...]


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>Since I loaded Hardy into my system a month ago, it has been my routine job to fix xserver after nearly every updates. After many desperate attempts to fix the things, I&#8217;ve found a way to fix it. I don&#8217;t claim that whatever I&#8217;ve done should work for others but it is better to give it a try once rather than ending up with reinstalling Ubuntu. Here is what I do:<br />
<span id="more-12"></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>I always backup my <em>/etc/X11/xorg.conf </em>file to something like <em>/etc/X11/xorg.conf.bckup</em></li>
<li>When something is broken, I often find that my <em>xorg.conf</em> file has been modified. To find out whether there is any modification, I issue:<br />
<em><strong>stat /etc/X11/xorg.conf</strong></em></li>
<li>If there is any, I list the changes:<br />
<strong><em>diff /etc/X11/xorg.conf /etc/X11/xorg.conf.bckup -y &#8211;suppress-common-lines</em></strong></li>
<li>I then undo the modifications. Those who aren&#8217;t comfortable with command lines can try <em><a title="Meld Home Page" href="http://meld.sourceforge.net/" target="_blank">meld</a></em>. It is a graphical frontend for <em>diff</em> command. It couldn&#8217;t be more easier to merge/remove changes in two versions of same file. It is in the Universe repository so you should get it by issuing:<br />
<em><strong>sudo apt-get install meld</strong></em></li>
<li>After the modifications have been undone, I restart Hardy. Most of the time I get my xserver fixed with everything working fine &#8211; color depth, screen resolution etc.</li>
<li>If restarting the system does nothing other than greeting with that dialog box &#8211; Ubuntu is running in low graphics mode, then i try to reconfigure xserver by issuing:<br />
<em><strong>sudo dpkg reconfigure xserver-org</strong></em><br />
It will ask you a couple of questions, clicking on default option will be OK</li>
<li>After it gives a &#8217;successful&#8217; message, time to restart. I can see the changes immediately &#8211; login screen spanning to my whole screen.</li>
<li>I need to enable the drivers for my card by going to <em>System&gt;Administration&gt;Hardware Drivers</em></li>
<li>Finally, enabling my nvidia card, restarting once again and going to <em>System&gt;Preference&gt;Screen Resolution</em> to set the correct resolution, gives my pretty looking xserver back again.</li>
<li>The next important task is to create the backup of my <em>/etc/X11/xorg.conf</em> file again.</li>
</ol>
<p></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/04/15/fixing-xserver-after-hardy-updates/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Unfreezing Your Linux Desktop</title>
		<link>http://www.quicktweaks.com/2008/04/14/unfreezing-your-linux-desktop/</link>
		<comments>http://www.quicktweaks.com/2008/04/14/unfreezing-your-linux-desktop/#comments</comments>
		<pubDate>Mon, 14 Apr 2008 22:25:05 +0000</pubDate>
		<dc:creator>ashokgelal</dc:creator>
				<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[System]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[freeze]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[unfreeze]]></category>

		<guid isPermaLink="false">http://www.quicktweaks.com/?p=9</guid>
		<description><![CDATA[A friend of mine writes &#8220;&#8230;when I open some heavy sites with Firefox, my Ubuntu desktop gets freeze. I can&#8217;t close the Firefox so I find no other way than to restart my system. Aren&#8217;t there any other ways to unfreeze the system without restarting?&#8221;
Yes there are!




The most efficient way to unfreeze your system is [...]


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[<blockquote><p>A friend of mine writes <em>&#8220;&#8230;when I open some heavy sites with Firefox, my Ubuntu desktop gets freeze. I can&#8217;t close the Firefox so I find no other way than to restart my system. Aren&#8217;t there any other ways to unfreeze the system without restarting?&#8221;</em><br />
Yes there are!<br />
<span id="more-11"></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>
<br />
The most efficient way to unfreeze your system is <em>to be patience</em>. Don&#8217;t try to open other applications, when your system is not responding. Don&#8217;t press unnecessary keys. Go have a cup of coffee, get fresh and get back. You system might have already been unfrozen or a dialog box might be waiting for you to click on that <em>Force Quit</em> button. (I promise you won&#8217;t be greeted by BSOD!)</p></blockquote>
<p>If you don&#8217;t have much patience or your system just can&#8217;t unfreeze automatically, then follow these steps:</p>
<ol>
<li>Hit <em>Caps Lock</em> or <em>Num Lock</em> keys to see if your keyboard is responding, if it isn&#8217;t than you&#8217;re out of luck.</li>
<li>Press <em><strong>Ctrl+Alt+F2</strong></em>, you will be taken to a black&amp;white terminal window. It will ask you for your username and password.</li>
<li>Type the following command to get the PID (process ID) of the program that is not responding (in this example Firefox)<br />
<em><strong> ps -A | grep firefox</strong></em></li>
<li>It will display you the PID of firefox. You should get at least two PIDs something similar to:<br />
<em> 5961 ?        00:00:00 firefox-2<br />
5977 ?        00:01:12 firefox-2-bin</em></li>
<li>Now issue the following command to kill the non-responding firefox (its PID is 5977 in this example)<br />
<strong><em> kill 5977<br />
</em></strong><em>[update: If you hate working with numbers you can also kill the non-responding program by issuing</em>: <em><strong>killall firefox-2-bin</strong>]</em><strong><em></em></strong></li>
<li>Re-check that you have successfully killed the non-responding program:<br />
<em><strong> ps -A | grep firefox</strong></em></li>
<li>If it doesn&#8217;t show you anything, then you are done. To exit and get back to your Graphical System, press <em><strong>Ctrl+Alt+F7</strong></em></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>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/04/14/unfreezing-your-linux-desktop/feed/</wfw:commentRss>
		<slash:comments>5</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 [...]


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>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>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/04/10/video-voice-chating-in-ubuntu/feed/</wfw:commentRss>
		<slash:comments>4</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 [...]


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>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>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/04/09/install-ms-office-2007-in-linux/feed/</wfw:commentRss>
		<slash:comments>116</slash:comments>
		</item>
		<item>
		<title>Disable Accidental Touchpad Tapping While Typing</title>
		<link>http://www.quicktweaks.com/2008/04/08/disable-accidental-touchpad-tapping-while-typing/</link>
		<comments>http://www.quicktweaks.com/2008/04/08/disable-accidental-touchpad-tapping-while-typing/#comments</comments>
		<pubDate>Tue, 08 Apr 2008 19:02:29 +0000</pubDate>
		<dc:creator>ashokgelal</dc:creator>
				<category><![CDATA[touchpad]]></category>
		<category><![CDATA[fedora]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[mouse]]></category>
		<category><![CDATA[SHMConfig]]></category>
		<category><![CDATA[synaptics]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[xorg]]></category>

		<guid isPermaLink="false">http://www.quicktweaks.com/?p=4</guid>
		<description><![CDATA[Often when you are typing, your thumb touches the touchpad and the typing start from another position. Follow these steps to disable accidental touchpad tapping:





Enable SHMConfig in your xorg.conf file. Press Alt+F2. It will bring you the Run Application dialog box.
Type following and hit enter:
gksu gedit /etc/X11/xorg.conf
It will ask you for your super user password. [...]


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>Often when you are typing, your thumb touches the touchpad and the typing start from another position. Follow these steps to disable accidental touchpad tapping:<br />
<span id="more-6"></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>Enable SHMConfig in your xorg.conf file. Press Alt+F2. It will bring you the Run Application dialog box.</li>
<li>Type following and hit enter:<br />
<strong><em>gksu gedit /etc/X11/xorg.conf</em></strong></li>
<li>It will ask you for your super user password. Give it!</li>
<li><em>xorg.conf </em>should open in <em>gedit</em> file editor</li>
<li>Look for following lines:<br />
<em>Section &#8220;InputDevice&#8221;<br />
Identifier    &#8220;Synaptics Touchpad&#8221;&#8230;<br />
&#8230;<br />
EndSection</em></li>
<li>Add the following line just before the line EndSection<br />
<strong><em>Option        &#8220;SHMConfig&#8221;    &#8220;true&#8221;</em></strong></li>
<li>Save the file</li>
<li>Open a Terminal</li>
<li>Type the following command<br />
<strong><em>syndaemon -d -t -i 5</em></strong><br />
<em>-d </em>runs the command in background<br />
<em>-t </em>disables only tapping and scrolling but not mouse movements<br />
<em>-i </em>sets the idle time in seconds after the last key has been pressed. The default is 2 seconds. I was convenient with 5 secs. It means if I don&#8217;t press any key for 5 secs, the touchpad will be enabled.</li>
</ol>
<p>Now to run make the command as a startup command follow the following steps:</p>
<ol>
<li>Go to <em>System&gt;Preference&gt;Sessions</em></li>
<li>Click on <em>Add</em> button.</li>
<li>Fill up the following data in the dialog box that appears:<br />
<em>Name: { Name of the command such as: Disable Touchpad }<br />
Command: syndaemon -d -t -i 5<br />
Comment: { Any comments such as: Disables touchpad&#8217;s tapping functionality while typing }</em></li>
<li>Click on OK and Close the Sessions dialog box</li>
</ol>
<p>Enjoy tapping less typing <img src='http://www.quicktweaks.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </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>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/04/08/disable-accidental-touchpad-tapping-while-typing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic page generated in 1.109 seconds. -->
<!-- Cached page generated by WP-Super-Cache on 2010-02-23 21:12:27 -->
<!-- Compression = gzip -->