<?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>magnus-pedersen.dk &#187; Linux</title>
	<atom:link href="http://magnus-pedersen.dk/tag/linux/feed/" rel="self" type="application/rss+xml" />
	<link>http://magnus-pedersen.dk</link>
	<description>Fortytwo</description>
	<lastBuildDate>Sun, 04 Dec 2011 16:29:11 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>rsync and backup</title>
		<link>http://magnus-pedersen.dk/2010/01/rsync-and-backup/</link>
		<comments>http://magnus-pedersen.dk/2010/01/rsync-and-backup/#comments</comments>
		<pubDate>Sat, 09 Jan 2010 15:35:32 +0000</pubDate>
		<dc:creator>Magnus</dc:creator>
				<category><![CDATA[IT]]></category>
		<category><![CDATA[DeltaCopy]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[rsync]]></category>

		<guid isPermaLink="false">http://magnus-pedersen.dk/?p=605</guid>
		<description><![CDATA[The setup is: Clients -&#62; Server -&#62; NAS. ssh from Client to server, cifs from server to NAS. First bit, make ssh keypairs for the clients, if the backup-process is supposed to be unsupervised, then make keypairs without passwords. Then I needed to fiddle with the backup-share, permissions screwed with rsync, generating a lot of [...]]]></description>
			<content:encoded><![CDATA[<p>The setup is: Clients -&gt; Server -&gt; NAS. ssh from Client to server, cifs from server to NAS.</p>
<p>First bit, <a title="ssh" href="http://sial.org/howto/openssh/publickey-auth/" target="_blank">make ssh keypairs</a> for the clients, if the backup-process is supposed to be unsupervised, then make keypairs without passwords. Then I needed to fiddle with the backup-share, permissions screwed with rsync, generating a lot of noise in the log. Stuff got backed up though. Heres what my backupscript ended up looking like:</p>
<blockquote>
<div id="_mcePaste">#!/bin/sh</div>
<div id="_mcePaste"># for copy from CLIENTBACKUPDIR to /mnt/Backup/$BACKUPUSER directory on server</div>
<div id="_mcePaste">CLIENTBACKUPDIR=XXX</div>
<div id="_mcePaste">BACKUPUSER=XXX</div>
<div id="_mcePaste">SERVERHOST=URL</div>
<div id="_mcePaste">SSHUSER=XXX</div>
<div id="_mcePaste">cd $HOME || exit 1</div>
<div id="_mcePaste">rsync &#8211;delete &#8211;exclude-from=$HOME/.rsync/exclude-backup \</div>
<div id="_mcePaste">&#8211;timeout=999 -azu \</div>
<div id="_mcePaste">-e &#8220;ssh -l $SSHUSER -i .ssh/backup -ax -o ClearAllForwardings=yes&#8221; \</div>
<div id="_mcePaste">$HOME/ $SERVERHOST:/mnt/Backup/$BACKUPUSER</div>
</blockquote>
<div>The $HOME/.rsync/exclude-backup file looks something like this:</div>
<blockquote>
<div>
<div>#Backup-excludefile</div>
<div>- /Media/*</div>
<div>- /Music/*</div>
<div>- /.*</div>
</div>
</blockquote>
<div>The path is relative to $HOME</div>
<div>The <a title="cifs" href="http://linux.die.net/man/8/mount.cifs" target="_blank">noperm option</a> made a lot of difference in the /etc/fstab on the server. Otherwise rsync threw up a lot of permission-errors. cifs perhaps isn&#8217;t ideal, but it gives me more options.</div>
<div>This even works with <a title="DC" href="http://www.aboutmyip.com/AboutMyXApp/DeltaCopy.jsp" target="_blank">DeltaCopy</a> on my wifes Win7 netbook. And it was a nobrainer from all of my Debian-machines and my moms Ubuntu netbook.</div>
]]></content:encoded>
			<wfw:commentRss>http://magnus-pedersen.dk/2010/01/rsync-and-backup/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New serverhardware</title>
		<link>http://magnus-pedersen.dk/2009/03/new-serverhardware/</link>
		<comments>http://magnus-pedersen.dk/2009/03/new-serverhardware/#comments</comments>
		<pubDate>Fri, 06 Mar 2009 20:46:11 +0000</pubDate>
		<dc:creator>Magnus</dc:creator>
				<category><![CDATA[Green stuff]]></category>
		<category><![CDATA[IT]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Network]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://magnus-pedersen.dk/?p=420</guid>
		<description><![CDATA[My home server started acting out last week. I decided to replace it and began considering different solutions. I decided on a solution with a small server and a nas and i chose a eee-box 202 and a Readynas NV+. The eee-box got debian-lenny installed and I&#8217;m configuring it right now. The nas is syncing [...]]]></description>
			<content:encoded><![CDATA[<p>My home server started acting out last week. I decided to replace it and began considering different solutions. I decided on a solution with a small server and a nas and i chose a <a title="eee" href="http://dk.asus.com/products.aspx?l1=24&amp;l2=165&amp;l3=0&amp;l4=0&amp;model=2289&amp;modelmenu=1" target="_blank">eee-box 202 </a>and a <a title="NV+" href="http://netgear.com/Products/Storage/ReadyNASNVPlus.aspx" target="_blank">Readynas NV+</a>.</p>
<p>The eee-box got debian-lenny installed and I&#8217;m configuring it right now. The nas is syncing it&#8217;s drives right now. It seems it will be working for at least a couple of hours more before it is done.</p>
<p>My old sollution with an epia based computer and three ATA drives was noisy and powerhungry. Based on the specs, my new sollution should be a lot more quiet and use less power (and perform better <img src='http://magnus-pedersen.dk/wp-includes/images/smilies/icon_biggrin.gif' alt=':-D' class='wp-smiley' />  )</p>
]]></content:encoded>
			<wfw:commentRss>http://magnus-pedersen.dk/2009/03/new-serverhardware/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>KDE 4.1 has been released!</title>
		<link>http://magnus-pedersen.dk/2008/07/kde-41-has-been-released/</link>
		<comments>http://magnus-pedersen.dk/2008/07/kde-41-has-been-released/#comments</comments>
		<pubDate>Wed, 30 Jul 2008 07:47:45 +0000</pubDate>
		<dc:creator>Magnus</dc:creator>
				<category><![CDATA[IT]]></category>
		<category><![CDATA[KDE]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Opensource]]></category>

		<guid isPermaLink="false">http://magnus-pedersen.dk/?p=229</guid>
		<description><![CDATA[&#8230;and the packages is in experimental. can&#8217;t wait to check them out!]]></description>
			<content:encoded><![CDATA[<p>&#8230;and the packages is in experimental. can&#8217;t wait to check them out!</p>
<p><img class="alignnone" title="Dont look back" src="http://kde.org/img/kde41.png" alt="" width="437" height="199" /></p>
]]></content:encoded>
			<wfw:commentRss>http://magnus-pedersen.dk/2008/07/kde-41-has-been-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Moonlight</title>
		<link>http://magnus-pedersen.dk/2008/05/moonlight/</link>
		<comments>http://magnus-pedersen.dk/2008/05/moonlight/#comments</comments>
		<pubDate>Thu, 22 May 2008 07:20:55 +0000</pubDate>
		<dc:creator>Magnus</dc:creator>
				<category><![CDATA[IT]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Opensource]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://magnus-pedersen.dk/?p=190</guid>
		<description><![CDATA[MS-silverlight for linux. Nope, it&#8217;s not a joke, take a look here.]]></description>
			<content:encoded><![CDATA[<p>MS-silverlight for linux. Nope, it&#8217;s not a joke, take a look <a title="Moonlight" href="http://www.mono-project.com/Moonlight" target="_blank">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://magnus-pedersen.dk/2008/05/moonlight/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Compiz and weekends</title>
		<link>http://magnus-pedersen.dk/2008/05/compiz-and-weekends/</link>
		<comments>http://magnus-pedersen.dk/2008/05/compiz-and-weekends/#comments</comments>
		<pubDate>Sun, 04 May 2008 17:51:48 +0000</pubDate>
		<dc:creator>Magnus</dc:creator>
				<category><![CDATA[IT]]></category>
		<category><![CDATA[Compiz]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Opensource]]></category>

		<guid isPermaLink="false">http://magnus-pedersen.dk/?p=172</guid>
		<description><![CDATA[I&#8217;ve just spend a nice weekend in Jutland visiting my in-laws and rather than wasting valuable time when going back and forth, I updated my compiz-fusion to the latest git-snapshot. I must say, that sphere-like and atlantis2 really agrees with me! Still can&#8217;t get window-previews to work with KDE and kicker though, but nothing new [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve just spend a nice weekend in Jutland visiting my in-laws and rather than wasting valuable time when going back and forth, I updated my <a title="CF" href="http://www.compiz-fusion.org/" target="_blank">compiz-fusion</a> to the latest git-snapshot. I must say, that sphere-like and atlantis2 really agrees with me!</p>
<p>Still can&#8217;t get window-previews to work with KDE and kicker though, but nothing new in that :-s</p>
]]></content:encoded>
			<wfw:commentRss>http://magnus-pedersen.dk/2008/05/compiz-and-weekends/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>52,000,000 new KDE users!</title>
		<link>http://magnus-pedersen.dk/2008/04/52000000-new-kde-users/</link>
		<comments>http://magnus-pedersen.dk/2008/04/52000000-new-kde-users/#comments</comments>
		<pubDate>Thu, 24 Apr 2008 06:45:37 +0000</pubDate>
		<dc:creator>Magnus</dc:creator>
				<category><![CDATA[IT]]></category>
		<category><![CDATA[KDE]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://magnus-pedersen.dk/?p=164</guid>
		<description><![CDATA[Seems that someone in Brazil has been doing his homework (pun?) Read more!]]></description>
			<content:encoded><![CDATA[<p>Seems that someone in Brazil has been doing his homework (pun?)</p>
<p><a title="KDE" href="http://aseigo.blogspot.com/2008/04/deploying-kde-to-52-million-young.html" target="_blank">Read more!</a></p>
]]></content:encoded>
			<wfw:commentRss>http://magnus-pedersen.dk/2008/04/52000000-new-kde-users/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Netgear EVA 8000 HD</title>
		<link>http://magnus-pedersen.dk/2008/04/netgear-eva-8000-hd/</link>
		<comments>http://magnus-pedersen.dk/2008/04/netgear-eva-8000-hd/#comments</comments>
		<pubDate>Wed, 23 Apr 2008 07:10:26 +0000</pubDate>
		<dc:creator>Magnus</dc:creator>
				<category><![CDATA[IT]]></category>
		<category><![CDATA[EVA 8000]]></category>
		<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://magnus-pedersen.dk/?p=163</guid>
		<description><![CDATA[Some time ago I bought a Netgear EVA 8000 HD, it is a media player that plays multimediacontent on an USB disk or your network. I quickly realised that the firmware it was born with was bugridden and not quite ready. It is save to say that I was a bit disappointed. But mutch to [...]]]></description>
			<content:encoded><![CDATA[<p>Some time ago I bought a <a title="EVA" href="http://netgear.com/Products/Entertainment/DigitalMediaPlayers/EVA8000.aspx" target="_blank">Netgear EVA 8000 HD</a>, it is a media player that plays multimediacontent on an USB disk or your network. I quickly realised that the firmware it was born with was bugridden and not quite ready. It is save to say that I was a bit disappointed. But mutch to my surprise I discovered that not only was I not alone in my disappointment, Netgear was developing the software for this player rather aggressively! The first update fixed a LOT of bugs and I have become a betatester for Netgears developmentbranch of the software and they ship a new betafirmware approximately once a a week.</p>
<p>It is turning out to be an interesting, rather than disappointing, piece of hardware <img src='http://magnus-pedersen.dk/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>EDIT:</p>
<p>I completely forgot to mention that it runs Linux!</p>
]]></content:encoded>
			<wfw:commentRss>http://magnus-pedersen.dk/2008/04/netgear-eva-8000-hd/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New stuff</title>
		<link>http://magnus-pedersen.dk/2008/04/new-stuff/</link>
		<comments>http://magnus-pedersen.dk/2008/04/new-stuff/#comments</comments>
		<pubDate>Sat, 19 Apr 2008 12:25:00 +0000</pubDate>
		<dc:creator>Magnus</dc:creator>
				<category><![CDATA[IT]]></category>
		<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://magnus-pedersen.dk/?p=155</guid>
		<description><![CDATA[Got a new laptop the other day. A Dell XPS M 1330. It was delivered with Vista but that was soon fixed! A Debian netinstall CD and it was humming along happily after a few hours It was more or less effortless to get all the hardware running under debian. Card-reader, Nvidia graphics, Intel wifi, [...]]]></description>
			<content:encoded><![CDATA[<p>Got a new laptop the other day. A <a title="Dell" href="http://www1.euro.dell.com/content/products/productdetails.aspx/xpsnb_m1330?c=dk&amp;cs=dkdhs1&amp;l=da&amp;s=dhs" target="_blank">Dell XPS M 1330</a>. It was delivered with Vista but that was soon fixed! A Debian netinstall CD and it was humming along happily after a few hours <img src='http://magnus-pedersen.dk/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>It was more or less effortless to get all the hardware running under debian. Card-reader, Nvidia graphics, Intel wifi, stuff just worked&#8230; I bit boring actually&#8230; The only challenge was the fingerprint-reader and that quickly stopped being a challange after I discovered <a title="fprint" href="http://reactivated.net/fprint/wiki/Main_Page" target="_blank">fprint</a> , theres even a .dep in experimental. It integrates nicely in PAM.</p>
<p>I think the iwl module underperformes a bit, but rumor has it that it should be fixed in kernel 2.6.25 (which has just been released).</p>
]]></content:encoded>
			<wfw:commentRss>http://magnus-pedersen.dk/2008/04/new-stuff/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>I am a Supervillain</title>
		<link>http://magnus-pedersen.dk/2006/02/i-am-a-supervillain/</link>
		<comments>http://magnus-pedersen.dk/2006/02/i-am-a-supervillain/#comments</comments>
		<pubDate>Sat, 25 Feb 2006 18:57:34 +0000</pubDate>
		<dc:creator>Magnus</dc:creator>
				<category><![CDATA[IT]]></category>
		<category><![CDATA[Personal]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Villain]]></category>

		<guid isPermaLink="false">http://magnus-pedersen.dk/blogg/index.php?/archives/74-guid.html</guid>
		<description><![CDATA[Why I am a Supervillain That ought to be the backgroundmusic to my life, mighty cool]]></description>
			<content:encoded><![CDATA[<p><a title="Why I am a Supervillain" href="http://magnus-pedersen.dk/uploads/Media/switchlinux3.swf" target="_blank">Why I am a Supervillain</a></p>
<p>That ought to be the backgroundmusic to my life, mighty cool <img src='http://magnus-pedersen.dk/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://magnus-pedersen.dk/2006/02/i-am-a-supervillain/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

