<?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>Mon, 07 Feb 2011 11:09:44 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.5</generator>
		<item>
		<title>Eclipse Helios and Aptana</title>
		<link>http://blog.devonlinux.net/2011/02/07/eclipse-helios-and-aptana/</link>
		<comments>http://blog.devonlinux.net/2011/02/07/eclipse-helios-and-aptana/#comments</comments>
		<pubDate>Mon, 07 Feb 2011 11:09:44 +0000</pubDate>
		<dc:creator>neuromancer</dc:creator>
				<category><![CDATA[programming]]></category>
		<category><![CDATA[aptana]]></category>
		<category><![CDATA[eclipse]]></category>
		<category><![CDATA[pdt]]></category>

		<guid isPermaLink="false">http://blog.devonlinux.net/?p=304</guid>
		<description><![CDATA[I&#8217;ve just installed Eclipse 3.6.1 Helios edition under Ubuntu 10.10 (maverick merkaat) and I&#8217;ve found some problems with Aptana. One problem is the installation of php development tools. Installing it with Aptana plugin manager give me an error of some missing dependencies, as reported here: https://aptanastudio.tenderapp.com/discussions/problems/2031-aptana-php-platform-and-pdt-not-available I&#8217;ve resolved installing PDT from helios update site. Analogue [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve just installed <strong>Eclipse 3.6.1 Helios</strong> edition under Ubuntu 10.10 (maverick merkaat) and I&#8217;ve found some problems with <strong>Aptana</strong>.</p>
<p>One problem is the installation of php development tools. Installing it with Aptana plugin manager give me an error of some missing dependencies, as reported here: <a href="https://aptanastudio.tenderapp.com/discussions/problems/2031-aptana-php-platform-and-pdt-not-available">https://aptanastudio.tenderapp.com/discussions/problems/2031-aptana-php-platform-and-pdt-not-available</a><br />
I&#8217;ve resolved installing PDT from <a href="http://wiki.eclipse.org/PDT/Installation#Eclipse_3.6_.2F_Helios_.2F_PDT_2.2">helios update site</a>.</p>
<p>Analogue problem and similar solution for subclipse. Probably the plugin manager of Aptana Studio 2 doesn&#8217;t work right with Eclipse Helios, so I&#8217;ve just installed subclipse from his update site, installing also SVNKit client adapter.</p>
<p>After Eclipse restart it&#8217;s necessary to set the SVN interface to &#8220;SVNKit (Pure Java) &#8230;&#8221;.</p>
<p>Now it&#8217;s all right and I&#8217;m again ready to develop.<br />
I&#8217;m only missing how to do real-time remote collaboration in Eclipse (with services based on XMPP?) &#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.devonlinux.net/2011/02/07/eclipse-helios-and-aptana/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Export single project from an svn repository</title>
		<link>http://blog.devonlinux.net/2010/12/27/export-single-project-from-an-svn-repository/</link>
		<comments>http://blog.devonlinux.net/2010/12/27/export-single-project-from-an-svn-repository/#comments</comments>
		<pubDate>Mon, 27 Dec 2010 15:10:13 +0000</pubDate>
		<dc:creator>neuromancer</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.devonlinux.net/?p=297</guid>
		<description><![CDATA[svnadmin dump /path/to/svnrepository &#124; svndumpfilter include projectName --drop-empty-revs --renumber-revs > dump-project_name The tricks is done by svndumpfilter that export only the projectName revision. &#8211;drop-empty-revs doesn&#8217;t export revision of other projects and &#8211;renumber-revs, renumber the revisions due to hole created by &#8211;drop-empty-revs. If you have other problems during dump, read also this blog entry.]]></description>
			<content:encoded><![CDATA[<p><code><br />
svnadmin dump /path/to/svnrepository | svndumpfilter include projectName --drop-empty-revs --renumber-revs > dump-project_name<br />
</code><br />
The tricks is done by <strong>svndumpfilter</strong> that export only the projectName revision.<br />
<em>&#8211;drop-empty-revs</em> doesn&#8217;t export revision of other projects and <em>&#8211;renumber-revs</em>, renumber the revisions due to hole created by &#8211;drop-empty-revs.</p>
<p><a href="http://www.celticwolf.com/blog/2010/05/04/subversion-svndumpfilter-invalid-copy-source-path/">If you have other problems during dump, read also this blog entry.</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.devonlinux.net/2010/12/27/export-single-project-from-an-svn-repository/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Shell Editor in Eclipse thanks to ShellEd plugin</title>
		<link>http://blog.devonlinux.net/2010/11/01/shell-editor-in-eclipse-thanks-to-shelled-plugin/</link>
		<comments>http://blog.devonlinux.net/2010/11/01/shell-editor-in-eclipse-thanks-to-shelled-plugin/#comments</comments>
		<pubDate>Mon, 01 Nov 2010 17:43:33 +0000</pubDate>
		<dc:creator>ed0t</dc:creator>
				<category><![CDATA[howto]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[shell scripting]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[eclipse]]></category>
		<category><![CDATA[ide]]></category>
		<category><![CDATA[shell]]></category>

		<guid isPermaLink="false">http://blog.devonlinux.net/?p=272</guid>
		<description><![CDATA[ShellEd is an interesting plugin that provides some features to who wants to write bash scripts using Eclipse. The main feature ShellEd provides are syntax highlighting autocompletition integration of man pages I&#8217;ve encountered some problems while trying to install it because it has some dependencies and since everytime i&#8217;ve installed it i fell into errors [...]]]></description>
			<content:encoded><![CDATA[<p><a title="get ShellEd" href="http://sourceforge.net/projects/shelled/"><img class="alignright size-full wp-image-285" style="border: 0px;" title="eclipse" src="http://blog.devonlinux.net/wp-content/uploads/2010/09/eclipse.png" alt="" width="150" height="84" align="right" />ShellEd</a> is an interesting plugin that provides some features to who wants to write bash scripts using <a title="Articles tagged Eclipse" href="http://blog.devonlinux.net/tag/eclipse/">Eclipse</a>.</p>
<p>The main feature ShellEd provides are</p>
<ul>
<li>syntax highlighting</li>
<li>autocompletition</li>
<li>integration of man pages</li>
</ul>
<p>I&#8217;ve encountered some problems while trying to install it because it has some dependencies and since everytime i&#8217;ve installed it i fell into errors i decided to write this quick post as a reminder. By the way, I am using Eclipse 3.5.2.</p>
<p>First of all, right now there isn&#8217;t any Update Sites that provides an easy and automatic installation of the plugin, so the easiest thing you can do is to download the plugin and add it as a local archive.</p>
<p>If then you try to install it, Eclipse tells you that ShellEd needs some dependencies that are not satisfied.</p>
<p>In particular it says that a <strong>org.eclipse.dltk.ui </strong>is not found. To solve this you have to install DLTK core library.</p>
<p>Right now there are two different version of DLTK: dltk 1.0 and dltk 2.0 and if you have some other plugin installed (such as PHP developer tool) you can have it installed using version 1.0</p>
<p>At the moment the last release of <span style="text-decoration: underline;">ShellEd is 2.0.0 M3</span> that only works with <span style="text-decoration: underline;">DLTK 2.0</span> so if you have DLTK already installed and you can&#8217;t update it you have to download <span style="text-decoration: underline;">ShellEd 2.0.0 M2</span>.</p>
<p>To have ShellEd up and running you have to satisfy another dependency which is the Man library that comes with <a title="Go to LinuxTools homepage" href="http://www.eclipse.org/linuxtools/">LinuxTools</a> (nda another Eclipse plugin.)</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.devonlinux.net/2010/11/01/shell-editor-in-eclipse-thanks-to-shelled-plugin/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Redmine and Agile Project Management with Scrum-pm</title>
		<link>http://blog.devonlinux.net/2010/09/12/redmine-and-agile-project-management-with-scrum-pm/</link>
		<comments>http://blog.devonlinux.net/2010/09/12/redmine-and-agile-project-management-with-scrum-pm/#comments</comments>
		<pubDate>Sun, 12 Sep 2010 08:48:29 +0000</pubDate>
		<dc:creator>ed0t</dc:creator>
				<category><![CDATA[howto]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[agile]]></category>
		<category><![CDATA[redmine]]></category>
		<category><![CDATA[ruby]]></category>
		<category><![CDATA[scrum]]></category>

		<guid isPermaLink="false">http://blog.devonlinux.net/?p=248</guid>
		<description><![CDATA[Redmine is a flexible project management web application. It&#8217;s released on GPL 2 and it&#8217;s written in Ruby. We decided to install it on this domain to keep track of ideas of possible future projects. We&#8217;ve already started working on some of these ideas and eventually Redmine is getting more and more useful. Since we [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.redmine.org/"><img class="alignright size-full wp-image-260 " style="border: 0px;" title="redmine" src="http://blog.devonlinux.net/wp-content/uploads/2010/09/redmine-stack-icon_5.png" alt="" width="80" height="108" align="right" />Redmine</a> is a flexible project management web application. It&#8217;s released on GPL 2 and it&#8217;s written in Ruby. We decided to install it on this domain to keep track of ideas of possible future projects. We&#8217;ve already started working on some of these ideas and eventually Redmine is getting more and more useful.</p>
<p>Since we are trying to do <a href="http://www.scrumalliance.org/">Scrum</a>, and since we are not close anymore to have a meeting and coding session we started looking for a Redmine plugin that lets us do remote planning and developing using <strong>stories</strong> and <strong>tasks</strong>.</p>
<p>We found <a href="http://www.software-project.eu/EN/scrumpm">Scrum-pm</a>, a great plugin, that makes Redmine &#8220;Agile compliant&#8221; <img src='http://blog.devonlinux.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Here there is a small quick howto to install  <a title="Scrum-pm Redmine plugin" href="http://github.com/software-project/scrum-pm">Scrum-pm</a> on Redmine 1.0.1 using Sqlite as database.</p>
<p>Go to your Redmine root folder and backup your current database ( just to prevent unexpected problems ).</p>
<pre>cd MY_REDMINE_ROOT_FOLDER
cp db/redmine.db db/redmine.db.backup
</pre>
<p>now you can download the plugin using Git from you Redmine root folder:</p>
<pre style="overflow: auto;">git clone git://github.com/software-project/scrum-pm.git vendor/plugins/redmine_sprints
</pre>
<p>You have also to install some dependencies:</p>
<pre style="overflow: auto;">git clone git://github.com/technoweenie/attachment_fu.git vendor/plugins/attachment_fu

sudo gem install googlecharts
</pre>
<p>If you are using <a title="Redmine wiki page on Dreamhost" href="http://wiki.dreamhost.com/Redmine">Redmine on Dreamhost</a>, and you have trouble installing Ruby gems take a look at Dreamhost&#8217;s <a href="http://wiki.dreamhost.com/index.php/RubyGems">RubyGems wikipage</a>.</p>
<p>Once everything is installed you should run:</p>
<pre>rake db:migrate_plugins RAILS_ENV=production</pre>
<p>and it should work just fine!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.devonlinux.net/2010/09/12/redmine-and-agile-project-management-with-scrum-pm/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ubuntu and home directory</title>
		<link>http://blog.devonlinux.net/2010/09/10/ubuntu-and-home-directory/</link>
		<comments>http://blog.devonlinux.net/2010/09/10/ubuntu-and-home-directory/#comments</comments>
		<pubDate>Fri, 10 Sep 2010 12:19:26 +0000</pubDate>
		<dc:creator>neuromancer</dc:creator>
				<category><![CDATA[free software]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[home]]></category>
		<category><![CDATA[installer]]></category>
		<category><![CDATA[partition]]></category>

		<guid isPermaLink="false">http://blog.devonlinux.net/?p=267</guid>
		<description><![CDATA[I&#8217;ve missed this feature for more than two years&#8230; Ubuntu installer can recognize the /home directory when installing, preserving it on successive reinstall. So user doesn&#8217;t need to create separate partition and furthermore doesn&#8217;t need to know anything related with disk and partition, just insert the Ubuntu Cd on your pc and drink a cup [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve <a href="http://ubuntu.stackexchange.com/questions/247/whats-your-recommendation-on-drive-partitioning-schemes-for-a-desktop-and-home-s/3603#3603">missed this feature for more than two years</a>&#8230;<br />
<strong>Ubuntu installer can recognize the /home directory when installing, preserving it on successive reinstall. </strong><br />
So user doesn&#8217;t need to create separate partition and furthermore doesn&#8217;t need to know anything related with disk and partition, just insert the Ubuntu Cd on your pc and drink a cup of tea.</p>
<p>This a real useful functionality (personal data always preserved) and more simple installing process.<br />
Ubuntu rock!</p>
<p>Great tips <a href="http://castrojo.tumblr.com/post/1093664654/no-need-to-complicate-your-life">Jorge</a>!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.devonlinux.net/2010/09/10/ubuntu-and-home-directory/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<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 [...]]]></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 [...]]]></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>
	</channel>
</rss>

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

