<?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 &#187; software</title>
	<atom:link href="http://blog.devonlinux.net/category/software/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>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<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 [...]]]></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>
		<item>
		<title>Tesseract tif alpha layer</title>
		<link>http://blog.devonlinux.net/2009/10/26/tesseract-tif-alpha-layer/</link>
		<comments>http://blog.devonlinux.net/2009/10/26/tesseract-tif-alpha-layer/#comments</comments>
		<pubDate>Mon, 26 Oct 2009 17:50:05 +0000</pubDate>
		<dc:creator>neuromancer</dc:creator>
				<category><![CDATA[gnu/linux]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[bug]]></category>
		<category><![CDATA[imagemagick]]></category>
		<category><![CDATA[ocr]]></category>
		<category><![CDATA[tesseract]]></category>

		<guid isPermaLink="false">http://blog.devonlinux.net/?p=151</guid>
		<description><![CDATA[Just a quick post about tesseract, a quite good solution for OCR under GNU/Linux (specifically Ubuntu Karmic Koala). First install it trough apt-get sudo apt-get tesseract-ocr Install also your preferred language (in my case eng -> tesseract-ocr-eng and ita -> tesseract-ocr-ita). Ok, we are ready to do some text recognition&#8230; But, under Karmic Koala, there [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://blog.devonlinux.net/wp-content/uploads/2009/10/ocr_1.png" alt="ocr_1" title="ocr_1" width="129" height="141" class="alignright size-full wp-image-155" align="right" />Just a quick post about <a href="http://code.google.com/p/tesseract-ocr/">tesseract</a>, a quite good solution for OCR under GNU/Linux (specifically Ubuntu Karmic Koala).<br />
First install it trough apt-get<br />
<code>sudo apt-get tesseract-ocr</code><br />
Install also your preferred language (in my case eng -> tesseract-ocr-eng and ita -> tesseract-ocr-ita).</p>
<p>Ok, we are ready to do some text recognition&#8230;<br />
But, under Karmic Koala, there is a problem with tif image as reported by myself here: <a href="https://bugs.launchpad.net/ubuntu/+source/tesseract/+bug/461177">https://bugs.launchpad.net/ubuntu/+source/tesseract/+bug/461177</a><br />
The problem is due to a transparent alpha layer that some tif images have (<del datetime="2009-10-26T18:08:34+00:00">investigation needed here&#8230;</del>*), so before do text recognition is necessary to eliminate it, elsewhere tesseract will generate an empty file&#8230;<br />
Just install imagemagick and from a shell do this steps:<br />
<code>convert inputimage.tif inputimage_tmp.pbm<br />
convert inputimage_tmp.pbm inputimage_ok.tif</code><br />
<a href="http://groups.google.com/group/tesseract-ocr/browse_thread/thread/2434f09ed180c092/e5ed41969097c708?lnk=gst&#038;q=screenshot#e5ed41969097c708">Original solution founded here.</a></p>
<p>Now we are finally ready to launch tesseract on our tif image.<br />
Just do<br />
<code>tesseract inputimage_ok.tif outputfile</code><br />
and tesseract will generate outputfile.txt with recognized text.</p>
<p>ps. The packaged version under karmic is 2.03 and not the last one, 2.04, that, <a href="http://code.google.com/p/tesseract-ocr/issues/detail?id=160">as advised on this page</a>, fixed it. So if you prefer, remove old version and install the new version from source.</p>
<p>* Solved. In Gimp is possible to remove the alpha layer. Just go to<br />
Layer (Livello) -> Transparency (Trasparenza) -> Remove alpha layer (Rimuovi canale alpha)</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.devonlinux.net/2009/10/26/tesseract-tif-alpha-layer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>State of sound stack in GNU/Linux</title>
		<link>http://blog.devonlinux.net/2009/08/22/state-of-sound-stack-in-gnulinux/</link>
		<comments>http://blog.devonlinux.net/2009/08/22/state-of-sound-stack-in-gnulinux/#comments</comments>
		<pubDate>Sat, 22 Aug 2009 10:11:44 +0000</pubDate>
		<dc:creator>neuromancer</dc:creator>
				<category><![CDATA[gnu/linux]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[software]]></category>

		<guid isPermaLink="false">http://blog.devonlinux.net/?p=101</guid>
		<description><![CDATA[pulseaudio, alsa, oss,]]></description>
			<content:encoded><![CDATA[<p>Great article by <strong>Colin Guthrie</strong>, a Pulseaudio hacker (read it as developer), about the <a title="Sound on GNU/Linux" href="http://colin.guthr.ie/2009/08/sound-on-linux-anti-fud-calm-certainty-and-confidence/">actual state of sound stack in GNU/Linux</a>.</p>
<p>Many improvements are done to ALSA and now the code is better and cleaned in the kernel driver while the userspace library it&#8217;s rather complex, for backward compatibility. Pulseaudio, the sound server, go forward, and manage some new requirements of an actual multi-user, multi-source desktop environment, like, quote Colin:</p>
<ul>
<li>Software mixing</li>
<li>Independent (per-application) volume control</li>
<li>Dealing with permissions (is the user allowed to access the sound device?)</li>
<li>Dealing with Bluetooth devices</li>
<li>Dealing with Network based devices (UPnP, Apple Airtunes, Native PulseAudio etc).</li>
<li>Handling the moving of streams between outputs.</li>
<li>Handling sound from remote applications run via X11 over a network.</li>
<li>Dealing with routing policy (Music goes to USB speakers, Desktop sound events to built in speakers, VoIP to Bluetooth headset)</li>
<li>Effects to promote HCI (e.g. positional event sounds  – button clicks etc, coming out louder on the left hand speaker when triggered from the left hand side of the desktop)</li>
<li>Power Consumption and Efficient savings.</li>
<li>Reduces risk of buffer under-runs.</li>
</ul>
<p>So, GNU/Linux users stay calm and contribute everyone in your manner to the <acronym title="Free Libre Open Source Software">FLOSS</acronym> world.<br />
Also the sound stack is an a good state <img src='http://blog.devonlinux.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://blog.devonlinux.net/2009/08/22/state-of-sound-stack-in-gnulinux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mirror Thunderbird calendars to Evolution Data Server</title>
		<link>http://blog.devonlinux.net/2009/04/16/mirror-thunderbird-calendars-to-evolution-data-server/</link>
		<comments>http://blog.devonlinux.net/2009/04/16/mirror-thunderbird-calendars-to-evolution-data-server/#comments</comments>
		<pubDate>Thu, 16 Apr 2009 08:33:42 +0000</pubDate>
		<dc:creator>ed0t</dc:creator>
				<category><![CDATA[howto]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[evolution]]></category>
		<category><![CDATA[evolution mirror]]></category>
		<category><![CDATA[gnome]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[syncit]]></category>
		<category><![CDATA[thunderbird]]></category>

		<guid isPermaLink="false">http://blog.devonlinux.net/?p=83</guid>
		<description><![CDATA[I have recently discovered Evolution Mirror, an interesting Thunderbird add-on that aims to mirror Thunderbird calendars to Evolution Data Server. This lets me to manage my calendars with Thunderbird as usual and to see my events in the Gnome Clock applet. It is still in development but it is a great intitiative of Teester because [...]]]></description>
			<content:encoded><![CDATA[<p>I have recently discovered <a title="Go to Evolution Mirror add-on" href="https://addons.mozilla.org/en-US/thunderbird/addon/9656">Evolution Mirror</a>, an interesting Thunderbird add-on that aims to mirror Thunderbird calendars to Evolution Data Server. This lets me to manage my calendars with Thunderbird as usual and to see my events in the Gnome Clock applet.</p>
<p><img class="alignright size-full wp-image-89" title="gnomeclock" src="http://blog.devonlinux.net/wp-content/uploads/2009/04/gnomeclock.jpg" alt="gnomeclock" width="200" height="195" align="right" />It is still in development but it is a great intitiative of <a title="Go to user page" href="https://addons.mozilla.org/en-US/thunderbird/user/36228">Teester</a> because it&#8217;s a good way to integrate Thunderbird with Gnome.</p>
<p>The plugin is written in Python, and <strong>it needs the python-evolution binding</strong>. Now i will explain you how to install it. I am using Ubuntu 8.10 Intrepid Ibex 64 bit version.</p>
<p>Obviously you need on your system Thunderbird and its calendar extension: <a title="Go to Lightning add-on page" href="https://addons.mozilla.org/en-US/thunderbird/addon/2313">Lightning</a>.</p>
<p>Open <em>Synaptic</em> and install these packages and their dependencies:</p>
<pre>python2.5-dev, python-gtk2-dev, libecal1.2-dev,
libgdk-pixbuf-dev, libebook1.2-dev</pre>
<p>or using a terminal:</p>
<pre>sudo apt-get install python2.5-dev python-gtk2-dev libecal1.2-dev \
libgdk-pixbuf-dev libebook1.2-dev</pre>
<p>Download the evolution-python binding from <a title="Go to evolution-python page" href="http://www.conduit-project.org/wiki/evolution-python">Conduit site</a>.</p>
<p>Open a terminal and digit:</p>
<pre>tar zxvf evolution-python-0.0.4
cd evolution-python-0.0.4
./configure
make
sudo make install</pre>
<p>Well done, now evolution-python bindings are installed. Now <a title="Download Evolution Mirror" href="https://addons.mozilla.org/en-US/thunderbird/addon/9656">download Evolution Mirror</a> add-on and add it to your Thunderbird Add-ons.</p>
<p>Open Evolution, create an account. You have to do this because it creates some basic data such as the <em>Personal</em> calendar.</p>
<p>Now open your Thunderbird and start add Tasks or Events and you&#8217;ll see them on the Gnome Clock applet.</p>
<p>As i have already said, the plugin is still in development, for now it does not add events and tasks that has been already inserted before. It also merge all calendars&#8217; data in one unique Evolution calendar. These are some missing but i think and hope that they will be fixed soon.</p>
<p>Anyway is a great work! I hope to have time to help the developer in this add-on, also because it will be very useful with my still-in-development tool called <a title="Go to SyncIt Trac page" href="http://syncit.ed0t.devonlinux.net/">SyncIt</a>. Take a look on my Trac to know something about it even if it is not updated and poorly documented.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.devonlinux.net/2009/04/16/mirror-thunderbird-calendars-to-evolution-data-server/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Use Eclipse with Mylyn and Trac via TracXMLRPC</title>
		<link>http://blog.devonlinux.net/2009/04/14/use-eclipse-with-mylyn-and-trac-via-tracxmlrpc/</link>
		<comments>http://blog.devonlinux.net/2009/04/14/use-eclipse-with-mylyn-and-trac-via-tracxmlrpc/#comments</comments>
		<pubDate>Tue, 14 Apr 2009 14:09:04 +0000</pubDate>
		<dc:creator>ed0t</dc:creator>
				<category><![CDATA[howto]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[bug tracking]]></category>
		<category><![CDATA[eclipse]]></category>
		<category><![CDATA[mylyn]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[trac]]></category>

		<guid isPermaLink="false">http://blog.devonlinux.net/?p=47</guid>
		<description><![CDATA[Today i&#8217;ve decided to add to my Eclipse IDE the Mylyn plugin, an add-on that lets manage bugs and planning of a project inside the IDE itself. Mylyn can be used with a lot of bug tracking tools and since i use Trac i&#8217;ve decided to link them together inside Eclipse. I assume you have [...]]]></description>
			<content:encoded><![CDATA[<p>Today i&#8217;ve decided to add to my Eclipse IDE the <a title="Go to Mylyn plugin offical site" href="http://www.eclipse.org/mylyn/">Mylyn plugin</a>, an add-on that lets manage bugs and planning of a project inside the IDE itself. Mylyn can be used with a lot of bug tracking tools and since i use Trac i&#8217;ve decided to link them together inside Eclipse.</p>
<p>I assume you have <a title="Read how to install Trac on Dreamhost" href="http://blog.devonlinux.net/2008/04/21/install-trac-on-dreamhost/">installed Trac on your local server, or on your Dreamhost account</a>. To enable communication between Trac and Mylyn we have to install and enable the XmlRpcPlugin that you can download from <a title="Go to Trac-hacks plugin" href="http://trac-hacks.org/wiki/XmlRpcPlugin">trac-hacks</a>.</p>
<p>After the download, copy your plugin on the system where Trac is installed. Uncompress the archive and go to the <em>0.10</em> folder if you have Trac 0.10 or <em>trunk</em> folder otherwise.</p>
<p>Now digit these commands:</p>
<pre>chmod 755 -R *
python setup.py bdist_egg</pre>
<p>Wait until the Python egg is created and then copy it into the <em>plugins</em> directory of your Trac environment. The egg file is in the <em>dist</em> directory created during the egg building.</p>
<p>Now go into your Admin account of your Trac web interface and go to Plugins page. You&#8217;ll see a TracXMLRPC 0.1 field. Clicking on it you&#8217;ll see some component. You have to enable these components as shown in the next figure.</p>
<p><img class="aligncenter size-full wp-image-64" title="Trac XMLRPC plugin components" src="http://blog.devonlinux.net/wp-content/uploads/2009/04/trac.jpg" alt="Trac XMLRPC plugin components" width="500" height="429" align="center" /></p>
<p>Well we&#8217;ve almost done. Now we have to install Mylyn and Mylyn extras into Eclipse.</p>
<p>Start Eclipse and click on <em>Help</em> -&gt; <em>Software Updates</em>. Click on the <em>Availabe Software</em> tab. Click on <em>Add Site</em> button and paste these two &#8220;repository&#8221;:</p>
<pre>http://download.eclipse.org/tools/mylyn/update/e3.4

http://download.eclipse.org/tools/mylyn/update/extras</pre>
<p>Now select to install these features:</p>
<p><img class="aligncenter size-full wp-image-73" title="Mylyn Plugin" src="http://blog.devonlinux.net/wp-content/uploads/2009/04/mylyn.jpg" alt="Mylyn Plugin" width="411" height="414" align="center" /></p>
<p>Wait until Eclipse asks you to restart to update changes and then you&#8217;ll be able to use Mylyn with your Trac environment.</p>
<p><a class="external free" title="http://download.eclipse.org/tools/mylyn/update/extras" rel="nofollow" href="http://download.eclipse.org/tools/mylyn/update/extras"><br />
</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.devonlinux.net/2009/04/14/use-eclipse-with-mylyn-and-trac-via-tracxmlrpc/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Seek</title>
		<link>http://blog.devonlinux.net/2008/03/08/seek/</link>
		<comments>http://blog.devonlinux.net/2008/03/08/seek/#comments</comments>
		<pubDate>Sat, 08 Mar 2008 19:54:52 +0000</pubDate>
		<dc:creator>neuromancer</dc:creator>
				<category><![CDATA[software]]></category>
		<category><![CDATA[faceted browsing]]></category>
		<category><![CDATA[innovation]]></category>
		<category><![CDATA[mit]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[seek]]></category>
		<category><![CDATA[thunderbird]]></category>

		<guid isPermaLink="false">http://blog.devonlinux.net/2008/03/08/seek/</guid>
		<description><![CDATA[Directly from MIT, Seek, simple faceted browsing of your mailbox. This plugin is released for Mozilla Thunderbird. There is also a good screencast: watch, download the plugin, install, love it&#8230; Open Source Innovation, of course!]]></description>
			<content:encoded><![CDATA[<p>Directly from MIT, <a href="http://simile.mit.edu/seek/" title="Seek, plugin for thunderbird">Seek</a>, simple faceted browsing of your mailbox.<br />
This plugin  is released for <a href="http://www.mozilla.com/en-US/thunderbird/" title="Thunderbird, our favorite mail client">Mozilla Thunderbird</a>.</p>
<p>There is also a <a href="http://www.vimeo.com/758863/" title="Screencast of SEEK, thunderbird plugin">good screencast</a>: watch, download the plugin, install, love it&#8230;</p>
<p>Open Source Innovation, of course!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.devonlinux.net/2008/03/08/seek/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

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