<?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; Open Source</title>
	<atom:link href="http://informationideas.com/news/category/open-source/feed/" rel="self" type="application/rss+xml" />
	<link>http://informationideas.com/news</link>
	<description>Using technology to help your business</description>
	<lastBuildDate>Fri, 23 Jul 2010 06:24:46 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title></title>
		<link>http://informationideas.com/news/2010/07/22/141/</link>
		<comments>http://informationideas.com/news/2010/07/22/141/#comments</comments>
		<pubDate>Fri, 23 Jul 2010 06:23:55 +0000</pubDate>
		<dc:creator>frank</dc:creator>
				<category><![CDATA[Open Source]]></category>
		<category><![CDATA[design]]></category>

		<guid isPermaLink="false">http://informationideas.com/news/?p=141</guid>
		<description><![CDATA[A beautiful plugin that creates eye pleasing social media links. This is a great example of using javascript and css to achieve aesthetics. Subscribe to the comments for this post? Share this on del.icio.us Digg this! Share this on Facebook Post on Google Buzz Share this on LinkedIn Share this on Technorati Tweet This!]]></description>
			<content:encoded><![CDATA[<p>A beautiful plugin that creates eye pleasing social media links. This is a great example of using javascript and css to achieve aesthetics.</p>
<p><a href="http://informationideas.com/news/wp-content/uploads/2010/07/sexybookmarks.png"><img class="alignleft size-full wp-image-142" title="sexybookmarks" src="http://informationideas.com/news/wp-content/uploads/2010/07/sexybookmarks.png" alt="" width="550" height="93" /></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/2010/07/22/141/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/2010/07/22/141/&amp;title=" 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/2010/07/22/141/&amp;title=" 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/2010/07/22/141/&amp;t=" 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/2010/07/22/141/&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/2010/07/22/141/&amp;title=&amp;summary=A%20beautiful%20plugin%20that%20creates%20eye%20pleasing%20social%20media%20links.%20This%20is%20a%20great%20example%20of%20using%20javascript%20and%20css%20to%20achieve%20aesthetics.%0D%0A%0D%0A&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/2010/07/22/141/" 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=+-+http://b2l.me/ab2bmj&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/2010/07/22/141/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Changing Mysql data directory require change to AppArmor</title>
		<link>http://informationideas.com/news/2010/04/15/changing-mysql-data-directory-require-change-to-apparmor/</link>
		<comments>http://informationideas.com/news/2010/04/15/changing-mysql-data-directory-require-change-to-apparmor/#comments</comments>
		<pubDate>Thu, 15 Apr 2010 18:44:43 +0000</pubDate>
		<dc:creator>frank</dc:creator>
				<category><![CDATA[Open Source]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[server]]></category>

		<guid isPermaLink="false">http://informationideas.com/news/2010/04/15/changing-mysql-data-directory-require-change-to-apparmor/</guid>
		<description><![CDATA[After a bit of googling and hair-pulling, I realized that if I just changed the datadir directive in my.cnf will cause mysql start to fail on Ubuntu. The other thing is to add permissions to apparmor for mysql to access the new data directories. Steps 1. sudo vi /etc/apparmor.d/usr.sbin.mysqld 2. Add /newdir/ r, /newdir/** rwk, [...]]]></description>
			<content:encoded><![CDATA[<p>After a bit of googling and hair-pulling, I realized that if I just changed the datadir directive in my.cnf will cause mysql start to fail on Ubuntu. The other thing is to add permissions to apparmor for mysql to access the new data directories.</p>
<p>Steps<br />
1. sudo vi /etc/apparmor.d/usr.sbin.mysqld<br />
2. Add<br />
/newdir/ r,<br />
/newdir/** rwk,<br />
3. sudo /etc/init.d/apparmor restart<br />
4. sudo /etc/init.d/mysql restart</p>
<p>If that still does not work, check the nix permissions to be sure mysql is owner and group for the new directory recursively.</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/2010/04/15/changing-mysql-data-directory-require-change-to-apparmor/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/2010/04/15/changing-mysql-data-directory-require-change-to-apparmor/&amp;title=Changing+Mysql+data+directory+require+change+to+AppArmor" 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/2010/04/15/changing-mysql-data-directory-require-change-to-apparmor/&amp;title=Changing+Mysql+data+directory+require+change+to+AppArmor" 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/2010/04/15/changing-mysql-data-directory-require-change-to-apparmor/&amp;t=Changing+Mysql+data+directory+require+change+to+AppArmor" 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/2010/04/15/changing-mysql-data-directory-require-change-to-apparmor/&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/2010/04/15/changing-mysql-data-directory-require-change-to-apparmor/&amp;title=Changing+Mysql+data+directory+require+change+to+AppArmor&amp;summary=After%20a%20bit%20of%20googling%20and%20hair-pulling%2C%20I%20realized%20that%20if%20I%20just%20changed%20the%20datadir%20directive%20in%20my.cnf%20will%20cause%20mysql%20start%20to%20fail%20on%20Ubuntu.%20The%20other%20thing%20is%20to%20add%20permissions%20to%20apparmor%20for%20mysql%20to%20access%20the%20new%20data%20directories.%0D%0A%0D%0ASteps%0D%0A1.%20sudo%20vi%20%2Fetc%2Fapparmor.d%2Fusr.sbin.mysqld%0D%0A&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/2010/04/15/changing-mysql-data-directory-require-change-to-apparmor/" 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=Changing+Mysql+data+directory+require+change+to+AppArmor+-+http://b2l.me/abz6Qn&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/2010/04/15/changing-mysql-data-directory-require-change-to-apparmor/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ubuntu 9.10 Karmic slow Firefox</title>
		<link>http://informationideas.com/news/2009/12/08/ubuntu-9-10-karmic-slow-firefox/</link>
		<comments>http://informationideas.com/news/2009/12/08/ubuntu-9-10-karmic-slow-firefox/#comments</comments>
		<pubDate>Tue, 08 Dec 2009 18:54:38 +0000</pubDate>
		<dc:creator>frank</dc:creator>
				<category><![CDATA[Open Source]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[karmic]]></category>
		<category><![CDATA[ubuntu 9.10]]></category>

		<guid isPermaLink="false">http://informationideas.com/news/?p=117</guid>
		<description><![CDATA[There is a bug in the IPv6 lookup in Karmic that is making any application requesting IPv6 while a NAT is not configured to respond to IPv6 respond very slowly. It is still a bug not solved at this time. Buta solution for Firefox is given here as a work around for now. Subscribe to [...]]]></description>
			<content:encoded><![CDATA[<p>There is a bug in the IPv6 lookup in Karmic that is making any application requesting IPv6 while a NAT is not configured to respond to IPv6 respond very slowly. It is still a bug not solved at this time. But<a href="https://bugs.launchpad.net/ubuntu/+source/glibc/+bug/417757/comments/13">a solution for Firefox</a> is given here as a work around for now.</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/2009/12/08/ubuntu-9-10-karmic-slow-firefox/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/2009/12/08/ubuntu-9-10-karmic-slow-firefox/&amp;title=Ubuntu+9.10+Karmic+slow+Firefox" 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/2009/12/08/ubuntu-9-10-karmic-slow-firefox/&amp;title=Ubuntu+9.10+Karmic+slow+Firefox" 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/2009/12/08/ubuntu-9-10-karmic-slow-firefox/&amp;t=Ubuntu+9.10+Karmic+slow+Firefox" 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/2009/12/08/ubuntu-9-10-karmic-slow-firefox/&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/2009/12/08/ubuntu-9-10-karmic-slow-firefox/&amp;title=Ubuntu+9.10+Karmic+slow+Firefox&amp;summary=There%20is%20a%20bug%20in%20the%20IPv6%20lookup%20in%20Karmic%20that%20is%20making%20any%20application%20requesting%20IPv6%20while%20a%20NAT%20is%20not%20configured%20to%20respond%20to%20IPv6%20respond%20very%20slowly.%20It%20is%20still%20a%20bug%20not%20solved%20at%20this%20time.%20Buta%20solution%20for%20Firefox%20is%20given%20here%20as%20a%20work%20around%20for%20now.&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/2009/12/08/ubuntu-9-10-karmic-slow-firefox/" 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=Ubuntu+9.10+Karmic+slow+Firefox+-+http://b2l.me/abz7m9&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/2009/12/08/ubuntu-9-10-karmic-slow-firefox/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sphinx Search default limit is 20</title>
		<link>http://informationideas.com/news/2009/10/02/sphinx-search-default-limit-is-20/</link>
		<comments>http://informationideas.com/news/2009/10/02/sphinx-search-default-limit-is-20/#comments</comments>
		<pubDate>Sat, 03 Oct 2009 04:30:09 +0000</pubDate>
		<dc:creator>frank</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Sphinx]]></category>

		<guid isPermaLink="false">http://informationideas.com/news/?p=112</guid>
		<description><![CDATA[When using the sphinx api, you must use SetLimts if you want more than 20 records.  Currently, it is not documented on the sphinx api doc. Subscribe to the comments for this post? Share this on del.icio.us Digg this! Share this on Facebook Post on Google Buzz Share this on LinkedIn Share this on Technorati [...]]]></description>
			<content:encoded><![CDATA[<p>When using the sphinx api, you must use SetLimts if you want more than 20 records.  Currently, it is not documented on the <a href="http://www.sphinxsearch.com/wiki/doku.php?id=php_api_docs">sphinx api doc</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/2009/10/02/sphinx-search-default-limit-is-20/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/2009/10/02/sphinx-search-default-limit-is-20/&amp;title=Sphinx+Search+default+limit+is+20" 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/2009/10/02/sphinx-search-default-limit-is-20/&amp;title=Sphinx+Search+default+limit+is+20" 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/2009/10/02/sphinx-search-default-limit-is-20/&amp;t=Sphinx+Search+default+limit+is+20" 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/2009/10/02/sphinx-search-default-limit-is-20/&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/2009/10/02/sphinx-search-default-limit-is-20/&amp;title=Sphinx+Search+default+limit+is+20&amp;summary=When%20using%20the%20sphinx%20api%2C%20you%20must%20use%20SetLimts%20if%20you%20want%20more%20than%2020%20records.%C2%A0%20Currently%2C%20it%20is%20not%20documented%20on%20the%20sphinx%20api%20doc.&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/2009/10/02/sphinx-search-default-limit-is-20/" 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=Sphinx+Search+default+limit+is+20+-+http://b2l.me/abz7ne&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/2009/10/02/sphinx-search-default-limit-is-20/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fatal error: Call to undefined function: curl_init in php</title>
		<link>http://informationideas.com/news/2009/10/02/fatal-error-call-to-undefined-function-curl_init-in-php/</link>
		<comments>http://informationideas.com/news/2009/10/02/fatal-error-call-to-undefined-function-curl_init-in-php/#comments</comments>
		<pubDate>Sat, 03 Oct 2009 02:50:01 +0000</pubDate>
		<dc:creator>frank</dc:creator>
				<category><![CDATA[Open Source]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://informationideas.com/news/?p=109</guid>
		<description><![CDATA[For some reason, my workstation with Ubuntu 9.04, php5, apache2 and php5-curl install was giving me the curl package not installed message. Well, it turns out that for some reason, my default /etc/php5/apache2/php.ini had the extension directory pointing to /usr/lib/php5/ext/ while all the extensions were in /usr/lib/php5/20060613/ I was trying to figure out why I [...]]]></description>
			<content:encoded><![CDATA[<p>For some reason, my workstation with Ubuntu 9.04, php5, apache2 and php5-curl install was giving me the curl package not installed message. Well, it turns out that for some reason, my default /etc/php5/apache2/php.ini had the extension directory pointing to /usr/lib/php5/ext/ while all the extensions were in /usr/lib/php5/20060613/</p>
<p>I was trying to figure out why I am not seeing curl.so in the ext directory after I have apt-get installed and removed php5-curl many times.  Solution is usually very simple.</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/2009/10/02/fatal-error-call-to-undefined-function-curl_init-in-php/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/2009/10/02/fatal-error-call-to-undefined-function-curl_init-in-php/&amp;title=Fatal+error%3A+Call+to+undefined+function%3A+curl_init+in+php" 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/2009/10/02/fatal-error-call-to-undefined-function-curl_init-in-php/&amp;title=Fatal+error%3A+Call+to+undefined+function%3A+curl_init+in+php" 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/2009/10/02/fatal-error-call-to-undefined-function-curl_init-in-php/&amp;t=Fatal+error%3A+Call+to+undefined+function%3A+curl_init+in+php" 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/2009/10/02/fatal-error-call-to-undefined-function-curl_init-in-php/&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/2009/10/02/fatal-error-call-to-undefined-function-curl_init-in-php/&amp;title=Fatal+error%3A+Call+to+undefined+function%3A+curl_init+in+php&amp;summary=For%20some%20reason%2C%20my%20workstation%20with%20Ubuntu%209.04%2C%20php5%2C%20apache2%20and%20php5-curl%20install%20was%20giving%20me%20the%20curl%20package%20not%20installed%20message.%20Well%2C%20it%20turns%20out%20that%20for%20some%20reason%2C%20my%20default%20%2Fetc%2Fphp5%2Fapache2%2Fphp.ini%20had%20the%20extension%20directory%20pointing%20to%20%2Fusr%2Flib%2Fphp5%2Fext%2F%20while%20all%20the%20extension&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/2009/10/02/fatal-error-call-to-undefined-function-curl_init-in-php/" 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=Fatal+error%3A+Call+to+undefined+function%3A+curl_init+in+php+-+http://b2l.me/abz7nf&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/2009/10/02/fatal-error-call-to-undefined-function-curl_init-in-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>VMware Server must be reconfigured when there is a kernel upgrade</title>
		<link>http://informationideas.com/news/2009/08/18/vmware-server-must-be-reconfigured-kernel-upgrade/</link>
		<comments>http://informationideas.com/news/2009/08/18/vmware-server-must-be-reconfigured-kernel-upgrade/#comments</comments>
		<pubDate>Tue, 18 Aug 2009 16:42:09 +0000</pubDate>
		<dc:creator>frank</dc:creator>
				<category><![CDATA[Open Source]]></category>
		<category><![CDATA[System]]></category>
		<category><![CDATA[VM]]></category>
		<category><![CDATA[admin]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[server]]></category>

		<guid isPermaLink="false">http://informationideas.com/news/?p=107</guid>
		<description><![CDATA[If the linux kernel is upgraded, vmware will not load http://localhost:8222.  It requires a reconfigure when this happens.  Do the following. sudo /usr/bin/vmware-config.pl Subscribe to the comments for this post? Share this on del.icio.us Digg this! Share this on Facebook Post on Google Buzz Share this on LinkedIn Share this on Technorati Tweet This!]]></description>
			<content:encoded><![CDATA[<p>If the linux kernel is upgraded, vmware will not load http://localhost:8222.  It requires a reconfigure when this happens.  Do the following.</p>
<p>sudo /usr/bin/vmware-config.pl</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/2009/08/18/vmware-server-must-be-reconfigured-kernel-upgrade/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/2009/08/18/vmware-server-must-be-reconfigured-kernel-upgrade/&amp;title=VMware+Server+must+be+reconfigured+when+there+is+a+kernel+upgrade" 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/2009/08/18/vmware-server-must-be-reconfigured-kernel-upgrade/&amp;title=VMware+Server+must+be+reconfigured+when+there+is+a+kernel+upgrade" 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/2009/08/18/vmware-server-must-be-reconfigured-kernel-upgrade/&amp;t=VMware+Server+must+be+reconfigured+when+there+is+a+kernel+upgrade" 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/2009/08/18/vmware-server-must-be-reconfigured-kernel-upgrade/&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/2009/08/18/vmware-server-must-be-reconfigured-kernel-upgrade/&amp;title=VMware+Server+must+be+reconfigured+when+there+is+a+kernel+upgrade&amp;summary=If%20the%20linux%20kernel%20is%20upgraded%2C%20vmware%20will%20not%20load%20http%3A%2F%2Flocalhost%3A8222.%C2%A0%20It%20requires%20a%20reconfigure%20when%20this%20happens.%C2%A0%20Do%20the%20following.%0D%0A%0D%0Asudo%20%2Fusr%2Fbin%2Fvmware-config.pl&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/2009/08/18/vmware-server-must-be-reconfigured-kernel-upgrade/" 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=VMware+Server+must+be+reconfigured+when+there+is+a+kernel+upgrade+-+http://b2l.me/abz7ng&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/2009/08/18/vmware-server-must-be-reconfigured-kernel-upgrade/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Forget your mysql root password?</title>
		<link>http://informationideas.com/news/2009/07/06/forget-your-mysql-root-password/</link>
		<comments>http://informationideas.com/news/2009/07/06/forget-your-mysql-root-password/#comments</comments>
		<pubDate>Tue, 07 Jul 2009 05:33:59 +0000</pubDate>
		<dc:creator>frank</dc:creator>
				<category><![CDATA[Open Source]]></category>
		<category><![CDATA[admin]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[server]]></category>

		<guid isPermaLink="false">http://informationideas.com/news/?p=105</guid>
		<description><![CDATA[This following line saved my butt when something happened and my root password was no longer working. sudo dpkg-reconfigure mysql-server-5.0 It will allow you to reset your root password without messing with the data or any other configuration in my.cnf. Subscribe to the comments for this post? Share this on del.icio.us Digg this! Share this [...]]]></description>
			<content:encoded><![CDATA[<p>This following line saved my butt when something happened and my root password was no longer working.</p>
<blockquote><p>sudo dpkg-reconfigure mysql-server-5.0</p></blockquote>
<p>It will allow you to reset your root password without messing with the data or any other configuration in my.cnf.</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/2009/07/06/forget-your-mysql-root-password/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/2009/07/06/forget-your-mysql-root-password/&amp;title=Forget+your+mysql+root+password%3F" 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/2009/07/06/forget-your-mysql-root-password/&amp;title=Forget+your+mysql+root+password%3F" 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/2009/07/06/forget-your-mysql-root-password/&amp;t=Forget+your+mysql+root+password%3F" 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/2009/07/06/forget-your-mysql-root-password/&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/2009/07/06/forget-your-mysql-root-password/&amp;title=Forget+your+mysql+root+password%3F&amp;summary=This%20following%20line%20saved%20my%20butt%20when%20something%20happened%20and%20my%20root%20password%20was%20no%20longer%20working.%0D%0Asudo%20dpkg-reconfigure%20mysql-server-5.0%0D%0AIt%20will%20allow%20you%20to%20reset%20your%20root%20password%20without%20messing%20with%20the%20data%20or%20any%20other%20configuration%20in%20my.cnf.&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/2009/07/06/forget-your-mysql-root-password/" 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=Forget+your+mysql+root+password%3F+-+http://b2l.me/abz7nh&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/2009/07/06/forget-your-mysql-root-password/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ubuntu apache2 virtualhost setup problems</title>
		<link>http://informationideas.com/news/2009/05/04/ubuntu-apache2-virtualhost-setup-problems/</link>
		<comments>http://informationideas.com/news/2009/05/04/ubuntu-apache2-virtualhost-setup-problems/#comments</comments>
		<pubDate>Tue, 05 May 2009 05:44:35 +0000</pubDate>
		<dc:creator>frank</dc:creator>
				<category><![CDATA[Open Source]]></category>
		<category><![CDATA[admin]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[server]]></category>

		<guid isPermaLink="false">http://informationideas.com/news/?p=96</guid>
		<description><![CDATA[If you are getting error messages when starting apache2 like &#8220;Could not reliably determine the server&#8217;s fully qualified domain name, using 127.0.1.1 for ServerName&#8221; or &#8220;[warn] _default_ VirtualHost overlap on port 80, the first has precedence&#8221; you need to make sure a couple of lines are in your /etc/apache2/httpd.confÂ  file. ServerName localhost NameVirtualHost *:80 Subscribe [...]]]></description>
			<content:encoded><![CDATA[<p>If you are getting error messages when starting apache2 like</p>
<p>&#8220;Could not reliably determine the server&#8217;s fully qualified domain name, using 127.0.1.1 for ServerName&#8221;<br />
or<br />
&#8220;[warn] _default_ VirtualHost overlap on port 80, the first has precedence&#8221;</p>
<p>you need to make sure a couple of lines are in your /etc/apache2/httpd.confÂ  file.</p>
<p>ServerName localhost<br />
NameVirtualHost *:80</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/2009/05/04/ubuntu-apache2-virtualhost-setup-problems/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/2009/05/04/ubuntu-apache2-virtualhost-setup-problems/&amp;title=Ubuntu+apache2+virtualhost+setup+problems" 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/2009/05/04/ubuntu-apache2-virtualhost-setup-problems/&amp;title=Ubuntu+apache2+virtualhost+setup+problems" 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/2009/05/04/ubuntu-apache2-virtualhost-setup-problems/&amp;t=Ubuntu+apache2+virtualhost+setup+problems" 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/2009/05/04/ubuntu-apache2-virtualhost-setup-problems/&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/2009/05/04/ubuntu-apache2-virtualhost-setup-problems/&amp;title=Ubuntu+apache2+virtualhost+setup+problems&amp;summary=If%20you%20are%20getting%20error%20messages%20when%20starting%20apache2%20like%0D%0A%0D%0A%22Could%20not%20reliably%20determine%20the%20server%27s%20fully%20qualified%20domain%20name%2C%20using%20127.0.1.1%20for%20ServerName%22%0D%0Aor%0D%0A%22%5Bwarn%5D%20_default_%20VirtualHost%20overlap%20on%20port%2080%2C%20the%20first%20has%20precedence%22%0D%0A%0D%0Ayou%20need%20to%20make%20sure%20a%20couple%20of%20lines%20are%20in%20y&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/2009/05/04/ubuntu-apache2-virtualhost-setup-problems/" 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=Ubuntu+apache2+virtualhost+setup+problems+-+http://b2l.me/acphbq&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/2009/05/04/ubuntu-apache2-virtualhost-setup-problems/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to do that Mysql thing in MSSql?</title>
		<link>http://informationideas.com/news/2009/04/29/how-to-do-that-mysql-thing-in-mssql/</link>
		<comments>http://informationideas.com/news/2009/04/29/how-to-do-that-mysql-thing-in-mssql/#comments</comments>
		<pubDate>Wed, 29 Apr 2009 17:15:49 +0000</pubDate>
		<dc:creator>frank</dc:creator>
				<category><![CDATA[MSSql]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[mysql]]></category>

		<guid isPermaLink="false">http://informationideas.com/news/?p=87</guid>
		<description><![CDATA[Ever wonder how to translate something you normally do between Mysql and MSSql? Here is a good list of parity between the two. Also, one section left open by that article is date formatting. After reading that, you can see why it was left out. It is quite a topic on its own. Date Formats [...]]]></description>
			<content:encoded><![CDATA[<p>Ever wonder how to translate something you normally do between Mysql and MSSql?<br />
<a href="http://www.x7media.com/resources/SQL_Differences_Between_Microsoft_SQL_Server_and_MySQL.asp">Here is a good list of parity between the two.</a></p>
<p>Also, one section left open by that article is date formatting.  After reading that, you can see why it was left out.  It is quite a topic on its own.<br />
<a href="http://www.sql-server-helper.com/tips/date-formats.aspx">Date Formats in MSSql</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/2009/04/29/how-to-do-that-mysql-thing-in-mssql/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/2009/04/29/how-to-do-that-mysql-thing-in-mssql/&amp;title=How+to+do+that+Mysql+thing+in+MSSql%3F" 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/2009/04/29/how-to-do-that-mysql-thing-in-mssql/&amp;title=How+to+do+that+Mysql+thing+in+MSSql%3F" 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/2009/04/29/how-to-do-that-mysql-thing-in-mssql/&amp;t=How+to+do+that+Mysql+thing+in+MSSql%3F" 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/2009/04/29/how-to-do-that-mysql-thing-in-mssql/&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/2009/04/29/how-to-do-that-mysql-thing-in-mssql/&amp;title=How+to+do+that+Mysql+thing+in+MSSql%3F&amp;summary=Ever%20wonder%20how%20to%20translate%20something%20you%20normally%20do%20between%20Mysql%20and%20MSSql%3F%0D%0AHere%20is%20a%20good%20list%20of%20parity%20between%20the%20two.%0D%0A%0D%0AAlso%2C%20one%20section%20left%20open%20by%20that%20article%20is%20date%20formatting.%20%20After%20reading%20that%2C%20you%20can%20see%20why%20it%20was%20left%20out.%20%20It%20is%20quite%20a%20topic%20on%20its%20own.%0D%0ADate%20Formats%20in%20M&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/2009/04/29/how-to-do-that-mysql-thing-in-mssql/" 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=How+to+do+that+Mysql+thing+in+MSSql%3F+-+http://b2l.me/ab7erv&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/2009/04/29/how-to-do-that-mysql-thing-in-mssql/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ubuntu 9.04 Vmware Arrow Keys Problem</title>
		<link>http://informationideas.com/news/2009/04/27/ubuntu-904-vmware-arrow-keys-problem/</link>
		<comments>http://informationideas.com/news/2009/04/27/ubuntu-904-vmware-arrow-keys-problem/#comments</comments>
		<pubDate>Tue, 28 Apr 2009 04:45:53 +0000</pubDate>
		<dc:creator>frank</dc:creator>
				<category><![CDATA[Open Source]]></category>
		<category><![CDATA[admin]]></category>
		<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://informationideas.com/news/?p=85</guid>
		<description><![CDATA[I finally found how to get all those keys working on my newly installed Ubuntu 9.04 with my XP VM. The issue is that all the arrow keys and delete key don&#8217;t work. There are others too but not listed. So a bit of googling, I found that you have to map the keys in [...]]]></description>
			<content:encoded><![CDATA[<p>I finally found how to get all those keys working on my newly installed Ubuntu 9.04 with my XP VM.  The issue is that all the arrow keys and delete key don&#8217;t work.  There are others too but not listed.  So a bit of googling, I found that you have to map the keys in a vmware config file to solve the problem.  So this is what needs to be done.</p>
<p>1. Edit /usr/lib/vmware/config<br />
2. Add the following to the end.<br />
<code><br />
xkeymap.keycode.108 = 0x138 # Alt_R<br />
xkeymap.keycode.106 = 0x135 # KP_Divide<br />
xkeymap.keycode.104 = 0x11c # KP_Enter<br />
xkeymap.keycode.111 = 0x148 # Up<br />
xkeymap.keycode.116 = 0x150 # Down<br />
xkeymap.keycode.113 = 0x14b # Left<br />
xkeymap.keycode.114 = 0x14d # Right<br />
xkeymap.keycode.105 = 0x11d # Control_R<br />
xkeymap.keycode.118 = 0x152 # Insert<br />
xkeymap.keycode.119 = 0x153 # Delete<br />
xkeymap.keycode.110 = 0x147 # Home<br />
xkeymap.keycode.115 = 0x14f # End<br />
xkeymap.keycode.112 = 0x149 # Prior<br />
xkeymap.keycode.117 = 0x151 # Next<br />
xkeymap.keycode.78 = 0x46 # Scroll_Lock<br />
xkeymap.keycode.127 = 0x100 # Pause<br />
xkeymap.keycode.133 = 0x15b # Meta_L<br />
xkeymap.keycode.134 = 0x15c # Meta_R<br />
xkeymap.keycode.135 = 0x15d # Menu<br />
</code><br />
3. Save it<br />
4. Restart vmware</p>
<p>Thank goodness.  What a pain this was to use with a whole bunch of keys not working.</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/2009/04/27/ubuntu-904-vmware-arrow-keys-problem/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/2009/04/27/ubuntu-904-vmware-arrow-keys-problem/&amp;title=Ubuntu+9.04+Vmware+Arrow+Keys+Problem" 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/2009/04/27/ubuntu-904-vmware-arrow-keys-problem/&amp;title=Ubuntu+9.04+Vmware+Arrow+Keys+Problem" 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/2009/04/27/ubuntu-904-vmware-arrow-keys-problem/&amp;t=Ubuntu+9.04+Vmware+Arrow+Keys+Problem" 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/2009/04/27/ubuntu-904-vmware-arrow-keys-problem/&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/2009/04/27/ubuntu-904-vmware-arrow-keys-problem/&amp;title=Ubuntu+9.04+Vmware+Arrow+Keys+Problem&amp;summary=I%20finally%20found%20how%20to%20get%20all%20those%20keys%20working%20on%20my%20newly%20installed%20Ubuntu%209.04%20with%20my%20XP%20VM.%20%20The%20issue%20is%20that%20all%20the%20arrow%20keys%20and%20delete%20key%20don%27t%20work.%20%20There%20are%20others%20too%20but%20not%20listed.%20%20So%20a%20bit%20of%20googling%2C%20I%20found%20that%20you%20have%20to%20map%20the%20keys%20in%20a%20vmware%20config%20file%20to%20solve%20the%20&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/2009/04/27/ubuntu-904-vmware-arrow-keys-problem/" 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=Ubuntu+9.04+Vmware+Arrow+Keys+Problem+-+http://b2l.me/ab7ere&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/2009/04/27/ubuntu-904-vmware-arrow-keys-problem/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
	</channel>
</rss>
