<?xml version="1.0" encoding="iso-8859-1"?><!-- generator="b2evolution/2.4.1" -->
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:admin="http://webns.net/mvcb/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:content="http://purl.org/rss/1.0/modules/content/">
	<channel>
		<title>Tuvaq GIS Blog</title>
		<link>http://tuvaq.com/blog/index.php</link>
		<description>Information on web mapping.</description>
		<language>en-US</language>
		<docs>http://blogs.law.harvard.edu/tech/rss</docs>
		<admin:generatorAgent rdf:resource="http://b2evolution.net/?v=2.4.1"/>
		<ttl>60</ttl>
				<item>
			<title>Simulating Snow Cover with GDAL</title>
			<link>http://tuvaq.com/blog/index.php/2010/01/14/simulating-snow-cover-with-gdal</link>
			<pubDate>Thu, 14 Jan 2010 22:34:35 +0000</pubDate>			<dc:creator>admin</dc:creator>
			<category domain="main">GIS</category>			<guid isPermaLink="false">29@http://tuvaq.com/blog/</guid>
						<description>&lt;p&gt;This is a very interesting blog post that descibes how to simulate snow cover using the GDAL command 'gdaldem color-relief'. This command is to generate a color relief map from an elevation raster. You can set a color value for a list of elevations.&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;http://developmentseed.org/blog/2009/nov/05/snow-cover-hillshade-maps-winter-afghanistan&quot;&gt;Snow Cover Hillshade Maps: Winter in Afghanistan&lt;/a&gt;&lt;/p&gt;


&lt;p&gt; &lt;a href=&quot;http://www.gdal.org/gdaldem.html&quot;&gt;gdal - gdaldem&lt;/a&gt;&lt;/p&gt;</description>
			<content:encoded><![CDATA[<p>This is a very interesting blog post that descibes how to simulate snow cover using the GDAL command 'gdaldem color-relief'. This command is to generate a color relief map from an elevation raster. You can set a color value for a list of elevations.</p>

<p><a href="http://developmentseed.org/blog/2009/nov/05/snow-cover-hillshade-maps-winter-afghanistan">Snow Cover Hillshade Maps: Winter in Afghanistan</a></p>


<p> <a href="http://www.gdal.org/gdaldem.html">gdal - gdaldem</a></p>]]></content:encoded>
								<comments>http://tuvaq.com/blog/index.php/2010/01/14/simulating-snow-cover-with-gdal#comments</comments>
		</item>
				<item>
			<title>Install LAMP</title>
			<link>http://tuvaq.com/blog/index.php/2009/08/19/install-lamp</link>
			<pubDate>Wed, 19 Aug 2009 20:32:29 +0000</pubDate>			<dc:creator>admin</dc:creator>
			<category domain="main">Linux</category>			<guid isPermaLink="false">28@http://tuvaq.com/blog/</guid>
						<description>&lt;p&gt;This is a great tutorial for installing LAMP (Linux, Apache, MySQL and PHP) development system in Linux.&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;http://www.nixtutor.com/linux/installing-apache-mysql-and-php-on-ubuntu-810/&quot;&gt;Installing Apache Mysql and PHP on Ubuntu 8.10 by Mark Sanborn (February 11, 2009)&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;LAMP can also be installed using this simple single line:&lt;/p&gt;
&lt;blockquote&gt;&lt;p&gt;&lt;code&gt;sudo apt-get install lamp-server^&lt;/code&gt;&lt;/p&gt;&lt;/blockquote&gt;</description>
			<content:encoded><![CDATA[<p>This is a great tutorial for installing LAMP (Linux, Apache, MySQL and PHP) development system in Linux.</p>

<p><a href="http://www.nixtutor.com/linux/installing-apache-mysql-and-php-on-ubuntu-810/">Installing Apache Mysql and PHP on Ubuntu 8.10 by Mark Sanborn (February 11, 2009)</a></p>

<p>LAMP can also be installed using this simple single line:</p>
<blockquote><p><code>sudo apt-get install lamp-server^</code></p></blockquote>]]></content:encoded>
								<comments>http://tuvaq.com/blog/index.php/2009/08/19/install-lamp#comments</comments>
		</item>
				<item>
			<title>Install VMware in Ubuntu 9.04</title>
			<link>http://tuvaq.com/blog/index.php/2009/07/07/install-vmware-in-ubuntu-9-04</link>
			<pubDate>Tue, 07 Jul 2009 20:11:02 +0000</pubDate>			<dc:creator>admin</dc:creator>
			<category domain="alt">Knowledge</category>
<category domain="main">Linux</category>			<guid isPermaLink="false">27@http://tuvaq.com/blog/</guid>
						<description>&lt;p&gt;After a few different attempts at installing VMware-player in Ubuntu ( &lt;img src=&quot;http://tuvaq.com/blog/rsc/smilies/icon_censored.gif&quot; alt=&quot;&amp;#62;&amp;#58;&amp;#88;&amp;#88;&quot; class=&quot;middle&quot; /&gt; ), I finally found a one-line recipe.&lt;/p&gt;

&lt;p&gt;First, download the bundle from the VMware website. &lt;br /&gt;
&lt;a href=&quot;http://www.vmware.com/download/player/&quot;&gt;http://www.vmware.com/download/player/&lt;/a&gt;&lt;/p&gt;


&lt;p&gt;Then enter the following line with the correct path and the wmware version.&lt;/p&gt;

&lt;blockquote&gt;&lt;p&gt;&lt;code&gt;sudo sh '/&lt;i&gt;path&lt;/i&gt;/VMware-Player-2.5.2-&lt;i&gt;version_number&lt;/i&gt;.i386.bundle'&lt;/code&gt;&lt;/p&gt;&lt;/blockquote&gt;

&lt;p&gt;for example:&lt;/p&gt;
&lt;blockquote&gt;&lt;p&gt;&lt;code&gt;sudo sh '/home/jauntyjackalope/Desktop/VMware-Player-2.5.2-156735.i386.bundle'&lt;/code&gt;&lt;/p&gt;&lt;/blockquote&gt;


&lt;p&gt;Note:&lt;br /&gt;
It is also possible to install the rpm file by converting it to a deb file.&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://help.ubuntu.com/community/RPM/AlienHowto&quot;&gt;https://help.ubuntu.com/community/RPM/AlienHowto&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;First, you need to install Alien. Then convert the rpm file and finally, install the debian package.&lt;/p&gt;

&lt;blockquote&gt;&lt;p&gt;&lt;code&gt;sudo apt-get install alien&lt;br /&gt;
&lt;br /&gt;
sudo alien -i package_file.rpm&lt;br /&gt;
&lt;br /&gt;
sudo alien package_file.rpm&lt;br /&gt;
&lt;br /&gt;
sudo dpkg -i package_file.deb&lt;/code&gt;&lt;/p&gt;&lt;/blockquote&gt;</description>
			<content:encoded><![CDATA[<p>After a few different attempts at installing VMware-player in Ubuntu ( <img src="http://tuvaq.com/blog/rsc/smilies/icon_censored.gif" alt="&#62;&#58;&#88;&#88;" class="middle" /> ), I finally found a one-line recipe.</p>

<p>First, download the bundle from the VMware website. <br />
<a href="http://www.vmware.com/download/player/">http://www.vmware.com/download/player/</a></p>


<p>Then enter the following line with the correct path and the wmware version.</p>

<blockquote><p><code>sudo sh '/<i>path</i>/VMware-Player-2.5.2-<i>version_number</i>.i386.bundle'</code></p></blockquote>

<p>for example:</p>
<blockquote><p><code>sudo sh '/home/jauntyjackalope/Desktop/VMware-Player-2.5.2-156735.i386.bundle'</code></p></blockquote>


<p>Note:<br />
It is also possible to install the rpm file by converting it to a deb file.</p>

<p><a href="https://help.ubuntu.com/community/RPM/AlienHowto">https://help.ubuntu.com/community/RPM/AlienHowto</a></p>

<p>First, you need to install Alien. Then convert the rpm file and finally, install the debian package.</p>

<blockquote><p><code>sudo apt-get install alien<br />
<br />
sudo alien -i package_file.rpm<br />
<br />
sudo alien package_file.rpm<br />
<br />
sudo dpkg -i package_file.deb</code></p></blockquote>]]></content:encoded>
								<comments>http://tuvaq.com/blog/index.php/2009/07/07/install-vmware-in-ubuntu-9-04#comments</comments>
		</item>
				<item>
			<title>technorati</title>
			<link>http://tuvaq.com/blog/index.php/2008/11/27/technorati</link>
			<pubDate>Thu, 27 Nov 2008 22:41:39 +0000</pubDate>			<dc:creator>admin</dc:creator>
			<category domain="main">Knowledge</category>			<guid isPermaLink="false">26@http://tuvaq.com/blog/</guid>
						<description>&lt;p&gt;&lt;a href=&quot;http://technorati.com/claim/i4wjqhfmhn&quot; rel=&quot;me&quot;&gt;Technorati Profile&lt;/a&gt;&lt;/p&gt;</description>
			<content:encoded><![CDATA[<p><a href="http://technorati.com/claim/i4wjqhfmhn" rel="me">Technorati Profile</a></p>]]></content:encoded>
								<comments>http://tuvaq.com/blog/index.php/2008/11/27/technorati#comments</comments>
		</item>
				<item>
			<title>Installing Ubuntu 8.10 on a USB drive messes up Windows MBR on main drive</title>
			<link>http://tuvaq.com/blog/index.php/2008/11/27/installing-ubuntu-8-10-on-a-usb-drive-me</link>
			<pubDate>Thu, 27 Nov 2008 19:37:11 +0000</pubDate>			<dc:creator>admin</dc:creator>
			<category domain="main">Linux</category>			<guid isPermaLink="false">25@http://tuvaq.com/blog/</guid>
						<description>&lt;p&gt;When I install Ubuntu 8.10 on a USB HD, it messes up my MBR. You can fix this directly from the Ubuntu terminal. You do not need to use the live CD if your Ubuntu system starts. &lt;/p&gt;

&lt;p&gt;You need to install a little program called ms-sys. It will rewrite your Master boot record (http://ms-sys.sourceforge.net/). The ms-sys package you get directly from their site does not install on newer version of Ubuntu (apt-get install ms-sys). You will need to use the debian package &lt;a href=&quot;http://packages.debian.org/etch/ms-sys&quot;&gt;http://packages.debian.org/etch/ms-sys&lt;/a&gt;&lt;/p&gt;


&lt;p&gt;Once ms-sys is installed, you need to figure out on which partition is located Windows&lt;/p&gt;

&lt;blockquote&gt;&lt;p&gt;sudo fdisk-l&lt;/p&gt;&lt;/blockquote&gt;

&lt;p&gt;this will list the hard drives installed. You are looking for a line with NTFS as system. Something like:&lt;/p&gt;

&lt;blockquote&gt;&lt;p&gt;/dev/sda1 1 9327 74919096 83 NTFS&lt;/p&gt;&lt;/blockquote&gt;


&lt;p&gt;You need to replace &lt;b&gt;/dev/sda&lt;/b&gt; in the following command line with your device Boot (without the number)&lt;/p&gt;

&lt;blockquote&gt;&lt;p&gt;sudo ms-sys -m /dev/sda&lt;/p&gt;&lt;/blockquote&gt;

&lt;p&gt;that's it! You can refer to the following page for more information:&lt;br /&gt;
&lt;a href=&quot;http://www.arsgeek.com/2008/01/15/how-to-fix-your-windows-mbr-with-an-ubuntu-livecd/&quot;&gt;http://www.arsgeek.com/2008/01/15/how-to-fix-your-windows-mbr-with-an-ubuntu-livecd/&lt;/a&gt;&lt;/p&gt;</description>
			<content:encoded><![CDATA[<p>When I install Ubuntu 8.10 on a USB HD, it messes up my MBR. You can fix this directly from the Ubuntu terminal. You do not need to use the live CD if your Ubuntu system starts. </p>

<p>You need to install a little program called ms-sys. It will rewrite your Master boot record (http://ms-sys.sourceforge.net/). The ms-sys package you get directly from their site does not install on newer version of Ubuntu (apt-get install ms-sys). You will need to use the debian package <a href="http://packages.debian.org/etch/ms-sys">http://packages.debian.org/etch/ms-sys</a></p>


<p>Once ms-sys is installed, you need to figure out on which partition is located Windows</p>

<blockquote><p>sudo fdisk-l</p></blockquote>

<p>this will list the hard drives installed. You are looking for a line with NTFS as system. Something like:</p>

<blockquote><p>/dev/sda1 1 9327 74919096 83 NTFS</p></blockquote>


<p>You need to replace <b>/dev/sda</b> in the following command line with your device Boot (without the number)</p>

<blockquote><p>sudo ms-sys -m /dev/sda</p></blockquote>

<p>that's it! You can refer to the following page for more information:<br />
<a href="http://www.arsgeek.com/2008/01/15/how-to-fix-your-windows-mbr-with-an-ubuntu-livecd/">http://www.arsgeek.com/2008/01/15/how-to-fix-your-windows-mbr-with-an-ubuntu-livecd/</a></p>]]></content:encoded>
								<comments>http://tuvaq.com/blog/index.php/2008/11/27/installing-ubuntu-8-10-on-a-usb-drive-me#comments</comments>
		</item>
			</channel>
</rss>
