<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet href="http://feeds.feedburner.com/~d/styles/rss2full.xsl" type="text/xsl" media="screen"?><?xml-stylesheet href="http://feeds.feedburner.com/~d/styles/itemcontent.css" type="text/css" media="screen"?><rss 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" version="2.0">

<channel>
	<title>tOMPSON's blog</title>
	
	<link>http://dertompson.com</link>
	<description>some personal, more technical - by Thomas Einwaller</description>
	<pubDate>Mon, 01 Dec 2008 17:04:47 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.1</generator>
	<language>en</language>
			<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" href="http://feeds.feedburner.com/dertompson/cRTK" type="application/rss+xml" /><item>
		<title>Twitter shared items of Google Reader</title>
		<link>http://dertompson.com/2008/12/01/twitter-shared-items-of-google-reader/</link>
		<comments>http://dertompson.com/2008/12/01/twitter-shared-items-of-google-reader/#comments</comments>
		<pubDate>Mon, 01 Dec 2008 17:04:47 +0000</pubDate>
		<dc:creator>tompson</dc:creator>
		
		<category><![CDATA[Software]]></category>

		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://dertompson.com/?p=633</guid>
		<description><![CDATA[As I stated already multiple times I am a big fan of Google Reader. Since I am using Twitter more and more I searched for a way to inform my followers about new items on my Google Reader shared feed. I found this solution Bob Lee uses. It is basically a Greasemonkey JavaScript that allows [...]]]></description>
			<content:encoded><![CDATA[<p>As I stated already multiple times I am a big fan of <a href="https://www.google.com/reader/" onclick="javascript:pageTracker._trackPageview ('/outbound/www.google.com');">Google Reader</a>. Since I am using <a href="http://twitter.com/tompson" onclick="javascript:pageTracker._trackPageview ('/outbound/twitter.com');">Twitter</a> more and more I searched for a way to inform my followers about new items on my <a href="https://www.google.com/reader/shared/01816733740994910503" onclick="javascript:pageTracker._trackPageview ('/outbound/www.google.com');">Google Reader shared feed</a>. <a href="http://crazybob.org/2007/09/treader-twitter-directly-from-google.html" onclick="javascript:pageTracker._trackPageview ('/outbound/crazybob.org');">I found this solution Bob Lee uses</a>. It is basically a Greasemonkey JavaScript that allows you to post directly from Google Reader to <a href="http://twitter.com/tompson" onclick="javascript:pageTracker._trackPageview ('/outbound/twitter.com');">Twitter</a>.</p>
<p>I decided to do it another way. Since I am already using <a href="http://twitterfeed.com/" onclick="javascript:pageTracker._trackPageview ('/outbound/twitterfeed.com');">twitterfeed</a> for updating Twitter from my blog I added another entry that points to the <a href="http://www.google.com/reader/public/atom/user%2F01816733740994910503%2Fstate%2Fcom.google%2Fbroadcast" onclick="javascript:pageTracker._trackPageview ('/outbound/www.google.com');">RSS feed of my shared items</a>.</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~f/dertompson/cRTK?a=YAiuO"><img src="http://feeds.feedburner.com/~f/dertompson/cRTK?i=YAiuO" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/dertompson/cRTK?a=LkkAo"><img src="http://feeds.feedburner.com/~f/dertompson/cRTK?i=LkkAo" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/dertompson/cRTK?a=vev3o"><img src="http://feeds.feedburner.com/~f/dertompson/cRTK?i=vev3o" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/dertompson/cRTK?a=cC5Ro"><img src="http://feeds.feedburner.com/~f/dertompson/cRTK?i=cC5Ro" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://dertompson.com/2008/12/01/twitter-shared-items-of-google-reader/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Problem with network of vmware appliance</title>
		<link>http://dertompson.com/2008/12/01/problem-with-network-of-vmware-appliance/</link>
		<comments>http://dertompson.com/2008/12/01/problem-with-network-of-vmware-appliance/#comments</comments>
		<pubDate>Sun, 30 Nov 2008 22:31:35 +0000</pubDate>
		<dc:creator>tompson</dc:creator>
		
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://dertompson.com/?p=627</guid>
		<description><![CDATA[Today I updated my vmware test environment by downloading a new Ubuntu 8.10 server appliance. After extracting the zip file and staring the server inside my vmware player version 2.5.1 there was no eth0 device available. I tried to start it manually with ifup but that did not work.
A quick google research brought up Eric [...]]]></description>
			<content:encoded><![CDATA[<p>Today I updated my vmware test environment by downloading a new Ubuntu 8.10 server appliance. After extracting the zip file and staring the server inside my vmware player version 2.5.1 there was no eth0 device available. I tried to start it manually with <code>ifup</code> but that did not work.</p>
<p>A quick google research brought up <a href="http://www.ericmmartin.com/running-ubuntu-710-in-vmware-player/" onclick="javascript:pageTracker._trackPageview ('/outbound/www.ericmmartin.com');">Eric Martin&#8217;s excellent post</a> about how he fixed that problem. It seems that my vmware player instance created a new MAC address for the network adapter. I deleted the old entry for eth0 from the <code>/etc/udev/rules.d/70-persistent-net.rules</code> file and changed eth1 to eth0 in the second entry. After a reboot everything worked fine again.</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~f/dertompson/cRTK?a=mWjwN"><img src="http://feeds.feedburner.com/~f/dertompson/cRTK?i=mWjwN" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/dertompson/cRTK?a=Ljh6n"><img src="http://feeds.feedburner.com/~f/dertompson/cRTK?i=Ljh6n" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/dertompson/cRTK?a=wj5In"><img src="http://feeds.feedburner.com/~f/dertompson/cRTK?i=wj5In" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/dertompson/cRTK?a=R6pZn"><img src="http://feeds.feedburner.com/~f/dertompson/cRTK?i=R6pZn" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://dertompson.com/2008/12/01/problem-with-network-of-vmware-appliance/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Mylyn and trac 0.11</title>
		<link>http://dertompson.com/2008/11/23/mylyn-and-trac-011/</link>
		<comments>http://dertompson.com/2008/11/23/mylyn-and-trac-011/#comments</comments>
		<pubDate>Sun, 23 Nov 2008 18:54:02 +0000</pubDate>
		<dc:creator>tompson</dc:creator>
		
		<category><![CDATA[Eclipse]]></category>

		<category><![CDATA[Java]]></category>

		<guid isPermaLink="false">http://dertompson.com/?p=624</guid>
		<description><![CDATA[I am using trac now since about half a year for one of my current Java projects. One thing I missed from the start was the Mylyn integration in Eclipse - with bugzilla I was used to handle most of my issue tracking inside Eclipse. If you get used to this kind of &#8220;task oriented&#8221; [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-625" title="trac" src="http://dertompson.com/wp-content/uploads/2008/11/trac.png" alt="" width="54" height="61" />I am using <a href="http://trac.edgewall.org/" onclick="javascript:pageTracker._trackPageview ('/outbound/trac.edgewall.org');">trac</a> now since about half a year for one of my current Java projects. One thing I missed from the start was the <a href="http://www.eclipse.org/mylyn/downloads/" onclick="javascript:pageTracker._trackPageview ('/outbound/www.eclipse.org');">Mylyn</a> integration in Eclipse - with <a href="http://www.bugzilla.org/" onclick="javascript:pageTracker._trackPageview ('/outbound/www.bugzilla.org');">bugzilla</a> I was used to handle most of my issue tracking inside Eclipse. If you get used to this kind of &#8220;task oriented&#8221; working it is hard to do anything without.</p>
<p>Today I found <a href="http://nil.checksite.co.uk/post.cfm/trac-0-11-and-mylyn" onclick="javascript:pageTracker._trackPageview ('/outbound/nil.checksite.co.uk');">a nice post </a>about how to enable <a href="http://www.eclipse.org/mylyn/downloads/" onclick="javascript:pageTracker._trackPageview ('/outbound/www.eclipse.org');">Mylyn</a> to work with trac version 0.11. Basically you have to add the XMLRPC plugin to your trac installation and to configure the XMLRPC connection mode in the <a href="http://www.eclipse.org/mylyn/downloads/" onclick="javascript:pageTracker._trackPageview ('/outbound/www.eclipse.org');">Mylyn trac connector</a>.</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~f/dertompson/cRTK?a=yQqhN"><img src="http://feeds.feedburner.com/~f/dertompson/cRTK?i=yQqhN" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/dertompson/cRTK?a=8r4dn"><img src="http://feeds.feedburner.com/~f/dertompson/cRTK?i=8r4dn" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/dertompson/cRTK?a=xCG7n"><img src="http://feeds.feedburner.com/~f/dertompson/cRTK?i=xCG7n" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/dertompson/cRTK?a=GBcvn"><img src="http://feeds.feedburner.com/~f/dertompson/cRTK?i=GBcvn" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://dertompson.com/2008/11/23/mylyn-and-trac-011/feed/</wfw:commentRss>
		</item>
		<item>
		<title>My blog is very masculine</title>
		<link>http://dertompson.com/2008/11/16/619/</link>
		<comments>http://dertompson.com/2008/11/16/619/#comments</comments>
		<pubDate>Sun, 16 Nov 2008 21:47:34 +0000</pubDate>
		<dc:creator>tompson</dc:creator>
		
		<category><![CDATA[Fun]]></category>

		<guid isPermaLink="false">http://dertompson.com/2008/11/16/619/</guid>
		<description><![CDATA[
]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><a href="http://www.genderanalyzer.com/" onclick="javascript:pageTracker._trackPageview ('/outbound/www.genderanalyzer.com');"><img class="aligncenter size-full wp-image-618" title="Generize" src="http://dertompson.com/wp-content/uploads/2008/11/capture.png" border="0" alt="" width="460" height="309" /></a></p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~f/dertompson/cRTK?a=TiubN"><img src="http://feeds.feedburner.com/~f/dertompson/cRTK?i=TiubN" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/dertompson/cRTK?a=1Sn0n"><img src="http://feeds.feedburner.com/~f/dertompson/cRTK?i=1Sn0n" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/dertompson/cRTK?a=nbTcn"><img src="http://feeds.feedburner.com/~f/dertompson/cRTK?i=nbTcn" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/dertompson/cRTK?a=UTKRn"><img src="http://feeds.feedburner.com/~f/dertompson/cRTK?i=UTKRn" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://dertompson.com/2008/11/16/619/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Meeting the BlackBerry Professionals</title>
		<link>http://dertompson.com/2008/11/16/meeting-the-blackberry-professionals/</link>
		<comments>http://dertompson.com/2008/11/16/meeting-the-blackberry-professionals/#comments</comments>
		<pubDate>Sun, 16 Nov 2008 21:44:14 +0000</pubDate>
		<dc:creator>tompson</dc:creator>
		
		<category><![CDATA[Blackberry]]></category>

		<category><![CDATA[RIM]]></category>

		<guid isPermaLink="false">http://dertompson.com/?p=616</guid>
		<description><![CDATA[On Friday I had the opportunity to meet and talk to some RIM employees at the BlackBerry Technical Seminar for IT Professionals in Vienna. I attended mostly to Track C which focused on application development for BlackBerry devices. Tariq Tahir and Michael Weitzel did a great job and learned a lot about the fundamentals behind [...]]]></description>
			<content:encoded><![CDATA[<p>On Friday I had the opportunity to meet and talk to some RIM employees at the <a href="http://www.blackberry-events.com/technicalseminar/" onclick="javascript:pageTracker._trackPageview ('/outbound/www.blackberry-events.com');">BlackBerry Technical Seminar for IT Professionals</a> in Vienna. I attended mostly to Track C which focused on application development for BlackBerry devices. Tariq Tahir and Michael Weitzel did a great job and learned a lot about the fundamentals behind the BlackBerry platform. A lot of ideas for new applications and improving existing solution came to my mind.</p>
<p>In one of the breaks I also had the opportunity to test the <a href="http://www.blackberry.com/blackberrystorm/" onclick="javascript:pageTracker._trackPageview ('/outbound/www.blackberry.com');">BlackBerry Storm</a>. First it was a bit unfamiliar to me that the devices makes a difference between just touching the display and &#8220;pressing&#8221; it. For clicking I had to &#8220;press&#8221; and this made the whole display go down a bit and to give some kind of vibrating feedback. This is very different to the surface of the iPhone because the whole display part of the BlackBerry Storm &#8220;moves&#8221; like a big button. I tried to type some text with the virtual full QWERTY keyboard but soon I realized that it will never be possible to type as fast on the Storm as with a real keyboard. The RIM employees said that I should hold the device in portrait mode and to use the SureType keyboard because it has bigger buttons and the text-finding-intelligence has been improved a lot - but I am no SureType-guy.</p>
<p>Since I read <a href="http://vowe.net/archives/010066.html" onclick="javascript:pageTracker._trackPageview ('/outbound/vowe.net');">the latest reviews of the BlackBerry 8900 Curve (aka Javelin)</a> I am sure that with the Bold I got the right device for the next couple of months.</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~f/dertompson/cRTK?a=tKaVN"><img src="http://feeds.feedburner.com/~f/dertompson/cRTK?i=tKaVN" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/dertompson/cRTK?a=6sfkn"><img src="http://feeds.feedburner.com/~f/dertompson/cRTK?i=6sfkn" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/dertompson/cRTK?a=jvQQn"><img src="http://feeds.feedburner.com/~f/dertompson/cRTK?i=jvQQn" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/dertompson/cRTK?a=jxcTn"><img src="http://feeds.feedburner.com/~f/dertompson/cRTK?i=jxcTn" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://dertompson.com/2008/11/16/meeting-the-blackberry-professionals/feed/</wfw:commentRss>
		</item>
		<item>
		<title>More instant messaging for BlackBerry</title>
		<link>http://dertompson.com/2008/11/12/more-instant-messaging-for-blackberry/</link>
		<comments>http://dertompson.com/2008/11/12/more-instant-messaging-for-blackberry/#comments</comments>
		<pubDate>Wed, 12 Nov 2008 21:24:59 +0000</pubDate>
		<dc:creator>tompson</dc:creator>
		
		<category><![CDATA[Blackberry]]></category>

		<category><![CDATA[Mobile]]></category>

		<category><![CDATA[RIM]]></category>

		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://dertompson.com/?p=611</guid>
		<description><![CDATA[
This is a up to date screenshot of the &#8220;Instant Messaging&#8221; folder on my BlackBerry Bold. From left to right:

BlackBerry Messenger - classic, no BlackBerry is complete without this one. My most uses IM at the moment. Safes a lot of SMS costs.
twibble - one big plus of using twitter is that it allows me [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><a href="http://dertompson.com/wp-content/uploads/2008/11/imfolder.png"><img class="aligncenter size-full wp-image-612" title="imfolder" src="http://dertompson.com/wp-content/uploads/2008/11/imfolder.png" alt="" width="480" height="320" /></a></p>
<p style="text-align: left;">This is a up to date screenshot of the &#8220;Instant Messaging&#8221; folder on my BlackBerry Bold. From left to right:</p>
<ul>
<li>BlackBerry Messenger - classic, no BlackBerry is complete without this one. My most uses IM at the moment. Safes a lot of SMS costs.</li>
<li><a href="http://www.twibble.de/" onclick="javascript:pageTracker._trackPageview ('/outbound/www.twibble.de');">twibble</a> - one big plus of <a href="http://twitter.com/tompson" onclick="javascript:pageTracker._trackPageview ('/outbound/twitter.com');">using twitter</a> is that it allows me to publish from my BlackBerry to the web - therefor I am using twibble, I tried twitterberry but had some problems with it<a href="http://www.twibble.de/"><br />
</a></li>
<li><a href="http://na.blackberry.com/eng/devices/features/social/facebook.jsp" onclick="javascript:pageTracker._trackPageview ('/outbound/na.blackberry.com');">facebook</a> - the BlackBerry facebook app allows me to make status updates and upload fotos directly from the Bold</li>
<li><a href="http://www.iskoot.com/" onclick="javascript:pageTracker._trackPageview ('/outbound/www.iskoot.com');">iSkoot</a> - on my search for a free BlackBerry Skype client today I found iSkoot, great Skype client, I am using it mostly for chat, though voice over IP works too</li>
<li>ICQ - allows me to stay in touch with my old ICQ friends. Provided by RIM directly under mobile.blackberry.com</li>
<li>MSN Messenger - another native BlackBerry app provided by RIM</li>
</ul>
<p>With all those instant messengers added the BlackBerry Bold really is a communication monster - I am very satisfied with this device.</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~f/dertompson/cRTK?a=yoi0N"><img src="http://feeds.feedburner.com/~f/dertompson/cRTK?i=yoi0N" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/dertompson/cRTK?a=JD0Xn"><img src="http://feeds.feedburner.com/~f/dertompson/cRTK?i=JD0Xn" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/dertompson/cRTK?a=99qOn"><img src="http://feeds.feedburner.com/~f/dertompson/cRTK?i=99qOn" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/dertompson/cRTK?a=7ZIqn"><img src="http://feeds.feedburner.com/~f/dertompson/cRTK?i=7ZIqn" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://dertompson.com/2008/11/12/more-instant-messaging-for-blackberry/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Which browser user type are you?</title>
		<link>http://dertompson.com/2008/11/01/which-browser-user-type-are-you/</link>
		<comments>http://dertompson.com/2008/11/01/which-browser-user-type-are-you/#comments</comments>
		<pubDate>Sat, 01 Nov 2008 09:41:32 +0000</pubDate>
		<dc:creator>tompson</dc:creator>
		
		<category><![CDATA[Fun]]></category>

		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://dertompson.com/?p=607</guid>
		<description><![CDATA[
]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><a href="http://dertompson.com/wp-content/uploads/2008/11/browserusers.png"><img class="aligncenter size-medium wp-image-608" title="browserusers" src="http://dertompson.com/wp-content/uploads/2008/11/browserusers-300x300.png" alt="" width="300" height="300" /></a></p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~f/dertompson/cRTK?a=2NZsN"><img src="http://feeds.feedburner.com/~f/dertompson/cRTK?i=2NZsN" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/dertompson/cRTK?a=QUKKn"><img src="http://feeds.feedburner.com/~f/dertompson/cRTK?i=QUKKn" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/dertompson/cRTK?a=WmYxn"><img src="http://feeds.feedburner.com/~f/dertompson/cRTK?i=WmYxn" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/dertompson/cRTK?a=PW75n"><img src="http://feeds.feedburner.com/~f/dertompson/cRTK?i=PW75n" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://dertompson.com/2008/11/01/which-browser-user-type-are-you/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Activity</title>
		<link>http://dertompson.com/2008/10/18/activity/</link>
		<comments>http://dertompson.com/2008/10/18/activity/#comments</comments>
		<pubDate>Sat, 18 Oct 2008 13:59:30 +0000</pubDate>
		<dc:creator>tompson</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://dertompson.com/?p=605</guid>
		<description><![CDATA[Due to a lot of things going on in my life you may have noticed that I am updating my blog not as frequently as I did the last years. I never quite understood why people wanted to be able to update their blog from their mobile phone - now I want to do the [...]]]></description>
			<content:encoded><![CDATA[<p>Due to a lot of things going on in my life you may have noticed that I am updating my blog not as frequently as I did the last years. I never quite understood why people wanted to be able to update their blog from their mobile phone - now I want to do the same. At least I want to update my &#8220;online-me&#8221; when I am away from my PC.</p>
<p>I am doing this by using <a href="http://www.twibble.de/" onclick="javascript:pageTracker._trackPageview ('/outbound/www.twibble.de');">twibble</a> as a mobile <a href="http://twitter.com/tompson" onclick="javascript:pageTracker._trackPageview ('/outbound/twitter.com');">twitter </a>client on my BlackBerry Bold or by uploading pictures taken with the BlackBerry directly my <a href="http://www.facebook.com/home.php#/profile.php?id=595077117" onclick="javascript:pageTracker._trackPageview ('/outbound/www.facebook.com');">facebook profile</a> or <a href="http://flickr.com/photos/tompson/" onclick="javascript:pageTracker._trackPageview ('/outbound/flickr.com');">flickr account</a>.</p>
<p>Instead of posting comments about posts I read in my Google Reader I just mark them as shared so you can see my filtered interests on my shared feed page or on <a href="http://friendfeed.com/tompson" onclick="javascript:pageTracker._trackPageview ('/outbound/friendfeed.com');">friendfeed</a>. The same goes for <a href="http://www.youtube.com/tompson16" onclick="javascript:pageTracker._trackPageview ('/outbound/www.youtube.com');">youtube</a> videos - I mark them as favorites and they are listed on my <a href="http://www.facebook.com/home.php#/profile.php?id=595077117" onclick="javascript:pageTracker._trackPageview ('/outbound/www.facebook.com');">facebook</a> profile and <a href="http://friendfeed.com/tompson" onclick="javascript:pageTracker._trackPageview ('/outbound/friendfeed.com');">friendfeed </a>page.</p>
<p>The latest thing I tried is to consolidate all my online actions into a &#8220;soup&#8221; by using the service soup.io (created in Austria!) - so check out my soup under <a href="http://soup.dertompson.com/">http://soup.dertompson.com/</a> - maybe the day comes when it replaces dertompson.com</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~f/dertompson/cRTK?a=9QfyM"><img src="http://feeds.feedburner.com/~f/dertompson/cRTK?i=9QfyM" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/dertompson/cRTK?a=c8c8m"><img src="http://feeds.feedburner.com/~f/dertompson/cRTK?i=c8c8m" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/dertompson/cRTK?a=wlYQm"><img src="http://feeds.feedburner.com/~f/dertompson/cRTK?i=wlYQm" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/dertompson/cRTK?a=4Bh6m"><img src="http://feeds.feedburner.com/~f/dertompson/cRTK?i=4Bh6m" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://dertompson.com/2008/10/18/activity/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Ubuntu server and vnc</title>
		<link>http://dertompson.com/2008/10/03/ubuntu-server-and-vnc/</link>
		<comments>http://dertompson.com/2008/10/03/ubuntu-server-and-vnc/#comments</comments>
		<pubDate>Fri, 03 Oct 2008 09:17:21 +0000</pubDate>
		<dc:creator>tompson</dc:creator>
		
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://dertompson.com/?p=603</guid>
		<description><![CDATA[Yesterday I installed a vnc server on my Ubuntu 8.04 LTS server. I did this because I want to run some GUI applications like a BitTorrent client on it. The last time I installed a vnc server on a machine without a window manager was back when I was using Redhat. So I did a [...]]]></description>
			<content:encoded><![CDATA[<p>Yesterday I installed a vnc server on my Ubuntu 8.04 LTS server. I did this because I want to run some GUI applications like a BitTorrent client on it. The last time I installed a vnc server on a machine without a window manager was back when I was using Redhat. So I did a little search and found out that the best way is to install <code>gnome-core</code> and <code>tightvncserver</code> by issuing</p>
<p><code>apt-get install gnome-core tightvncserver</code></p>
<p>After the first start of <code>tightvncserver</code> I was able to connect to port 5901. Tightvnc only starts a simple window manager and an xterm. To get tightvnc start a gnome session I had to edit the file <code>xstartup</code> in the <code>.vnc</code> folder of my home directory. I removed the line</p>
<p><code>x-window-manager &amp;</code></p>
<p>at the end of the file and added</p>
<p><code>gnome-session &amp;</code></p>
<p>After stopping the vnc server with the following command line</p>
<p><code>tightvncserver -kill :1</code></p>
<p>and starting it again I was entering my gnome session when connecting with my vnc viewer (UltraVNC).</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~f/dertompson/cRTK?a=zBsCM"><img src="http://feeds.feedburner.com/~f/dertompson/cRTK?i=zBsCM" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/dertompson/cRTK?a=nVM5m"><img src="http://feeds.feedburner.com/~f/dertompson/cRTK?i=nVM5m" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/dertompson/cRTK?a=dRcqm"><img src="http://feeds.feedburner.com/~f/dertompson/cRTK?i=dRcqm" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/dertompson/cRTK?a=CWg1m"><img src="http://feeds.feedburner.com/~f/dertompson/cRTK?i=CWg1m" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://dertompson.com/2008/10/03/ubuntu-server-and-vnc/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Vodafone BlackBerry Storm video leaks</title>
		<link>http://dertompson.com/2008/10/03/vodafone-blackberry-storm-video-leaks/</link>
		<comments>http://dertompson.com/2008/10/03/vodafone-blackberry-storm-video-leaks/#comments</comments>
		<pubDate>Fri, 03 Oct 2008 07:26:16 +0000</pubDate>
		<dc:creator>tompson</dc:creator>
		
		<category><![CDATA[Blackberry]]></category>

		<category><![CDATA[Mobile]]></category>

		<category><![CDATA[RIM]]></category>

		<category><![CDATA[Tube]]></category>

		<guid isPermaLink="false">http://dertompson.com/?p=601</guid>
		<description><![CDATA[
Looks like the Storm is the step of RIM trying to hit the consumer market.
]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><object width="425" height="350"><param name="movie" value="Z0i7a39BQpM"></param><param name="wmode" value="transparent" ></param><embed src="http://www.youtube.com/v/Z0i7a39BQpM" type="application/x-shockwave-flash" wmode="transparent" width="425" height="350"></embed></object></p>
<p style="text-align: left;">Looks like the Storm is the step of RIM trying to hit the consumer market.</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~f/dertompson/cRTK?a=5fFRM"><img src="http://feeds.feedburner.com/~f/dertompson/cRTK?i=5fFRM" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/dertompson/cRTK?a=Njgtm"><img src="http://feeds.feedburner.com/~f/dertompson/cRTK?i=Njgtm" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/dertompson/cRTK?a=vaHJm"><img src="http://feeds.feedburner.com/~f/dertompson/cRTK?i=vaHJm" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/dertompson/cRTK?a=CiPWm"><img src="http://feeds.feedburner.com/~f/dertompson/cRTK?i=CiPWm" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://dertompson.com/2008/10/03/vodafone-blackberry-storm-video-leaks/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
