<?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>DevOnLinux</title>
	<atom:link href="http://blog.devonlinux.net/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.devonlinux.net</link>
	<description>ICT solutions that work</description>
	<lastBuildDate>Tue, 02 Feb 2010 23:54:34 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>FOSDEM 2010</title>
		<link>http://blog.devonlinux.net/2010/02/03/fosdem-2010/</link>
		<comments>http://blog.devonlinux.net/2010/02/03/fosdem-2010/#comments</comments>
		<pubDate>Tue, 02 Feb 2010 23:54:34 +0000</pubDate>
		<dc:creator>neuromancer</dc:creator>
				<category><![CDATA[events]]></category>
		<category><![CDATA[free software]]></category>
		<category><![CDATA[open source]]></category>

		<guid isPermaLink="false">http://blog.devonlinux.net/?p=238</guid>
		<description><![CDATA[
See you to Bruxelles!
]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.fosdem.org"><img alt="I'm going to FOSDEM, the Free and Open Source Software Developers' European Meeting" src="http://www.fosdem.org/promo/going-to"/></a><br />
See you to Bruxelles!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.devonlinux.net/2010/02/03/fosdem-2010/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>IPKG synology</title>
		<link>http://blog.devonlinux.net/2010/02/01/ipkg-synology/</link>
		<comments>http://blog.devonlinux.net/2010/02/01/ipkg-synology/#comments</comments>
		<pubDate>Mon, 01 Feb 2010 12:05:37 +0000</pubDate>
		<dc:creator>neuromancer</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.devonlinux.net/?p=205</guid>
		<description><![CDATA[A little howto dedicated to install IPKG on Synology DS209+II, a great Nas which has installed a custom GPL Operating System based on GNU/Linux.
IPKG is a lightweight package management system, similar to Debian DPKG. 
Step below are based on this wiki page of synology.

Open an ssh connection to your nas, i.e. ssh root@your.local.ip
Check the cpu [...]]]></description>
			<content:encoded><![CDATA[<p>A little howto dedicated to install IPKG on <a href="http://www.synology.com/enu/products/DS209+II/spec.php">Synology DS209+II</a>, a great <acronym title="Network Attached Storage">Nas</acronym> which has installed a <a href="http://sourceforge.net/projects/dsgpl/">custom GPL Operating System</a> based on GNU/Linux.<br />
IPKG is a lightweight package management system, similar to Debian DPKG. </p>
<p>Step below are based on <a href="http://forum.synology.com/wiki/index.php/Overview_on_modifying_the_Synology_Server%2C_bootstrap%2C_ipkg_etc#What_can_I_do_by_Modifying_a_Synology_Server">this wiki page of synology</a>.</p>
<ol>
<li>Open an ssh connection to your nas, i.e. <code>ssh root@your.local.ip</code></li>
<li>Check the cpu type of the nas. <code>cat /proc/cpuinfo</code>. In my case it was Freescale Semiconductor MPC8544 DS but <a href="http://forum.synology.com/enu/viewtopic.php?f=141&#038;t=15884">as reported here</a> it&#8217;s an error and the correct CPU model is the 8533.</li>
<li>Now <a href="http://forum.synology.com/wiki/index.php/Is_my_NAS_an_ARM_or_a_PowerPC_CPU_model">go to this page and search for your cpu type</a> (ARM, PPC or ATOM)</li>
<li>The bootstrap script for mpc8533 it&#8217;s the same of mpc8543. You can <a href="http://ipkg.nslu2-linux.org/feeds/optware/syno-e500/cross/unstable/syno-e500-bootstrap_1.2-7_powerpc.xsh">download it here</a>, but I prefer to download by wget as described in the next step.</li>
<li>Go to tmp directory, <code>cd /volume1/@tmp</code>, and download it: <code>wget http://ipkg.nslu2-linux.org/feeds/optware/syno-e500/cross/unstable/syno-e500-bootstrap_1.2-7_powerpc.xsh</code></li>
<li>give it execution authorization, <code>chmod +x syno-e500-bootstrap_1.2-7_powerpc.xsh</code></li>
<li>Ok, execute it with <code>sh syno-e500-bootstrap_1.2-7_powerpc.xsh</code> and let script make its work. After a while and many lines below the scripts will echo a &#8220;Setup complete&#8221;.</li>
<li>IPKG is installed so it&#8217;s time to <code>reboot</code> nas machine</li>
<li>When the system is restarted, connect back with ssh.</li>
<li>First time it&#8217;s a good thing to update ipkg package list: <code>ipkg update</code></li>
<li>We have finished, it&#8217;s time to have fun with ipkg and install any package we desire. In our case we have installed rsnapshot, a great utility for backup automatization in the company lan.</li>
]]></content:encoded>
			<wfw:commentRss>http://blog.devonlinux.net/2010/02/01/ipkg-synology/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Great filesystem explanation</title>
		<link>http://blog.devonlinux.net/2010/02/01/great-filesystem-explanation/</link>
		<comments>http://blog.devonlinux.net/2010/02/01/great-filesystem-explanation/#comments</comments>
		<pubDate>Mon, 01 Feb 2010 00:51:56 +0000</pubDate>
		<dc:creator>neuromancer</dc:creator>
				<category><![CDATA[free software]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[ext3]]></category>
		<category><![CDATA[ext4]]></category>
		<category><![CDATA[filesystem]]></category>
		<category><![CDATA[t'so]]></category>

		<guid isPermaLink="false">http://blog.devonlinux.net/?p=223</guid>
		<description><![CDATA[I was looking for an explanation of ext4 main features when I found this great discussion on a launchpad bug report.
The most important explanations are said by Thedore T&#8217;so (#45, #60, #62,etc.) , a kernel hacker and actually maintainer of ext4 filesystem. Recently T&#8217;so (January 2010) is employed by Google just for work on kernel, [...]]]></description>
			<content:encoded><![CDATA[<p>I was looking for an explanation of ext4 main features when I found this <a href="https://bugs.launchpad.net/ubuntu/+source/linux/+bug/317781/">great discussion on a launchpad bug report</a>.<br />
The most important explanations are said by <a href="http://en.wikipedia.org/wiki/Theodore_Ts%27o">Thedore T&#8217;so</a> (<a href="https://bugs.launchpad.net/ubuntu/+source/linux/+bug/317781/comments/45">#45</a>, <a href="https://bugs.launchpad.net/ubuntu/+source/linux/+bug/317781/comments/60">#60</a>, <a href="https://bugs.launchpad.net/ubuntu/+source/linux/+bug/317781/comments/62">#62</a>,etc.) , a kernel hacker and actually maintainer of ext4 filesystem. Recently T&#8217;so (January 2010) is employed by Google just for work on kernel, filesystem and storage stuff.</p>
<p>It&#8217;s for reasons like these that I like Free Software and Open Source.<br />
Only with this methodology of work is possible this tight collaboration and head to head for all developers around the word.</p>
<p>Just one click away! Amazing!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.devonlinux.net/2010/02/01/great-filesystem-explanation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Paper Tux is Live!</title>
		<link>http://blog.devonlinux.net/2010/01/26/paper-tux-is-live/</link>
		<comments>http://blog.devonlinux.net/2010/01/26/paper-tux-is-live/#comments</comments>
		<pubDate>Tue, 26 Jan 2010 21:51:07 +0000</pubDate>
		<dc:creator>neuromancer</dc:creator>
				<category><![CDATA[fun]]></category>
		<category><![CDATA[gnu/linux]]></category>
		<category><![CDATA[paper tux]]></category>
		<category><![CDATA[penguin]]></category>
		<category><![CDATA[tux]]></category>

		<guid isPermaLink="false">http://blog.devonlinux.net/?p=209</guid>
		<description><![CDATA[Yesterday evening in my free time I&#8217;ve made the beautiful paper Tux represented below, thanks to great guide posted on DigitalKamera.



Nerd is the way.
Another penguin is live.






]]></description>
			<content:encoded><![CDATA[<p>Yesterday evening in my free time I&#8217;ve made the beautiful paper Tux represented below, thanks to great <a href="http://en.digitalkamera.com/make-a-paper-tux-linux-penguin-in-less-than-15-minutes">guide posted on DigitalKamera</a>.</p>
<div style="margin:0 auto; text-align: center">
<img class="alignleft size-medium wp-image-210" title="penguin" src="http://blog.devonlinux.net/wp-content/uploads/2010/01/penguin-300x281.jpg" alt="" width="300" height="281" />
</div>
<p><strong>Nerd is the way</strong>.<br />
Another penguin is live.</p>
<div style="margin:0 auto; text-align: center">
<p><a href="http://blog.devonlinux.net/wp-content/uploads/2010/01/penguin1.jpg"><img class="aligncenter size-thumbnail wp-image-212" title="penguin1" src="http://blog.devonlinux.net/wp-content/uploads/2010/01/penguin1-150x150.jpg" alt="" width="150" height="150" /></a></p>
<p><a href="http://blog.devonlinux.net/wp-content/uploads/2010/01/penguin2.jpg"><img class="aligncenter size-thumbnail wp-image-212" title="penguin1" src="http://blog.devonlinux.net/wp-content/uploads/2010/01/penguin2-150x150.jpg" alt="" width="150" height="150" /></a></p>
<p><a href="http://blog.devonlinux.net/wp-content/uploads/2010/01/penguin3.jpg"><img class="aligncenter size-thumbnail wp-image-212" title="penguin1" src="http://blog.devonlinux.net/wp-content/uploads/2010/01/penguin3-150x150.jpg" alt="" width="150" height="150" /></a></p>
<p><a href="http://blog.devonlinux.net/wp-content/uploads/2010/01/penguin4.jpg"><img class="aligncenter size-thumbnail wp-image-212" title="penguin1" src="http://blog.devonlinux.net/wp-content/uploads/2010/01/penguin4-150x150.jpg" alt="" width="150" height="150" /></a>
</div>
]]></content:encoded>
			<wfw:commentRss>http://blog.devonlinux.net/2010/01/26/paper-tux-is-live/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Linux Foundation free webinars</title>
		<link>http://blog.devonlinux.net/2010/01/26/linux-foundation-free-webinars/</link>
		<comments>http://blog.devonlinux.net/2010/01/26/linux-foundation-free-webinars/#comments</comments>
		<pubDate>Tue, 26 Jan 2010 13:32:02 +0000</pubDate>
		<dc:creator>neuromancer</dc:creator>
				<category><![CDATA[gnu/linux]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[training]]></category>
		<category><![CDATA[linux foundation]]></category>
		<category><![CDATA[webinars]]></category>

		<guid isPermaLink="false">http://blog.devonlinux.net/?p=206</guid>
		<description><![CDATA[Another great initiative from the Linux Foundation: free training webinars.
Just signup here and wait until first start date.
The first webinar will be dedicated to community collaboration: &#8220;How to Work with the Linux community&#8220;.
How suggested by this news it will be available on 1st of March, 2010.
]]></description>
			<content:encoded><![CDATA[<p>Another great initiative from the Linux Foundation: <strong>free training webinars</strong>.<br />
Just signup <a href="http://training.linuxfoundation.org/lp/sign-up-for-the-free-linux-training-webinar-series">here</a> and wait until first start date.<br />
The first webinar will be dedicated to community collaboration: &#8220;<strong>How to Work with the Linux community</strong>&#8220;.<br />
How suggested by <a href="http://www.h-online.com/open/news/item/Linux-Foundation-announces-free-training-webinar-series-913352.html">this news</a> it will be available on 1st of March, 2010.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.devonlinux.net/2010/01/26/linux-foundation-free-webinars/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Weta Digital</title>
		<link>http://blog.devonlinux.net/2010/01/21/weta-digital/</link>
		<comments>http://blog.devonlinux.net/2010/01/21/weta-digital/#comments</comments>
		<pubDate>Thu, 21 Jan 2010 09:42:59 +0000</pubDate>
		<dc:creator>neuromancer</dc:creator>
				<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[3d]]></category>
		<category><![CDATA[avatar]]></category>
		<category><![CDATA[render]]></category>
		<category><![CDATA[ubuntu server]]></category>

		<guid isPermaLink="false">http://blog.devonlinux.net/?p=203</guid>
		<description><![CDATA[Quite amazing&#8230;
35.000-core ubuntu server farm renders Avatar.
]]></description>
			<content:encoded><![CDATA[<p>Quite amazing&#8230;<br />
<a href="http://blog.dustinkirkland.com/2010/01/39000-core-ubuntu-cluster-renders.html">35.000-core ubuntu server farm renders Avatar</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.devonlinux.net/2010/01/21/weta-digital/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Simple map site</title>
		<link>http://blog.devonlinux.net/2010/01/12/simple-map-site/</link>
		<comments>http://blog.devonlinux.net/2010/01/12/simple-map-site/#comments</comments>
		<pubDate>Tue, 12 Jan 2010 12:14:50 +0000</pubDate>
		<dc:creator>neuromancer</dc:creator>
				<category><![CDATA[gnu/linux]]></category>
		<category><![CDATA[shell scripting]]></category>
		<category><![CDATA[bash]]></category>
		<category><![CDATA[site-map]]></category>
		<category><![CDATA[wget]]></category>

		<guid isPermaLink="false">http://blog.devonlinux.net/?p=198</guid>
		<description><![CDATA[A little shell script that I&#8217;ve used to generate the list of page composing a given site

#!/bin/bash
if [ "$#" -eq 2 ]
then
	wget -erobots=off --mirror --delete-after --reject .jpg,.png,.gif,.swf,.css,.js,.txt,.pdf,.rtf,.odt,.doc $1 2>&#038;1 &#124;grep $1 &#124;cut -d " " -f 4 &#124;cut -d "?" -f 1 &#124; sort &#124; uniq > $2
	rm -rf ${1#http://}
else
	echo "Usage: ./scriptname http://testsite outputfile"
fi

Save with [...]]]></description>
			<content:encoded><![CDATA[<p>A little shell script that I&#8217;ve used to generate the list of page composing a given site<br />
<code><br />
#!/bin/bash<br />
if [ "$#" -eq 2 ]<br />
then<br />
	wget -erobots=off --mirror --delete-after --reject .jpg,.png,.gif,.swf,.css,.js,.txt,.pdf,.rtf,.odt,.doc $1 2>&#038;1 |grep $1 |cut -d " " -f 4 |cut -d "?" -f 1 | sort | uniq > $2<br />
	rm -rf ${1#http://}<br />
else<br />
	echo "Usage: ./scriptname http://testsite outputfile"<br />
fi<br />
</code><br />
Save with a desired file name and give it a chmod +x and then just launch from shell:<br />
<strong>./scriptname http://testsite outputfile</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.devonlinux.net/2010/01/12/simple-map-site/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A new member of Fsf</title>
		<link>http://blog.devonlinux.net/2010/01/04/a-new-member-of-fsf/</link>
		<comments>http://blog.devonlinux.net/2010/01/04/a-new-member-of-fsf/#comments</comments>
		<pubDate>Mon, 04 Jan 2010 22:38:58 +0000</pubDate>
		<dc:creator>neuromancer</dc:creator>
				<category><![CDATA[free software]]></category>
		<category><![CDATA[fsf]]></category>

		<guid isPermaLink="false">http://blog.devonlinux.net/?p=192</guid>
		<description><![CDATA[My first action of 2010 has been the subscription as associate member to Free Software Foundation.
Have a long life Free Software!

]]></description>
			<content:encoded><![CDATA[<p>My first action of 2010 has been the subscription as associate member to Free Software Foundation.<br />
Have a long life Free Software!<br />
<a href="http://www.fsf.org/register_form?referrer=8317"><img src="http://blog.devonlinux.net/wp-content/uploads/2010/01/fsf_8317.png" alt="I'm a FSF Associate Member" width="88" height="31" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.devonlinux.net/2010/01/04/a-new-member-of-fsf/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Comparison between Maemo and Android</title>
		<link>http://blog.devonlinux.net/2009/11/21/comparison-between-maemo-and-android/</link>
		<comments>http://blog.devonlinux.net/2009/11/21/comparison-between-maemo-and-android/#comments</comments>
		<pubDate>Sat, 21 Nov 2009 20:16:16 +0000</pubDate>
		<dc:creator>neuromancer</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.devonlinux.net/?p=181</guid>
		<description><![CDATA[Great comparison between Nokia Maemo and Google Android from point of view of user rights: http://cool900.blogspot.com/2009/10/comparing-freedom-on-maemo-and-android.html.
I agree with writer of this post that the winner is without any doubt Maemo.
So, choose Nokia in your next mobile phone  
]]></description>
			<content:encoded><![CDATA[<p>Great comparison between Nokia Maemo and Google Android from point of view of user rights: <a href="http://cool900.blogspot.com/2009/10/comparing-freedom-on-maemo-and-android.html">http://cool900.blogspot.com/2009/10/comparing-freedom-on-maemo-and-android.html</a>.<br />
I agree with writer of this post that the winner is without any doubt Maemo.<br />
So, choose Nokia in your next mobile phone <img src='http://blog.devonlinux.net/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://blog.devonlinux.net/2009/11/21/comparison-between-maemo-and-android/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The mandrill and the monkey</title>
		<link>http://blog.devonlinux.net/2009/11/02/the-mandrill-and-the-monkey/</link>
		<comments>http://blog.devonlinux.net/2009/11/02/the-mandrill-and-the-monkey/#comments</comments>
		<pubDate>Mon, 02 Nov 2009 12:44:40 +0000</pubDate>
		<dc:creator>neuromancer</dc:creator>
				<category><![CDATA[software]]></category>
		<category><![CDATA[fsf]]></category>
		<category><![CDATA[mandrill]]></category>
		<category><![CDATA[monkey]]></category>
		<category><![CDATA[mono]]></category>
		<category><![CDATA[moonlight]]></category>
		<category><![CDATA[red hat]]></category>
		<category><![CDATA[samba]]></category>

		<guid isPermaLink="false">http://blog.devonlinux.net/?p=169</guid>
		<description><![CDATA[As said here by Jeremy Allison, creator of SAMBA, also the mandrill of Devonlinux say no to Mono.
Software patents problem.
But the problem is that Mono is dangerous for Free Software. The heart of the matter is, as usual, software patents. Microsoft have patents on the technology inside .NET, and since the Tom Tom lawsuit, Microsoft [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.tuxdeluxe.org/node/299">As said here by Jeremy Allison</a>, creator of SAMBA, also the mandrill of Devonlinux say no to <strong>Mono</strong>.</p>
<p>Software patents problem.</p>
<blockquote><p>But the problem is that Mono is dangerous for Free Software. The heart of the matter is, as usual, software patents. Microsoft have patents on the technology inside .NET, and since the Tom Tom lawsuit, Microsoft have shown they are not averse to attacking Free Software using patent infringement claims.</p></blockquote>
<p>Novell agreement with microsoft.</p>
<blockquote><p>Miguel&#8217;s employer, Novell, has a patent agreement with Microsoft that exempts Mono users from Microsoft patent aggression, so long as you get Mono from Novell. Miguel takes pains to point this out. This is not a level playing field, or software freedom for all. This is a preferred supplier trying to pretend there is no problem. Sure there isn&#8217;t a problem, for them.</p></blockquote>
<p>And all others?</p>
<blockquote><p>It is vitally important to the continued success of the community development model that one part of the community does not enter into an agreement which gives some people patent protection while leaving other people out in the cold. That is why I was so opposed to the patent agreements recently entered into by Novell, Xandros and other companies.</p></blockquote>
<p>This one is reported by Andrew Tridgell, negotiator with Microsoft for Samba.</p>
<p><em>Update 26-12-2009</em><br />
Other valid reasons to say no to mono, moonlight, microsoft and the traitor de icaza.</p>
<blockquote title="http://www.h-online.com/open/news/item/Microsoft-promises-not-to-press-charges-against-Moonlight-users-892666.html"><p>developer Tom &#8220;spot&#8221; Callaway, Engineering Manager and Red Hat legal expert at Fedora, made it clear  that the Fedora project, sponsored largely by Red Hat, will continue to leave the software out. One of the reasons was that the new promise does not protect Linux distributors any more than the old one did.</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://blog.devonlinux.net/2009/11/02/the-mandrill-and-the-monkey/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.333 seconds -->
