<?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; Linux</title>
	<atom:link href="http://geowebinfo.com/category/linux/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>Linux Cheat Sheets</title>
		<link>http://geowebinfo.com/2009/04/20/linux-cheat-sheets/</link>
		<comments>http://geowebinfo.com/2009/04/20/linux-cheat-sheets/#comments</comments>
		<pubDate>Mon, 20 Apr 2009 22:34:00 +0000</pubDate>
		<dc:creator>Sriharsha Vankadara</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[cheat sheet]]></category>
		<category><![CDATA[Downloads]]></category>

		<guid isPermaLink="false">http://geowebinfo.com/?p=67</guid>
		<description><![CDATA[Cheat sheets again! Its Linux this time!!! Mark Sanborn of Nixtutor has compiled a list of the best Linux cheat sheets categorised into: Linux Command Line Linux Security Linux Administration GNOME / KDE sed/awk/vim and other tools Distribution Specific No matter how useful any Linux cheat sheet can be, the ultimate reference is always the [...]]]></description>
			<content:encoded><![CDATA[<p><a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_xlyGZV7jTQo/Se0tbLRkhzI/AAAAAAAABNY/FD240byySuc/s1600-h/tux.jpg"><img style="margin: 0pt 10px 10px 0pt; float: left; cursor: pointer; width: 208px; height: 250px;" src="http://4.bp.blogspot.com/_xlyGZV7jTQo/Se0tbLRkhzI/AAAAAAAABNY/FD240byySuc/s320/tux.jpg" alt="" id="BLOGGER_PHOTO_ID_5326963879155369778" border="0" /></a><br />Cheat sheets again! Its Linux this time!!!</p>
<p>Mark Sanborn of <span style="font-size:100%;"><a href="http://www.nixtutor.com/" target="_blank">Nixtutor</a></span> has compiled a <a href="http://www.nixtutor.com/linux/all-the-best-linux-cheat-sheets/" target="_blank">list</a> of the best Linux cheat sheets categorised into:
<ul>
<li>Linux Command Line</li>
<li>Linux Security</li>
<li>Linux Administration</li>
<li>GNOME / KDE</li>
<li>sed/awk/vim and other tools</li>
<li>Distribution Specific</li>
</ul>
<p>No matter how useful any Linux cheat sheet can be, the ultimate reference is always the <a href="http://www.linuxmanpages.com/" target="_blank">Man pages<br /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://geowebinfo.com/2009/04/20/linux-cheat-sheets/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>Terminal Wikipedia &#8211; wikipedia2text</title>
		<link>http://geowebinfo.com/2008/07/17/terminal-wikipedia-wikipedia2text/</link>
		<comments>http://geowebinfo.com/2008/07/17/terminal-wikipedia-wikipedia2text/#comments</comments>
		<pubDate>Thu, 17 Jul 2008 17:27:00 +0000</pubDate>
		<dc:creator>Sriharsha Vankadara</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Apps]]></category>

		<guid isPermaLink="false">http://geowebinfo.com/?p=34</guid>
		<description><![CDATA[I am sure every one of use who use the web on a daily basis for purposes other than e-mail and instant messaging, visit Wikipedia every now and then for the wealth of information that resides in it. If you are a Linux user and a terminal junkie, and one that would rather prefer to [...]]]></description>
			<content:encoded><![CDATA[<p><a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_xlyGZV7jTQo/SH-x_r4gvQI/AAAAAAAAA0k/OGxoZVKQrMs/s1600-h/wikipedia2text.png"><img style="display:block; margin:0px auto 10px; text-align:center;cursor:pointer; cursor:hand;" src="http://4.bp.blogspot.com/_xlyGZV7jTQo/SH-x_r4gvQI/AAAAAAAAA0k/OGxoZVKQrMs/s320/wikipedia2text.png" border="0" alt=""id="BLOGGER_PHOTO_ID_5224089800442690818" /></a>
<div style="text-align: justify;">I am sure every one of use who use the web on a daily basis for purposes other than e-mail and instant messaging, visit <a href="http://www.wikipedia.org/">Wikipedia</a> every now and then for the wealth of information that resides in it.</p>
<p>If you are a Linux user and a terminal junkie, and one that would rather prefer to get things done via the terminal, including browsing articles in Wikipedia, there is this interesting command line application <span style="font-style: italic;">wikipedia2text</span> that fetches entries from Wikipedia and displays them in the terminal.</p>
<p>There are several options that accompany the command such as colorizing the output, displaying only a brief summary or full content, getting the url, opening in a web browser, etc.. The command can also be configured by altering environment variables to set a default browser, language settings, use standard output or a pager. There are no requirements other than an active internet connection and only one search term (can be more than one word) is supported which can include special characters.</p>
<p>To install, issue the command:<br /><span style="font-style: italic;">sudo apt-get install wikipedia2text</span></div>
]]></content:encoded>
			<wfw:commentRss>http://geowebinfo.com/2008/07/17/terminal-wikipedia-wikipedia2text/feed/</wfw:commentRss>
		<slash:comments>1</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>
	</channel>
</rss>

