<?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>oyvindhauge.com &#187; Ubuntu</title>
	<atom:link href="http://www.oyvindhauge.com/blog/tag/ubuntu/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.oyvindhauge.com/blog</link>
	<description></description>
	<lastBuildDate>Mon, 30 Jan 2012 21:28:35 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Ubuntu &#8211; synchronizing the clock over the Internet using NTP</title>
		<link>http://www.oyvindhauge.com/blog/2012/01/30/ubuntu-synchronizing-the-clock-over-the-internet-using-ntp/</link>
		<comments>http://www.oyvindhauge.com/blog/2012/01/30/ubuntu-synchronizing-the-clock-over-the-internet-using-ntp/#comments</comments>
		<pubDate>Mon, 30 Jan 2012 21:28:35 +0000</pubDate>
		<dc:creator>Øyvind Hauge</dc:creator>
				<category><![CDATA[Open Source Software]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[NTP]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://www.oyvindhauge.com/blog/?p=1583</guid>
		<description><![CDATA[I have had problems with the clock on one of my Ubuntu computers. The NTP (Network Time Protocol) service is supposed to take care of synchronizing the clock, and the GUI has settings for this. However, and but it did not work (Ubuntu 11.10), as the clock was constantly delayed. The fix was simple, (re)installing [...]]]></description>
			<content:encoded><![CDATA[<p>I have had problems with the clock on one of my Ubuntu computers. The <a title="NTP" href="http://en.wikipedia.org/wiki/Network_Time_Protocol">NTP</a> (Network Time Protocol) service is supposed to take care of synchronizing the clock, and the GUI has <a title="UbuntuTime" href="https://help.ubuntu.com/community/UbuntuTime">settings</a> for this. However, and but it did not work (Ubuntu 11.10), as the clock was constantly delayed.</p>
<p>The fix was simple, (re)installing the ntp package made sure that some of the missing dependencies was installed. I am pretty sure this has happened to me before, so it could be a useful tips to others. If your clock runs late, try the following (one may of course use Synaptic as well):</p>
<p><code>sudo apt-get install ntp</code></p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.oyvindhauge.com/blog/2012/01/30/ubuntu-synchronizing-the-clock-over-the-internet-using-ntp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>BankID and Java plug-in in Firefox on Ubuntu Part 5</title>
		<link>http://www.oyvindhauge.com/blog/2011/05/29/bankid-and-java-plug-in-in-firefox-on-ubuntu-part-5/</link>
		<comments>http://www.oyvindhauge.com/blog/2011/05/29/bankid-and-java-plug-in-in-firefox-on-ubuntu-part-5/#comments</comments>
		<pubDate>Sun, 29 May 2011 20:46:43 +0000</pubDate>
		<dc:creator>Øyvind Hauge</dc:creator>
				<category><![CDATA[Open Source Software]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[BankID]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Sun]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://www.oyvindhauge.com/blog/?p=1499</guid>
		<description><![CDATA[I have previously written about getting BankID to work on a Linux/Ubuntu computer. Even though BankID worked on a fresh install of Ubuntu 11.04 with OpenJDK, it seems to work best with Sun&#8217;s Java implementation. This post will guide you through installing Sun&#8217;s JRE and removing OpenJDK. First install Sun&#8217;s java implementation. I installed it [...]]]></description>
			<content:encoded><![CDATA[<p>I have previously written about <a title="BankID and Java plug-in in Firefox on Ubuntu Part 4" href="BankID and Java plug-in in Firefox on Ubuntu Part 4">getting BankID to work on a Linux/Ubuntu computer</a>. Even though BankID worked on a fresh install of Ubuntu 11.04 with OpenJDK, it seems to work best with Sun&#8217;s Java implementation. This post will guide you through installing Sun&#8217;s JRE and removing OpenJDK.</p>
<p>First install Sun&#8217;s java implementation. I installed it from the 10.04 repository (lucid) using the following commands (or Synaptic Package Manager):</p>
<p><code>sudo add-apt-repository "deb http://archive.canonical.com/ lucid partner"<br />
sudo apt-get update<br />
sudo apt-get install sun-java6-jre sun-java6-plugin sun-java6-fonts</code></p>
<p>However, I am pretty sure using the 11.04 (natty) respository would work as well (Synaptic should already have an entry for partner software):</p>
<p><code>sudo add-apt-repository deb-src http://archive.canonical.com/ubuntu natty partner</code></p>
<p>Then remove all the packages concerning OpenJDK (my computers had six different packages). It is probably easier to find and remove the packages by using Synaptic.</p>
<p>Finally, select the java version to use by typing in the following command (pick the one saying &#8220;sun jre&#8221; and &#8220;auto&#8221;):</p>
<p><code>sudo update-alternatives --config java</code></p>
<p>I have tested the above on two different computers and it is working. If you have problems, leave me a comment and I&#8217;ll see if I can help.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.oyvindhauge.com/blog/2011/05/29/bankid-and-java-plug-in-in-firefox-on-ubuntu-part-5/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Backing up shared, encrypted content with Ubuntu One</title>
		<link>http://www.oyvindhauge.com/blog/2010/11/21/samba-ubuntu-one-encryption/</link>
		<comments>http://www.oyvindhauge.com/blog/2010/11/21/samba-ubuntu-one-encryption/#comments</comments>
		<pubDate>Sun, 21 Nov 2010 10:57:38 +0000</pubDate>
		<dc:creator>Øyvind Hauge</dc:creator>
				<category><![CDATA[Open Source Software]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[encfs]]></category>
		<category><![CDATA[encryption]]></category>
		<category><![CDATA[file sharing]]></category>
		<category><![CDATA[Samba]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Ubuntu One]]></category>

		<guid isPermaLink="false">http://oyvindhauge.com/blog/?p=1465</guid>
		<description><![CDATA[Providing a shared folder across the home network is a very useful way to store documents. The documents are available to all the computers in the network, and it is far easier to back them up using one of the many online services. Some of these services provide encryption of your data. However, Ubuntu One [...]]]></description>
			<content:encoded><![CDATA[<p>Providing a shared folder across the home network is a very useful way to store documents. The documents are available to all the computers in the network, and it is far easier to back them up using one of the many online services. Some of these services provide encryption of your data. However, <a href="https://one.ubuntu.com/">Ubuntu One</a> does not yet encrypt your data. Even though I do not have any big secrets in my documents, I do not want it to be easy to read them for other people. Therefore, I wanted to encrypt them before uploading them to Ubuntu One.</p>
<p>This post shows how to use a machine with Ubuntu as a central server, how to encrypt your data, and how to back them up using Ubuntu One. The guide assumes that you have a disk (array) containing the data that is mounted outside your home folder in Ubuntu.</p>
<h1>Encryption</h1>
<p>There are several ways to encrypt your data. Ì chose to use a virtual, encrypted file system that encrypts my data on the fly. There are several ways to do this, but I chose <a href="http://www.arg0.net/encfs">encfs</a>. It was recommended around the net, and it seems to be working great. Setting it ups is relatively easy. Just follow <a href="http://forums.overclockers.com.au/showthread.php?t=662969">this great guide</a> by HyRax1 (thanks man). Just take note on how to share the folder with samba (assuming that you already have set up file sharing/samba on your machine. Just google it if in doubt.)</p>
<p>The guid will ask you create two folders. One for the encrypted data, and one for decrypted data. The folder for decrypted data gives you a view that allows you to read and modify your data.</p>
<p><strong>Please make sure to remember your password!</strong></p>
<h1>Linking the folder into your home folder</h1>
<p>Since Ubuntu One <a href="https://wiki.ubuntu.com/UbuntuOne/FAQ/CanISyncAFolderOutsideMyHomeFolder">only supports</a> synchronization of folders within your home folder, you have to bind the folder (the <strong>encrypted</strong> one) into your home folder. Create a folder named &#8220;private_documents&#8221; in your home folder, and in a command prompt type:</p>
<p><code>sudo getdit /etc/fstab</code></p>
<p>Then add a line similar to the one below into your fstab:</p>
<p><code>/path/to/encrypted_data /home/[user name]/private_documents       none    bind        0       0</code></p>
<h1>Synchronize data with Ubuntu One</h1>
<p>Right click your private_documents, select &#8220;Synchronize on Ubuntu One&#8221;. See <a href="https://wiki.ubuntu.com/UbuntuOne/Tutorials/FileSharing">this guide</a> for more info. Now you are all done.</p>
<p>The data may now be downloaded and decrypted on another computer simply by installing encfs and mapping the folder:<br />
<code>encfs /path/to/encrypted_data /path/to/decrypted</code></p>
]]></content:encoded>
			<wfw:commentRss>http://www.oyvindhauge.com/blog/2010/11/21/samba-ubuntu-one-encryption/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Backing up/Ripping and Transcoding DVDs in Linux</title>
		<link>http://www.oyvindhauge.com/blog/2010/09/19/backing-upripping-dvds-in-linux/</link>
		<comments>http://www.oyvindhauge.com/blog/2010/09/19/backing-upripping-dvds-in-linux/#comments</comments>
		<pubDate>Sun, 19 Sep 2010 08:10:19 +0000</pubDate>
		<dc:creator>Øyvind Hauge</dc:creator>
				<category><![CDATA[Music]]></category>
		<category><![CDATA[Open Source Software]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Tv and movies]]></category>
		<category><![CDATA[DVD]]></category>
		<category><![CDATA[dvdbackup]]></category>
		<category><![CDATA[Handbrake]]></category>
		<category><![CDATA[Ripping]]></category>
		<category><![CDATA[transcoding]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://oyvindhauge.com/blog/?p=1372</guid>
		<description><![CDATA[Ripping and transcoding DVDs in Linux is very easy, but there are many ways of doing it. Personally, I prefer combining the command line tool dvdbackup with Handbrake. The reason I why I do this is to be able to rip a number of DVDs to my hard drive, and then to transcode them over [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://en.wikipedia.org/wiki/Ripping">Ripping</a> and <a href="http://en.wikipedia.org/wiki/Transcoding">transcoding</a> DVDs in Linux is very easy, but there are many ways of doing it. Personally, I prefer combining the command line tool <a href="http://dvdbackup.sourceforge.net/">dvdbackup</a> with <a href="http://handbrake.fr/">Handbrake</a>. The reason I why I do this is to be able to rip a number of DVDs to my hard drive, and then to transcode them over night, or while I am at work. Moreover, both dvdbackup and Handbrake are open source software.</p>
<h1><strong>Step 1.Installation</strong></h1>
<p>First, dvdbackup may be installed through Synaptic, or by typing the following into the command line: <code>sudo apt-get install dvdbackup</code></p>
<p>Second, you most likely have to install a <a href="http://en.wikipedia.org/wiki/Content_Scramble_System">CSS</a> library to remove the copy protection. This may be done by adding the following <a href="http://unofficial.debian-maintainers.org/">unofficial repositories</a> to your list of repositories (System-&gt;Administration-&gt;Synaptic Package Manager, then Settings-&gt;Repositories, and them on the &#8220;Other Software&#8221; pane):</p>
<p><code>deb http://unofficial.debian-maintainers.org/ lenny main contrib non-free restricted<br />
deb-src http://unofficial.debian-maintainers.org/ lenny main contrib non-free restricted</code></p>
<p>You will most likely get an error message because of a missing key. Ignore this error message, or get the missing key through installing the package <em>dmo-archive-keyring</em>. Then you need to add the package <em>libdvdcss2</em>.</p>
<p>Third, Handbrake does not have an official stable release for Ubuntu at the moment. However, the nightly build has been working very well on my computer. To install this build follow <a href="https://edge.launchpad.net/~stebbins/+archive/handbrake-snapshots">these instructions</a>. In short, add the following two repositories, and install the package <em>handbrake-gtk</em>.<br />
<code>deb http://ppa.launchpad.net/stebbins/handbrake-snapshots/ubuntu lucid main<br />
deb-src http://ppa.launchpad.net/stebbins/handbrake-snapshots/ubuntu lucid main</code></p>
<h1><strong>Step 2. Ripping with dvdbackup</strong></h1>
<p>I use the  command line tool dvdback up to make a copy of the DVD on the hard  drive. The copy does not have any copy protection. To do this, start the  command line, and go to the folder where you want the image to be  stored. Then, type: <code>dvdbackup -i /dev/dvd -M</code></p>
<div id="attachment_1427" class="wp-caption aligncenter" style="width: 299px"><a href="http://oyvindhauge.com/blog/wp-content/dvdbackup.png"><img class="size-medium wp-image-1427" title="dvdbackup - screenshot" src="http://oyvindhauge.com/blog/wp-content/dvdbackup-289x300.png" alt="dvdbackup - screenshot" width="289" height="300" /></a><p class="wp-caption-text">dvdbackup - screenshot</p></div>
<p>I have experienced some problems with the name of the dvd drive, but /dev/dvd/ usually works. If not, find the right name under /dev or /media. As you might see from the image above, you could receive some error messages. Do not worry about these. They are ignored sectors that are part of the copy protection. Ripping a full DVD usually takes about 15 to 20 minutes on my computer.</p>
<h1><strong>3. Transcoding with Handbrake</strong></h1>
<p>Transcoding the movies and series from the DVD format (usually a  VIDEO_TS folder with several VTS_**_*.VOB files) to a single video file  is very simple. First, set up Handbrake the way you want. Personally, I  do not include subtitles, select the MP4 file format, and use the &#8220;High  quality&#8221; preset. However, you may play around with the settings any way  you like.</p>
<p><strong> </strong></p>
<div id="attachment_1446" class="wp-caption aligncenter" style="width: 310px"><strong><strong><a href="http://oyvindhauge.com/blog/wp-content/handbrake.png"><img class="size-medium wp-image-1446" title="HandBrake - Screenshot" src="http://oyvindhauge.com/blog/wp-content/handbrake-300x195.png" alt="HandBrake - Screenshot" width="300" height="195" /></a></strong></strong><p class="wp-caption-text">HandBrake - Screenshot</p></div>
<p><strong> </strong></p>
<p>Second, Select &#8220;Source&#8221; in Handbrake (see the screenshot above), browse to the source folder of one DVD, and click &#8220;OK&#8221;.</p>
<p>Third, Pick the &#8220;Title&#8221; you want to encode. give it a sensible name, select the folder where you want to store the transcoded file, and click &#8220;Add to Queue&#8221;. The longest title is automatically selected. For DVDs with movies, the longest title is usually the movie itself. For TV series, make sure that you add all the episodes on the disc to the queue.</p>
<p>Fourth, when you have added all the movies you want to transcode, simply click &#8220;Start&#8221; and let your computer do the job. On my machine (AMD Phenom II X4 965 Black with 4 GB RAM), transcoding a movie takes about 45 min to an hour with the hiqh quality settings. On an AMD Athlon X2 4850e with 4 GB RAM, it takes significantly longer.</p>
<h1>The next step</h1>
<p>When Handbrake finishes you will have a collection of transcoded movies and series. In future post, I will show how I manage these using another set of open source software.</p>
<h1><strong>Disclaimer</strong></h1>
<p>Ripping and transcoding (copyrighted) DVDs may be illegal in some countries. In Norway, where I live it is not illegal to break &#8220;weak&#8221; copy protections like <a href="http://en.wikipedia.org/wiki/Content-scrambling_system">CSS</a> (the copy protection used on DVDs). Distribution of copyrighted material is still illegal in Norway and most other countries, so please don&#8217;t do it.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.oyvindhauge.com/blog/2010/09/19/backing-upripping-dvds-in-linux/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Vuze would not run after install of Ubuntu 10.04</title>
		<link>http://www.oyvindhauge.com/blog/2010/07/24/vuze-would-not-run-after-install-of-ubuntu-10-04/</link>
		<comments>http://www.oyvindhauge.com/blog/2010/07/24/vuze-would-not-run-after-install-of-ubuntu-10-04/#comments</comments>
		<pubDate>Sat, 24 Jul 2010 14:39:34 +0000</pubDate>
		<dc:creator>Øyvind Hauge</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[vuze]]></category>

		<guid isPermaLink="false">http://oyvindhauge.com/blog/?p=1336</guid>
		<description><![CDATA[After installing Ubuntu 10.04, Vuze would not start. Reinstalling the libswt-gtl/3.5/java package may solve this problem (thanks to the tips in this issue at launchpad.net). Reinstalling this package may be done by opening a console window and typing: &#8220;sudo apt-get install &#8211;reinstall libswt-gtk-3.5-java&#8220;]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><a href="http://oyvindhauge.com/blog/wp-content/vuze.png"><img class="aligncenter size-medium wp-image-1352" title="Vuze error message" src="http://oyvindhauge.com/blog/wp-content/vuze-300x227.png" alt="Vuze error message" width="300" height="227" /></a></p>
<p>After installing Ubuntu 10.04, Vuze would not start. Reinstalling the libswt-gtl/3.5/java package may solve this problem (thanks to the tips in <a href="https://bugs.launchpad.net/ubuntu/+source/swt-gtk/+bug/569461">this issue</a> at <a href="https://launchpad.net/">launchpad.net</a>). Reinstalling this package may be done by opening a console window and typing: &#8220;<em>sudo apt-get install &#8211;reinstall libswt-gtk-3.5-java</em>&#8220;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.oyvindhauge.com/blog/2010/07/24/vuze-would-not-run-after-install-of-ubuntu-10-04/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>BankID and Java plug-in in Firefox on Ubuntu Part 4</title>
		<link>http://www.oyvindhauge.com/blog/2010/06/20/bankid-and-java-plug-in-in-firefox-on-ubuntu-part-4/</link>
		<comments>http://www.oyvindhauge.com/blog/2010/06/20/bankid-and-java-plug-in-in-firefox-on-ubuntu-part-4/#comments</comments>
		<pubDate>Sun, 20 Jun 2010 17:51:21 +0000</pubDate>
		<dc:creator>Øyvind Hauge</dc:creator>
				<category><![CDATA[Open Source Software]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[BankID]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://oyvindhauge.com/blog/?p=1328</guid>
		<description><![CDATA[I have earlier tried to explain how to get around the Java related issues with BankID and Firefox on Ubuntu (1, 2, and 3). However, it seems that every new Ubuntu release introduce a change or two that forces us to fix something. BankID seems to require Sun&#8216;s JRE. However, this JRE is not part [...]]]></description>
			<content:encoded><![CDATA[<p>I have earlier tried to explain how to get around the Java related issues with BankID and Firefox on Ubuntu (<a href="http://oyvindhauge.com/blog/2009/01/08/bankid-and-java-plug-in-in-firefox-on-ubuntu/">1</a>, <a href="http://oyvindhauge.com/blog/2009/05/11/bankid-and-java-plug-in-in-firefox-on-ubuntu-part-2/">2</a>, and <a href="http://oyvindhauge.com/blog/2009/11/02/bankid-and-java-plug-in-in-firefox-on-ubuntu-part-3/">3</a>). However, it seems that every new Ubuntu release introduce a change or two that forces us to fix something. BankID seems to require <strong>Sun</strong>&#8216;s <a href="http://en.wikipedia.org/wiki/JRE#Execution_environment">JRE</a>. However, this JRE is not part of the standard repository (OpenJDK is). Below I&#8217;ll provide a short step-by-step guide to fix the problem in Ubuntu 10.04.</p>
<p>First, add a repository that contains Sun&#8217;s JRE. You may go to the Synaptic Package Manager and select &#8220;Settings-&gt;Repositories-&gt;Other software-&gt;Add&#8221; and paste the following: <em>deb http://archive.canonical.com/ lucid partner</em>, or type the following command into your console window:  <em>sudo add-apt-repository &#8220;deb http://archive.canonical.com/ lucid partner&#8221;.</em></p>
<p>Second, you should now be able to install sun-java6-jre, sun-java6-fonts and sun-java6-plugin through either Synaptic or <em>sudo apt-get install sun-java6-jre sun-java6-plugin sun-java6-fonts</em>.</p>
<p>Third, make sure that you remove the openjdk. In Synaptic remove openjdk-6-jre-lib and openjdk-6-jre.</p>
<p>Finally, set the sun-java6-jre to be your active jre by typing the following in your console: <em>sudo update-alternatives &#8211;config java. </em>Then select the right jre (<em>/usr/lib/jvm/java-6-sun/jre/bin/java</em>). It should most likely be &#8220;0&#8243;.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.oyvindhauge.com/blog/2010/06/20/bankid-and-java-plug-in-in-firefox-on-ubuntu-part-4/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>The Olypics: NRK, Linux, Firefox,  and Silverlight/Moonlight</title>
		<link>http://www.oyvindhauge.com/blog/2010/02/15/the-olypics-nrk-linux-firefox-and-silverlightmoonlight/</link>
		<comments>http://www.oyvindhauge.com/blog/2010/02/15/the-olypics-nrk-linux-firefox-and-silverlightmoonlight/#comments</comments>
		<pubDate>Mon, 15 Feb 2010 21:05:16 +0000</pubDate>
		<dc:creator>Øyvind Hauge</dc:creator>
				<category><![CDATA[Open Source Software]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Tv and movies]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Moonlight]]></category>
		<category><![CDATA[NRK]]></category>
		<category><![CDATA[Silverlight]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://oyvindhauge.com/blog/?p=1317</guid>
		<description><![CDATA[I have previously written about my efforts to see tv (NRK) over the Internet on Linux. While working on my thesis I had to watch a bit of the Olympics (as a distraction). Luckily, NRK streams most of the events over the Internet. Unfortunately, they have decided to use Silverlight version 3 to stream content [...]]]></description>
			<content:encoded><![CDATA[<p>I have previously <a href="http://oyvindhauge.com/blog/2010/01/07/video-color-problems-with-trailers-from-apple-and-content-from-nrk-with-ubuntu-totem-and-movie-player/">written</a> about my efforts to see tv (NRK) over the Internet on Linux. While working on my thesis I had to watch a bit of the Olympics (as a distraction). Luckily, <a href="http://www.nrkol.no/index.html">NRK</a> streams most of the events over the Internet. Unfortunately, they have decided to use <a href="http://silverlight.net/">Silverlight</a> version 3 to stream content from the Olympics.</p>
<p>This does not work right out of the box with Ubuntu. Thanks to Anders S. Lund I found the <a href="http://nrkbeta.no/2009/12/21/nrk-nett-tv-paa-linux/?utm_source=feedburner&amp;utm_medium=feed&amp;utm_campaign=Feed%3A+nrkbeta+%28NRKbeta%29&amp;utm_content=Twitter">solution</a>, which was to install an alpha version of <a href="http://www.mono-project.com">Moonlight</a>:</p>
<ol>
<li>Remove the Firefox-VLC plugin: &#8220;<em>sudo apt-get remove mozilla-plugin-vlc&#8221;</em></li>
<li>Remove previous versions of Moonlght: In Firefox goto Tools -&gt; Add-ons -&gt; Extensions</li>
<li>Download the most recent version of Moonlight: <a onclick="javascript:pageTracker._trackPageview('/outbound/comment/http://www.go-mono.com/moonlight/prerelease.aspx');" rel="nofollow" href="http://www.go-mono.com/moonlight/prerelease.aspx">http://www.go-mono.com/moonlight/prerelease.aspx</a></li>
<li>In case of sluggish performance, turn of all effects by closing the browser and using the following command: &#8220;<em>MOONLIGHT_OVERRIDES=effects=no firefox</em>&#8220;</li>
</ol>
<p>See the following <a href="http://www.mono-project.com/Moonlight/OlympicsPlayerIssues">link</a> for more information/troubleshooting.</p>
<div id="_mcePaste" style="overflow: hidden; position: absolute; left: -10000px; top: 53px; width: 1px; height: 1px;">
<pre>MOONLIGHT_OVERRIDES=effects=no firefox
</pre>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.oyvindhauge.com/blog/2010/02/15/the-olypics-nrk-linux-firefox-and-silverlightmoonlight/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>Video color problems with trailers from Apple and content from NRK with Ubuntu, Totem, and Movie Player</title>
		<link>http://www.oyvindhauge.com/blog/2010/01/07/video-color-problems-with-trailers-from-apple-and-content-from-nrk-with-ubuntu-totem-and-movie-player/</link>
		<comments>http://www.oyvindhauge.com/blog/2010/01/07/video-color-problems-with-trailers-from-apple-and-content-from-nrk-with-ubuntu-totem-and-movie-player/#comments</comments>
		<pubDate>Thu, 07 Jan 2010 13:03:20 +0000</pubDate>
		<dc:creator>Øyvind Hauge</dc:creator>
				<category><![CDATA[Open Source Software]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[Movie Player]]></category>
		<category><![CDATA[NRK]]></category>
		<category><![CDATA[totem]]></category>
		<category><![CDATA[trailers]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[video]]></category>

		<guid isPermaLink="false">http://oyvindhauge.com/blog/?p=1279</guid>
		<description><![CDATA[I have not used my Linux computer that much to watch trailers from Apple and TV from NRK, but I have sometimes experienced problems with a blue-green tint on video content. Since I have not used it that much, it has not really been a major problem. However, it has been a bit annoying. The [...]]]></description>
			<content:encoded><![CDATA[<div class="mceTemp mceIEcenter" style="text-align: left;">I have not used my Linux computer that much to watch trailers from <a href="http://apple.com/trailers">Apple</a> and TV from <a href="http://www.nrk.no/nett-tv/">NRK</a>, but I have sometimes experienced problems with a blue-green tint on video content. Since I have not used it that much, it has not really been a major problem. However, it has been a bit annoying.</div>
<div id="attachment_1280" class="wp-caption aligncenter" style="width: 310px"><a href="http://oyvindhauge.com/blog/wp-content/totem_preferences.png"><img class="size-medium wp-image-1280" title="totem_preferences" src="http://oyvindhauge.com/blog/wp-content/totem_preferences-300x282.png" alt="Mediaplayer/Totem preferences" width="300" height="282" /></a><p class="wp-caption-text">Mediaplayer/Totem preferences</p></div>
<p>The fix was relatively simple. It seems as because of some <a href="http://ubuntuforums.org/archive/index.php/t-800311.html">old bug</a>, the <a href="http://en.wikipedia.org/wiki/Hue">Hue</a> in Movie Player/Totem should have been turned off (either to max or min). Now, it seems someone have fixed this bug and the Hue should rather be set to the middle position as illustrated above. Open Movie Player (Applications -&gt; Sound &amp; Video -&gt; Movie Player). Open the display preferences like in the figure (Edit -&gt; Preferences -&gt; Display) and put the slider in the middle position. This did the trick (at least for me).</p>
]]></content:encoded>
			<wfw:commentRss>http://www.oyvindhauge.com/blog/2010/01/07/video-color-problems-with-trailers-from-apple-and-content-from-nrk-with-ubuntu-totem-and-movie-player/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>BankID and Java plug-in in Firefox on Ubuntu Part 3</title>
		<link>http://www.oyvindhauge.com/blog/2009/11/02/bankid-and-java-plug-in-in-firefox-on-ubuntu-part-3/</link>
		<comments>http://www.oyvindhauge.com/blog/2009/11/02/bankid-and-java-plug-in-in-firefox-on-ubuntu-part-3/#comments</comments>
		<pubDate>Mon, 02 Nov 2009 17:57:11 +0000</pubDate>
		<dc:creator>Øyvind Hauge</dc:creator>
				<category><![CDATA[Open Source Software]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[BankID]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://oyvindhauge.com/blog/?p=1243</guid>
		<description><![CDATA[I recently updated to Ubuntu 9.10. The new Ubuntu version comes with a lot of new packages, including a new version of Java (6.16). Unfortunately, the newest Java plugin from Sun for Thunderbird depends on version 6.15. As a consequence, you&#8217;ll get an error message like the one below if you try to install the [...]]]></description>
			<content:encoded><![CDATA[<p>I recently updated to Ubuntu 9.10. The new Ubuntu version comes with a lot of new packages, including a new version of Java (6.16). Unfortunately, the newest Java plugin from Sun for Thunderbird depends on version 6.15. As a consequence, you&#8217;ll get an error message like the one below if you try to install the Java plugin. In this case when you try to open your BankID (which is a Java application). I have had a few problems with BankID on Ubuntu <a href="http://oyvindhauge.com/blog/2009/05/11/bankid-and-java-plug-in-in-firefox-on-ubuntu-part-2/">before</a> as well.</p>
<p>Error message:<br />
<code>The following packages have unmet dependencies:<br />
sun-java6-plugin: Depends: sun-java6-bin (= 6-15-1) but 6-16-0ubuntu1.9.04 is to be installed<br />
E: Broken packages<br />
</code></p>
<p>To fix it, I removed the java implementation through the following commands (thanks to <a href="http://ubuntuforums.org/showthread.php?t=1305603">FrostCake</a>):<br />
<code>sudo apt-get remove sun-java6-jre sun-java6-plugin sun-java6-bin sun-java6-fonts<br />
sudo apt-get autoremove</code></p>
<p>Then I reinstalled the sun-java6-plugin through the Synaptic Manager. This will also install all packages which the Java plugin depends on.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.oyvindhauge.com/blog/2009/11/02/bankid-and-java-plug-in-in-firefox-on-ubuntu-part-3/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Flash videos in Firefox on Ubuntu with AMD64</title>
		<link>http://www.oyvindhauge.com/blog/2009/10/30/flash-videos-in-firefox-on-ubuntu-with-amd64/</link>
		<comments>http://www.oyvindhauge.com/blog/2009/10/30/flash-videos-in-firefox-on-ubuntu-with-amd64/#comments</comments>
		<pubDate>Fri, 30 Oct 2009 17:42:52 +0000</pubDate>
		<dc:creator>Øyvind Hauge</dc:creator>
				<category><![CDATA[Open Source Software]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[AMD64]]></category>
		<category><![CDATA[Flash video]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://oyvindhauge.com/blog/?p=1239</guid>
		<description><![CDATA[Video Games &#124; EpicBattleCry &#124; Skirmish 50 XBox 360 &#124; Playstation 3 &#124; Nintendo Wii I have for some time had problems with flash videos in Firefox on my AMD64 Ubuntu machine. I normally use the computer for work so it has not really been that much of a problem. However, I hate not being [...]]]></description>
			<content:encoded><![CDATA[<div style="width: 480px;"><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" id="gtembed" width="480" height="392"><param name="allowScriptAccess" value="sameDomain" /><param name="allowFullScreen" value="true" /><param name="movie" value="http://www.gametrailers.com/remote_wrap.php?mid=58192"/><param name="quality" value="high" /><embed src="http://www.gametrailers.com/remote_wrap.php?mid=58192" swLiveConnect="true" name="gtembed" align="middle" allowScriptAccess="sameDomain" allowFullScreen="true" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="480" height="392"></embed></object>
<div style="font-size: 10px; font-family: Verdana; text-align: center; width: 480px; padding-top: 2px; padding-bottom: 2px; background-color: black; height: 32px;">
<div><a style="color:#FFFFFF;" href="http://www.gametrailers.com" title="GameTrailers.com">Video Games</a> | <a style="color:#FFFFFF;" href="http://www.gametrailers.com/game/epicbattlecry/10944" title="EpicBattleCry">EpicBattleCry</a> | <a style="color:#FFFFFF;" href="http://www.gametrailers.com/video/skirmish-50-epicbattlecry/58192" title="Skirmish 50">Skirmish 50</a></div>
<div style="padding-top: 3px;"><a style="color:#FFFFFF;" href="http://xbox360.gametrailers.com/" title="XBox 360">XBox 360</a> | <a style="color:#FFFFFF;" href="http://ps3.gametrailers.com/" title="PS3">Playstation 3</a> | <a style="color:#FFFFFF;" href="http://wii.gametrailers.com/" title="Wii">Nintendo Wii</a></div>
</div>
</div>
<p>I have for some time had problems with flash videos in Firefox on my AMD64 Ubuntu machine. I normally use the computer for work so it has not really been that much of a problem. However, I hate not being able to use Ubuntu the way you would expect it to work &#8230; A Google search later, I found <a href="https://help.ubuntu.com/community/AMD64/FirefoxAndPlugins">these simple instructions</a>. Just follow the instructions and you will have flash videos working in no time. If you want to test your flash player on your AMD64 Ubuntu machine, you may check of EpicBattleAxe video above.</p>
<p>By the way, the new <a href="http://www.ubuntu.com/">Ubuntu</a> 9.10 looks and feels quite good <img src='http://www.oyvindhauge.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.oyvindhauge.com/blog/2009/10/30/flash-videos-in-firefox-on-ubuntu-with-amd64/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

