<?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; Intrepid Ibex</title>
	<atom:link href="http://www.quicktweaks.com/tag/intrepid-ibex/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.quicktweaks.com</link>
	<description>Quick Tweaks For Your System</description>
	<lastBuildDate>Tue, 27 Sep 2011 05:41:32 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<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://yarpp.org'>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>[youtube]http://www.youtube.com/watch?v=YcMFDFVEdrM&amp;fmt=22[/youtube] [youtube]http://www.youtube.com/watch?v=3bWer_ZWCVw&amp;fmt=22[/youtube]</p>


<p>No related posts.</p>
<p>Related posts brought to you by <a href='http://yarpp.org'>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>17</slash:comments>
		</item>
		<item>
		<title>Intrepid Ibex to be Bundled with Two More System Tools</title>
		<link>http://www.quicktweaks.com/2008/10/22/intrepid-ibex-to-be-bundled-with-two-more-system-tools/</link>
		<comments>http://www.quicktweaks.com/2008/10/22/intrepid-ibex-to-be-bundled-with-two-more-system-tools/#comments</comments>
		<pubDate>Thu, 23 Oct 2008 01:10:57 +0000</pubDate>
		<dc:creator>ashokgelal</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[disk]]></category>
		<category><![CDATA[Installation]]></category>
		<category><![CDATA[Intrepid Ibex]]></category>
		<category><![CDATA[System]]></category>
		<category><![CDATA[tapt]]></category>
		<category><![CDATA[tools]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[usb]]></category>

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


No related posts.

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


<p>No related posts.</p>
<p>Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.quicktweaks.com/2008/10/22/intrepid-ibex-to-be-bundled-with-two-more-system-tools/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>

