<?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>OpenComputer.net &#187; Utilities</title>
	<atom:link href="http://opencomputer.net/category/utilities/feed/" rel="self" type="application/rss+xml" />
	<link>http://opencomputer.net</link>
	<description>Open Source world for a free computer</description>
	<lastBuildDate>Thu, 20 Jan 2011 16:42:28 +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>Diff with vimdiff</title>
		<link>http://opencomputer.net/2011/01/20/diff-with-vimdiff/</link>
		<comments>http://opencomputer.net/2011/01/20/diff-with-vimdiff/#comments</comments>
		<pubDate>Thu, 20 Jan 2011 16:42:28 +0000</pubDate>
		<dc:creator>Danilo</dc:creator>
				<category><![CDATA[Tips]]></category>
		<category><![CDATA[Utilities]]></category>

		<guid isPermaLink="false">http://opencomputer.net/?p=417</guid>
		<description><![CDATA[For those who are vim fans, a quick tip on how to run a diff/merge  task: Open the files with: vimdiff file1 file2 file3   &#8211;&#62; Vertical split is default vimdiff -o file1 file2 file3  &#8211;&#62; If you&#8217;d like horizontal split of files To jump between files: Ctrl-W w To jump places where differences are [...]]]></description>
			<content:encoded><![CDATA[<!--S-ButtonZ 1.1.5 Start--><div style="float: right; width: 42px; padding-right: 10px; margin: 0 0 0 10px;">
		<script type="text/javascript">
		<!--
		reddit_url = "http://opencomputer.net/2011/01/20/diff-with-vimdiff/";
		reddit_title = "Diff with vimdiff";
		//-->
		</script>
		<script type="text/javascript" src="http://www.reddit.com/button.js?t=2"></script></div><div style="float: right; width: 42px; padding-right: 10px; margin: 0 0 0 10px;">
		<script type="text/javascript">
		<!--
		digg_url = "http://opencomputer.net/2011/01/20/diff-with-vimdiff/";
		digg_bgcolor = "#ffa200";
		digg_skin = "";
		digg_window = "new";
		digg_title = "Diff with vimdiff";
		digg_media = "news";
		digg_topic = "";
		digg_bodytext = "";
		//-->
		</script>
		<script src="http://digg.com/tools/diggthis.js" type="text/javascript"></script></div><!--S-ButtonZ 1.1.5 End--><p>For those who are vim fans, a quick tip on how to run a diff/merge  task:</p>
<p>Open the files with:</p>
<p style="padding-left: 30px;">vimdiff file1 file2 file3   &#8211;&gt; Vertical split is default</p>
<p style="padding-left: 30px;">vimdiff -o file1 file2 file3  &#8211;&gt; If you&#8217;d like horizontal split of files</p>
<p>To jump between files:</p>
<p style="padding-left: 30px;">Ctrl-W w</p>
<p>To jump places where differences are found:</p>
<p style="padding-left: 30px;">]c    &#8211;&gt; to see next part of a change</p>
<p style="padding-left: 30px;">[c   --&gt; to go back to the start of a previous part of a change</p>
<p>These are just the quick basics, there are a ton of other commands listed on <a title="Vimdiff doc" href="http://vimdoc.sourceforge.net/htmldoc/diff.html" target="_blank">Vim&#8217;s documentation page</a>.</p>
<div style="clear:both;">&nbsp;</div>]]></content:encoded>
			<wfw:commentRss>http://opencomputer.net/2011/01/20/diff-with-vimdiff/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Encrypt files with GnuPG</title>
		<link>http://opencomputer.net/2010/08/01/encrypt-files-with-gnupg/</link>
		<comments>http://opencomputer.net/2010/08/01/encrypt-files-with-gnupg/#comments</comments>
		<pubDate>Sun, 01 Aug 2010 13:21:35 +0000</pubDate>
		<dc:creator>Danilo</dc:creator>
				<category><![CDATA[Tips]]></category>
		<category><![CDATA[Utilities]]></category>
		<category><![CDATA[encryption]]></category>
		<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://opencomputer.net/?p=405</guid>
		<description><![CDATA[Here is a simple and quick way for you to encrypt files in Linux: gpg &#8211;output doc.gpg &#8211;encrypt &#8211;recipient EmailofRecipient@blah.com original_file.doc Further explained: &#8211;output (or -o) is the name of the encrypted file &#8211;recipient (or -r) is the person who will be decrypting the file. If the file is for yourself only, use the email [...]]]></description>
			<content:encoded><![CDATA[<!--S-ButtonZ 1.1.5 Start--><div style="float: right; width: 42px; padding-right: 10px; margin: 0 0 0 10px;">
		<script type="text/javascript">
		<!--
		reddit_url = "http://opencomputer.net/2010/08/01/encrypt-files-with-gnupg/";
		reddit_title = "Encrypt files with GnuPG";
		//-->
		</script>
		<script type="text/javascript" src="http://www.reddit.com/button.js?t=2"></script></div><div style="float: right; width: 42px; padding-right: 10px; margin: 0 0 0 10px;">
		<script type="text/javascript">
		<!--
		digg_url = "http://opencomputer.net/2010/08/01/encrypt-files-with-gnupg/";
		digg_bgcolor = "#ffa200";
		digg_skin = "";
		digg_window = "new";
		digg_title = "Encrypt files with GnuPG";
		digg_media = "news";
		digg_topic = "";
		digg_bodytext = "";
		//-->
		</script>
		<script src="http://digg.com/tools/diggthis.js" type="text/javascript"></script></div><!--S-ButtonZ 1.1.5 End--><p>Here is a simple and quick way for you to encrypt files in Linux:</p>
<blockquote><p><strong>gpg &#8211;output doc.gpg &#8211;encrypt &#8211;recipient EmailofRecipient@blah.com original_file.doc</strong></p></blockquote>
<p>Further explained:</p>
<ul>
<li><strong>&#8211;output (or -o)</strong> is the name of the encrypted file</li>
<li><strong>&#8211;recipient</strong> <strong>(or -r)</strong> is the person who will be decrypting the file. If the file is for yourself only, use the email address of your GPG key.</li>
</ul>
<p>To decrypt:</p>
<pre style="padding-left: 30px;"><tt><strong>gpg --output output_file.doc --decrypt doc.gpg</strong></tt></pre>
<p>I recently used this to encrypt a sensitive file before placing it on my Dropbox account. Nice safe way to place a private document in the cloud.</p>
<p>Reference, <a title="GnuPG" href="http://www.gnupg.org/gph/en/manual/x110.html" target="_blank">GnuPG manual</a>.</p>
<div style="clear:both;">&nbsp;</div>]]></content:encoded>
			<wfw:commentRss>http://opencomputer.net/2010/08/01/encrypt-files-with-gnupg/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Gwibber microblogging app now 2.0 [Linux]</title>
		<link>http://opencomputer.net/2009/10/25/gwibber-microblogging-app-now-2-0-linux/</link>
		<comments>http://opencomputer.net/2009/10/25/gwibber-microblogging-app-now-2-0-linux/#comments</comments>
		<pubDate>Sun, 25 Oct 2009 20:35:13 +0000</pubDate>
		<dc:creator>Danilo</dc:creator>
				<category><![CDATA[Utilities]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://opencomputer.net/?p=392</guid>
		<description><![CDATA[Gwibber, an open source microblogging app for Gnome has now reached version 2.0! Although at 2.0, the developers are not considering this a stable release yet and not making it available on the stable distribution channels. What I could notice first from the upgrade was the UI from: to Which means: it is now easier [...]]]></description>
			<content:encoded><![CDATA[<!--S-ButtonZ 1.1.5 Start--><div style="float: right; width: 42px; padding-right: 10px; margin: 0 0 0 10px;">
		<script type="text/javascript">
		<!--
		reddit_url = "http://opencomputer.net/2009/10/25/gwibber-microblogging-app-now-2-0-linux/";
		reddit_title = "Gwibber microblogging app now 2.0 [Linux]";
		//-->
		</script>
		<script type="text/javascript" src="http://www.reddit.com/button.js?t=2"></script></div><div style="float: right; width: 42px; padding-right: 10px; margin: 0 0 0 10px;">
		<script type="text/javascript">
		<!--
		digg_url = "http://opencomputer.net/2009/10/25/gwibber-microblogging-app-now-2-0-linux/";
		digg_bgcolor = "#ffa200";
		digg_skin = "";
		digg_window = "new";
		digg_title = "Gwibber microblogging app now 2.0 [Linux]";
		digg_media = "news";
		digg_topic = "";
		digg_bodytext = "";
		//-->
		</script>
		<script src="http://digg.com/tools/diggthis.js" type="text/javascript"></script></div><!--S-ButtonZ 1.1.5 End--><p style="text-align: left;"><strong><a title="Gwibber" href="http://opencomputer.net/2008/12/06/using-twitter-on-gnome-linux/" target="_blank">Gwibber</a></strong>, an open source microblogging app for Gnome has now reached version 2.0!</p>
<p style="text-align: left;">Although at 2.0, the developers are not considering this a stable release yet and not making it available on the stable distribution channels. What I could notice first from the upgrade was the UI from:</p>
<p style="text-align: center;"><img class="aligncenter" title="Gwibber" src="http://opencomputer.net/wp-content/uploads/2008/12/gwibber-153x300.png" alt="" width="153" height="300" />to</p>
<p style="text-align: center;"><img class="size-medium wp-image-393 alignnone" title="Gwibber 2.0" src="http://opencomputer.net/wp-content/uploads/2009/10/gwibber-searchpng-243x300.png" alt="Gwibber 2.0" width="243" height="300" /></p>
<p>Which means:</p>
<ul>
<li>it is now easier to jump between different accounts (Gwibber supports Identi.ca, Twitter, Facebook, Digg, StatusNet, Flickr and more).</li>
<li>You can easily post to only one account.</li>
<li>Easy &#8220;re-dent&#8221; / &#8220;re-tweet&#8221;.</li>
</ul>
<p>I&#8217;m sure there are more behind the scenes improvements but so far I haven&#8217;t seen any list. For now, the upgrade was worthwhile.</p>
<div style="clear:both;">&nbsp;</div>]]></content:encoded>
			<wfw:commentRss>http://opencomputer.net/2009/10/25/gwibber-microblogging-app-now-2-0-linux/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Recover deleted files with Magic Rescue</title>
		<link>http://opencomputer.net/2009/10/18/recover-deleted-files-with-magic-rescue/</link>
		<comments>http://opencomputer.net/2009/10/18/recover-deleted-files-with-magic-rescue/#comments</comments>
		<pubDate>Sun, 18 Oct 2009 10:01:24 +0000</pubDate>
		<dc:creator>Danilo</dc:creator>
				<category><![CDATA[Utilities]]></category>

		<guid isPermaLink="false">http://opencomputer.net/?p=390</guid>
		<description><![CDATA[If you&#8217;re trying to recover deleted files or files in a corrupted partition, you might want to give Magic Rescue a try. With this command-line tool you will basically be looking for specific file types (searching by their extension). So, for a massive file recovery task, it will not be a good approach. The program [...]]]></description>
			<content:encoded><![CDATA[<!--S-ButtonZ 1.1.5 Start--><div style="float: right; width: 42px; padding-right: 10px; margin: 0 0 0 10px;">
		<script type="text/javascript">
		<!--
		reddit_url = "http://opencomputer.net/2009/10/18/recover-deleted-files-with-magic-rescue/";
		reddit_title = "Recover deleted files with Magic Rescue";
		//-->
		</script>
		<script type="text/javascript" src="http://www.reddit.com/button.js?t=2"></script></div><div style="float: right; width: 42px; padding-right: 10px; margin: 0 0 0 10px;">
		<script type="text/javascript">
		<!--
		digg_url = "http://opencomputer.net/2009/10/18/recover-deleted-files-with-magic-rescue/";
		digg_bgcolor = "#ffa200";
		digg_skin = "";
		digg_window = "new";
		digg_title = "Recover deleted files with Magic Rescue";
		digg_media = "news";
		digg_topic = "";
		digg_bodytext = "";
		//-->
		</script>
		<script src="http://digg.com/tools/diggthis.js" type="text/javascript"></script></div><!--S-ButtonZ 1.1.5 End--><p>If you&#8217;re trying to recover deleted files or files in a corrupted partition, you might want to give <strong><a title="Recover files with Magic Rescue" href="http://www.student.dtu.dk/~s042078/magicrescue/" target="_blank">Magic Rescue</a></strong> a try. With this command-line tool you will basically be looking for specific file types (searching by their extension). So, for a massive file recovery task, it will not be a good approach.</p>
<p>The program uses what it calls &#8220;recipes&#8221; as the instruction of which files to look for and how to do so. On a standard installation of Magic Rescue on my Ubuntu 9.04 distro, I got the following recipes (located at /usr/share/magicrescue/recipes) :</p>
<ul>
<li>avi</li>
<li>elf</li>
<li>gimp-xcf</li>
<li>gzip</li>
<li>jpeg-jfif</li>
<li>mp3-id3v2</li>
<li>perl</li>
<li>zip</li>
<li>canon-cr2</li>
<li>flac</li>
<li>gpl</li>
<li>jpeg-exif</li>
<li>mp3-id3v1</li>
<li>msoffice</li>
<li> png</li>
</ul>
<p>If you&#8217;d like you can write your own recipe, the man page will instruct you how to do so.</p>
<p>To start looking for files, make sure you create an output directory and than execute:</p>
<p>magicrescue -r [name of recipe] -d [output directory] [DEVICE PATH, eg /dev/sda]</p>
<p>*more options and parameters are available, the above are the mandatory ones.</p>
<p>I used it testing .avi extensions and it worked pretty well to recover some files I had deleted even a long time ago.</p>
<div style="clear:both;">&nbsp;</div>]]></content:encoded>
			<wfw:commentRss>http://opencomputer.net/2009/10/18/recover-deleted-files-with-magic-rescue/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Arora &#8211; completely FLOSS Webkit browser</title>
		<link>http://opencomputer.net/2009/09/06/arora-completely-floss-webkit-browser/</link>
		<comments>http://opencomputer.net/2009/09/06/arora-completely-floss-webkit-browser/#comments</comments>
		<pubDate>Sun, 06 Sep 2009 10:28:32 +0000</pubDate>
		<dc:creator>Danilo</dc:creator>
				<category><![CDATA[Utilities]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[macos x]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://opencomputer.net/?p=385</guid>
		<description><![CDATA[If you want to run a WebKit web browser with no strings attached (unlike Safari and Google Chrome), Arora is surely worth a try. First plus is that it runs on Linux, Windows and MacOS X. It is fast, has private browsing and looks like it has some plug-in support. Another good news is the [...]]]></description>
			<content:encoded><![CDATA[<!--S-ButtonZ 1.1.5 Start--><div style="float: right; width: 42px; padding-right: 10px; margin: 0 0 0 10px;">
		<script type="text/javascript">
		<!--
		reddit_url = "http://opencomputer.net/2009/09/06/arora-completely-floss-webkit-browser/";
		reddit_title = "Arora &#8211; completely FLOSS Webkit browser";
		//-->
		</script>
		<script type="text/javascript" src="http://www.reddit.com/button.js?t=2"></script></div><div style="float: right; width: 42px; padding-right: 10px; margin: 0 0 0 10px;">
		<script type="text/javascript">
		<!--
		digg_url = "http://opencomputer.net/2009/09/06/arora-completely-floss-webkit-browser/";
		digg_bgcolor = "#ffa200";
		digg_skin = "";
		digg_window = "new";
		digg_title = "Arora &#8211; completely FLOSS Webkit browser";
		digg_media = "news";
		digg_topic = "";
		digg_bodytext = "";
		//-->
		</script>
		<script src="http://digg.com/tools/diggthis.js" type="text/javascript"></script></div><!--S-ButtonZ 1.1.5 End--><p>If you want to run a WebKit web browser with no strings attached (unlike Safari and Google Chrome), <strong><a title="Arora" href="http://code.google.com/p/arora/" target="_blank">Arora</a></strong> is surely worth a try.</p>
<p><img class="aligncenter size-medium wp-image-386" title="desktop_gnome" src="http://opencomputer.net/wp-content/uploads/2009/09/desktop_gnome-300x275.png" alt="desktop_gnome" width="300" height="275" /></p>
<p>First plus is that it runs on Linux, Windows and MacOS X. It is fast, has private browsing and looks like it has some plug-in support. Another good news is the <a title="Kubuntu 9.10 Arora" href="https://wiki.kubuntu.org/KarmicKoala/Alpha3/Kubuntu" target="_blank">announcement Kubuntu will carry Arora as its default browser in the 9.10 release</a>.</p>
<div style="clear:both;">&nbsp;</div>]]></content:encoded>
			<wfw:commentRss>http://opencomputer.net/2009/09/06/arora-completely-floss-webkit-browser/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Compare files in Linux</title>
		<link>http://opencomputer.net/2009/07/26/compare-files-in-linux/</link>
		<comments>http://opencomputer.net/2009/07/26/compare-files-in-linux/#comments</comments>
		<pubDate>Sun, 26 Jul 2009 20:03:22 +0000</pubDate>
		<dc:creator>Danilo</dc:creator>
				<category><![CDATA[Utilities]]></category>
		<category><![CDATA[Web services]]></category>
		<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://opencomputer.net/?p=377</guid>
		<description><![CDATA[Not long ago I was working with some .po files and needed a nice and simple diff program to merge 2 files. First I tried the multi-purposed text editor vim. Using vim as a diff and merge tool: with Andrej&#8217;s article I found some nice tips &#38; tricks and the Vim manual for diff tasks. [...]]]></description>
			<content:encoded><![CDATA[<!--S-ButtonZ 1.1.5 Start--><div style="float: right; width: 42px; padding-right: 10px; margin: 0 0 0 10px;">
		<script type="text/javascript">
		<!--
		reddit_url = "http://opencomputer.net/2009/07/26/compare-files-in-linux/";
		reddit_title = "Compare files in Linux";
		//-->
		</script>
		<script type="text/javascript" src="http://www.reddit.com/button.js?t=2"></script></div><div style="float: right; width: 42px; padding-right: 10px; margin: 0 0 0 10px;">
		<script type="text/javascript">
		<!--
		digg_url = "http://opencomputer.net/2009/07/26/compare-files-in-linux/";
		digg_bgcolor = "#ffa200";
		digg_skin = "";
		digg_window = "new";
		digg_title = "Compare files in Linux";
		digg_media = "news";
		digg_topic = "";
		digg_bodytext = "";
		//-->
		</script>
		<script src="http://digg.com/tools/diggthis.js" type="text/javascript"></script></div><!--S-ButtonZ 1.1.5 End--><p>Not long ago I was working with some .po files and needed a nice and simple diff program to merge 2 files. First I tried the multi-purposed text editor <a title="Vim" href="http://www.vim.org/" target="_blank"><strong>vim</strong></a>.</p>
<p><span style="text-decoration: underline;"><strong>Using vim as a diff and merge tool:</strong></span></p>
<p>with <a title="Blog post about vim diff" href="http://andrejk.blogspot.com/2008/04/vimdiff-howto.html" target="_blank">Andrej&#8217;s article</a> I found some nice tips &amp; tricks and the <a title="Vim diff manual" href="http://vimdoc.sourceforge.net/htmldoc/usr_08.html" target="_blank">Vim manual for diff</a> tasks. Some useful commands,</p>
<ul>
<li>&#8220;<strong>vim -o one.txt two.txt three.txt</strong>&#8221; (for horizontal split), &#8220;<strong>vim -O one.txt two.txt three.txt</strong> &#8221; (for vertical split)</li>
<li>go to the next diff point   &#8221; <strong>]c </strong>&#8220;; go to previous diff point &#8220;<strong> [c </strong>&#8220;</li>
<li>merge to original &#8220;<strong>do</strong>&#8220;, merge from original &#8220;<strong>dp</strong>&#8220;.</li>
</ul>
<p>The window you&#8217;ll be looking at will look something like this:</p>
<p style="text-align: center;"><img class="size-medium wp-image-378  aligncenter" title="vimdiff" src="http://opencomputer.net/wp-content/uploads/2009/07/vimdiff-300x209.png" alt="vimdiff" width="300" height="209" /></p>
<p style="text-align: left;">Where text highlighted red will display text which doesn&#8217;t match from the files being compared.</p>
<p>Another tool I found was <a title="Meld" href="http://meld.sourceforge.net/" target="_blank"><strong>Meld</strong></a>. This program was incredibly simple to use and visually simple to work with.</p>
<p><span style="text-decoration: underline;"><strong>Using Meld Diff Viewer:</strong></span></p>
<ul>
<li>open the files (or directories) which you&#8217;d like to compare;</li>
<li>you will visually see where on the original file the text is at on the other file(s) being compared. Specially useful if the text in the files you&#8217;re comparing are in completely separate lines;</li>
<li>clicking on arrows between the files being compared, the text will go to or from the original file.</li>
</ul>
<p style="text-align: center;"><img class="size-medium wp-image-379  aligncenter" title="meld_file1" src="http://opencomputer.net/wp-content/uploads/2009/07/meld_file1-300x222.png" alt="meld_file1" width="300" height="222" /><span style="text-decoration: underline;"><strong></strong></span></p>
<p style="text-align: left;"><span style="text-decoration: underline;"><strong>Conclusion:</strong></span></p>
<p>if you&#8217;re working on the command line, vim will do the job quite nicely but can be troublesome to inform you if text in both files are the same but spaced out in different line numbers. On the other hand, Meld was the tool I used for the task since there was basically no learning curve to get started and it displayed very well differences and matches in the file even if text were separated by dozens of line between both files I was comparing.</p>
<div style="clear:both;">&nbsp;</div>]]></content:encoded>
			<wfw:commentRss>http://opencomputer.net/2009/07/26/compare-files-in-linux/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Gnash supports YouTube [linux]</title>
		<link>http://opencomputer.net/2009/07/11/gnash-supports-youtube-linux/</link>
		<comments>http://opencomputer.net/2009/07/11/gnash-supports-youtube-linux/#comments</comments>
		<pubDate>Sat, 11 Jul 2009 20:32:16 +0000</pubDate>
		<dc:creator>Danilo</dc:creator>
				<category><![CDATA[Utilities]]></category>

		<guid isPermaLink="false">http://opencomputer.net/?p=372</guid>
		<description><![CDATA[Gnash, the freedom alternative to Adobe Flash Player now supports displaying YouTube movies! The to-do list for Gnash is still pretty large until we&#8217;re all freely able to browse the web without the Adobe plug-in. But, at least this is some major good news I found out today. Now let&#8217;s hope html5 gives us more [...]]]></description>
			<content:encoded><![CDATA[<!--S-ButtonZ 1.1.5 Start--><div style="float: right; width: 42px; padding-right: 10px; margin: 0 0 0 10px;">
		<script type="text/javascript">
		<!--
		reddit_url = "http://opencomputer.net/2009/07/11/gnash-supports-youtube-linux/";
		reddit_title = "Gnash supports YouTube [linux]";
		//-->
		</script>
		<script type="text/javascript" src="http://www.reddit.com/button.js?t=2"></script></div><div style="float: right; width: 42px; padding-right: 10px; margin: 0 0 0 10px;">
		<script type="text/javascript">
		<!--
		digg_url = "http://opencomputer.net/2009/07/11/gnash-supports-youtube-linux/";
		digg_bgcolor = "#ffa200";
		digg_skin = "";
		digg_window = "new";
		digg_title = "Gnash supports YouTube [linux]";
		digg_media = "news";
		digg_topic = "";
		digg_bodytext = "";
		//-->
		</script>
		<script src="http://digg.com/tools/diggthis.js" type="text/javascript"></script></div><!--S-ButtonZ 1.1.5 End--><p><strong><a title="Gnash" href="http://www.gnu.org/software/gnash/" target="_blank">Gnash</a></strong>, the freedom alternative to Adobe Flash Player now supports displaying YouTube movies!</p>
<p>The<a title="Gnash to-do list" href="http://wiki.gnashdev.org/Todo" target="_blank"> to-do list</a> for Gnash is still pretty large until we&#8217;re all freely able to browse the web without the Adobe plug-in. But, at least this is some major good news I found out today.</p>
<p>Now let&#8217;s hope <a title="html5" href="http://dev.w3.org/html5/spec/Overview.html" target="_blank">html5</a> gives us more goodies and web developer adopters to make Adboe Flash Player even less needed.</p>
<p><strong>Update</strong>: I was hoping I could use Gnash completely now but unfortunately a lot of websites are still not functioning well with it (such as Google Analytics) so I had to remove it.</p>
<div style="clear:both;">&nbsp;</div>]]></content:encoded>
			<wfw:commentRss>http://opencomputer.net/2009/07/11/gnash-supports-youtube-linux/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Emacs &#8211; text editor on steroids</title>
		<link>http://opencomputer.net/2009/06/14/emacs-text-editor-on-steroids/</link>
		<comments>http://opencomputer.net/2009/06/14/emacs-text-editor-on-steroids/#comments</comments>
		<pubDate>Sun, 14 Jun 2009 21:32:18 +0000</pubDate>
		<dc:creator>Danilo</dc:creator>
				<category><![CDATA[Utilities]]></category>
		<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://opencomputer.net/?p=366</guid>
		<description><![CDATA[Although it has been a round for quite some time, I&#8217;m not a coder so my experience with text editors and IDEs is very limited. To give you an example, I&#8217;ve been using on the command line the good-ol&#8217; simple nano. But, since I&#8217;m starting to need a bit more powerful features, my search began [...]]]></description>
			<content:encoded><![CDATA[<!--S-ButtonZ 1.1.5 Start--><div style="float: right; width: 42px; padding-right: 10px; margin: 0 0 0 10px;">
		<script type="text/javascript">
		<!--
		reddit_url = "http://opencomputer.net/2009/06/14/emacs-text-editor-on-steroids/";
		reddit_title = "Emacs &#8211; text editor on steroids";
		//-->
		</script>
		<script type="text/javascript" src="http://www.reddit.com/button.js?t=2"></script></div><div style="float: right; width: 42px; padding-right: 10px; margin: 0 0 0 10px;">
		<script type="text/javascript">
		<!--
		digg_url = "http://opencomputer.net/2009/06/14/emacs-text-editor-on-steroids/";
		digg_bgcolor = "#ffa200";
		digg_skin = "";
		digg_window = "new";
		digg_title = "Emacs &#8211; text editor on steroids";
		digg_media = "news";
		digg_topic = "";
		digg_bodytext = "";
		//-->
		</script>
		<script src="http://digg.com/tools/diggthis.js" type="text/javascript"></script></div><!--S-ButtonZ 1.1.5 End--><p>Although it has been a round for quite some time, I&#8217;m not a coder so my experience with text editors and IDEs is very limited. To give you an example, I&#8217;ve been using on the command line the good-ol&#8217; simple <a title="nano text editor" href="http://www.nano-editor.org/" target="_blank">nano</a>. But, since I&#8217;m starting to need a bit more powerful features, my search began for a more powerful program.</p>
<p><strong><a title="emacs" href="http://www.gnu.org/software/emacs/" target="_blank">Emacs</a></strong> was my first try since it has been highly rated and praised. For me, there was a bit of a learning curve for the simple operations of navigating through a file (keyboard shortcuts are awesome) but nothing overly complicated and there is a nice tour accessible when you open the program.</p>
<p style="text-align: center;"><img class="size-medium wp-image-367 aligncenter" title="splash" src="http://opencomputer.net/wp-content/uploads/2009/06/splash-300x249.png" alt="splash" width="300" height="249" /></p>
<p>My usage so far has been to compare and diff a file, but soon I&#8217;ll also encounter tasks such as merge and simple code debugging. Again, I&#8217;m not a coder so this tool right now might be an overkill but who knows in the future&#8230; better get myself familiar from the start with a nice program than having to learn again something new later.</p>
<div style="clear:both;">&nbsp;</div>]]></content:encoded>
			<wfw:commentRss>http://opencomputer.net/2009/06/14/emacs-text-editor-on-steroids/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ebook reader and manager</title>
		<link>http://opencomputer.net/2009/05/25/ebook-reader-and-manager/</link>
		<comments>http://opencomputer.net/2009/05/25/ebook-reader-and-manager/#comments</comments>
		<pubDate>Mon, 25 May 2009 18:02:06 +0000</pubDate>
		<dc:creator>Danilo</dc:creator>
				<category><![CDATA[Office]]></category>
		<category><![CDATA[Utilities]]></category>
		<category><![CDATA[ebook]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[macos x]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://opencomputer.net/?p=360</guid>
		<description><![CDATA[For those who like ebooks, Calibre is a great program that was created to manage pretty much any aspect of your reading files. The list of features is pretty extensive: convert files from and to epub, mobi, LRF and supports input of several other formats including PDF, html, odt, rtf amongst others; syncs to mobile [...]]]></description>
			<content:encoded><![CDATA[<!--S-ButtonZ 1.1.5 Start--><div style="float: right; width: 42px; padding-right: 10px; margin: 0 0 0 10px;">
		<script type="text/javascript">
		<!--
		reddit_url = "http://opencomputer.net/2009/05/25/ebook-reader-and-manager/";
		reddit_title = "Ebook reader and manager";
		//-->
		</script>
		<script type="text/javascript" src="http://www.reddit.com/button.js?t=2"></script></div><div style="float: right; width: 42px; padding-right: 10px; margin: 0 0 0 10px;">
		<script type="text/javascript">
		<!--
		digg_url = "http://opencomputer.net/2009/05/25/ebook-reader-and-manager/";
		digg_bgcolor = "#ffa200";
		digg_skin = "";
		digg_window = "new";
		digg_title = "Ebook reader and manager";
		digg_media = "news";
		digg_topic = "";
		digg_bodytext = "";
		//-->
		</script>
		<script src="http://digg.com/tools/diggthis.js" type="text/javascript"></script></div><!--S-ButtonZ 1.1.5 End--><p>For those who like ebooks, <strong><a title="Calibre" href="http://calibre.kovidgoyal.net/" target="_blank">Calibre</a></strong> is a great program that was created to manage pretty much any aspect of your reading files.</p>
<p style="text-align: center;"><img class="size-medium wp-image-361 aligncenter" title="calibre" src="http://opencomputer.net/wp-content/uploads/2009/05/calibre-300x248.png" alt="calibre" width="300" height="248" /></p>
<p>The list of features is pretty extensive:</p>
<ul>
<li>convert files from and to epub, mobi, LRF and supports input of several other formats including PDF, html, odt, rtf amongst others;</li>
<li>syncs to mobile reader devices (seems to work well with the iPhone/Stanza and the Kindle);</li>
<li>convert a news feed to an ebook;</li>
<li>scans your computer to check for all supported ebook formats so you can keep them organized, download cover art and meta data;</li>
<li>runs on Windows, Linux and MacOS X.</li>
</ul>
<p>At the present moment the app is on version 0.5.3 and seems to be under heavy development. For me, file conversion from PDF to epub format went without any hitches and I was finally able to organize my ebook library under one program.</p>
<div style="clear:both;">&nbsp;</div>]]></content:encoded>
			<wfw:commentRss>http://opencomputer.net/2009/05/25/ebook-reader-and-manager/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SIP client for Android OS</title>
		<link>http://opencomputer.net/2009/05/14/sip-client-for-android-os/</link>
		<comments>http://opencomputer.net/2009/05/14/sip-client-for-android-os/#comments</comments>
		<pubDate>Thu, 14 May 2009 21:13:54 +0000</pubDate>
		<dc:creator>Danilo</dc:creator>
				<category><![CDATA[Mobile]]></category>
		<category><![CDATA[Utilities]]></category>
		<category><![CDATA[android]]></category>
		<category><![CDATA[VoIP]]></category>

		<guid isPermaLink="false">http://opencomputer.net/?p=356</guid>
		<description><![CDATA[Finally a SIP/VoIP program for the Android OS! Sipdroid is a great GPL licensed program that allows you to make and receive SIP and make VoIP from your mobile. The app is incredibly simple to use, which just requires you to enter your SIP credentials (server, login and password). Once it is on, you will [...]]]></description>
			<content:encoded><![CDATA[<!--S-ButtonZ 1.1.5 Start--><div style="float: right; width: 42px; padding-right: 10px; margin: 0 0 0 10px;">
		<script type="text/javascript">
		<!--
		reddit_url = "http://opencomputer.net/2009/05/14/sip-client-for-android-os/";
		reddit_title = "SIP client for Android OS";
		//-->
		</script>
		<script type="text/javascript" src="http://www.reddit.com/button.js?t=2"></script></div><div style="float: right; width: 42px; padding-right: 10px; margin: 0 0 0 10px;">
		<script type="text/javascript">
		<!--
		digg_url = "http://opencomputer.net/2009/05/14/sip-client-for-android-os/";
		digg_bgcolor = "#ffa200";
		digg_skin = "";
		digg_window = "new";
		digg_title = "SIP client for Android OS";
		digg_media = "news";
		digg_topic = "";
		digg_bodytext = "";
		//-->
		</script>
		<script src="http://digg.com/tools/diggthis.js" type="text/javascript"></script></div><!--S-ButtonZ 1.1.5 End--><p>Finally a SIP/VoIP program for the Android OS!</p>
<p><a title="Sipdroid" href="http://sipdroid.org/" target="_blank"><strong>Sipdroid</strong></a> is a great GPL licensed program that allows you to make and receive SIP and make VoIP from your mobile. The app is incredibly simple to use, which just requires you to enter your SIP credentials (server, login and password).</p>
<p>Once it is on, you will see a little green bubble on the status bar indicating that you&#8217;re online. After that, just enter the phone number you&#8217;d like or use the phone numbers on your contact list, remembering to enter the country code.</p>
<p>The only detriment for now is that it connects only through wifi, so no 3G data connections while you&#8217;re out-and-about.</p>
<div style="clear:both;">&nbsp;</div>]]></content:encoded>
			<wfw:commentRss>http://opencomputer.net/2009/05/14/sip-client-for-android-os/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

