<?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; video</title>
	<atom:link href="http://www.quicktweaks.com/tag/video/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>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>
	</channel>
</rss>

<!-- Dynamic page generated in 0.645 seconds. -->
<!-- Cached page generated by WP-Super-Cache on 2009-11-28 22:14:57 -->
<!-- Compression = gzip -->