<?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</title>
	<atom:link href="http://opencomputer.net/feed/" rel="self" type="application/rss+xml" />
	<link>http://opencomputer.net</link>
	<description>Open Source world for a free computer</description>
	<lastBuildDate>Sat, 18 Jan 2014 23:57:06 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=4.9.8</generator>
	<item>
		<title>Raspberry Pi, Fhem and the Philips Hue</title>
		<link>http://opencomputer.net/2014/01/raspberry-pi-fhem-and-the-philips-hue/</link>
		<comments>http://opencomputer.net/2014/01/raspberry-pi-fhem-and-the-philips-hue/#comments</comments>
		<pubDate>Sat, 18 Jan 2014 23:54:36 +0000</pubDate>
		<dc:creator><![CDATA[Danilo]]></dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://opencomputer.net/?p=435</guid>
		<description><![CDATA[While searching for other ways to control a set of Philips Hue lights, I found fhem (a GPL&#8217;d perl server for house automation). With fhem I can have a huge amount of flexibility on automation rules and combination of devices working &#8230; <a href="http://opencomputer.net/2014/01/raspberry-pi-fhem-and-the-philips-hue/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<p>While searching for other ways to control a set of Philips Hue lights, I found <a title="A GPL'd perl server for house automation" href="http://fhem.de/" target="_blank">fhem</a> (a GPL&#8217;d perl server for house automation). With fhem I can have a huge amount of flexibility on automation rules and combination of devices working together; but for now I&#8217;m interested in a quick way to control the lights from outside of my house without using a 3rd party service.</p>
<p>For the Raspberry Pi OS, I went with <a title="RaspberryPi downloads" href="http://www.raspberrypi.org/downloads" target="_blank"><strong>Raspbian</strong></a> . Instructions are already pretty detailed on their site so I won&#8217;t repeat it.</p>
<p>To install fhem, do the following on your Raspbian:<code><br />
</code></p>
<p style="padding-left: 30px;">1. sudo apt-get -f install &amp;&amp; sudo apt-get install perl libdevice-serialport-perl &amp;&amp; sudo apt-get install libio-socket-ssl-perl &amp;&amp; sudo apt-get install libwww-perl</p>
<p style="padding-left: 30px;">2. sudo wget http://fhem.de/fhem-[latest-version] &amp;&amp; sudo dpkg -i [latest-version].deb</p>
<p style="padding-left: 30px;">3. cd /opt</p>
<p style="padding-left: 30px;">4. sudo chmod -R a+w fhem &amp;&amp; sudo usermod -a -G tty pi &amp;&amp; sudo usermod -a -G tty fhem</p>
<p style="padding-left: 30px;">5. sudo cpan JSON</p>
<p style="padding-left: 30px;">6. echo -n $Username:$Password | base64 (Save the output of this command!**)</p>
<p>Now go to your fhem web view, at http://ip-of-your-raspbian:8083 . You will probably see an alert:<code><br />
</code></p>
<p style="padding-left: 30px;">WEB,WEBphone,WEBtablet has no basicAuth attribute.<br />
telnetPort has no password/globalpassword attribute.</p>
<p>To remove this, edit your config file by going to &#8220;Edit files&#8221; and then click on &#8220;fhem.cfg&#8221;. You&#8217;ll need to add:<br />
<code></code></p>
<p style="padding-left: 30px;">attr telnetPort globalpassword $Password</p>
<p style="padding-left: 30px;">attr WEB basicAuth **Output_of_step_6_command_above</p>
<p style="padding-left: 30px;">attr WEBphone basicAuth **Output_of_step_6_command_above</p>
<p style="padding-left: 30px;">attr WEBtablet basicAuth **Output_of_step_6_command_above</p>
<p>On my example, I used the same username and password combination for the web, mobile and tablet interfaces, which is written on step #6 above. If you wish to use different password and/or usernames just create new base64 hashes.</p>
<p>Going back to fhem&#8217;s web interface, you should now see a text input box on the top of the page and on the left a set of menu items. On the text input box type:<code><br />
</code></p>
<p style="padding-left: 30px;">define bridge HUEBridge</p>
<p>After that, run really fast to your Hue bridge and press the link button. Go back to fhem, refresh and you should see the Hue Lights now displayed.</p>
<p>Sources:  <a title="Meintechblog" href="http://www.meintechblog.de/2013/05/fhem-server-auf-dem-raspberry-pi-in-einer-stunde-einrichten/" target="_blank">meintechblog</a> (in German),  <a title="Robin's blog" href="http://blog.moneybag.de/hausautomation-mit-fhem-auf-raspberry-pi-mit-philips-hue-temperaturmodule-fh-20-funksteckdosen/" target="_blank">Robin&#8217;s Blog</a> (in German)</p>
]]></content:encoded>
			<wfw:commentRss>http://opencomputer.net/2014/01/raspberry-pi-fhem-and-the-philips-hue/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>PNG(s) to PDF, the command line way</title>
		<link>http://opencomputer.net/2012/10/pngs-to-pdf-the-command-line-way/</link>
		<pubDate>Thu, 25 Oct 2012 16:00:39 +0000</pubDate>
		<dc:creator><![CDATA[Danilo]]></dc:creator>
				<category><![CDATA[Imaging]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[Utilities]]></category>

		<guid isPermaLink="false">http://opencomputer.net/?p=427</guid>
		<description><![CDATA[A quick tip for command line users: if you want to convert .png files to .pdf: convert *.png filename.pdf Simple! If you want to keep control of page sequence or specific files to convert: convert page1.png page2.png page3.png filename.pdf Needless &#8230; <a href="http://opencomputer.net/2012/10/pngs-to-pdf-the-command-line-way/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<p>A quick tip for command line users: if you want to convert .png files to .pdf:</p>
<p style="padding-left: 30px;">convert *.png filename.pdf</p>
<p>Simple! If you want to keep control of page sequence or specific files to convert:</p>
<p style="padding-left: 30px;">convert page1.png page2.png page3.png filename.pdf</p>
<p>Needless to say, but I&#8217;ll say it anyways, the .pdf won&#8217;t be in vector graphics, so not scalable but that is because .png is not a vector graphics format.</p>
]]></content:encoded>
			</item>
		<item>
		<title>Ejabberd on Ubuntu</title>
		<link>http://opencomputer.net/2012/05/ejabberd-on-ubuntu/</link>
		<comments>http://opencomputer.net/2012/05/ejabberd-on-ubuntu/#comments</comments>
		<pubDate>Mon, 28 May 2012 14:19:14 +0000</pubDate>
		<dc:creator><![CDATA[Danilo]]></dc:creator>
				<category><![CDATA[Web services]]></category>

		<guid isPermaLink="false">http://opencomputer.net/?p=420</guid>
		<description><![CDATA[Just keeping a note to self (and others who could find it useful). How to install Ejabberd on Ubuntu server 12.04: aptitude install ejabberd (for some reason apt-get didn&#8217;t work out that well); go to wherever you manage your DNS &#8230; <a href="http://opencomputer.net/2012/05/ejabberd-on-ubuntu/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<p style="text-align: center;"><a href="http://opencomputer.net/wp-content/uploads/2012/05/ejabberd1.png"><img class="aligncenter size-medium wp-image-423" title="ejabberd in ubuntu" src="http://opencomputer.net/wp-content/uploads/2012/05/ejabberd1-e1338214690606-300x78.png" alt="" width="300" height="78" /></a></p>
<p style="text-align: center;">Just keeping a note to self (and others who could find it useful). How to install <a title="ejabberd" href="http://www.ejabberd.im/">Ejabberd</a> on <a title="Ubuntu" href="http://www.ubuntu.com/">Ubuntu</a> server 12.04:</p>
<ul>
<li><em>aptitude install ejabberd</em> (for some reason apt-get didn&#8217;t work out that well);</li>
<li>go to wherever you manage your DNS records and add a <strong>SVR record</strong> as mentioned <a title="Ejabbered add SVR record" href="http://toroid.org/ams/etc/ejabberd-virtual-hosting">here</a>;</li>
<li>edit /etc/ejabberd/ejabberd.cfg and add admin user as mentioned <a title="Setup ejabberd on Ubuntu" href="http://www.grosseosterhues.com/2011/08/quick-setup-of-jabber-server-ejabberd-in-ubuntu/">here</a> .</li>
</ul>
<p>All of these steps are to avoid placing <em>hosts</em> as <em>localhost</em> on your ejabberd.cfg file which could work but than you might have problems with clients trying to connect.</p>
]]></content:encoded>
			<wfw:commentRss>http://opencomputer.net/2012/05/ejabberd-on-ubuntu/feed/</wfw:commentRss>
		<slash:comments>16</slash:comments>
		</item>
		<item>
		<title>Diff with vimdiff</title>
		<link>http://opencomputer.net/2011/01/diff-with-vimdiff/</link>
		<comments>http://opencomputer.net/2011/01/diff-with-vimdiff/#comments</comments>
		<pubDate>Thu, 20 Jan 2011 16:42:28 +0000</pubDate>
		<dc:creator><![CDATA[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 &#8230; <a href="http://opencomputer.net/2011/01/diff-with-vimdiff/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<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   &#8211;&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>
]]></content:encoded>
			<wfw:commentRss>http://opencomputer.net/2011/01/diff-with-vimdiff/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Installing CyanogenMod on HTC Desire [Android]</title>
		<link>http://opencomputer.net/2010/08/installing-cyanogenmod-on-htc-desire-android/</link>
		<comments>http://opencomputer.net/2010/08/installing-cyanogenmod-on-htc-desire-android/#comments</comments>
		<pubDate>Sat, 28 Aug 2010 12:13:06 +0000</pubDate>
		<dc:creator><![CDATA[Danilo]]></dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[Mobile]]></category>

		<guid isPermaLink="false">http://opencomputer.net/?p=414</guid>
		<description><![CDATA[I&#8217;m tired of waiting for T-Mobile NL to give me FroYo (Android 2.2). Besides, that controlling which apps I can or can&#8217;t have access to. So, let&#8217;s get to it ourselves! Starting this process I didn&#8217;t have the needed warm &#8230; <a href="http://opencomputer.net/2010/08/installing-cyanogenmod-on-htc-desire-android/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<p>I&#8217;m tired of waiting for T-Mobile NL to give me FroYo (Android 2.2). Besides, that controlling which apps I can or can&#8217;t have access to.</p>
<p>So, let&#8217;s get to it ourselves!</p>
<p>Starting this process I didn&#8217;t have the needed warm and fuzzy feeling because the tutorials I found were not so detailed. Which is why I&#8217;ll describe step-by-step what I did  (actually typing while I&#8217;m going through the process myself):</p>
<p>&#8212;&#8212;-</p>
<p><span style="text-decoration: underline;"><strong>Note:</strong></span> I&#8217;m not responsible for anything that happens to your phone and I can&#8217;t provide any support or additional information. I ran it on my own doing some research, please try to do the same if you get stuck.</p>
<p>&#8212;&#8212;-</p>
<ol>
<li>First, backup your apps. I did it with an app called &#8220;Astro File Manager&#8221;</li>
<li>To get root, go to <a title="Unrevoked" href="http://unrevoked.com/" target="_blank">Unrevoked</a>. Select your mobile device and your OS.</li>
<li>I&#8217;m on a Linux machine, so after I have reflash.tar.gz downloaded on your computer, untar it, than run sudo ./reflash</li>
<li>You&#8217;ll be guided about the next steps (connect your phone as disk drive, turn on USB Debugging).</li>
<li>Once everything is done, I got on my phone a &#8220;ClockworkMod Recovery&#8221; boot screen. Just to be extra safe, I ran through &#8220;Backup and restore&#8221; to create a backup. After the backup was done, I chose &#8220;reboot system now&#8221;</li>
<li>Now you should have root! <img src="https://s.w.org/images/core/emoji/11/72x72/1f642.png" alt="🙂" class="wp-smiley" style="height: 1em; max-height: 1em;" /> The phone should restart the looking the same as it did before.</li>
<li>Let&#8217;s prepare to install something else. From your computer download the latest version of the radio. I got the link from <a title="Download radio link" href="http://wiki.cyanogenmod.com/index.php?title=Full_Update_Guide_-_HTC_Desire" target="_blank">here</a> . Move the zip file to the root of your phone&#8217;s SD card.</li>
<li>Go to the Android Market and find/install &#8220;ROM Manager&#8221; (I used the free version). After it is installed, run it and choose to boot in recovery mode. You should get a screen asking you if the action has root access, allow it and run it again.</li>
<li>Now back in ClockworkMod Recovery, choose &#8220;install zip from sdcard&#8221;. Find the zip file you just downloaded and install it.</li>
<li>Reboot your phone.</li>
<li>Now back into your normal looking phone again. Go back to ROM Manager and select &#8220;Download ROM&#8221;</li>
<li>Let&#8217;s pick CyanogenMod, latest build is given and select Google Apps as well.</li>
<li>Once everything is downloaded, click both checkboxes &#8220;Backup existing ROM&#8221; and &#8220;Wipe Data and Cache&#8221;. Press ok.</li>
<li>You&#8217;ll now reboot to CyanogenMod! Process done!</li>
</ol>
<p>References:</p>
<ul>
<li><a title="Unrevoked" href="http://unrevoked.com/" target="_blank">Unrevoked</a></li>
<li><a title="CyanogenMod full update Guide for HTC Desire" href="http://wiki.cyanogenmod.com/index.php?title=Full_Update_Guide_-_HTC_Desire" target="_blank">HTC Desire full update guide to CyanogenMod</a>.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://opencomputer.net/2010/08/installing-cyanogenmod-on-htc-desire-android/feed/</wfw:commentRss>
		<slash:comments>44</slash:comments>
		</item>
		<item>
		<title>Encrypt files with GnuPG</title>
		<link>http://opencomputer.net/2010/08/encrypt-files-with-gnupg/</link>
		<comments>http://opencomputer.net/2010/08/encrypt-files-with-gnupg/#comments</comments>
		<pubDate>Sun, 01 Aug 2010 13:21:35 +0000</pubDate>
		<dc:creator><![CDATA[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 &#8230; <a href="http://opencomputer.net/2010/08/encrypt-files-with-gnupg/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<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>
]]></content:encoded>
			<wfw:commentRss>http://opencomputer.net/2010/08/encrypt-files-with-gnupg/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>Download YouTube videos (Linux)</title>
		<link>http://opencomputer.net/2010/05/download-youtube-videos-linux/</link>
		<comments>http://opencomputer.net/2010/05/download-youtube-videos-linux/#comments</comments>
		<pubDate>Sat, 29 May 2010 15:32:40 +0000</pubDate>
		<dc:creator><![CDATA[Danilo]]></dc:creator>
				<category><![CDATA[Audio and Video]]></category>

		<guid isPermaLink="false">http://opencomputer.net/?p=398</guid>
		<description><![CDATA[Want to know how to download a YouTube video? Just go and watch the video! It&#8217;ll automatically be downloaded for you. Let me explain further&#8230; While you watch the video on the web it is being downloaded for you to &#8230; <a href="http://opencomputer.net/2010/05/download-youtube-videos-linux/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<p>Want to know how to download a YouTube video? Just go and watch the video! It&#8217;ll automatically be downloaded for you. Let me explain further&#8230;</p>
<p>While you watch the video on the web it is being downloaded for you to your /tmp directory. Try it out:</p>
<ol>
<li>go watch any YouTube video</li>
<li>go to /tmp</li>
<li>you&#8217;ll find a mysterious file name there without any extension reference. Double click and you should see that is is your video. If you&#8217;d like change the file name to something you&#8217;ll remember better and move it to whichever folder you want.</li>
</ol>
<p>The  file downloaded will be .flv so if you want another format later on, please use a <a title="MediaCoder" href="http://opencomputer.net/2008/01/29/convert-audio-and-video-files-with-free-mediacoder/" target="_blank">converter</a> app.</p>
]]></content:encoded>
			<wfw:commentRss>http://opencomputer.net/2010/05/download-youtube-videos-linux/feed/</wfw:commentRss>
		<slash:comments>23</slash:comments>
		</item>
		<item>
		<title>Tip: discover and terminate high CPU processes (Linux)</title>
		<link>http://opencomputer.net/2010/04/tip-discover-and-terminate-high-cpu-processes-linux/</link>
		<comments>http://opencomputer.net/2010/04/tip-discover-and-terminate-high-cpu-processes-linux/#comments</comments>
		<pubDate>Sun, 25 Apr 2010 12:41:23 +0000</pubDate>
		<dc:creator><![CDATA[Danilo]]></dc:creator>
				<category><![CDATA[Tips]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[tip]]></category>

		<guid isPermaLink="false">http://opencomputer.net/2010/04/25/tip-discover-and-terminate-high-cpu-processes-linux/</guid>
		<description><![CDATA[A quick tip to get the dust out of our blog 🙂 If you hear the fan of your computer going way up, most likely that was because some application or process is using too much CPU. Find out which &#8230; <a href="http://opencomputer.net/2010/04/tip-discover-and-terminate-high-cpu-processes-linux/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<p>A quick tip to get the dust out of our blog <img src="https://s.w.org/images/core/emoji/11/72x72/1f642.png" alt="🙂" class="wp-smiley" style="height: 1em; max-height: 1em;" /></p>
<p>If you hear the fan of your computer going way up, most likely that was because some application or process is using too much CPU. Find out which one and terminate it by:<br />
  1. Open the terminal<br />
  2. Run &#8220;top&#8221;<br />
  3. Press &#8220;k&#8221; and the number on &#8220;pid&#8221; column of the process which appears on the top of the list.</p>
]]></content:encoded>
			<wfw:commentRss>http://opencomputer.net/2010/04/tip-discover-and-terminate-high-cpu-processes-linux/feed/</wfw:commentRss>
		<slash:comments>22</slash:comments>
		</item>
		<item>
		<title>Gwibber microblogging app now 2.0 [Linux]</title>
		<link>http://opencomputer.net/2009/10/gwibber-microblogging-app-now-2-0-linux/</link>
		<comments>http://opencomputer.net/2009/10/gwibber-microblogging-app-now-2-0-linux/#comments</comments>
		<pubDate>Sun, 25 Oct 2009 20:35:13 +0000</pubDate>
		<dc:creator><![CDATA[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 &#8230; <a href="http://opencomputer.net/2009/10/gwibber-microblogging-app-now-2-0-linux/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<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" srcset="http://opencomputer.net/wp-content/uploads/2009/10/gwibber-searchpng-243x300.png 243w, http://opencomputer.net/wp-content/uploads/2009/10/gwibber-searchpng.png 646w" sizes="(max-width: 243px) 100vw, 243px" /></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>
]]></content:encoded>
			<wfw:commentRss>http://opencomputer.net/2009/10/gwibber-microblogging-app-now-2-0-linux/feed/</wfw:commentRss>
		<slash:comments>167</slash:comments>
		</item>
		<item>
		<title>Recover deleted files with Magic Rescue</title>
		<link>http://opencomputer.net/2009/10/recover-deleted-files-with-magic-rescue/</link>
		<comments>http://opencomputer.net/2009/10/recover-deleted-files-with-magic-rescue/#comments</comments>
		<pubDate>Sun, 18 Oct 2009 10:01:24 +0000</pubDate>
		<dc:creator><![CDATA[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, &#8230; <a href="http://opencomputer.net/2009/10/recover-deleted-files-with-magic-rescue/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<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>
]]></content:encoded>
			<wfw:commentRss>http://opencomputer.net/2009/10/recover-deleted-files-with-magic-rescue/feed/</wfw:commentRss>
		<slash:comments>30</slash:comments>
		</item>
	</channel>
</rss>
