<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Stigebil</title>
	<atom:link href="http://stigebil.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://stigebil.wordpress.com</link>
	<description>Here, Hare, Here</description>
	<lastBuildDate>Mon, 09 Jan 2012 21:24:23 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='stigebil.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Stigebil</title>
		<link>http://stigebil.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://stigebil.wordpress.com/osd.xml" title="Stigebil" />
	<atom:link rel='hub' href='http://stigebil.wordpress.com/?pushpress=hub'/>
		<item>
		<title></title>
		<link>http://stigebil.wordpress.com/2011/11/14/139/</link>
		<comments>http://stigebil.wordpress.com/2011/11/14/139/#comments</comments>
		<pubDate>Mon, 14 Nov 2011 14:19:16 +0000</pubDate>
		<dc:creator>stigebil</dc:creator>
				<category><![CDATA[blablabla]]></category>

		<guid isPermaLink="false">http://stigebil.wordpress.com/?p=139</guid>
		<description><![CDATA[public static void tarGz(final List filesToCompress, final File destination) { TarArchiveOutputStream tarOut = null; byte[] buf = new byte[BUFFER_SIZE]; try { tarOut = new TarArchiveOutputStream( new GZIPOutputStream(new BufferedOutputStream(new FileOutputStream(destination)))); tarOut.setLongFileMode(TarArchiveOutputStream.LONGFILE_GNU); for (File fileToCompress : filesToCompress) { TarArchiveEntry entry = new TarArchiveEntry(fileToCompress.getName()); entry.setSize(fileToCompress.length()); tarOut.putArchiveEntry(entry); FileInputStream input = new FileInputStream(fileToCompress); int len; while ((len = input.read(buf)) &#62; [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=stigebil.wordpress.com&amp;blog=47946&amp;post=139&amp;subd=stigebil&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><code><br />
public static void tarGz(final List filesToCompress, final File destination) {<br />
        TarArchiveOutputStream tarOut = null;<br />
        byte[] buf = new byte[BUFFER_SIZE];<br />
        try {<br />
            tarOut = new TarArchiveOutputStream(<br />
                    new GZIPOutputStream(new BufferedOutputStream(new FileOutputStream(destination))));<br />
            tarOut.setLongFileMode(TarArchiveOutputStream.LONGFILE_GNU);<br />
            for (File fileToCompress : filesToCompress) {<br />
                TarArchiveEntry entry = new TarArchiveEntry(fileToCompress.getName());<br />
                entry.setSize(fileToCompress.length());<br />
                tarOut.putArchiveEntry(entry);<br />
                FileInputStream input = new FileInputStream(fileToCompress);<br />
                int len;<br />
                while ((len = input.read(buf)) &gt; 0) {<br />
                    tarOut.write(buf, 0, len);<br />
                }</p>
<p>                tarOut.closeArchiveEntry();<br />
                input.close();<br />
            }<br />
            tarOut.close();<br />
        } catch (IOException e) {<br />
            LOG.error("Could not tarGz file " + destination, e);<br />
        } finally {<br />
            IOUtils.closeQuietly(tarOut);<br />
        }<br />
    }<br />
</code></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/stigebil.wordpress.com/139/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/stigebil.wordpress.com/139/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/stigebil.wordpress.com/139/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/stigebil.wordpress.com/139/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/stigebil.wordpress.com/139/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/stigebil.wordpress.com/139/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/stigebil.wordpress.com/139/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/stigebil.wordpress.com/139/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/stigebil.wordpress.com/139/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/stigebil.wordpress.com/139/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/stigebil.wordpress.com/139/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/stigebil.wordpress.com/139/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/stigebil.wordpress.com/139/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/stigebil.wordpress.com/139/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=stigebil.wordpress.com&amp;blog=47946&amp;post=139&amp;subd=stigebil&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://stigebil.wordpress.com/2011/11/14/139/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/9447d4817fe541f1370d82246751bc57?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">stigebil</media:title>
		</media:content>
	</item>
		<item>
		<title>Google may harm your computer</title>
		<link>http://stigebil.wordpress.com/2009/01/31/google-might-harm-your-computer/</link>
		<comments>http://stigebil.wordpress.com/2009/01/31/google-might-harm-your-computer/#comments</comments>
		<pubDate>Sat, 31 Jan 2009 15:38:02 +0000</pubDate>
		<dc:creator>stigebil</dc:creator>
				<category><![CDATA[blablabla]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[google gone crazy]]></category>

		<guid isPermaLink="false">http://stigebil.wordpress.com/2009/01/31/google-might-harm-your-computer/</guid>
		<description><![CDATA[Google decieded today that entire internet was dangerous including their own site. This is the result I got when I searched for google using google<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=stigebil.wordpress.com&amp;blog=47946&amp;post=122&amp;subd=stigebil&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Google decieded today that entire internet was dangerous including their own site. This is the result I got when I searched for google using google<br />
<br />
<img src="http://stigebil.files.wordpress.com/2009/01/google-harm.png?w=630" alt="google-harm" title="google-harm"   class="aligncenter size-full wp-image-126" /></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/stigebil.wordpress.com/122/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/stigebil.wordpress.com/122/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/stigebil.wordpress.com/122/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/stigebil.wordpress.com/122/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/stigebil.wordpress.com/122/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/stigebil.wordpress.com/122/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/stigebil.wordpress.com/122/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/stigebil.wordpress.com/122/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/stigebil.wordpress.com/122/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/stigebil.wordpress.com/122/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/stigebil.wordpress.com/122/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/stigebil.wordpress.com/122/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/stigebil.wordpress.com/122/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/stigebil.wordpress.com/122/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=stigebil.wordpress.com&amp;blog=47946&amp;post=122&amp;subd=stigebil&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://stigebil.wordpress.com/2009/01/31/google-might-harm-your-computer/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/9447d4817fe541f1370d82246751bc57?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">stigebil</media:title>
		</media:content>

		<media:content url="http://stigebil.files.wordpress.com/2009/01/google-harm.png" medium="image">
			<media:title type="html">google-harm</media:title>
		</media:content>
	</item>
		<item>
		<title>How to turn off/disable torrents in Opera.</title>
		<link>http://stigebil.wordpress.com/2008/08/30/how-to-turn-offdisable-torrents-in-opera/</link>
		<comments>http://stigebil.wordpress.com/2008/08/30/how-to-turn-offdisable-torrents-in-opera/#comments</comments>
		<pubDate>Sat, 30 Aug 2008 20:27:28 +0000</pubDate>
		<dc:creator>stigebil</dc:creator>
				<category><![CDATA["note to myself"]]></category>
		<category><![CDATA[opera]]></category>

		<guid isPermaLink="false">http://stigebil.wordpress.com/?p=118</guid>
		<description><![CDATA[Type in opera:config into the address bar. This takes you to a opera config web page. Choose the menu BitTorrent. Uncheck the Enable checkbox and save.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=stigebil.wordpress.com&amp;blog=47946&amp;post=118&amp;subd=stigebil&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Type in opera:config into the address bar. This takes you to a opera config web page. Choose the menu BitTorrent. Uncheck the Enable checkbox and save.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/stigebil.wordpress.com/118/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/stigebil.wordpress.com/118/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/stigebil.wordpress.com/118/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/stigebil.wordpress.com/118/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/stigebil.wordpress.com/118/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/stigebil.wordpress.com/118/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/stigebil.wordpress.com/118/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/stigebil.wordpress.com/118/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/stigebil.wordpress.com/118/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/stigebil.wordpress.com/118/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/stigebil.wordpress.com/118/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/stigebil.wordpress.com/118/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/stigebil.wordpress.com/118/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/stigebil.wordpress.com/118/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/stigebil.wordpress.com/118/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/stigebil.wordpress.com/118/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=stigebil.wordpress.com&amp;blog=47946&amp;post=118&amp;subd=stigebil&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://stigebil.wordpress.com/2008/08/30/how-to-turn-offdisable-torrents-in-opera/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/9447d4817fe541f1370d82246751bc57?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">stigebil</media:title>
		</media:content>
	</item>
		<item>
		<title>Disable caps lock in Ubuntu</title>
		<link>http://stigebil.wordpress.com/2008/08/30/disable-caps-lock-in-ubuntu/</link>
		<comments>http://stigebil.wordpress.com/2008/08/30/disable-caps-lock-in-ubuntu/#comments</comments>
		<pubDate>Sat, 30 Aug 2008 20:25:58 +0000</pubDate>
		<dc:creator>stigebil</dc:creator>
				<category><![CDATA["note to myself"]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://stigebil.wordpress.com/?p=116</guid>
		<description><![CDATA[/usr/bin/xmodmap -e "clear lock"<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=stigebil.wordpress.com&amp;blog=47946&amp;post=116&amp;subd=stigebil&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><code>/usr/bin/xmodmap -e "clear lock"</code></p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/stigebil.wordpress.com/116/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/stigebil.wordpress.com/116/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/stigebil.wordpress.com/116/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/stigebil.wordpress.com/116/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/stigebil.wordpress.com/116/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/stigebil.wordpress.com/116/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/stigebil.wordpress.com/116/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/stigebil.wordpress.com/116/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/stigebil.wordpress.com/116/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/stigebil.wordpress.com/116/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/stigebil.wordpress.com/116/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/stigebil.wordpress.com/116/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/stigebil.wordpress.com/116/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/stigebil.wordpress.com/116/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/stigebil.wordpress.com/116/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/stigebil.wordpress.com/116/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=stigebil.wordpress.com&amp;blog=47946&amp;post=116&amp;subd=stigebil&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://stigebil.wordpress.com/2008/08/30/disable-caps-lock-in-ubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/9447d4817fe541f1370d82246751bc57?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">stigebil</media:title>
		</media:content>
	</item>
		<item>
		<title>Find application using a port</title>
		<link>http://stigebil.wordpress.com/2008/08/29/find-application-using-a-port/</link>
		<comments>http://stigebil.wordpress.com/2008/08/29/find-application-using-a-port/#comments</comments>
		<pubDate>Fri, 29 Aug 2008 08:41:06 +0000</pubDate>
		<dc:creator>stigebil</dc:creator>
				<category><![CDATA["note to myself"]]></category>
		<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://stigebil.wordpress.com/?p=110</guid>
		<description><![CDATA[To find the pid: # fuser -n tcp 8080 8080/tcp: 1708 # ps aux &#124; grep 1708 tomcat 1708 1.7 10.6 667040 86280............ Or # netstat -nlp<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=stigebil.wordpress.com&amp;blog=47946&amp;post=110&amp;subd=stigebil&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>To find the pid:<br />
<code><br />
# fuser -n tcp 8080<br />
8080/tcp:             1708</p>
<p># ps aux | grep 1708<br />
tomcat    1708  1.7 10.6 667040 86280............<br />
</code></p>
<p>Or</p>
<p><code><br />
# netstat -nlp<br />
</code></p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/stigebil.wordpress.com/110/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/stigebil.wordpress.com/110/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/stigebil.wordpress.com/110/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/stigebil.wordpress.com/110/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/stigebil.wordpress.com/110/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/stigebil.wordpress.com/110/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/stigebil.wordpress.com/110/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/stigebil.wordpress.com/110/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/stigebil.wordpress.com/110/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/stigebil.wordpress.com/110/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/stigebil.wordpress.com/110/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/stigebil.wordpress.com/110/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/stigebil.wordpress.com/110/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/stigebil.wordpress.com/110/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/stigebil.wordpress.com/110/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/stigebil.wordpress.com/110/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=stigebil.wordpress.com&amp;blog=47946&amp;post=110&amp;subd=stigebil&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://stigebil.wordpress.com/2008/08/29/find-application-using-a-port/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/9447d4817fe541f1370d82246751bc57?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">stigebil</media:title>
		</media:content>
	</item>
		<item>
		<title>javax.transaction:jta:jar:1.0.1B</title>
		<link>http://stigebil.wordpress.com/2008/06/03/javaxtransactionjtajar101b/</link>
		<comments>http://stigebil.wordpress.com/2008/06/03/javaxtransactionjtajar101b/#comments</comments>
		<pubDate>Tue, 03 Jun 2008 07:47:14 +0000</pubDate>
		<dc:creator>stigebil</dc:creator>
				<category><![CDATA[development]]></category>
		<category><![CDATA["note to myself"]]></category>

		<guid isPermaLink="false">http://stigebil.wordpress.com/?p=108</guid>
		<description><![CDATA[Maven is complaining that it cannot find the javax.transaction:jta:jar:1.0.1B when trying to use Hibernate. This file is not in mvn repository. Probarbly because of the lisence and needs to be downloaded manually and added to the local repository. Download it from here mvn install:install-file -Dfile=./jta-1_0_1B-classes.zip -DgroupId=javax.transaction \ -DartifactId=jta -Dversion=1.0.1B -Dpackaging=jar<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=stigebil.wordpress.com&amp;blog=47946&amp;post=108&amp;subd=stigebil&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Maven is complaining that it cannot find the  javax.transaction:jta:jar:1.0.1B when trying to use Hibernate. This file is not in mvn repository. Probarbly because of the lisence and needs to be downloaded manually and added to the local repository.<br />
Download it from <a href="http://java.sun.com/javaee/technologies/jta/index.jsp">here</a></p>
<p><code><br />
mvn install:install-file -Dfile=./jta-1_0_1B-classes.zip -DgroupId=javax.transaction \<br />
  -DartifactId=jta -Dversion=1.0.1B -Dpackaging=jar</code></p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/stigebil.wordpress.com/108/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/stigebil.wordpress.com/108/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/stigebil.wordpress.com/108/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/stigebil.wordpress.com/108/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/stigebil.wordpress.com/108/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/stigebil.wordpress.com/108/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/stigebil.wordpress.com/108/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/stigebil.wordpress.com/108/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/stigebil.wordpress.com/108/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/stigebil.wordpress.com/108/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/stigebil.wordpress.com/108/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/stigebil.wordpress.com/108/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/stigebil.wordpress.com/108/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/stigebil.wordpress.com/108/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/stigebil.wordpress.com/108/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/stigebil.wordpress.com/108/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=stigebil.wordpress.com&amp;blog=47946&amp;post=108&amp;subd=stigebil&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://stigebil.wordpress.com/2008/06/03/javaxtransactionjtajar101b/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/9447d4817fe541f1370d82246751bc57?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">stigebil</media:title>
		</media:content>
	</item>
		<item>
		<title>Utvida norsk tastatur på mac</title>
		<link>http://stigebil.wordpress.com/2007/12/04/utvida-norsk-tastatur-pa-mac/</link>
		<comments>http://stigebil.wordpress.com/2007/12/04/utvida-norsk-tastatur-pa-mac/#comments</comments>
		<pubDate>Tue, 04 Dec 2007 12:17:18 +0000</pubDate>
		<dc:creator>stigebil</dc:creator>
				<category><![CDATA[blablabla]]></category>
		<category><![CDATA[keyboard]]></category>
		<category><![CDATA[layout]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[Norsk]]></category>
		<category><![CDATA[norwegian]]></category>
		<category><![CDATA[tastatur]]></category>

		<guid isPermaLink="false">http://stigebil.wordpress.com/2007/12/04/utvida-norsk-tastatur-pa-mac/</guid>
		<description><![CDATA[Jeg har nettopp fått meg ny jobbemaskin som er en macbook pro. Dette er min første mac og sliter snart av meg håret i frustrasjonen over å ikke finne de tastene jeg er vant til å finne. Heldigvis fant jeg denne fine sida som beskriver det utvidede tastaturet med norsk layout.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=stigebil.wordpress.com&amp;blog=47946&amp;post=106&amp;subd=stigebil&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Jeg har nettopp fått meg ny jobbemaskin som er en macbook pro. Dette er min første mac og sliter snart av meg håret i frustrasjonen over å ikke finne de tastene jeg er vant til å finne. Heldigvis fant jeg <a href="http://jardar.nvg.org/mac/tastatur/index.html">denne</a> fine sida som beskriver det utvidede tastaturet med norsk layout.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/stigebil.wordpress.com/106/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/stigebil.wordpress.com/106/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/stigebil.wordpress.com/106/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/stigebil.wordpress.com/106/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/stigebil.wordpress.com/106/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/stigebil.wordpress.com/106/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/stigebil.wordpress.com/106/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/stigebil.wordpress.com/106/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/stigebil.wordpress.com/106/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/stigebil.wordpress.com/106/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/stigebil.wordpress.com/106/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/stigebil.wordpress.com/106/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/stigebil.wordpress.com/106/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/stigebil.wordpress.com/106/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/stigebil.wordpress.com/106/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/stigebil.wordpress.com/106/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=stigebil.wordpress.com&amp;blog=47946&amp;post=106&amp;subd=stigebil&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://stigebil.wordpress.com/2007/12/04/utvida-norsk-tastatur-pa-mac/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/9447d4817fe541f1370d82246751bc57?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">stigebil</media:title>
		</media:content>
	</item>
		<item>
		<title>Eclipse: Workspace in use</title>
		<link>http://stigebil.wordpress.com/2007/05/09/eclipse-workspace-in-use/</link>
		<comments>http://stigebil.wordpress.com/2007/05/09/eclipse-workspace-in-use/#comments</comments>
		<pubDate>Wed, 09 May 2007 14:18:42 +0000</pubDate>
		<dc:creator>stigebil</dc:creator>
				<category><![CDATA["note to myself"]]></category>
		<category><![CDATA[development]]></category>

		<guid isPermaLink="false">http://stigebil.wordpress.com/2007/05/09/eclipse-workspace-in-use/</guid>
		<description><![CDATA[I got an error message when trying to open a workspace in Eclipse. It said &#8220;Workspace in use&#8221;, but I hade no instances of Eclipse. To solve this: Go to the .metadata folder in your workspace directory Delete the .lock file<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=stigebil.wordpress.com&amp;blog=47946&amp;post=103&amp;subd=stigebil&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I got an error message when trying to open a workspace in Eclipse. It said &#8220;Workspace in use&#8221;, but I hade no instances of Eclipse. To solve this:</p>
<blockquote>
<li>Go to the .metadata folder in your workspace directory
</li>
<li>Delete the .lock file
</p></blockquote>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/stigebil.wordpress.com/103/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/stigebil.wordpress.com/103/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/stigebil.wordpress.com/103/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/stigebil.wordpress.com/103/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/stigebil.wordpress.com/103/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/stigebil.wordpress.com/103/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/stigebil.wordpress.com/103/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/stigebil.wordpress.com/103/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/stigebil.wordpress.com/103/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/stigebil.wordpress.com/103/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/stigebil.wordpress.com/103/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/stigebil.wordpress.com/103/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/stigebil.wordpress.com/103/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/stigebil.wordpress.com/103/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/stigebil.wordpress.com/103/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/stigebil.wordpress.com/103/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=stigebil.wordpress.com&amp;blog=47946&amp;post=103&amp;subd=stigebil&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://stigebil.wordpress.com/2007/05/09/eclipse-workspace-in-use/feed/</wfw:commentRss>
		<slash:comments>16</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/9447d4817fe541f1370d82246751bc57?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">stigebil</media:title>
		</media:content>
	</item>
		<item>
		<title>Sold</title>
		<link>http://stigebil.wordpress.com/2007/04/23/sold/</link>
		<comments>http://stigebil.wordpress.com/2007/04/23/sold/#comments</comments>
		<pubDate>Mon, 23 Apr 2007 09:35:06 +0000</pubDate>
		<dc:creator>stigebil</dc:creator>
				<category><![CDATA[blablabla]]></category>

		<guid isPermaLink="false">http://stigebil.wordpress.com/2007/04/23/sold/</guid>
		<description><![CDATA[The house where I grew up to become the freak I am today are now sold.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=stigebil.wordpress.com&amp;blog=47946&amp;post=101&amp;subd=stigebil&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>The house where I grew up to become the freak I am today are now sold.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/stigebil.wordpress.com/101/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/stigebil.wordpress.com/101/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/stigebil.wordpress.com/101/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/stigebil.wordpress.com/101/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/stigebil.wordpress.com/101/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/stigebil.wordpress.com/101/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/stigebil.wordpress.com/101/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/stigebil.wordpress.com/101/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/stigebil.wordpress.com/101/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/stigebil.wordpress.com/101/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/stigebil.wordpress.com/101/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/stigebil.wordpress.com/101/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/stigebil.wordpress.com/101/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/stigebil.wordpress.com/101/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/stigebil.wordpress.com/101/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/stigebil.wordpress.com/101/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=stigebil.wordpress.com&amp;blog=47946&amp;post=101&amp;subd=stigebil&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://stigebil.wordpress.com/2007/04/23/sold/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/9447d4817fe541f1370d82246751bc57?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">stigebil</media:title>
		</media:content>
	</item>
		<item>
		<title>SOLD: My childhood home.</title>
		<link>http://stigebil.wordpress.com/2007/04/20/for-sale-my-childhood-home/</link>
		<comments>http://stigebil.wordpress.com/2007/04/20/for-sale-my-childhood-home/#comments</comments>
		<pubDate>Fri, 20 Apr 2007 08:57:37 +0000</pubDate>
		<dc:creator>stigebil</dc:creator>
				<category><![CDATA[blablabla]]></category>

		<guid isPermaLink="false">http://stigebil.wordpress.com/2007/04/20/for-sale-my-childhood-home/</guid>
		<description><![CDATA[My mother is moving out and selling the house I learnt to walk and where I lived my first 18 years of my life. It was and always be my real home. It is both sad and with great joy to see the house up for sale. After all it holds over 30 years of [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=stigebil.wordpress.com&amp;blog=47946&amp;post=100&amp;subd=stigebil&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>My mother is moving out and selling the house I learnt to walk and where I lived my first 18 years of my life. It was and always be my real home. It is both sad and with great joy to see the house up for sale. After all it holds over 30 years of my familys history, but it will be good for my mum to move somewhere more central. It defintly was a good house for me.</p>
<p><a href="http://finn.no/finn/realestate/object?finnkode=9733151&amp;sid=7a92OFQ0Y395683&amp;pos=6&amp;tot=14">For Sale</a></p>
<p><img src="http://cache.finn.no/mmo/realestate/sarps/sarps300700130031231_30070012.jpg" alt="Gressveien 1" /><br />
<img src="http://cache.finn.no/mmo/realestate/sarps/sarps300700130031231_30070016.jpg" alt="living room" /></p>
<p>More pictures <a href="http://finn.no/finn/viewimage?finnkode=9733151&amp;reference=realestate/sarps/sarps300700130031231_30070012.jpg&amp;adheading=Velholdt+enebolig.Ref.%3A+3007001&amp;sid=7a92OFQ0Y395683&amp;pos=6&amp;tot=14&amp;adTypeId=1">here</a></p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/stigebil.wordpress.com/100/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/stigebil.wordpress.com/100/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/stigebil.wordpress.com/100/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/stigebil.wordpress.com/100/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/stigebil.wordpress.com/100/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/stigebil.wordpress.com/100/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/stigebil.wordpress.com/100/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/stigebil.wordpress.com/100/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/stigebil.wordpress.com/100/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/stigebil.wordpress.com/100/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/stigebil.wordpress.com/100/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/stigebil.wordpress.com/100/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/stigebil.wordpress.com/100/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/stigebil.wordpress.com/100/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/stigebil.wordpress.com/100/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/stigebil.wordpress.com/100/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=stigebil.wordpress.com&amp;blog=47946&amp;post=100&amp;subd=stigebil&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://stigebil.wordpress.com/2007/04/20/for-sale-my-childhood-home/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/9447d4817fe541f1370d82246751bc57?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">stigebil</media:title>
		</media:content>

		<media:content url="http://cache.finn.no/mmo/realestate/sarps/sarps300700130031231_30070012.jpg" medium="image">
			<media:title type="html">Gressveien 1</media:title>
		</media:content>

		<media:content url="http://cache.finn.no/mmo/realestate/sarps/sarps300700130031231_30070016.jpg" medium="image">
			<media:title type="html">living room</media:title>
		</media:content>
	</item>
	</channel>
</rss>
