<?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>Dan&#039;s Ubuntu Blog</title>
	<atom:link href="http://daneskildsen.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://daneskildsen.wordpress.com</link>
	<description>Using ubuntu since 7.04</description>
	<lastBuildDate>Tue, 14 Sep 2010 08:16:09 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='daneskildsen.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Dan&#039;s Ubuntu Blog</title>
		<link>http://daneskildsen.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://daneskildsen.wordpress.com/osd.xml" title="Dan&#039;s Ubuntu Blog" />
	<atom:link rel='hub' href='http://daneskildsen.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Combining multiple video clips in Ubuntu</title>
		<link>http://daneskildsen.wordpress.com/2010/09/14/combining-multiple-video-clips-in-ubuntu/</link>
		<comments>http://daneskildsen.wordpress.com/2010/09/14/combining-multiple-video-clips-in-ubuntu/#comments</comments>
		<pubDate>Tue, 14 Sep 2010 08:16:09 +0000</pubDate>
		<dc:creator>daneskildsen</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://daneskildsen.wordpress.com/?p=45</guid>
		<description><![CDATA[Here is an excellent command that I found online, it combines multiple video clips into one file: mencoder -forceidx -oac copy -ovc copy video01.avi video02.avi video03.avi -o merged_final.avi<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=daneskildsen.wordpress.com&amp;blog=1157893&amp;post=45&amp;subd=daneskildsen&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Here is an excellent command that <a href="http://adammichaelroach.com/blog/092109-merging-multiple-video-files-ubuntu-linux">I found online</a>, it combines multiple video clips into one file:</p>
<p>mencoder -forceidx -oac copy -ovc copy video01.avi video02.avi video03.avi -o merged_final.avi</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/daneskildsen.wordpress.com/45/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/daneskildsen.wordpress.com/45/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/daneskildsen.wordpress.com/45/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/daneskildsen.wordpress.com/45/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/daneskildsen.wordpress.com/45/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/daneskildsen.wordpress.com/45/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/daneskildsen.wordpress.com/45/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/daneskildsen.wordpress.com/45/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/daneskildsen.wordpress.com/45/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/daneskildsen.wordpress.com/45/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/daneskildsen.wordpress.com/45/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/daneskildsen.wordpress.com/45/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/daneskildsen.wordpress.com/45/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/daneskildsen.wordpress.com/45/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=daneskildsen.wordpress.com&amp;blog=1157893&amp;post=45&amp;subd=daneskildsen&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://daneskildsen.wordpress.com/2010/09/14/combining-multiple-video-clips-in-ubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/de19cdf65e14470f196213ea00494efc?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">daneskildsen</media:title>
		</media:content>
	</item>
		<item>
		<title>Time lapse</title>
		<link>http://daneskildsen.wordpress.com/2010/08/09/time-lapse/</link>
		<comments>http://daneskildsen.wordpress.com/2010/08/09/time-lapse/#comments</comments>
		<pubDate>Mon, 09 Aug 2010 18:11:17 +0000</pubDate>
		<dc:creator>daneskildsen</dc:creator>
				<category><![CDATA[Video]]></category>

		<guid isPermaLink="false">http://daneskildsen.wordpress.com/?p=40</guid>
		<description><![CDATA[I made a time lapse video clip today using a very useful script that I found here: http://pr0gr4mm3r.com/linux/how-to-create-a-time-lapse-video-using-ffmpeg/ Here are some of the commands that I used: ./time-lapse.sh tent.mp4 tent3.mp4 2 ffmpeg -i POPCORN.MP3 -i tent3.mp4 -qscale 1 tentup2.mpg And the result is here:<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=daneskildsen.wordpress.com&amp;blog=1157893&amp;post=40&amp;subd=daneskildsen&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I made a time lapse video clip today using a very useful script that I found here:</p>
<p><a href="http://pr0gr4mm3r.com/linux/how-to-create-a-time-lapse-video-using-ffmpeg/">http://pr0gr4mm3r.com/linux/how-to-create-a-time-lapse-video-using-ffmpeg/</a></p>
<p>Here are some of the commands that I used:</p>
<div id="_mcePaste"><span style="line-height:24px;font-size:16px;">./time-lapse.sh tent.mp4 tent3.mp4 2</span></div>
<p>ffmpeg -i POPCORN.MP3 -i tent3.mp4 -qscale 1 tentup2.mpg</p>
<div>And the result is here:</div>
<div><span style="text-align:center; display: block;"><a href="http://daneskildsen.wordpress.com/2010/08/09/time-lapse/"><img src="http://img.youtube.com/vi/68YH1g1tUp0/2.jpg" alt="" /></a></span></div>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/daneskildsen.wordpress.com/40/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/daneskildsen.wordpress.com/40/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/daneskildsen.wordpress.com/40/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/daneskildsen.wordpress.com/40/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/daneskildsen.wordpress.com/40/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/daneskildsen.wordpress.com/40/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/daneskildsen.wordpress.com/40/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/daneskildsen.wordpress.com/40/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/daneskildsen.wordpress.com/40/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/daneskildsen.wordpress.com/40/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/daneskildsen.wordpress.com/40/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/daneskildsen.wordpress.com/40/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/daneskildsen.wordpress.com/40/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/daneskildsen.wordpress.com/40/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=daneskildsen.wordpress.com&amp;blog=1157893&amp;post=40&amp;subd=daneskildsen&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://daneskildsen.wordpress.com/2010/08/09/time-lapse/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/de19cdf65e14470f196213ea00494efc?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">daneskildsen</media:title>
		</media:content>
	</item>
		<item>
		<title>Creating video clips using MEMCODER</title>
		<link>http://daneskildsen.wordpress.com/2010/05/07/creating-video-clips-using-memcoder/</link>
		<comments>http://daneskildsen.wordpress.com/2010/05/07/creating-video-clips-using-memcoder/#comments</comments>
		<pubDate>Fri, 07 May 2010 19:44:27 +0000</pubDate>
		<dc:creator>daneskildsen</dc:creator>
				<category><![CDATA[Video]]></category>

		<guid isPermaLink="false">http://daneskildsen.wordpress.com/?p=35</guid>
		<description><![CDATA[This is an excellent little command that I found. It allows me to extract small clips from videos. mencoder -ss 1284 -endpos 102 movie.avi -oac copy -ovc copy -o movie-clip.avi<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=daneskildsen.wordpress.com&amp;blog=1157893&amp;post=35&amp;subd=daneskildsen&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>This is an excellent little command <a href="http://web.gnuer.org/blog/archives/49-creating-clips-with-mencoder.html">that I found</a>.</p>
<p>It allows me to extract small clips from videos.</p>
<p><strong><code>mencoder -ss 1284 -endpos 102 movie.avi -oac copy -ovc copy -o movie-clip.avi</code></strong></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/daneskildsen.wordpress.com/35/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/daneskildsen.wordpress.com/35/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/daneskildsen.wordpress.com/35/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/daneskildsen.wordpress.com/35/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/daneskildsen.wordpress.com/35/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/daneskildsen.wordpress.com/35/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/daneskildsen.wordpress.com/35/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/daneskildsen.wordpress.com/35/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/daneskildsen.wordpress.com/35/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/daneskildsen.wordpress.com/35/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/daneskildsen.wordpress.com/35/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/daneskildsen.wordpress.com/35/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/daneskildsen.wordpress.com/35/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/daneskildsen.wordpress.com/35/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=daneskildsen.wordpress.com&amp;blog=1157893&amp;post=35&amp;subd=daneskildsen&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://daneskildsen.wordpress.com/2010/05/07/creating-video-clips-using-memcoder/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/de19cdf65e14470f196213ea00494efc?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">daneskildsen</media:title>
		</media:content>
	</item>
		<item>
		<title>Convert .ogg to .avi</title>
		<link>http://daneskildsen.wordpress.com/2007/10/29/convert-ogg-to-avi/</link>
		<comments>http://daneskildsen.wordpress.com/2007/10/29/convert-ogg-to-avi/#comments</comments>
		<pubDate>Mon, 29 Oct 2007 08:54:52 +0000</pubDate>
		<dc:creator>daneskildsen</dc:creator>
				<category><![CDATA[Misc]]></category>

		<guid isPermaLink="false">http://daneskildsen.wordpress.com/2007/10/29/convert-ogg-to-avi/</guid>
		<description><![CDATA[Sometimes I use &#8220;Record my desktop&#8221; in ubuntu to make a screencast which I send to windows users. The output of the screencast is a .ogg file which I need to convert to a .avi Here is the command to make the conversion: mencoder out.ogg -o out.avi -oac mp3lame -ovc lavc<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=daneskildsen.wordpress.com&amp;blog=1157893&amp;post=8&amp;subd=daneskildsen&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Sometimes I use &#8220;Record my desktop&#8221; in ubuntu to make a screencast which I send to windows users. The output of the screencast is a .ogg file which I need to convert to a .avi</p>
<p>Here is the command to make the conversion:</p>
<pre>
mencoder out.ogg -o out.avi -oac mp3lame -ovc lavc
</pre>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/daneskildsen.wordpress.com/8/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/daneskildsen.wordpress.com/8/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/daneskildsen.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/daneskildsen.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/daneskildsen.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/daneskildsen.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/daneskildsen.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/daneskildsen.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/daneskildsen.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/daneskildsen.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/daneskildsen.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/daneskildsen.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/daneskildsen.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/daneskildsen.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/daneskildsen.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/daneskildsen.wordpress.com/8/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=daneskildsen.wordpress.com&amp;blog=1157893&amp;post=8&amp;subd=daneskildsen&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://daneskildsen.wordpress.com/2007/10/29/convert-ogg-to-avi/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/de19cdf65e14470f196213ea00494efc?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">daneskildsen</media:title>
		</media:content>
	</item>
		<item>
		<title>Installed the new ubuntu 7.10 two days ago</title>
		<link>http://daneskildsen.wordpress.com/2007/10/22/installed-the-new-ubuntu-710-two-days-ago/</link>
		<comments>http://daneskildsen.wordpress.com/2007/10/22/installed-the-new-ubuntu-710-two-days-ago/#comments</comments>
		<pubDate>Mon, 22 Oct 2007 17:30:56 +0000</pubDate>
		<dc:creator>daneskildsen</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://daneskildsen.wordpress.com/2007/10/22/installed-the-new-ubuntu-710-two-days-ago/</guid>
		<description><![CDATA[The new version of ubuntu &#8211; version 7.10 is now available and upgrading from 7.4 was very very easy. When you start up ubuntu 7.4 a little window pops up and informs you that a new version is available. Everything happens automatically. It took a few hours to complete. The first two times I tried [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=daneskildsen.wordpress.com&amp;blog=1157893&amp;post=34&amp;subd=daneskildsen&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>The new version of ubuntu &#8211; version 7.10 is now available and upgrading from 7.4 was very very easy. When you start up ubuntu 7.4 a little window pops up and informs you that a new version is available. Everything happens automatically. It took a few hours to complete. The first two times I tried to upgrade it failed because there were so many people downloading from their servers.</p>
<p>There is a lot more &#8220;eye candy&#8221; in the new version.</p>
<p><a href="/files/screencast.ogg"> Here is a video clip of me using my new desktop. Please note that this is a ogg file. </a></p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/daneskildsen.wordpress.com/34/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/daneskildsen.wordpress.com/34/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/daneskildsen.wordpress.com/34/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/daneskildsen.wordpress.com/34/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/daneskildsen.wordpress.com/34/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/daneskildsen.wordpress.com/34/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/daneskildsen.wordpress.com/34/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/daneskildsen.wordpress.com/34/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/daneskildsen.wordpress.com/34/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/daneskildsen.wordpress.com/34/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/daneskildsen.wordpress.com/34/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/daneskildsen.wordpress.com/34/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/daneskildsen.wordpress.com/34/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/daneskildsen.wordpress.com/34/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/daneskildsen.wordpress.com/34/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/daneskildsen.wordpress.com/34/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=daneskildsen.wordpress.com&amp;blog=1157893&amp;post=34&amp;subd=daneskildsen&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://daneskildsen.wordpress.com/2007/10/22/installed-the-new-ubuntu-710-two-days-ago/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/de19cdf65e14470f196213ea00494efc?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">daneskildsen</media:title>
		</media:content>
	</item>
		<item>
		<title>k9copy &#8211; a DVD shrink for linux</title>
		<link>http://daneskildsen.wordpress.com/2007/10/22/k9copy-a-dvd-shrink-for-linux/</link>
		<comments>http://daneskildsen.wordpress.com/2007/10/22/k9copy-a-dvd-shrink-for-linux/#comments</comments>
		<pubDate>Mon, 22 Oct 2007 17:22:00 +0000</pubDate>
		<dc:creator>daneskildsen</dc:creator>
				<category><![CDATA[Tools]]></category>

		<guid isPermaLink="false">http://daneskildsen.wordpress.com/2007/10/22/k9copy-a-dvd-shrink-for-linux/</guid>
		<description><![CDATA[k9copy is the linux equivalent of DVD shrink on the Windows platform. It is extremely easy to install on ubuntu: &#8220;Applications -&#62; Add/Remove&#8221; and then search for k9copy Their website is located here: http://k9copy.sourceforge.net/<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=daneskildsen.wordpress.com&amp;blog=1157893&amp;post=33&amp;subd=daneskildsen&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>k9copy is the linux equivalent of DVD shrink on the Windows platform. It is extremely easy to install on ubuntu: &#8220;Applications -&gt; Add/Remove&#8221; and then search for k9copy</p>
<p>Their website is located here: <a href="http://k9copy.sourceforge.net/">http://k9copy.sourceforge.net/</a></p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/daneskildsen.wordpress.com/33/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/daneskildsen.wordpress.com/33/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/daneskildsen.wordpress.com/33/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/daneskildsen.wordpress.com/33/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/daneskildsen.wordpress.com/33/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/daneskildsen.wordpress.com/33/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/daneskildsen.wordpress.com/33/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/daneskildsen.wordpress.com/33/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/daneskildsen.wordpress.com/33/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/daneskildsen.wordpress.com/33/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/daneskildsen.wordpress.com/33/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/daneskildsen.wordpress.com/33/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/daneskildsen.wordpress.com/33/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/daneskildsen.wordpress.com/33/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/daneskildsen.wordpress.com/33/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/daneskildsen.wordpress.com/33/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=daneskildsen.wordpress.com&amp;blog=1157893&amp;post=33&amp;subd=daneskildsen&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://daneskildsen.wordpress.com/2007/10/22/k9copy-a-dvd-shrink-for-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/de19cdf65e14470f196213ea00494efc?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">daneskildsen</media:title>
		</media:content>
	</item>
		<item>
		<title>How to run the file manager as root</title>
		<link>http://daneskildsen.wordpress.com/2007/10/22/how-to-run-the-file-manager-as-root/</link>
		<comments>http://daneskildsen.wordpress.com/2007/10/22/how-to-run-the-file-manager-as-root/#comments</comments>
		<pubDate>Mon, 22 Oct 2007 16:24:08 +0000</pubDate>
		<dc:creator>daneskildsen</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://daneskildsen.wordpress.com/2007/10/22/how-to-run-the-file-manager-as-root/</guid>
		<description><![CDATA[How to browse files/folders as root user in Nautilus To install File Browser (Root) gksudo gedit /usr/share/applications/Nautilus-root.desktop Insert the following lines into the new file [Desktop Entry] Name=File Browser (Root) Comment=Browse the filesystem with the file manager Exec=gksudo "nautilus --browser %U" Icon=file-manager Terminal=false Type=Application Categories=Application;System; Now do: killall gnome-panel<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=daneskildsen.wordpress.com&amp;blog=1157893&amp;post=32&amp;subd=daneskildsen&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><strong>How to browse files/folders as root user in Nautilus</strong></p>
<p>To install File Browser (Root)</p>
<pre>gksudo gedit /usr/share/applications/Nautilus-root.desktop</pre>
<p>Insert the following lines into the new file</p>
<pre>
[Desktop Entry]
Name=File Browser (Root)
Comment=Browse the filesystem with the file manager
Exec=gksudo "nautilus --browser %U"
Icon=file-manager
Terminal=false
Type=Application
Categories=Application;System;
</pre>
<p>Now do:</p>
<pre>killall gnome-panel</pre>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/daneskildsen.wordpress.com/32/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/daneskildsen.wordpress.com/32/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/daneskildsen.wordpress.com/32/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/daneskildsen.wordpress.com/32/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/daneskildsen.wordpress.com/32/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/daneskildsen.wordpress.com/32/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/daneskildsen.wordpress.com/32/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/daneskildsen.wordpress.com/32/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/daneskildsen.wordpress.com/32/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/daneskildsen.wordpress.com/32/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/daneskildsen.wordpress.com/32/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/daneskildsen.wordpress.com/32/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/daneskildsen.wordpress.com/32/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/daneskildsen.wordpress.com/32/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/daneskildsen.wordpress.com/32/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/daneskildsen.wordpress.com/32/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=daneskildsen.wordpress.com&amp;blog=1157893&amp;post=32&amp;subd=daneskildsen&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://daneskildsen.wordpress.com/2007/10/22/how-to-run-the-file-manager-as-root/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/de19cdf65e14470f196213ea00494efc?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">daneskildsen</media:title>
		</media:content>
	</item>
		<item>
		<title>Installing real player</title>
		<link>http://daneskildsen.wordpress.com/2007/06/22/installing-real-player/</link>
		<comments>http://daneskildsen.wordpress.com/2007/06/22/installing-real-player/#comments</comments>
		<pubDate>Thu, 21 Jun 2007 22:49:31 +0000</pubDate>
		<dc:creator>daneskildsen</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://daneskildsen.wordpress.com/2007/06/22/installing-real-player/</guid>
		<description><![CDATA[Some websites need real player in order to play their content. Here is a quick and easy way to install real player in Ubuntu using the terminal: sudo apt-get install realplayer<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=daneskildsen.wordpress.com&amp;blog=1157893&amp;post=31&amp;subd=daneskildsen&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Some websites need real player in order to play their content.  Here is a quick and easy way to install real player in Ubuntu using the terminal:</p>
<pre>
sudo apt-get install realplayer
</pre>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/daneskildsen.wordpress.com/31/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/daneskildsen.wordpress.com/31/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/daneskildsen.wordpress.com/31/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/daneskildsen.wordpress.com/31/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/daneskildsen.wordpress.com/31/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/daneskildsen.wordpress.com/31/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/daneskildsen.wordpress.com/31/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/daneskildsen.wordpress.com/31/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/daneskildsen.wordpress.com/31/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/daneskildsen.wordpress.com/31/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/daneskildsen.wordpress.com/31/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/daneskildsen.wordpress.com/31/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/daneskildsen.wordpress.com/31/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/daneskildsen.wordpress.com/31/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/daneskildsen.wordpress.com/31/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/daneskildsen.wordpress.com/31/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=daneskildsen.wordpress.com&amp;blog=1157893&amp;post=31&amp;subd=daneskildsen&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://daneskildsen.wordpress.com/2007/06/22/installing-real-player/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/de19cdf65e14470f196213ea00494efc?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">daneskildsen</media:title>
		</media:content>
	</item>
		<item>
		<title>Install a Boot up manager in Ubuntu</title>
		<link>http://daneskildsen.wordpress.com/2007/06/08/install-a-boot-up-manager-in-ubuntu/</link>
		<comments>http://daneskildsen.wordpress.com/2007/06/08/install-a-boot-up-manager-in-ubuntu/#comments</comments>
		<pubDate>Fri, 08 Jun 2007 07:15:28 +0000</pubDate>
		<dc:creator>daneskildsen</dc:creator>
				<category><![CDATA[Misc]]></category>

		<guid isPermaLink="false">http://daneskildsen.wordpress.com/2007/06/08/install-a-boot-up-manager-in-ubuntu/</guid>
		<description><![CDATA[You can easily install a Boot Up Manager in Ubuntu using this command: sudo apt-get install bum Here is a screenshot of BUM:<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=daneskildsen.wordpress.com&amp;blog=1157893&amp;post=30&amp;subd=daneskildsen&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>You can easily install a Boot Up Manager in Ubuntu using this command:</p>
<pre>sudo apt-get install bum</pre>
<p><span id="more-30"></span> Here is a screenshot of BUM:</p>
<p style="text-align:center;"><a href="http://ubuntu.eskildsen.info/wp-content/uploads/2007/06/bum.png" rel="lightbox" title="A boot up manager for Ubuntu"><img src="http://ubuntu.eskildsen.info/wp-content/uploads/2007/06/bum.thumbnail.png" alt="A boot up manager for Ubuntu" /></a></p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/daneskildsen.wordpress.com/30/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/daneskildsen.wordpress.com/30/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/daneskildsen.wordpress.com/30/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/daneskildsen.wordpress.com/30/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/daneskildsen.wordpress.com/30/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/daneskildsen.wordpress.com/30/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/daneskildsen.wordpress.com/30/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/daneskildsen.wordpress.com/30/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/daneskildsen.wordpress.com/30/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/daneskildsen.wordpress.com/30/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/daneskildsen.wordpress.com/30/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/daneskildsen.wordpress.com/30/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/daneskildsen.wordpress.com/30/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/daneskildsen.wordpress.com/30/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/daneskildsen.wordpress.com/30/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/daneskildsen.wordpress.com/30/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=daneskildsen.wordpress.com&amp;blog=1157893&amp;post=30&amp;subd=daneskildsen&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://daneskildsen.wordpress.com/2007/06/08/install-a-boot-up-manager-in-ubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/de19cdf65e14470f196213ea00494efc?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">daneskildsen</media:title>
		</media:content>

		<media:content url="http://ubuntu.eskildsen.info/wp-content/uploads/2007/06/bum.thumbnail.png" medium="image">
			<media:title type="html">A boot up manager for Ubuntu</media:title>
		</media:content>
	</item>
		<item>
		<title>LAMP Server</title>
		<link>http://daneskildsen.wordpress.com/2007/05/28/lamp-server/</link>
		<comments>http://daneskildsen.wordpress.com/2007/05/28/lamp-server/#comments</comments>
		<pubDate>Mon, 28 May 2007 11:21:24 +0000</pubDate>
		<dc:creator>daneskildsen</dc:creator>
				<category><![CDATA[Server]]></category>

		<guid isPermaLink="false">http://daneskildsen.wordpress.com/2007/05/28/lamp-server/</guid>
		<description><![CDATA[Wanna LAMP on UBUNTU 7.04? (LAMP = Linux Apache MySQL PHP) sudo apt-get install apache2 php5 mysql-server phpmyadmin Now wasn&#8217;t that easy?<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=daneskildsen.wordpress.com&amp;blog=1157893&amp;post=28&amp;subd=daneskildsen&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Wanna LAMP on UBUNTU 7.04? (LAMP = Linux Apache MySQL PHP)</p>
<pre>sudo apt-get install apache2 php5 mysql-server phpmyadmin</pre>
<p>Now wasn&#8217;t that easy?</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/daneskildsen.wordpress.com/28/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/daneskildsen.wordpress.com/28/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/daneskildsen.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/daneskildsen.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/daneskildsen.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/daneskildsen.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/daneskildsen.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/daneskildsen.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/daneskildsen.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/daneskildsen.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/daneskildsen.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/daneskildsen.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/daneskildsen.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/daneskildsen.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/daneskildsen.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/daneskildsen.wordpress.com/28/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=daneskildsen.wordpress.com&amp;blog=1157893&amp;post=28&amp;subd=daneskildsen&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://daneskildsen.wordpress.com/2007/05/28/lamp-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/de19cdf65e14470f196213ea00494efc?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">daneskildsen</media:title>
		</media:content>
	</item>
	</channel>
</rss>
