<?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>GeowebInfo &#187; Ubuntu</title>
	<atom:link href="http://geowebinfo.com/tag/ubuntu/feed/" rel="self" type="application/rss+xml" />
	<link>http://geowebinfo.com</link>
	<description>thoughts on all things geo</description>
	<lastBuildDate>Mon, 30 Jan 2012 05:11:55 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Install Quantum GIS 1.4.0 on Ubuntu 10.04 Lucid Lynx</title>
		<link>http://geowebinfo.com/2010/05/01/install-quantum-gis-1-4-0-on-ubuntu-10-04-lucid-lynx/</link>
		<comments>http://geowebinfo.com/2010/05/01/install-quantum-gis-1-4-0-on-ubuntu-10-04-lucid-lynx/#comments</comments>
		<pubDate>Sun, 02 May 2010 01:44:28 +0000</pubDate>
		<dc:creator>Sriharsha Vankadara</dc:creator>
				<category><![CDATA[GIS]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Open Source GIS]]></category>
		<category><![CDATA[OpenSourceGIS]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://geowebinfo.com/?p=260</guid>
		<description><![CDATA[With all the rave reviews that Ubuntu 10.04 Lucid Lynx has been getting over the past couple of months, I couldn&#8217;t help myself upgrading and checking out the exciting new features and the enhanced interface, which I think was a much needed overhaul for the best desktop Linux OS. A new version meant fresh installation [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.qgis.org/"><img class="alignleft size-full wp-image-275" title="qgis" src="http://geowebinfo.com/wp-content/uploads/2010/05/qgis.png" alt="Quantum GIS" width="147" height="137" /></a>With all the rave reviews that <a href="http://www.ubuntu.com/">Ubuntu 10.04 Lucid Lynx</a> has been getting over the past couple of months, I couldn&#8217;t help myself upgrading and checking out the exciting new features and the enhanced interface, which I think was a much needed overhaul for the best desktop Linux OS.</p>
<p>A new version meant fresh installation of all the open source GIS goodies starting with <a href="http://www.qgis.org/">QGIS</a>. The latest version 1.4.0-Enceladus for Lucid is already available in the <a href="https://launchpad.net/~ubuntugis">Launchpad UbuntuGIS</a> repository and with a new command (<em>add-apt-repository</em>) for updating <em>/etc/apt/sources.list</em> with locations of repositories, the installation is simple and straightforward.</p>
<p>Bring up the terminal and issue the following commands.</p>
<p>Add the repository using:</p>
<pre class="brush: bash; highlight: [1]; title: ; notranslate">sudo add-apt-repository ppa:ubuntugis/ubuntugis-unstable</pre>
<p>Make apt aware of the new repository:</p>
<pre class="brush: bash; highlight: [1]; title: ; notranslate">sudo apt-get update</pre>
<p>Install QGIS</p>
<pre class="brush: bash; highlight: [1]; title: ; notranslate">sudo apt-get install qgis</pre>
<p>Once the installation is done, open QGIS from Applications -&gt; Science -&gt; Quantum GIS</p>
]]></content:encoded>
			<wfw:commentRss>http://geowebinfo.com/2010/05/01/install-quantum-gis-1-4-0-on-ubuntu-10-04-lucid-lynx/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Get a clean desktop on Ubuntu</title>
		<link>http://geowebinfo.com/2009/05/18/get-a-clean-desktop-on-ubuntu/</link>
		<comments>http://geowebinfo.com/2009/05/18/get-a-clean-desktop-on-ubuntu/#comments</comments>
		<pubDate>Tue, 19 May 2009 00:44:38 +0000</pubDate>
		<dc:creator>Sriharsha Vankadara</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[desktop]]></category>
		<category><![CDATA[gconf-editor]]></category>
		<category><![CDATA[gnome]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://geowebinfo.com/?p=154</guid>
		<description><![CDATA[Be it GNOME or KDE, most Linux power users prefer to have their desktops slick and geeky with screenlets, gadgets, docks or conky. But I on the other hand (cannot call myself a power user) like to keep my Ubuntu desktop clean without any visual clutter by preventing nautilus from drawing  icons. It is only [...]]]></description>
			<content:encoded><![CDATA[<p>Be it GNOME or KDE, most Linux power users prefer to have their desktops slick and geeky with screenlets, gadgets, docks or conky. But I on the other hand (cannot call myself a power user) like to keep my Ubuntu desktop clean without any visual clutter by preventing nautilus from drawing  icons. It is only then I believe the true beauty of a wallpaper can be relished.</p>
<p>To treat yourself with a clean desktop, bring up the run application dialog with <em>Alt + F2.</em></p>
<p>Type <a href="http://en.wikipedia.org/wiki/Gconf-editor" target="_blank"><em>gconf-editor</em></a> to invoke the GNOME configuration editor. Navigate to the key <em>/apps/nautilus/preferences </em>and scroll down to the key <em>show_desktop</em>.  Uncheck the box next to the key under the value column.</p>
<dl id="attachment_157" class="wp-caption alignnone" style="width: 310px;">
<dt class="wp-caption-dt"><img class="size-medium wp-image-157" title="screenshot-configuration-editor-preferences" src="http://geowebinfo.com/wp-content/uploads/2009/05/screenshot-configuration-editor-preferences-300x209.png" alt="show desktop" width="300" height="209" /></dt>
</dl>
<p>P.S. : Right-clicking on the desktop is disabled with this setting</p>
]]></content:encoded>
			<wfw:commentRss>http://geowebinfo.com/2009/05/18/get-a-clean-desktop-on-ubuntu/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Quantum GIS 1.0.1 available for Ubuntu 9.04</title>
		<link>http://geowebinfo.com/2009/04/26/quantum-gis-101-available-for-ubuntu-904/</link>
		<comments>http://geowebinfo.com/2009/04/26/quantum-gis-101-available-for-ubuntu-904/#comments</comments>
		<pubDate>Sun, 26 Apr 2009 12:18:00 +0000</pubDate>
		<dc:creator>Sriharsha Vankadara</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Open Source GIS]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[Apps]]></category>
		<category><![CDATA[OpenSourceGIS]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://geowebinfo.com/?p=69</guid>
		<description><![CDATA[Just a quick heads up for all open-source GIS enthusiasts. Quantum GIS 1.0.1 aka &#8220;Kore&#8221; is now available in repositories for the new Ubuntu Jaunty release. For first time users, here are steps to help you guide through the installation. Bring up the terminal (Applications -&#62; Accessories -&#62; Terminal) Edit the /etc/apt/sources.list by issuing the [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.qgis.org/" target="_blank" onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}"><img id="BLOGGER_PHOTO_ID_5329029450463725778" style="margin: 0pt 10px 10px 0pt; float: left; cursor: pointer; width: 147px; height: 137px;" src="http://4.bp.blogspot.com/_xlyGZV7jTQo/SfSEDQB8SNI/AAAAAAAABNw/X0YrjfgjUDA/s200/qgis.png" border="0" alt="" /></a></p>
<div style="text-align: justify;">Just a quick heads up for all open-source GIS enthusiasts. Quantum GIS 1.0.1 aka &#8220;Kore&#8221; is now available in repositories for the new Ubuntu Jaunty release.</p>
<p>For first time users, here are steps to help you guide through the installation.</p>
<p>Bring up the terminal (<span style="font-style: italic;">Applications -&gt; Accessories -&gt; Terminal)</span></p>
<p>Edit the <span style="font-style: italic;">/etc/apt/sources.list</span> by issuing the command<span style="font-style: italic;"> sudo gedit /etc/apt/sources.lists</span></p>
<p>Scroll down to the end of the page and paste the following lines:<br />
<span style="font-style: italic;">deb http://ppa.launchpad.net/qgis/ubuntu jaunty main<br />
deb-src http://ppa.launchpad.net/qgis/ubuntu jaunty main<br />
</span><br />
Saving and closing the file, brings back the prompt.</p>
<p>Update the package lists using the command, <span style="font-style: italic;">sudo apt-get update<br />
</span><br />
Install Quantum GIS with <span style="font-style: italic;">sudo apt-get install qgis</span></p>
<p>Ignore any GPG errors that show up for public keys that are not available.</p>
<p>Access Quantum GIS from <span style="font-style: italic;">Applications -&gt; Education -&gt; Quantum GIS</span></div>
]]></content:encoded>
			<wfw:commentRss>http://geowebinfo.com/2009/04/26/quantum-gis-101-available-for-ubuntu-904/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Unzip multiple zip files using Shell script</title>
		<link>http://geowebinfo.com/2009/03/11/unzip-multiple-zip-files-using-shell-script/</link>
		<comments>http://geowebinfo.com/2009/03/11/unzip-multiple-zip-files-using-shell-script/#comments</comments>
		<pubDate>Wed, 11 Mar 2009 05:40:00 +0000</pubDate>
		<dc:creator>Sriharsha Vankadara</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[Script]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://geowebinfo.com/?p=60</guid>
		<description><![CDATA[For the Linux newbie from a noob Scenario: You have quite a large number of zip files in a folder with other files and would like to avoid manual labor of extracting one file at a time. The below graphic is the result of extracting an e-book downloaded from the web in compressed format. Solution: [...]]]></description>
			<content:encoded><![CDATA[<p><span style="font-weight: bold;"><span style="font-size:130%;"><span style="color: rgb(255, 0, 0);font-family:georgia;" >For the Linux newbie from a <span class="blsp-spelling-error" id="SPELLING_ERROR_0">noob</span></span></span></span>
<div style="text-align: justify;"><span style="font-weight: bold;">Scenario: </span>You have quite a large number of zip files in a folder with other files and would like to avoid manual labor of extracting one file at a time.</p>
<p>The below graphic is the result of extracting an e-book downloaded from the web in compressed format.</p>
<p><a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_xlyGZV7jTQo/SbeDnYktRVI/AAAAAAAABLI/VDHOJTnDHlc/s1600-h/zipfiles.jpg"><img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 320px; height: 80px;" src="http://4.bp.blogspot.com/_xlyGZV7jTQo/SbeDnYktRVI/AAAAAAAABLI/VDHOJTnDHlc/s320/zipfiles.jpg" alt="" id="BLOGGER_PHOTO_ID_5311858998141338962" border="0" /></a><br /><span style="font-weight: bold;">Solution: </span>A simple shell script to extract all files at one go.</p>
<p><a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_xlyGZV7jTQo/SbeK4eUC9PI/AAAAAAAABLQ/c_ACAAQVMyg/s1600-h/unzipscript.jpg"><img style="margin: 0pt 10px 10px 0pt; float: left; cursor: pointer; width: 299px; height: 97px;" src="http://1.bp.blogspot.com/_xlyGZV7jTQo/SbeK4eUC9PI/AAAAAAAABLQ/c_ACAAQVMyg/s320/unzipscript.jpg" alt="" id="BLOGGER_PHOTO_ID_5311866988321240306" border="0" /></a>Save the script with a <span style="font-style: italic;">.sh</span> extension and make sure it resides in the same directory as the compressed files.</p>
<p>Fire up the terminal, <span style="font-family:courier new;"><span class="blsp-spelling-error" id="SPELLING_ERROR_1">cd</span></span> to the target directory and execute the script using <span style="font-family:courier new;">./<span class="blsp-spelling-error" id="SPELLING_ERROR_2">xxxx</span>.sh</span></p>
<p>P.S.: Has been successfully tested on <span class="blsp-spelling-error" id="SPELLING_ERROR_3">Ubuntu</span></div>
]]></content:encoded>
			<wfw:commentRss>http://geowebinfo.com/2009/03/11/unzip-multiple-zip-files-using-shell-script/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Open .rar files using Archive Manager in Ubuntu</title>
		<link>http://geowebinfo.com/2008/11/01/open-rar-files-using-archive-manager-in-ubuntu/</link>
		<comments>http://geowebinfo.com/2008/11/01/open-rar-files-using-archive-manager-in-ubuntu/#comments</comments>
		<pubDate>Sat, 01 Nov 2008 21:14:00 +0000</pubDate>
		<dc:creator>Sriharsha Vankadara</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://geowebinfo.com/?p=47</guid>
		<description><![CDATA[The &#8220;Archive Manager&#8221; that is built into Ubuntu (Ubuntu is the only Linux distro that I have tried so far) to handle archive formats has no native support for the .rar format. Try opening a .rar file with the Archive Manager and you are presented with an error. Fixing this problem requires installation of an [...]]]></description>
			<content:encoded><![CDATA[<p>The &#8220;Archive Manager&#8221; that is built into Ubuntu (Ubuntu is the only Linux distro that I have tried so far) to handle archive formats has no native support for the <span style="font-style: italic;">.rar</span> format.</p>
<p>Try opening a <span style="font-style: italic;">.</span>rar file with the <span style="font-style: italic;">Archive Manager</span> and you are presented with an error.<br /><a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/_xlyGZV7jTQo/SQz2OOuDB-I/AAAAAAAABFU/jHbyNj6lfW0/s1600-h/ArchiveManagerRAR.png"><img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 320px; height: 265px;" src="http://2.bp.blogspot.com/_xlyGZV7jTQo/SQz2OOuDB-I/AAAAAAAABFU/jHbyNj6lfW0/s320/ArchiveManagerRAR.png" alt="" id="BLOGGER_PHOTO_ID_5263852788819101666" border="2" /></a></p>
<p>Fixing this problem requires installation of an unarchiver for .rar files. This is readily available in the repositories in two packages &#8211; <span style="font-style: italic;">unrar</span> and <span style="font-style: italic;">unrar-free</span>. The <span style="font-style: italic;">unrar</span> package is from <a href="http://www.rarlabs.com/" target="_blank">RARLAB</a> and the <span style="font-style: italic;">unrar-free</span> is from <a href="http://gna.org/projects/unrar" target="_blank">Gna!</a> which is the free software version of the non-free unrar utility.</p>
<p>Fire up the terminal and issue the command<br /><span style="font-style: italic;color:red">sudo apt-get install unrar-free</span></p>
<p>Once the package is installed, Archive Manager should now be able to extract files with the .rar extension.</p>
<p><a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_xlyGZV7jTQo/SQ0AVT-GmbI/AAAAAAAABFk/AtRrnsQidpI/s1600-h/Unrar.png"><img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 320px; height: 266px;" src="http://3.bp.blogspot.com/_xlyGZV7jTQo/SQ0AVT-GmbI/AAAAAAAABFk/AtRrnsQidpI/s320/Unrar.png" alt="" id="BLOGGER_PHOTO_ID_5263863905603983794" border="2" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://geowebinfo.com/2008/11/01/open-rar-files-using-archive-manager-in-ubuntu/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Fix VLC’s problem playing audio in .avi files on Ubuntu</title>
		<link>http://geowebinfo.com/2008/09/13/fix-vlc%e2%80%99s-problem-playing-audio-in-avi-files-on-ubuntu/</link>
		<comments>http://geowebinfo.com/2008/09/13/fix-vlc%e2%80%99s-problem-playing-audio-in-avi-files-on-ubuntu/#comments</comments>
		<pubDate>Sat, 13 Sep 2008 17:23:00 +0000</pubDate>
		<dc:creator>Sriharsha Vankadara</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[audio]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://geowebinfo.com/?p=42</guid>
		<description><![CDATA[I am a movie buff and prefer downloading my movies rather than watching online. I am also particular about downloading only .avi files, as they are the most common and usually have the best prints. Off late, I&#8217;ve been trying to do all my computer related work in Ubuntu, trying to avoid Windows to the [...]]]></description>
			<content:encoded><![CDATA[<p>I am a movie buff and prefer downloading my movies rather than watching online. I am also particular about downloading only .avi files, as they are the most common and usually have the best prints.</p>
<p>Off late, I&#8217;ve been trying to do all my computer related work in Ubuntu, trying to avoid Windows to the possible extent, including watching movies. VLC is what I use on Windows, because of its ability to play a wide range of formats and ease of use. As VLC has a Linux version too, I decided to stick with it in Ubuntu as well.</p>
<p><strong>Problem:</strong></p>
<p>All my movies of the .avi format do play in VLC with excellent video quality but without an audio output. To fix this issue, all that was required was a simple change in the output module of the audio settings.</p>
<p>To open VLC Media Player:</p>
<p><em>Applications -&gt; Sound &amp; Video -&gt; VLC media player</em></p>
<p><strong>Note:</strong> In my case, the audio output module was set to default, which I think is the reason for lack of audio playback. Make sure you have <em>also plugin for vlc</em> installed before changing the settings.</p>
<p>To install Alsa plugin for VLC:</p>
<p>At the terminal: <em>sudo apt-get install vlc-plugin-alsa</em></p>
<p>Change the settings:</p>
<p>Once you have VLC opened, go to <em>Settings -&gt; Preferences</em></p>
<p>Expland the audio section of the settings and you&#8217;ll find three sub-sections <em>Filters, Output modules and Visualizations.</em></p>
<p>Output Modules is what we are concerned with. Click this section and make sure the <em>Advanced Options</em> checkbox is selected in the bottom right of the Preferences window.</p>
<p><strong>Fix it:</strong></p>
<p>Change the audio output module (if set to default) to <em>ALSA audio output. </em>Save the settings, close VLC and restart the application. And that&#8217;s it, pretty simple huh&#8230;</p>
<p><a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_xlyGZV7jTQo/SMwhg92tfxI/AAAAAAAAA3s/SExDcwV0o88/s1600-h/vlc_audio_fix1.png"><img style="display:block; margin:0px auto 10px; text-align:center;cursor:pointer; cursor:hand;" src="http://3.bp.blogspot.com/_xlyGZV7jTQo/SMwhg92tfxI/AAAAAAAAA3s/SExDcwV0o88/s320/vlc_audio_fix1.png" border="0" alt=""id="BLOGGER_PHOTO_ID_5245604516223352594" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://geowebinfo.com/2008/09/13/fix-vlc%e2%80%99s-problem-playing-audio-in-avi-files-on-ubuntu/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>KGeography &#8211; A Geography Learning Tool</title>
		<link>http://geowebinfo.com/2008/07/12/kgeography-a-geography-learning-tool/</link>
		<comments>http://geowebinfo.com/2008/07/12/kgeography-a-geography-learning-tool/#comments</comments>
		<pubDate>Sat, 12 Jul 2008 22:28:00 +0000</pubDate>
		<dc:creator>Sriharsha Vankadara</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Apps]]></category>
		<category><![CDATA[Geography]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://geowebinfo.com/?p=33</guid>
		<description><![CDATA[KGeography, is an interesting geography learning application for the KDE desktop environment, although it works hassle free in GNOME as well. It is distributed under the GNU General Public License version 2 and has a pretty informative website on upcoming developments and how you can contribute to the project by submitting maps. There are several [...]]]></description>
			<content:encoded><![CDATA[<div style="text-align: justify;"><a href="http://kgeography.berlios.de/index.php" target="_blank"><span class="blsp-spelling-error" id="SPELLING_ERROR_0">KGeography</span></a>, is an interesting geography learning application for the <span class="blsp-spelling-error" id="SPELLING_ERROR_1">KDE</span> desktop environment, although it works hassle free in GNOME as well. It is distributed under the GNU General Public License version 2 and has a pretty informative website on upcoming developments and how you can contribute to the project by submitting maps.</p>
<p>There are several maps to choose from &#8211; countries, continents and the world.</p>
<p><span class="blsp-spelling-error" id="SPELLING_ERROR_2">KGeography</span> comes with six different ways of learning Geography.<br />1. <span style="font-weight: bold;">Browse Map</span> &#8211; With this option, a click on the map identifies the country, or state (province) with its capital. In case, the feature clicked is a country, you are presented with its flag too.</p>
<p><a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/_xlyGZV7jTQo/SHloxfkxYKI/AAAAAAAAAzo/5OIN7gatgsA/s1600-h/BrowseMap.png"><img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://2.bp.blogspot.com/_xlyGZV7jTQo/SHloxfkxYKI/AAAAAAAAAzo/5OIN7gatgsA/s320/BrowseMap.png" alt="" id="BLOGGER_PHOTO_ID_5222320442411409570" border="0" /></a></p>
<p>2. <span style="font-weight: bold;">Click Division on Map</span> &#8211; Select the number of questions you would like to attempt, and identify the country or state that is asked for by clicking on the map. The results are displayed once you are done with answering all the questions.</p>
<p><a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_xlyGZV7jTQo/SHlpW3ChOHI/AAAAAAAAAz4/AAd2n-roICA/s1600-h/ClickDivision.png"><img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://4.bp.blogspot.com/_xlyGZV7jTQo/SHlpW3ChOHI/AAAAAAAAAz4/AAd2n-roICA/s320/ClickDivision.png" alt="" id="BLOGGER_PHOTO_ID_5222321084365355122" border="0" /></a></p>
<p><a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_xlyGZV7jTQo/SHlpezfczwI/AAAAAAAAA0A/DOlAZ7HKSRk/s1600-h/Results.png"><img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://3.bp.blogspot.com/_xlyGZV7jTQo/SHlpezfczwI/AAAAAAAAA0A/DOlAZ7HKSRk/s320/Results.png" alt="" id="BLOGGER_PHOTO_ID_5222321220851912450" border="0" /></a></p>
<p>3. <span style="font-weight: bold;">Guess Division From Its Capital</span> &#8211; Select the number of questions just like the one above, and this time you&#8217;ve got to select country / state of the four options provided, for capitals. The map interface does not show up for this section.</p>
<p><a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/_xlyGZV7jTQo/SHlnoxobXNI/AAAAAAAAAy8/mijk23hmhFQ/s1600-h/DivisionfromCapital.png"><img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://2.bp.blogspot.com/_xlyGZV7jTQo/SHlnoxobXNI/AAAAAAAAAy8/mijk23hmhFQ/s320/DivisionfromCapital.png" alt="" id="BLOGGER_PHOTO_ID_5222319193128131794" border="0" /></a></p>
<p>4. <span style="font-weight: bold;">Guess Capital of Division</span> &#8211; Similar to guessing divisions from capitals, but the other way round. Select the right capital from the options provided for the country being questioned upon.</p>
<p><a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_xlyGZV7jTQo/SHlp5tsleVI/AAAAAAAAA0I/vPxhxMd7_Dw/s1600-h/CapitalOfDivision.png"><img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://3.bp.blogspot.com/_xlyGZV7jTQo/SHlp5tsleVI/AAAAAAAAA0I/vPxhxMd7_Dw/s320/CapitalOfDivision.png" alt="" id="BLOGGER_PHOTO_ID_5222321683152861522" border="0" /></a></p>
<p>5. <span style="font-weight: bold;">Guess Division From Its Flag</span> &#8211; A flag is presented, with four options. Select the country that the flag belongs to. This option is disabled when the map is that of a country as individual states (provinces do not have flags in most of the countries.</p>
<p><a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/_xlyGZV7jTQo/SHlrG-vncBI/AAAAAAAAA0Q/Yu8QUqlQa6E/s1600-h/DivisionFromFlag.png"><img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://2.bp.blogspot.com/_xlyGZV7jTQo/SHlrG-vncBI/AAAAAAAAA0Q/Yu8QUqlQa6E/s320/DivisionFromFlag.png" alt="" id="BLOGGER_PHOTO_ID_5222323010578903058" border="0" /></a></p>
<p>6. <span style="font-weight: bold;">Guess Flag of Division</span> &#8211; Identify the right flag out of four option with pictures of flags, for the country / state in question.</p>
<p><a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_xlyGZV7jTQo/SHlrUQEaPZI/AAAAAAAAA0Y/PZOd4BQi7YQ/s1600-h/FlagOfDivision.png"><img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://3.bp.blogspot.com/_xlyGZV7jTQo/SHlrUQEaPZI/AAAAAAAAA0Y/PZOd4BQi7YQ/s320/FlagOfDivision.png" alt="" id="BLOGGER_PHOTO_ID_5222323238567820690" border="0" /></a></p>
<p><span style="font-weight: bold;">Installation</span>: Fire up the terminal and issue the command<br /><span style="font-style: italic;"><span class="blsp-spelling-error" id="SPELLING_ERROR_3">sudo</span> apt-get install <span class="blsp-spelling-error" id="SPELLING_ERROR_4">kgeography</span></span> and you have an interactive geography learning tool</div>
]]></content:encoded>
			<wfw:commentRss>http://geowebinfo.com/2008/07/12/kgeography-a-geography-learning-tool/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Install Oracle 10g Express Edition in Ubuntu Hardy</title>
		<link>http://geowebinfo.com/2008/06/08/install-oracle-10g-express-edition-in-ubuntu-hardy/</link>
		<comments>http://geowebinfo.com/2008/06/08/install-oracle-10g-express-edition-in-ubuntu-hardy/#comments</comments>
		<pubDate>Mon, 09 Jun 2008 02:35:00 +0000</pubDate>
		<dc:creator>Sriharsha Vankadara</dc:creator>
				<category><![CDATA[Tips]]></category>
		<category><![CDATA[Oracle]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://geowebinfo.com/?p=24</guid>
		<description><![CDATA[Oracle 10g Express Edition is one of the best ways to learn Oracle SQL and the &#8216;Oracle Architecture&#8217; without much consumption of your system resources and space unlike an Enterprise Edition. Installing Express Edition in Linux is fast and easy unlike that in Windows.Guess, that is what makes Linux so efficient and robust. First download [...]]]></description>
			<content:encoded><![CDATA[<div style="text-align: justify;">Oracle 10g Express Edition is one of the best ways to learn Oracle SQL and the &#8216;Oracle Architecture&#8217; without much consumption of your system resources and space unlike an Enterprise Edition.</p>
<p>Installing Express Edition in Linux is fast and easy unlike that in Windows.Guess, that is what makes Linux so efficient and robust.</p>
<p>First download the debian package from <span style="font-size:100%;"><a href="http://www.oracle.com/technology/software/products/database/xe/htdocs/102xelinsoft.html" target="_blank">Oracle</a></span> after accepting the license agreement. If you would be using Oracle 10g XE on your personal computer or laptop, you should go about downloading the <span class="boldbodycopy">Oracle Database 10<i>g</i>              Express Edition (Universal) debian package (*.deb).</span></p>
<p>When the download is complete, open a terminal window and issue the command:<span style="font-style: italic;"><br />sudo dpkg -i oracle-xe-universal_10.2.0.1-1.0_i386.deb</span></p>
<p>Once the installation is done, it is required to configure the XE server by issuing the command:<span style="font-style: italic;"> sudo /etc/init.d/oracle-xe configure</span></p>
<p>During configuration, you are prompted to enter information for the following:<br />1. A valid HTTP port for the Oracle XE graphical user interface/database homepage (default port is 8080)<br />2. A valid port for the Oracle database listener (default is 1521)<br />3. Password for the administrative accounts <span style="font-style: italic;">sys </span>and <span style="font-style: italic;">sysdba </span>and<br />4. If you want the database to start automatically at system start-up</p>
<p>With appropriate responses for the above prompts, the configuration is complete and you have a fully functioning ORDBMS on your system.</p>
<p>Working on Oracle is fun, when you key in queries at the command line rather than using a graphical user interface. You can access the <span style="font-style: italic;">SQL Command Line</span> interface from <span style="font-style: italic;">Applications -> Oracle Database 10g Express Edition -> Run SQL Command Line</span>.</p>
<p>There&#8217;s yet another way to access the SQL command line, which is from the terminal session. To fire up an SQL session from the terminal window, you have to set up a few environment variables in the <span style="font-style: italic;">/etc/bash.bashrc </span>file. Add the following lines at the end of the file:<br /><pre>&lt;span style=&quot;font-size:100%;&quot;&gt;ORACLE_HOME=/usr/lib/oracle/xe/app/oracle/product/10.2.0/server&lt;br /&gt;PATH=$PATH:$ORACLE_HOME/bin&lt;br /&gt;export ORACLE_HOME&lt;br /&gt;export ORACLE_SID=XE&lt;br /&gt;export PATH&lt;/span&gt;&lt;br /&gt;</pre>Save the file, fire up a terminal session and issue the command<span style="font-style: italic;"> <span style="font-style: italic;">sqlplus</span></span> which will prompt for a database user name and password, which should give a SQL prompt on successful login<span style="font-style: italic;">.</p>
<p></span>As a superuser, you can start, stop, restart and check status of the Oracle XE service from the CLI using:<br /><span style="font-style: italic;">/etc/init.d/oracle-xe {start|stop|restart|forcereload|configure|status|enable|disable}</span></p>
<p>To check the version of SQL*Plus: <span style="font-style: italic;">sqlplus -V<br /></span>For help on usage<span style="font-style: italic;"><span style="font-style: italic;"><span style="font-style: italic;"><span style="font-style: italic;"><span style="font-style: italic;"><span style="font-style: italic;">: sqlplus -H</span></span></span></span></span><br /></span><br />To view a list of features that are enabled and disabled in the express edition, use <span style="font-style: italic;">select * from v$option order by parameter;</p>
<p></span>Please drop in a comment, if there is any ambiguity in the procedure described above.<br /><span class="boldbodycopy"></span></div>
]]></content:encoded>
			<wfw:commentRss>http://geowebinfo.com/2008/06/08/install-oracle-10g-express-edition-in-ubuntu-hardy/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

