<?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>Tech Blog &#187; ubuntu</title>
	<atom:link href="http://informationideas.com/news/tag/ubuntu/feed/" rel="self" type="application/rss+xml" />
	<link>http://informationideas.com/news</link>
	<description>Using technology to help your business</description>
	<lastBuildDate>Thu, 05 Aug 2010 22:53:22 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Where to install Eclipse on Ubuntu</title>
		<link>http://informationideas.com/news/2008/11/16/where-to-install-eclipse-on-ubuntu/</link>
		<comments>http://informationideas.com/news/2008/11/16/where-to-install-eclipse-on-ubuntu/#comments</comments>
		<pubDate>Sun, 16 Nov 2008 21:21:27 +0000</pubDate>
		<dc:creator>howie</dc:creator>
				<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[eclipse]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[where to install eclipse]]></category>
		<category><![CDATA[where to put eclipse]]></category>

		<guid isPermaLink="false">http://informationideas.com/news/?p=66</guid>
		<description><![CDATA[If you&#8217;re like me, accustomed to installing most packages via Ubuntu&#8217;s package manager, you might be a bit confused as to where to install Eclipse since it should be in a place thats accessible by every user on your system.Â  Sure you can install it in your user home directory but that wouldn&#8217;t be very [...]]]></description>
			<content:encoded><![CDATA[<p>If you&#8217;re like me, accustomed to installing most packages via Ubuntu&#8217;s package manager, you might be a bit confused as to where to install Eclipse since it should be in a place thats accessible by every user on your system.Â  Sure you can install it in your user home directory but that wouldn&#8217;t be very tidy.</p>
<p>I extracted part of these instructions from: <a href="http://flurdy.com/docs/eclipse/install.html">http://flurdy.com/docs/eclipse/install.html</a></p>
<p>These instructions assume you&#8217;ve downloaded and extracted the Eclipse tarball:</p>
<blockquote><p>sudo mv eclipse /opt/eclipse cd /opt sudo chown -R root:root eclipse<br />
sudo mv eclipse /opt/eclipse cd /opt sudo chown -R root:root eclipse<br />
sudo chmod -R +r eclipse<br />
sudo chmod +x `sudo find eclipse -type d`</p>
<p>Then create an eclipse executable in your path</p>
<p>sudo touch /usr/bin/eclipse<br />
sudo chmod 755 /usr/bin/eclipse</p>
<p>sudoedit /usr/bin/eclipse</p>
<p>With these contents:</p>
<p>#!/bin/sh<br />
export ECLIPSE_HOME=&#8221;/opt/eclipse&#8221;<br />
$ECLIPSE_HOME/eclipse $*</p></blockquote>
<p>Now you can execute Eclipse from anywhere in your bash shell.  Check out the original article for generating a desktop icon.  In the tarball I downloaded, it didn&#8217;t come with the icon.xpm that contains the Eclipse icon but no worries for me.</p>
<p>The take-home lesson here is that /opt is meant as a place to install application software packages. The topic is Filesystem Heirarchy Standard (FHS) .. these folks seem to be the standard authority on it:</p>
<p><a href="http://www.pathname.com/fhs/pub/fhs-2.3.html#OPTADDONAPPLICATIONSOFTWAREPACKAGES">http://www.pathname.com/fhs/pub/fhs-2.3.html#OPTADDONAPPLICATIONSOFTWAREPACKAGES</a></p>
<p>However it&#8217;s not to say that this standard is the most progressive one we have today.Â  I found GoboLinux to be particularly interesting: <a href="http://en.wikipedia.org/wiki/GoboLinux#The_GoboLinux_hierarchy">http://en.wikipedia.org/wiki/GoboLinux#The_GoboLinux_hierarchy</a></p>


<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center shr-bookmarks-bg-knowledge">
<ul class="socials">
		<li class="shr-comfeed">
			<a href="http://informationideas.com/news/2008/11/16/where-to-install-eclipse-on-ubuntu/feed" rel="nofollow" class="external" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
		<li class="shr-delicious">
			<a href="http://delicious.com/post?url=http://informationideas.com/news/2008/11/16/where-to-install-eclipse-on-ubuntu/&amp;title=Where+to+install+Eclipse+on+Ubuntu" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://informationideas.com/news/2008/11/16/where-to-install-eclipse-on-ubuntu/&amp;title=Where+to+install+Eclipse+on+Ubuntu" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://informationideas.com/news/2008/11/16/where-to-install-eclipse-on-ubuntu/&amp;t=Where+to+install+Eclipse+on+Ubuntu" rel="nofollow" class="external" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="shr-googlebuzz">
			<a href="http://www.google.com/buzz/post?url=http://informationideas.com/news/2008/11/16/where-to-install-eclipse-on-ubuntu/&amp;imageurl=" rel="nofollow" class="external" title="Post on Google Buzz">Post on Google Buzz</a>
		</li>
		<li class="shr-linkedin">
			<a href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http://informationideas.com/news/2008/11/16/where-to-install-eclipse-on-ubuntu/&amp;title=Where+to+install+Eclipse+on+Ubuntu&amp;summary=If%20you%27re%20like%20me%2C%20accustomed%20to%20installing%20most%20packages%20via%20Ubuntu%27s%20package%20manager%2C%20you%20might%20be%20a%20bit%20confused%20as%20to%20where%20to%20install%20Eclipse%20since%20it%20should%20be%20in%20a%20place%20thats%20accessible%20by%20every%20user%20on%20your%20system.%C3%82%C2%A0%20Sure%20you%20can%20install%20it%20in%20your%20user%20home%20directory%20but%20that%20wouldn%27t%20be&amp;source=Tech Blog" rel="nofollow" class="external" title="Share this on LinkedIn">Share this on LinkedIn</a>
		</li>
		<li class="shr-technorati">
			<a href="http://technorati.com/faves?add=http://informationideas.com/news/2008/11/16/where-to-install-eclipse-on-ubuntu/" rel="nofollow" class="external" title="Share this on Technorati">Share this on Technorati</a>
		</li>
		<li class="shr-twitter">
			<a href="http://twitter.com/home?status=Where+to+install+Eclipse+on+Ubuntu+-+http://b2l.me/acmvmq&amp;source=shareaholic" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>

]]></content:encoded>
			<wfw:commentRss>http://informationideas.com/news/2008/11/16/where-to-install-eclipse-on-ubuntu/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Mysql on Windows vs Linux</title>
		<link>http://informationideas.com/news/2008/05/01/mysql-on-windows-vs-linux/</link>
		<comments>http://informationideas.com/news/2008/05/01/mysql-on-windows-vs-linux/#comments</comments>
		<pubDate>Fri, 02 May 2008 04:12:56 +0000</pubDate>
		<dc:creator>frank</dc:creator>
				<category><![CDATA[Open Source]]></category>
		<category><![CDATA[System]]></category>
		<category><![CDATA[benchmark]]></category>
		<category><![CDATA[hardware]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[centos]]></category>
		<category><![CDATA[linux server]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[windows 2003]]></category>
		<category><![CDATA[windows server]]></category>

		<guid isPermaLink="false">http://informationideas.com/news/2008/05/01/mysql-on-windows-vs-linux/</guid>
		<description><![CDATA[I was working on optimizing a Mysql database today and accidentally stumbled upon a benchmarking exercise. The original Mysql database is hosted on a Windows Server 2003. I develop on a Mysql database server running on Ubuntu Linux. The Linux server ran the same query twice as fast as the Windows server without using caching [...]]]></description>
			<content:encoded><![CDATA[<p>I was working on optimizing a Mysql database today and accidentally stumbled upon a benchmarking exercise.  The original Mysql database is hosted on a Windows Server 2003.  I develop on a Mysql database server running on Ubuntu Linux.  The Linux server ran the same query twice as fast as the Windows server without using caching or anything.  I know that Linux does I/O caching on its own as well so I even tried running the query after a fresh reboot to rule out that factor.  Then I got help from a colleague and started tweaking with the my.cnf/my.ini to make sure they were the same and each time, the results came back about the same.  Mysql on Windows was consistently slower than Mysql on Linux.</p>
<p>Then we decided to load the database onto other servers for more data points on this Mysql performance test. We ran the same query returning 429 rows of data with 13 table joins and a couple of sub-queries.  All queries were run on the command line client on the servers themselves to avoid network lag.Â  All servers are running Mysql 5.0.x.</p>
<p><strong>Results</strong></p>
<p>1. Ubuntu Linux:                    0.70 seconds<br />
2. CentOS:                               0.78 seconds<br />
3. Windows 2003 Server:     1.40 seconds<br />
4. Windows 2003 Server:     1.42 seconds</p>
<p><strong>Server hardware</strong></p>
<p>1. Ubuntu Linux<br />
AMD ATHLON 64 X2 4200+<br />
2GB DDR400<br />
200GB 7200RPM SATA/150</p>
<p>2. CentOS<br />
Dual Opteron 240<br />
2GB DDR ECC<br />
120GB 7200RPM SATA/300</p>
<p>3. Windows 2003 Server<br />
Dual Xeon<br />
2GB DDR ECC<br />
7200RPM PATA</p>
<p>4. Windows 2003 Server<br />
2 Dual Xeon (4 CPUs)<br />
8GB DDR ECC<br />
3 73GB 10,000RPM SCSI in RAID 5</p>
<p><strong><a href="http://informationideas.com/news/2008/05/09/mysql-on-32bit-processor-vs-64bit-processor/">A followup to the benchmark that clarifies the cause of the differences</a></strong></p>


<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center shr-bookmarks-bg-knowledge">
<ul class="socials">
		<li class="shr-comfeed">
			<a href="http://informationideas.com/news/2008/05/01/mysql-on-windows-vs-linux/feed" rel="nofollow" class="external" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
		<li class="shr-delicious">
			<a href="http://delicious.com/post?url=http://informationideas.com/news/2008/05/01/mysql-on-windows-vs-linux/&amp;title=Mysql+on+Windows+vs+Linux" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://informationideas.com/news/2008/05/01/mysql-on-windows-vs-linux/&amp;title=Mysql+on+Windows+vs+Linux" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://informationideas.com/news/2008/05/01/mysql-on-windows-vs-linux/&amp;t=Mysql+on+Windows+vs+Linux" rel="nofollow" class="external" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="shr-googlebuzz">
			<a href="http://www.google.com/buzz/post?url=http://informationideas.com/news/2008/05/01/mysql-on-windows-vs-linux/&amp;imageurl=" rel="nofollow" class="external" title="Post on Google Buzz">Post on Google Buzz</a>
		</li>
		<li class="shr-linkedin">
			<a href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http://informationideas.com/news/2008/05/01/mysql-on-windows-vs-linux/&amp;title=Mysql+on+Windows+vs+Linux&amp;summary=I%20was%20working%20on%20optimizing%20a%20Mysql%20database%20today%20and%20accidentally%20stumbled%20upon%20a%20benchmarking%20exercise.%20%20The%20original%20Mysql%20database%20is%20hosted%20on%20a%20Windows%20Server%202003.%20%20I%20develop%20on%20a%20Mysql%20database%20server%20running%20on%20Ubuntu%20Linux.%20%20The%20Linux%20server%20ran%20the%20same%20query%20twice%20as%20fast%20as%20the%20Windows&amp;source=Tech Blog" rel="nofollow" class="external" title="Share this on LinkedIn">Share this on LinkedIn</a>
		</li>
		<li class="shr-technorati">
			<a href="http://technorati.com/faves?add=http://informationideas.com/news/2008/05/01/mysql-on-windows-vs-linux/" rel="nofollow" class="external" title="Share this on Technorati">Share this on Technorati</a>
		</li>
		<li class="shr-twitter">
			<a href="http://twitter.com/home?status=Mysql+on+Windows+vs+Linux+-+http://b2l.me/ab3amz&amp;source=shareaholic" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>

]]></content:encoded>
			<wfw:commentRss>http://informationideas.com/news/2008/05/01/mysql-on-windows-vs-linux/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
