<?xml version="1.0" encoding="UTF-8"?><rss version="0.92">
<channel>
	<title>In Oblivion</title>
	<link>http://henning.fjas.no/blog</link>
	<description>Hennings blog</description>
	<lastBuildDate>Wed, 27 Apr 2011 11:14:18 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	<!-- generator="WordPress/3.2.1" -->

	<item>
		<title>Installing rmagick on ubuntu 10.04</title>
		<description><![CDATA[I just installed ruby and rmagick on an ubuntu 10.4 server. Got some errors during the installation and thought i should summarize the procedure here: Install ruby sudo apt-get install ruby1.9.1 rubygems1.9.1 Install imagemagick sudo apt-get install imagemagick Tried to install rmagick sudo gem install rmagick Got this error: ERROR: Error installing rmagick: ERROR: Failed [...]]]></description>
		<link>http://henning.fjas.no/blog/2011/04/27/installing-rmagick-on-ubuntu-10-04/</link>
			</item>
	<item>
		<title>Wireless streaming from Spotify to PS3</title>
		<description><![CDATA[After many hours trying to get wireless streaming from Spotify to Playstation 3, I finally found a working solution on Linux (ubuntu). My setup: Machine with Ubuntu Linux PS3 Spotify for Linux PS3 Media Server Icecast I used the solution described in this blog. But I failed miserable with only streaming the echoes of silence&#8230; [...]]]></description>
		<link>http://henning.fjas.no/blog/2011/02/23/wireless-streaming-from-spotify-to-ps3/</link>
			</item>
	<item>
		<title>Supaplex &#8211; Murphy is back!</title>
		<description><![CDATA[Just surfing around and found a good old game, Supaplex. Don&#8217;t know how many hours me and my buddies spent playing this fantastic game. I downloaded the game from this site, but also check out this page for more information about the game. I&#8217;m running ubuntu on my machine and I just installed dosbox 1 [...]]]></description>
		<link>http://henning.fjas.no/blog/2011/01/05/supaplex-murphy-is-back/</link>
			</item>
	<item>
		<title>My password change routines in Ubuntu</title>
		<description><![CDATA[I change my passwords on a regular basis, and this is my routine for changing passwords everywhere. Generate new password henning@localhost:~$ pwgen Change Ubuntu keyring password henning@localhost:~$ seahorse Select &#8216;Passwords&#8217;-tab, right click on &#8216;Passwords&#8217;-folder and select &#8216;Change password&#8217; . Change ssh passphrase henning@localhost:~$ ssh-keygen -p]]></description>
		<link>http://henning.fjas.no/blog/2010/04/12/my-password-change-routines-in-ubuntu/</link>
			</item>
	<item>
		<title>Basic authentication &#8211; CXF Tips and Tricks Part 1</title>
		<description><![CDATA[I&#8217;m starting a new blog post series with Apache CXF tips and tricks. In this first post I&#8217;ll show you how to do communicate with a Web Service together with HTTP Basic authentication. Below is an example of HTTP Basic authentication with username &#8216;johnsmith&#8217; and password &#8216;sesame99&#8242;. URL wsdl = getClass&#40;&#41;.getResource&#40;&#34;myservice.wsdl.xml&#34;&#41;; MyService service = new [...]]]></description>
		<link>http://henning.fjas.no/blog/2010/03/25/basic-authentication-cxf-tips-and-tricks-part-1/</link>
			</item>
	<item>
		<title>Ubuntu Jaunty: How to Change Gnome Keyring Password</title>
		<description><![CDATA[After changing my user password, gnome still asked for my old password when accessing my keyring. Finally I found a blog describing the solution, thank you!]]></description>
		<link>http://henning.fjas.no/blog/2010/03/01/ubuntu-jaunty-how-to-change-gnome-keyring-password/</link>
			</item>
	<item>
		<title>The Silver Bullet for PS3 Streaming and transcoding</title>
		<description><![CDATA[A while ago I bought a Sony Playstation 3 (PS3) to use it as a gaming and media box. But finding a decent video streaming solution on the linux platform turned to be quite a hassle. After a lot of time searching for the ultimate solution supporting all kinds of codecs and transcoding to the [...]]]></description>
		<link>http://henning.fjas.no/blog/2009/05/23/the-silver-bullet-for-ps3-streaming-and-transcoding/</link>
			</item>
	<item>
		<title>Optimize git-svn workflow with bash auto complete and Hack&amp;Ship scripts</title>
		<description><![CDATA[I&#8217;ve just started using Git at work. We have a large and old subversion repository at work, so git-svn comes to the rescue. Git-svn provides a connection between a central subversion repository and your local git repository. This enables you to get most of the benefits git provides, while still adhering to company standards and [...]]]></description>
		<link>http://henning.fjas.no/blog/2009/03/02/optimize-git-svn-workflow-with-bash-auto-complete-and-hack-ship-scripts/</link>
			</item>
	<item>
		<title>CXF &#8211; How to set a custom endpoint address</title>
		<description><![CDATA[For some reason it is rarely straight forward how to configure a Java Web Service framework to use a custom endpoint address (one that is not in the WSDL). Anyway, here is how you do it in CXF: URL wsdl = getClass&#40;&#41;.getResource&#40;&#34;myservice.wsdl.xml&#34;&#41;; MyService service = new MyService&#40;wsdl&#41;.getMyServicePort&#40;&#41;; BindingProvider bp = &#40;BindingProvider&#41;service; bp.getRequestContext&#40;&#41;.put&#40;BindingProvider.ENDPOINT_ADDRESS_PROPERTY, URL&#41;;]]></description>
		<link>http://henning.fjas.no/blog/2009/02/25/cxf-how-to-set-a-custom-endpoint-address/</link>
			</item>
	<item>
		<title>Linux one liner: When did I come to work today?</title>
		<description><![CDATA[I&#8217;m usually quite tired when I get up in the morning. Beeing a consultant with flexible hours, it is often easy to forget exactly when I got to the office in the morning. So I figured i had to write a script to check when I started my computer. What it does is checking the [...]]]></description>
		<link>http://henning.fjas.no/blog/2009/02/19/linux-one-liner-when-did-i-come-to-work-today/</link>
			</item>
</channel>
</rss>

