<?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>Fabian Rodriguez</title>
	<atom:link href="http://www.fabianrodriguez.com/blog/feed" rel="self" type="application/rss+xml" />
	<link>http://www.fabianrodriguez.com/blog</link>
	<description>Me, myself and I</description>
	<lastBuildDate>Mon, 14 May 2012 15:01:09 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Is it worth it to upgrade my netbook/laptop hard disk to SSD?</title>
		<link>http://www.fabianrodriguez.com/blog/2012/05/12/is-it-worth-it-to-upgrade-my-netbooklaptop-hard-disk-to-ssd</link>
		<comments>http://www.fabianrodriguez.com/blog/2012/05/12/is-it-worth-it-to-upgrade-my-netbooklaptop-hard-disk-to-ssd#comments</comments>
		<pubDate>Sat, 12 May 2012 14:02:54 +0000</pubDate>
		<dc:creator>MagicFab</dc:creator>
				<category><![CDATA[Advocacy]]></category>
		<category><![CDATA[Debian]]></category>
		<category><![CDATA[English]]></category>
		<category><![CDATA[Libre]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Planet-Libre]]></category>
		<category><![CDATA[Pratique]]></category>
		<category><![CDATA[Tech]]></category>
		<category><![CDATA[Trisquel]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Ubuntu Planet]]></category>
		<category><![CDATA[ubuntu-qc]]></category>

		<guid isPermaLink="false">http://www.fabianrodriguez.com/blog/?p=4773</guid>
		<description><![CDATA[A few years back I started using solid state drives (SSD) whenever I got a new netbook/laptop or when someone asked for hardware upgrade suggestions. The speed increase and shorter boot times on any given system is phenomenal and current GNU/Linux distributions take care of the configuration details. I don&#8217;t even take into consideration finer [...]]]></description>
			<content:encoded><![CDATA[<p>A few years back I started using <a href="http://en.wikipedia.org/wiki/Solid_state_disk">solid state drives (SSD)</a> whenever I got a new netbook/laptop or when someone asked for hardware upgrade suggestions. The speed increase and shorter boot times on any given system is phenomenal and current GNU/Linux distributions take care of the configuration details. I don&#8217;t even take into consideration finer details like bus speed, hybrid disks or other technical features.</p>
<p>I&#8217;ll say this just once again, even though the price is high, the speed increase is <em>ridiculous</em>. If your job is in IT or requires using a dedicated computer full-time (some accounting positions or other engineering, graphic design, development, etc.), you may be able to justify the time gain (ie. booting/rebooting/starting apps/loading data) and calculate a short ROI justifying the expense. That&#8217;s not my line of expertise but I think I get the point accross.</p>
<div id="attachment_4810" class="wp-caption aligncenter" style="width: 410px"><a href="http://moonstarsandpaper.blogspot.ca/2007_08_01_archive.html"><img class="size-full wp-image-4810   " title="Friday picnic at winery R" src="http://www.fabianrodriguez.com/blog/wp-content/uploads/2012/05/friday-picnic-at-winery-R.jpg" alt="Having picnic while waiting for the email indexing to finish" width="400" height="300" /></a><p class="wp-caption-text">From the archives: having picnic while waiting for the email indexing to finish. License: CC-BY, source: Moon Stars and Paper</p></div>
<p><a href="https://joindiaspora.com/posts/1603217">Back from one week at the hospital after two small but painful operations</a>, I have one month leave to get back on my feet. I also just finished my employment and needed to upgrade my older personal laptop, so I decided to also evaluate how to make my housewife&#8217;s netbook a bit faster for occasional use at home &#8211; I can&#8217;t move much or sit down for extended periods at the home computer / with a big laptop.</p>
<p>Although I know the speed increase will justify the upgrade, I still want to confirm how slow the current disk is, and of course what type of disk it is &#8211; if the system is using the older PATA interface, I am not even sure if you can find such SSDs. Confirming the system has a SATA interface will make it easier to shop around and prevent ending up with a hard disk I can&#8217;t connect.</p>
<p>Most consumer laptop/netbook systems come with the cheapest hard disk at the time of manufacture, which often means 4200 RPM. The hard disk exact model number can be found easily via command line or graphically, without opening your system.</p>
<p>The following information can also be used after booting from a live CD, if you&#8217;re evaluating such a hardware upgrade for a system that doesn&#8217;t have a GNU/Linux OS installed. That&#8217;s right, no need to find (or buy) and install any vendor-specific disk utilities for the simple checks I am sharing how to do here. Just an Ubuntu live CD.</p>
<p><strong>Using the command line</strong> from a terminal you can get such information as follows (assuming your system only has one hard disk, extra information redacted):</p>
<p><code>magicfab@hermes:~$ sudo hdparm -I /dev/sda</p>
<p>/dev/sda:</p>
<p>ATA device, with non-removable media<br />
Model Number: Hitachi HTS545016B9A300<br />
Serial Number: 090726PB5B03QCH542MH<br />
Firmware Revision: PBBOC66G<br />
Transport: Serial, ATA8-AST, SATA 1.0a, SATA II Extensions, SATA Rev 2.5, SATA Rev 2.6; Revision: ATA8-AST T13 Project D1697 Revision 0b<br />
[...]</p>
<p>Configuration:<br />
[...]<br />
Form Factor: 2.5 inch<br />
Nominal Media Rotation Rate: 5400<br />
</code></p>
<p><strong>Using the graphical environement</strong> there is the <strong>Disk Utility</strong> application that will give you the same information. It&#8217;s under <code>System &gt; Administration</code> unless you&#8217;re using the Unity interface in Ubuntu.</p>
<p>The above results indicate it&#8217;s a 2.5 inch 5400 RPM SATA drive, a perfect candidate for an SSD upgrade. On higher-end laptops you may have a 7200 RPM hard disk which may be fast enough if you optimize your system otherwise (and having cheap, matching SSD-per-GB to 7200 RPM drives is not happening anytime soon).</p>
<p>I also use this method to check the firmware version of newly installed SSD drives, which sometimes needs updating depending on its manufacture time and purchase time &#8211; if I am buying a drive that has been on the market for some time, there are high chances its initial firmware as shipped at the factory has a new version available for updating.</p>
<p>If you&#8217;re somewhat of an SSD geek like me, take a look at my <a href="https://wiki.ubuntu.com/MagicFab/SSDchecklist">SSD checklist</a>, it has a few tricks to optimize SSD configuration and some of those tricks can also increase performance on non-SSD systems.</p>
<p>Once you have installed and used your first SSD hard disk, please don&#8217;t hurt yourself too much for not having done so before <img src='http://www.fabianrodriguez.com/blog/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  I still think it&#8217;s the best ratio of dollar/performance gain of any hardware upgrade you can simply accomplish on most laptop/netbook systems. </p>
<p>Oh, and don&#8217;t forget to sell your older, slower hard disk &#8211; or re-purpose it for external storage and backups using an external case!</p>
 <p><a href="http://www.fabianrodriguez.com/blog/?flattrss_redirect&amp;id=4773&amp;md5=7e58fde8ddf3a66c544c2c2c6e5bbfd3" title="Flattr" target="_blank"><img src="http://www.fabianrodriguez.com/blog/wp-content/plugins/flattr/img/flattr-badge-large.png" alt="flattr this!"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.fabianrodriguez.com/blog/2012/05/12/is-it-worth-it-to-upgrade-my-netbooklaptop-hard-disk-to-ssd/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<atom:link rel="payment" href="https://flattr.com/submit/auto?user_id=MagicFab&amp;url=http%3A%2F%2Fwww.fabianrodriguez.com%2Fblog%2F2012%2F05%2F12%2Fis-it-worth-it-to-upgrade-my-netbooklaptop-hard-disk-to-ssd&amp;language=en_GB&amp;category=text&amp;title=Is+it+worth+it+to+upgrade+my+netbook%2Flaptop+hard+disk+to+SSD%3F&amp;description=A+few+years+back+I+started+using+solid+state+drives+%28SSD%29+whenever+I+got+a+new+netbook%2Flaptop+or+when+someone+asked+for+hardware+upgrade+suggestions.+The+speed+increase+and+shorter...&amp;tags=blog" type="text/html" />
	</item>
		<item>
		<title>Daily Digest for May 10th</title>
		<link>http://www.fabianrodriguez.com/blog/2012/05/10/daily-digest-for-may-10th-2</link>
		<comments>http://www.fabianrodriguez.com/blog/2012/05/10/daily-digest-for-may-10th-2#comments</comments>
		<pubDate>Thu, 10 May 2012 14:00:10 +0000</pubDate>
		<dc:creator>MagicFab</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://www.fabianrodriguez.com/blog/2012/05/10/daily-digest-for-may-10th-2</guid>
		<description><![CDATA[MagicFab posted 2 items. tioeze: OUCH! dbs: Best wishes for a speedy recovery! MagicFab posted Day 4 at the hospital, got operated Thu (append&#8230;. MagicFab shared 5/8/12. MagicFab posted 2 items. xopher: @magicfab Ouch! Sorry to hear you&#8217;re unwell, hope you get better soon! evan: Wow, I just missed this completely. I hope you get [...]]]></description>
			<content:encoded><![CDATA[<table class="lifestream">
<tr class="lifestream_feedid_5 lifestream_feed_generic">
<td class="lifestream_icon">
			   <a href="http://identi.ca/magicfab/favorites/rss"><img src="http://www.fabianrodriguez.com/blog/wp-content/plugins/lifestream/icons/handdrawn/generic.png" alt="generic (feed #5)" /></a>
		   </td>
<td class="lifestream_text">
<div class="lifestream_label">MagicFab posted <a href="void(0);">2</a> items.</div>
<ul class="lifestream_events">
<li><a href="http://identi.ca/notice/93332066">tioeze: OUCH!</a></li>
<li><a href="http://identi.ca/notice/93333521">dbs: Best wishes for a speedy recovery!</a></li>
</ul>
</td>
</tr>
<tr class="lifestream_feedid_10 lifestream_feed_generic">
<td class="lifestream_icon">
			   <a href="https://joindiaspora.com/p/1586538"><img src="http://www.fabianrodriguez.com/blog/wp-content/plugins/lifestream/icons/handdrawn/generic.png" alt="generic (feed #10)" /></a>
		   </td>
<td class="lifestream_text">
<div class="lifestream_label">MagicFab posted <a href="https://joindiaspora.com/p/1586538">Day 4 at the hospital, got operated Thu (append&#8230;</a>.</div>
</td>
</tr>
<tr class="lifestream_feedid_8 lifestream_feed_picasa">
<td class="lifestream_icon">
			   <a href="https://picasaweb.google.com/102415554453485274892/5812"><img src="http://www.fabianrodriguez.com/blog/wp-content/plugins/lifestream/extensions/picasa/icon.png" alt="picasa (feed #8)" /></a>
		   </td>
<td class="lifestream_text">
<div class="lifestream_label">MagicFab shared <a href="https://picasaweb.google.com/102415554453485274892/5812">5/8/12</a>.</div>
<div class="lifestream_events">
			<a href="https://picasaweb.google.com/102415554453485274892/5812" rel="ibox&amp;target='image'" class="photo" title="5/8/12"><img src="http://lh4.ggpht.com/-iiy7gORQZGk/T6kTisrhALE/AAAAAAAAN2I/Jx0slucVKy4/s160-c/5812.jpg" width="50" alt="5/8/12" /></a>	</div>
</td>
</tr>
<tr class="lifestream_feedid_5 lifestream_feed_generic">
<td class="lifestream_icon">
			   <a href="http://identi.ca/magicfab/favorites/rss"><img src="http://www.fabianrodriguez.com/blog/wp-content/plugins/lifestream/icons/handdrawn/generic.png" alt="generic (feed #5)" /></a>
		   </td>
<td class="lifestream_text">
<div class="lifestream_label">MagicFab posted <a href="void(0);">2</a> items.</div>
<ul class="lifestream_events">
<li><a href="http://identi.ca/notice/93472854">xopher: @magicfab Ouch! Sorry to hear you&#8217;re unwell, hope you get better soon!</a></li>
<li><a href="http://identi.ca/notice/93470343">evan: Wow, I just missed this completely. I hope you get well soon!</a></li>
</ul>
</td>
</tr>
<tr class="lifestream_feedid_8 lifestream_feed_picasa">
<td class="lifestream_icon">
			   <a href="https://picasaweb.google.com/102415554453485274892/5912"><img src="http://www.fabianrodriguez.com/blog/wp-content/plugins/lifestream/extensions/picasa/icon.png" alt="picasa (feed #8)" /></a>
		   </td>
<td class="lifestream_text">
<div class="lifestream_label">MagicFab shared <a href="https://picasaweb.google.com/102415554453485274892/5912">5/9/12</a>.</div>
<div class="lifestream_events">
			<a href="https://picasaweb.google.com/102415554453485274892/5912" rel="ibox&amp;target='image'" class="photo" title="5/9/12"><img src="http://lh5.ggpht.com/-h0_pKMLS7LY/T6qfizyMA1E/AAAAAAAAN4g/aWn9axDjgDM/s160-c/5912.jpg" width="50" alt="5/9/12" /></a>	</div>
</td>
</tr>
</table>
 <p><a href="http://www.fabianrodriguez.com/blog/?flattrss_redirect&amp;id=4804&amp;md5=05353965796a2eb535483a47b871020d" title="Flattr" target="_blank"><img src="http://www.fabianrodriguez.com/blog/wp-content/plugins/flattr/img/flattr-badge-large.png" alt="flattr this!"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.fabianrodriguez.com/blog/2012/05/10/daily-digest-for-may-10th-2/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<atom:link rel="payment" href="https://flattr.com/submit/auto?user_id=MagicFab&amp;url=http%3A%2F%2Fwww.fabianrodriguez.com%2Fblog%2F2012%2F05%2F10%2Fdaily-digest-for-may-10th-2&amp;language=en_GB&amp;category=text&amp;title=Daily+Digest+for+May+10th&amp;description=MagicFab+posted+2+items.+tioeze%3A+OUCH%21+dbs%3A+Best+wishes+for+a+speedy+recovery%21+MagicFab+posted+Day+4+at+the+hospital%2C+got+operated+Thu+%28append%26%238230%3B.+MagicFab+shared+5%2F8%2F12.+MagicFab+posted+2...&amp;tags=blog" type="text/html" />
	</item>
		<item>
		<title>Daily Digest for May 3rd</title>
		<link>http://www.fabianrodriguez.com/blog/2012/05/03/daily-digest-for-may-3rd</link>
		<comments>http://www.fabianrodriguez.com/blog/2012/05/03/daily-digest-for-may-3rd#comments</comments>
		<pubDate>Thu, 03 May 2012 14:00:05 +0000</pubDate>
		<dc:creator>MagicFab</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://www.fabianrodriguez.com/blog/2012/05/03/daily-digest-for-may-3rd</guid>
		<description><![CDATA[MagicFab posted Did you wait until today and are now trying to &#8230;. MagicFab posted En route vers le party #Ubuntu #Montreal http:/&#8230;. MagicFab posted Quelques changements professionnels à l&#8217;horizon&#8230;. MagicFab posted Setting up a Haupage #HVR950Q TV tuner page in &#8230;. MagicFab posted #Ubuntu bug filed: Can&#8217;t use #Hauppage HVR-950Q&#8230;. MagicFab posted #Ubuntu bug [...]]]></description>
			<content:encoded><![CDATA[<table class="lifestream">
<tr class="lifestream_feedid_10 lifestream_feed_generic">
<td class="lifestream_icon">
			   <a href="https://joindiaspora.com/p/1556681"><img src="http://www.fabianrodriguez.com/blog/wp-content/plugins/lifestream/icons/handdrawn/generic.png" alt="generic (feed #10)" /></a>
		   </td>
<td class="lifestream_text">
<div class="lifestream_label">MagicFab posted <a href="https://joindiaspora.com/p/1556681">Did you wait until today and are now trying to &#8230;</a>.</div>
</td>
</tr>
<tr class="lifestream_feedid_10 lifestream_feed_generic">
<td class="lifestream_icon">
			   <a href="https://joindiaspora.com/p/1557924"><img src="http://www.fabianrodriguez.com/blog/wp-content/plugins/lifestream/icons/handdrawn/generic.png" alt="generic (feed #10)" /></a>
		   </td>
<td class="lifestream_text">
<div class="lifestream_label">MagicFab posted <a href="https://joindiaspora.com/p/1557924">En route vers le party #Ubuntu #Montreal http:/&#8230;</a>.</div>
</td>
</tr>
<tr class="lifestream_feedid_10 lifestream_feed_generic">
<td class="lifestream_icon">
			   <a href="https://joindiaspora.com/p/1560354"><img src="http://www.fabianrodriguez.com/blog/wp-content/plugins/lifestream/icons/handdrawn/generic.png" alt="generic (feed #10)" /></a>
		   </td>
<td class="lifestream_text">
<div class="lifestream_label">MagicFab posted <a href="https://joindiaspora.com/p/1560354">Quelques changements professionnels à l&#8217;horizon&#8230;</a>.</div>
</td>
</tr>
<tr class="lifestream_feedid_10 lifestream_feed_generic">
<td class="lifestream_icon">
			   <a href="https://joindiaspora.com/p/1565164"><img src="http://www.fabianrodriguez.com/blog/wp-content/plugins/lifestream/icons/handdrawn/generic.png" alt="generic (feed #10)" /></a>
		   </td>
<td class="lifestream_text">
<div class="lifestream_label">MagicFab posted <a href="https://joindiaspora.com/p/1565164">Setting up a Haupage #HVR950Q TV tuner page in &#8230;</a>.</div>
</td>
</tr>
<tr class="lifestream_feedid_10 lifestream_feed_generic">
<td class="lifestream_icon">
			   <a href="https://joindiaspora.com/p/1565240"><img src="http://www.fabianrodriguez.com/blog/wp-content/plugins/lifestream/icons/handdrawn/generic.png" alt="generic (feed #10)" /></a>
		   </td>
<td class="lifestream_text">
<div class="lifestream_label">MagicFab posted <a href="https://joindiaspora.com/p/1565240">#Ubuntu bug filed: Can&#8217;t use #Hauppage HVR-950Q&#8230;</a>.</div>
</td>
</tr>
<tr class="lifestream_feedid_10 lifestream_feed_generic">
<td class="lifestream_icon">
			   <a href="https://joindiaspora.com/p/1565243"><img src="http://www.fabianrodriguez.com/blog/wp-content/plugins/lifestream/icons/handdrawn/generic.png" alt="generic (feed #10)" /></a>
		   </td>
<td class="lifestream_text">
<div class="lifestream_label">MagicFab posted <a href="https://joindiaspora.com/p/1565243">#Ubuntu bug filed: Can&#8217; t open mixer default ( &#8230;</a>.</div>
</td>
</tr>
<tr class="lifestream_feedid_10 lifestream_feed_generic">
<td class="lifestream_icon">
			   <a href="https://joindiaspora.com/p/1569388"><img src="http://www.fabianrodriguez.com/blog/wp-content/plugins/lifestream/icons/handdrawn/generic.png" alt="generic (feed #10)" /></a>
		   </td>
<td class="lifestream_text">
<div class="lifestream_label">MagicFab posted <a href="https://joindiaspora.com/p/1569388">I love the &quot;Embed ODT file&quot; in #PDF export, in &#8230;</a>.</div>
</td>
</tr>
<tr class="lifestream_feedid_10 lifestream_feed_generic">
<td class="lifestream_icon">
			   <a href="https://joindiaspora.com/p/1572289"><img src="http://www.fabianrodriguez.com/blog/wp-content/plugins/lifestream/icons/handdrawn/generic.png" alt="generic (feed #10)" /></a>
		   </td>
<td class="lifestream_text">
<div class="lifestream_label">MagicFab posted <a href="https://joindiaspora.com/p/1572289">This is an #Ubuntu bug (in the Ubuntu Software &#8230;</a>.</div>
</td>
</tr>
<tr class="lifestream_feedid_10 lifestream_feed_generic">
<td class="lifestream_icon">
			   <a href="https://joindiaspora.com/p/1573780"><img src="http://www.fabianrodriguez.com/blog/wp-content/plugins/lifestream/icons/handdrawn/generic.png" alt="generic (feed #10)" /></a>
		   </td>
<td class="lifestream_text">
<div class="lifestream_label">MagicFab posted <a href="https://joindiaspora.com/p/1573780">&quot;CSIS is a bipartisan, nonprofit organization h&#8230;</a>.</div>
</td>
</tr>
<tr class="lifestream_feedid_10 lifestream_feed_generic">
<td class="lifestream_icon">
			   <a href="https://joindiaspora.com/p/1573791"><img src="http://www.fabianrodriguez.com/blog/wp-content/plugins/lifestream/icons/handdrawn/generic.png" alt="generic (feed #10)" /></a>
		   </td>
<td class="lifestream_text">
<div class="lifestream_label">MagicFab posted <a href="https://joindiaspora.com/p/1573791">Le parcours exact de la manif d&#8217;hier soir #ggi &#8230;</a>.</div>
</td>
</tr>
<tr class="lifestream_feedid_10 lifestream_feed_generic">
<td class="lifestream_icon">
			   <a href="https://joindiaspora.com/p/1574196"><img src="http://www.fabianrodriguez.com/blog/wp-content/plugins/lifestream/icons/handdrawn/generic.png" alt="generic (feed #10)" /></a>
		   </td>
<td class="lifestream_text">
<div class="lifestream_label">MagicFab posted <a href="https://joindiaspora.com/p/1574196">*English follows*</p>
<p>LibreOffice 3.5.3 est disp&#8230;</a>.</div>
</td>
</tr>
</table>
 <p><a href="http://www.fabianrodriguez.com/blog/?flattrss_redirect&amp;id=4798&amp;md5=de16e94521d902dd7afb0be58c073b8c" title="Flattr" target="_blank"><img src="http://www.fabianrodriguez.com/blog/wp-content/plugins/flattr/img/flattr-badge-large.png" alt="flattr this!"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.fabianrodriguez.com/blog/2012/05/03/daily-digest-for-may-3rd/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<atom:link rel="payment" href="https://flattr.com/submit/auto?user_id=MagicFab&amp;url=http%3A%2F%2Fwww.fabianrodriguez.com%2Fblog%2F2012%2F05%2F03%2Fdaily-digest-for-may-3rd&amp;language=en_GB&amp;category=text&amp;title=Daily+Digest+for+May+3rd&amp;description=MagicFab+posted+Did+you+wait+until+today+and+are+now+trying+to+%26%238230%3B.+MagicFab+posted+En+route+vers+le+party+%23Ubuntu+%23Montreal+http%3A%2F%26%238230%3B.+MagicFab+posted+Quelques+changements+professionnels+%C3%A0+l%26%238217%3Bhorizon%26%238230%3B....&amp;tags=blog" type="text/html" />
	</item>
		<item>
		<title>LibreOffice 3.5.3 disponible / LibreOffice 3.5.3 is now available!</title>
		<link>http://www.fabianrodriguez.com/blog/2012/05/02/libreoffice-3-5-3-disponible-libreoffice-3-5-3-is-now-available</link>
		<comments>http://www.fabianrodriguez.com/blog/2012/05/02/libreoffice-3-5-3-disponible-libreoffice-3-5-3-is-now-available#comments</comments>
		<pubDate>Wed, 02 May 2012 14:51:22 +0000</pubDate>
		<dc:creator>MagicFab</dc:creator>
				<category><![CDATA[Advocacy]]></category>
		<category><![CDATA[Affaires]]></category>
		<category><![CDATA[Android]]></category>
		<category><![CDATA[English]]></category>
		<category><![CDATA[FabianRodriguez.com]]></category>
		<category><![CDATA[Formation]]></category>
		<category><![CDATA[Français]]></category>
		<category><![CDATA[Free Stuff]]></category>
		<category><![CDATA[Freelancing]]></category>
		<category><![CDATA[Libre]]></category>
		<category><![CDATA[LibreOffice]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Planet-Libre]]></category>
		<category><![CDATA[Support]]></category>
		<category><![CDATA[Tech]]></category>
		<category><![CDATA[Training]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Ubuntu Planet]]></category>
		<category><![CDATA[ubuntu-fr]]></category>
		<category><![CDATA[ubuntu-qc]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.fabianrodriguez.com/blog/?p=4786</guid>
		<description><![CDATA[(English version follows) La Document Foundation a annoncé la disponibilité de LibreOffice 3.5.3 pour le téléchargement. Je suis membre de la Document Foundation depuis un an maintenant, pour en savoir plus sur mes activités dans le projet LibreOffice, visitez ma page wiki sur leur site. J&#8217;encourage aussi ceux qui voudraient participer au projet à le [...]]]></description>
			<content:encoded><![CDATA[<p>(English version follows)</p>
<p>La Document Foundation a annoncé la disponibilité de LibreOffice 3.5.3 pour le téléchargement. Je suis membre de la Document Foundation depuis un an maintenant, pour en savoir plus sur mes activités dans le projet LibreOffice, visitez <a href="http://libreoffice.magicfab.ca">ma page wiki sur leur site</a>. J&#8217;encourage aussi ceux qui voudraient participer au projet à le faire, et éventuellement <a href="http://www.documentfoundation.org/foundation/application-for-tdf-community-membership/">faire une demande de membership</a>! C&#8217;est un projet très stimulant, en tout cas pour la partie qui me concerne (surtout de la promotion et formation locale et le support / entraide).</p>
<p>Si vous n&#8217;utilisez pas Ubuntu, ou si vous voulez partager cette nouvelle avec des amis, famille ou collègues qui utilisent Windows ou Mac OSX, LibreOffice 3.5.3 est disponible pour téléchargement immédiat à partir du lien suivant: <a href="http://www.libreoffice.org/download/">http://www.libreoffice.org/download/</a>. Rappelez-vous que lorsque vous utilisez Ubuntu, vous n&#8217;avez pas besoin de télécharger et installer manuellement ce logiciel!</a></p>
<p><a href="http://www.fabianrodriguez.com/blog/wp-content/uploads/2012/05/LibO_Logo_Highres_Color.png"><img class="aligncenter size-full wp-image-4787" title="LibO_Logo_Highres_Color" src="http://www.fabianrodriguez.com/blog/wp-content/uploads/2012/05/LibO_Logo_Highres_Color.png" alt="" width="400" height="102" /></a></p>
<p><del datetime="2012-05-02T19:41:14+00:00">Si vous avez Ubuntu 12.04 LTS vous n&#8217;obtiendrez pas cette mise à jour automatiquement.</del> <strong>Correction:</strong> <a href="http://sweetshark.livejournal.com/11319.html">cette version sera disponible d&#8217;ici 2-3 semaines</a>. Si vous la voulez immédiatement, vous aurez besoin d&#8217;utiliser le PPA LibreOffice &#8211; ne le faites qu&#8217;à vos risques et périls. Vérifiez la <a href="https://wiki.ubuntu.com/LibreOffice">page du wiki Ubuntu sur LibreOffice</a> pour plus d&#8217;informations sur les autres versions aussi. À noter que le PPA de LibreOffice peut être utilisé tel quel avec Trisquel (dont la version actuelle 5.5 réagira comme un Ubuntu 11.10).</p>
<p>Voici quelques corrections de failles et mises à jour qui ont retenu mon attention:</p>
<ul>
<li>Correctifs à l&#8217;import/export CSV / PDF / RTF / DOCS / XLS / XLSX / PPTX</li>
<li>La méthode de chiffrement ODF de versions antérieures est maintenant celle utilisée par défaut</li>
<li>Correctifs à l&#8217;export PDF (d&#8217;images) à partir de Impress lors de l&#8217;export avec notes</li>
<li>Amélioration de l&#8217;assistant d&#8217;étiquettes / cartes d&#8217;affaires &#8211; choix du format de page</li>
<li>L&#8217;emplacement par défaut des documents téléchargés n&#8217;est plus /tmp par défaut (GNU/Linux)</li>
<li>Le filtre d&#8217;exportation OOXML est maintenant Office 2007/2010 par défaut</li>
</ul>
<p>D&#8217;autres nombreux correctifs ont été apportés.</p>
<p>Consultez <a href="http://blog.documentfoundation.org/2012/05/02/the-document-foundation-announces-libreoffice-3-5-3/">l&#8217;annonce originale publiée sur le carnet de The Document Foundation</a>. Ne manquez pas la section qui parle des fonctionalités à venir, comme le client Android ou le filtre MS Publisher!</p>
<p>Une liste détaillée des correctifs et mises-à-jours est disponible à <a href="http://wiki.documentfoundation.org/Releases/3.5.3/RC1">http://wiki.documentfoundation.org/Releases/3.5.3/RC1</a> et à <a href="http://wiki.documentfoundation.org/Releases/3.5.3/RC2">http://wiki.documentfoundation.org/Releases/3.5.3/RC2</a>.</p>
<p>Pour terminer, voici deux correctifs qui ont vraiment piquée ma curiosité! Pourrez-vous les trouver? <img src='http://www.fabianrodriguez.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<ul>
<li>fix the fix so it doesn&#8217;t crash</li>
<li>this hack in no longer needed</li>
</ul>
<p>&#8212;<br />
<H2>LibreOffice 3.5.3 is now available!</h2>
<p>The Document Foundation has announced the availability of LibreOffice 3.5.3 for download. </p>
<p>I&#8217;ve been a member of The Document Foundation for a year now, to follow my LibrOffice activities you can visit <a href="http://libreoffice.magicfab.ca">my wiki page on their site</a>.  I&#8217;d encourage anyone willing to do so to participate in this project, perhaps <a href="http://www.documentfoundation.org/foundation/application-for-tdf-community-membership/">even request membership</a> at some point! It&#8217;s a very rewarding project, at least for the activities I develop the most (local advocacy and training, and users support/help).</p>
<p>If you&#8217;re not using Ubuntu, or want to share the news with friends, family or colleagues that use Windows or Mac OSX, LibreOffice 3.5.3 is available for immediate download from the following link: <a href="http://www.libreoffice.org/download/">http://www.libreoffice.org/download/</a>. Remember when using Ubuntu you don&#8217;t need to manually download and install this!</p>
<p><a href="http://www.fabianrodriguez.com/blog/wp-content/uploads/2012/05/LibO_Logo_Highres_Color.png"><img class="aligncenter size-full wp-image-4787" title="LibO_Logo_Highres_Color" src="http://www.fabianrodriguez.com/blog/wp-content/uploads/2012/05/LibO_Logo_Highres_Color.png" alt="" width="400" height="102" /></a></p>
<p><del datetime="2012-05-02T19:41:14+00:00">If you have Ubuntu 12.04 LTS you won&#8217;t be getting this update automatically, though</del>. <strong>Edit:</strong> <a href="http://sweetshark.livejournal.com/11319.html">this version will be available for Ubuntu 12.04 LTS automatically within 2-3 weeks</a>. If you can&#8217;t wait and absolutely want to have it <strong>now</strong>, you will need to use the LibreOffice PPA &#8211; only do so at your own risk. Check the <a href="https://wiki.ubuntu.com/LibreOffice">Ubuntu Wiki entry for LibreOffice</a> for more information about other versions too. Also note that if you use Trisquel, you can use the LibreOffice PPA for Ubuntu as-is, it will bring updates corresponding to Ubuntu 11.10.</p>
<p>Hera are some bug fixes and updates that caught my attention:</p>
<ul>
<li>CSV/PDF/RTF/DOCS/XLS/XLSX/PPTX import/export fixes</li>
<li>ODF legacy encryption is now the default</li>
<li>Fixed pdf export (of images) from Impress when printing w/notes</li>
<li>Improved label/BC wizard &#8211; set paper size</li>
<li>Default location of downloaded documents is no longer /tmp by default (GNU/Linux)</li>
<li>Ddefault to Office 2007/2010 filter for ooxml export</li>
</ul>
<p>Other numerous bugs were fixed.</p>
<p>Check <a href="http://blog.documentfoundation.org/2012/05/02/the-document-foundation-announces-libreoffice-3-5-3/">the release announcement on The Document Foundation Blog</a>. Don&#8217;t miss the section about upcoming features, such as the Android client or the MS Publisher import filter!</p>
<p>Detailed change logs are available at <a href="http://wiki.documentfoundation.org/Releases/3.5.3/RC1">http://wiki.documentfoundation.org/Releases/3.5.3/RC1</a> and <a href="http://wiki.documentfoundation.org/Releases/3.5.3/RC2">http://wiki.documentfoundation.org/Releases/3.5.3/RC2</a>.</p>
<p>And these two bug fixes also stood apart from others! Will you find them among the other bug reports in the release notes ? <img src='http://www.fabianrodriguez.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<ul>
<li>fix the fix so it doesn&#8217;t crash</li>
<li>this hack in no longer needed</li>
</ul>
 <p><a href="http://www.fabianrodriguez.com/blog/?flattrss_redirect&amp;id=4786&amp;md5=632cf2d51c0c31a3684d9f8ef33eec23" title="Flattr" target="_blank"><img src="http://www.fabianrodriguez.com/blog/wp-content/plugins/flattr/img/flattr-badge-large.png" alt="flattr this!"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.fabianrodriguez.com/blog/2012/05/02/libreoffice-3-5-3-disponible-libreoffice-3-5-3-is-now-available/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<atom:link rel="payment" href="https://flattr.com/submit/auto?user_id=MagicFab&amp;url=http%3A%2F%2Fwww.fabianrodriguez.com%2Fblog%2F2012%2F05%2F02%2Flibreoffice-3-5-3-disponible-libreoffice-3-5-3-is-now-available&amp;language=en_GB&amp;category=text&amp;title=LibreOffice+3.5.3+disponible+%2F+LibreOffice+3.5.3+is+now+available%21&amp;description=%28English+version+follows%29+La+Document+Foundation+a+annonc%C3%A9+la+disponibilit%C3%A9+de+LibreOffice+3.5.3+pour+le+t%C3%A9l%C3%A9chargement.+Je+suis+membre+de+la+Document+Foundation+depuis+un+an+maintenant%2C+pour+en+savoir...&amp;tags=blog" type="text/html" />
	</item>
		<item>
		<title>Getting Ubuntu / upgrading today? Do the right thing.</title>
		<link>http://www.fabianrodriguez.com/blog/2012/04/26/getting-ubuntu-upgrading-today-do-the-right-thing</link>
		<comments>http://www.fabianrodriguez.com/blog/2012/04/26/getting-ubuntu-upgrading-today-do-the-right-thing#comments</comments>
		<pubDate>Thu, 26 Apr 2012 14:32:48 +0000</pubDate>
		<dc:creator>MagicFab</dc:creator>
				<category><![CDATA[Advocacy]]></category>
		<category><![CDATA[English]]></category>
		<category><![CDATA[Libre]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Tech]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Ubuntu Planet]]></category>

		<guid isPermaLink="false">http://www.fabianrodriguez.com/blog/?p=4634</guid>
		<description><![CDATA[If you waited to download or upgrade Ubuntu today, do the right thing, use a torrent (here&#8217;s the official list with links to all Ubuntu editions torrents available). You can get the Alternate ISO from there and upgrade from a local file rather than downloading all the packages individually&#8230; specially today!]]></description>
			<content:encoded><![CDATA[<p>If you waited to download or upgrade Ubuntu today, do the right thing, use a torrent (here&#8217;s <a href="http://torrent.ubuntu.com:6969/">the official list with links to all Ubuntu editions torrents available</a>).</p>
<p>You can get the Alternate ISO from there and <a href="https://help.ubuntu.com/community/PreciseUpgrades#Upgrading_Using_the_Alternate_CD.2BAC8-DVD">upgrade from a local file rather than downloading all the packages individually</a>&#8230; specially today!</p>
 <p><a href="http://www.fabianrodriguez.com/blog/?flattrss_redirect&amp;id=4634&amp;md5=751c82dfd2b0f0ecb6c28882b85d66c2" title="Flattr" target="_blank"><img src="http://www.fabianrodriguez.com/blog/wp-content/plugins/flattr/img/flattr-badge-large.png" alt="flattr this!"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.fabianrodriguez.com/blog/2012/04/26/getting-ubuntu-upgrading-today-do-the-right-thing/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<atom:link rel="payment" href="https://flattr.com/submit/auto?user_id=MagicFab&amp;url=http%3A%2F%2Fwww.fabianrodriguez.com%2Fblog%2F2012%2F04%2F26%2Fgetting-ubuntu-upgrading-today-do-the-right-thing&amp;language=en_GB&amp;category=text&amp;title=Getting+Ubuntu+%2F+upgrading+today%3F+Do+the+right+thing.&amp;description=If+you+waited+to+download+or+upgrade+Ubuntu+today%2C+do+the+right+thing%2C+use+a+torrent+%28here%26%238217%3Bs+the+official+list+with+links+to+all+Ubuntu+editions+torrents+available%29.+You+can...&amp;tags=blog" type="text/html" />
	</item>
		<item>
		<title>Daily Digest for April 26th</title>
		<link>http://www.fabianrodriguez.com/blog/2012/04/26/daily-digest-for-april-26th</link>
		<comments>http://www.fabianrodriguez.com/blog/2012/04/26/daily-digest-for-april-26th#comments</comments>
		<pubDate>Thu, 26 Apr 2012 14:00:05 +0000</pubDate>
		<dc:creator>MagicFab</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://www.fabianrodriguez.com/blog/2012/04/26/daily-digest-for-april-26th</guid>
		<description><![CDATA[MagicFab posted TIL #VirtualBox can simulate multiple screens (&#8230;. MagicFab posted An old-ish #Thunderbird bug about attachments o&#8230;. MagicFab posted Filed: #Ubuntu #Precise Bug #987462 &#8211; Can&#8217;t use&#8230;. MagicFab posted TIL that you can dial 911 (emergency calls) wit&#8230;. MagicFab posted Le &#34;top-posting&#34;, qu&#8217;en pensez-vous? http://&#8230;. MagicFab posted Impressioné par l&#8217;entrevue ce matin à la [...]]]></description>
			<content:encoded><![CDATA[<table class="lifestream">
<tr class="lifestream_feedid_10 lifestream_feed_generic">
<td class="lifestream_icon">
			   <a href="https://joindiaspora.com/p/1536504"><img src="http://www.fabianrodriguez.com/blog/wp-content/plugins/lifestream/icons/handdrawn/generic.png" alt="generic (feed #10)" /></a>
		   </td>
<td class="lifestream_text">
<div class="lifestream_label">MagicFab posted <a href="https://joindiaspora.com/p/1536504">TIL #VirtualBox can simulate multiple screens (&#8230;</a>.</div>
</td>
</tr>
<tr class="lifestream_feedid_10 lifestream_feed_generic">
<td class="lifestream_icon">
			   <a href="https://joindiaspora.com/p/1538772"><img src="http://www.fabianrodriguez.com/blog/wp-content/plugins/lifestream/icons/handdrawn/generic.png" alt="generic (feed #10)" /></a>
		   </td>
<td class="lifestream_text">
<div class="lifestream_label">MagicFab posted <a href="https://joindiaspora.com/p/1538772">An old-ish #Thunderbird bug about attachments o&#8230;</a>.</div>
</td>
</tr>
<tr class="lifestream_feedid_10 lifestream_feed_generic">
<td class="lifestream_icon">
			   <a href="https://joindiaspora.com/p/1547842"><img src="http://www.fabianrodriguez.com/blog/wp-content/plugins/lifestream/icons/handdrawn/generic.png" alt="generic (feed #10)" /></a>
		   </td>
<td class="lifestream_text">
<div class="lifestream_label">MagicFab posted <a href="https://joindiaspora.com/p/1547842">Filed: #Ubuntu #Precise Bug #987462 &#8211; Can&#8217;t use&#8230;</a>.</div>
</td>
</tr>
<tr class="lifestream_feedid_10 lifestream_feed_generic">
<td class="lifestream_icon">
			   <a href="https://joindiaspora.com/p/1548829"><img src="http://www.fabianrodriguez.com/blog/wp-content/plugins/lifestream/icons/handdrawn/generic.png" alt="generic (feed #10)" /></a>
		   </td>
<td class="lifestream_text">
<div class="lifestream_label">MagicFab posted <a href="https://joindiaspora.com/p/1548829">TIL that you can dial 911 (emergency calls) wit&#8230;</a>.</div>
</td>
</tr>
<tr class="lifestream_feedid_10 lifestream_feed_generic">
<td class="lifestream_icon">
			   <a href="https://joindiaspora.com/p/1550770"><img src="http://www.fabianrodriguez.com/blog/wp-content/plugins/lifestream/icons/handdrawn/generic.png" alt="generic (feed #10)" /></a>
		   </td>
<td class="lifestream_text">
<div class="lifestream_label">MagicFab posted <a href="https://joindiaspora.com/p/1550770">Le &quot;top-posting&quot;, qu&#8217;en pensez-vous?</p>
<p>http://&#8230;</a>.</div>
</td>
</tr>
<tr class="lifestream_feedid_10 lifestream_feed_generic">
<td class="lifestream_icon">
			   <a href="https://joindiaspora.com/p/1550942"><img src="http://www.fabianrodriguez.com/blog/wp-content/plugins/lifestream/icons/handdrawn/generic.png" alt="generic (feed #10)" /></a>
		   </td>
<td class="lifestream_text">
<div class="lifestream_label">MagicFab posted <a href="https://joindiaspora.com/p/1550942">Impressioné par l&#8217;entrevue ce matin à la radio &#8230;</a>.</div>
</td>
</tr>
</table>
 <p><a href="http://www.fabianrodriguez.com/blog/?flattrss_redirect&amp;id=4771&amp;md5=e58033550c1ff34d39eeed7dac112e13" title="Flattr" target="_blank"><img src="http://www.fabianrodriguez.com/blog/wp-content/plugins/flattr/img/flattr-badge-large.png" alt="flattr this!"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.fabianrodriguez.com/blog/2012/04/26/daily-digest-for-april-26th/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<atom:link rel="payment" href="https://flattr.com/submit/auto?user_id=MagicFab&amp;url=http%3A%2F%2Fwww.fabianrodriguez.com%2Fblog%2F2012%2F04%2F26%2Fdaily-digest-for-april-26th&amp;language=en_GB&amp;category=text&amp;title=Daily+Digest+for+April+26th&amp;description=MagicFab+posted+TIL+%23VirtualBox+can+simulate+multiple+screens+%28%26%238230%3B.+MagicFab+posted+An+old-ish+%23Thunderbird+bug+about+attachments+o%26%238230%3B.+MagicFab+posted+Filed%3A+%23Ubuntu+%23Precise+Bug+%23987462+%26%238211%3B+Can%26%238217%3Bt+use%26%238230%3B.+MagicFab+posted...&amp;tags=blog" type="text/html" />
	</item>
		<item>
		<title>Daily Digest for April 19th</title>
		<link>http://www.fabianrodriguez.com/blog/2012/04/19/daily-digest-for-april-19th-2</link>
		<comments>http://www.fabianrodriguez.com/blog/2012/04/19/daily-digest-for-april-19th-2#comments</comments>
		<pubDate>Thu, 19 Apr 2012 14:00:27 +0000</pubDate>
		<dc:creator>MagicFab</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://www.fabianrodriguez.com/blog/2012/04/19/daily-digest-for-april-19th-2</guid>
		<description><![CDATA[MagicFab posted Toux intense depuis qqs. jours &#8211; je passe la jo&#8230;. MagicFab posted Commande du jour si vous téléchargez Trisquel o&#8230;. MagicFab posted Lightspark 0.5.6 released &#8211; http://allievi.sssu&#8230;. MagicFab posted &#34;Network Services Aren&#8217;t Free or Nonfree; They &#8230;. MagicFab posted #Trisquel 5.5 is here – loaded with Freedom and&#8230;. MagicFab posted Je viens d&#8217;apprendre [...]]]></description>
			<content:encoded><![CDATA[<table class="lifestream">
<tr class="lifestream_feedid_10 lifestream_feed_generic">
<td class="lifestream_icon">
			   <a href="https://joindiaspora.com/p/1513038"><img src="http://www.fabianrodriguez.com/blog/wp-content/plugins/lifestream/icons/handdrawn/generic.png" alt="generic (feed #10)" /></a>
		   </td>
<td class="lifestream_text">
<div class="lifestream_label">MagicFab posted <a href="https://joindiaspora.com/p/1513038">Toux intense depuis qqs. jours &#8211; je passe la jo&#8230;</a>.</div>
</td>
</tr>
<tr class="lifestream_feedid_10 lifestream_feed_generic">
<td class="lifestream_icon">
			   <a href="https://joindiaspora.com/p/1529508"><img src="http://www.fabianrodriguez.com/blog/wp-content/plugins/lifestream/icons/handdrawn/generic.png" alt="generic (feed #10)" /></a>
		   </td>
<td class="lifestream_text">
<div class="lifestream_label">MagicFab posted <a href="https://joindiaspora.com/p/1529508">Commande du jour si vous téléchargez Trisquel o&#8230;</a>.</div>
</td>
</tr>
<tr class="lifestream_feedid_10 lifestream_feed_generic">
<td class="lifestream_icon">
			   <a href="https://joindiaspora.com/p/1529811"><img src="http://www.fabianrodriguez.com/blog/wp-content/plugins/lifestream/icons/handdrawn/generic.png" alt="generic (feed #10)" /></a>
		   </td>
<td class="lifestream_text">
<div class="lifestream_label">MagicFab posted <a href="https://joindiaspora.com/p/1529811">Lightspark 0.5.6 released &#8211; http://allievi.sssu&#8230;</a>.</div>
</td>
</tr>
<tr class="lifestream_feedid_10 lifestream_feed_generic">
<td class="lifestream_icon">
			   <a href="https://joindiaspora.com/p/1531735"><img src="http://www.fabianrodriguez.com/blog/wp-content/plugins/lifestream/icons/handdrawn/generic.png" alt="generic (feed #10)" /></a>
		   </td>
<td class="lifestream_text">
<div class="lifestream_label">MagicFab posted <a href="https://joindiaspora.com/p/1531735">&quot;Network Services Aren&#8217;t Free or Nonfree; They &#8230;</a>.</div>
</td>
</tr>
<tr class="lifestream_feedid_10 lifestream_feed_generic">
<td class="lifestream_icon">
			   <a href="https://joindiaspora.com/p/1532128"><img src="http://www.fabianrodriguez.com/blog/wp-content/plugins/lifestream/icons/handdrawn/generic.png" alt="generic (feed #10)" /></a>
		   </td>
<td class="lifestream_text">
<div class="lifestream_label">MagicFab posted <a href="https://joindiaspora.com/p/1532128">#Trisquel 5.5 is here – loaded with Freedom and&#8230;</a>.</div>
</td>
</tr>
<tr class="lifestream_feedid_10 lifestream_feed_generic">
<td class="lifestream_icon">
			   <a href="https://joindiaspora.com/p/1533052"><img src="http://www.fabianrodriguez.com/blog/wp-content/plugins/lifestream/icons/handdrawn/generic.png" alt="generic (feed #10)" /></a>
		   </td>
<td class="lifestream_text">
<div class="lifestream_label">MagicFab posted <a href="https://joindiaspora.com/p/1533052">Je viens d&#8217;apprendre que la seule application q&#8230;</a>.</div>
</td>
</tr>
</table>
 <p><a href="http://www.fabianrodriguez.com/blog/?flattrss_redirect&amp;id=4684&amp;md5=4d76d40dd29809a64ebf8bdebb77bba1" title="Flattr" target="_blank"><img src="http://www.fabianrodriguez.com/blog/wp-content/plugins/flattr/img/flattr-badge-large.png" alt="flattr this!"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.fabianrodriguez.com/blog/2012/04/19/daily-digest-for-april-19th-2/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<atom:link rel="payment" href="https://flattr.com/submit/auto?user_id=MagicFab&amp;url=http%3A%2F%2Fwww.fabianrodriguez.com%2Fblog%2F2012%2F04%2F19%2Fdaily-digest-for-april-19th-2&amp;language=en_GB&amp;category=text&amp;title=Daily+Digest+for+April+19th&amp;description=MagicFab+posted+Toux+intense+depuis+qqs.+jours+%26%238211%3B+je+passe+la+jo%26%238230%3B.+MagicFab+posted+Commande+du+jour+si+vous+t%C3%A9l%C3%A9chargez+Trisquel+o%26%238230%3B.+MagicFab+posted+Lightspark+0.5.6+released+%26%238211%3B+http%3A%2F%2Fallievi.sssu%26%238230%3B.+MagicFab...&amp;tags=blog" type="text/html" />
	</item>
		<item>
		<title>Trisquel 5.5 is here &#8211; loaded with Freedom and that &#8220;classic&#8221; feeling</title>
		<link>http://www.fabianrodriguez.com/blog/2012/04/18/trisquel-5-5-is-here-loaded-with-freedom-and-that-classic-feeling</link>
		<comments>http://www.fabianrodriguez.com/blog/2012/04/18/trisquel-5-5-is-here-loaded-with-freedom-and-that-classic-feeling#comments</comments>
		<pubDate>Wed, 18 Apr 2012 14:38:21 +0000</pubDate>
		<dc:creator>MagicFab</dc:creator>
				<category><![CDATA[Advocacy]]></category>
		<category><![CDATA[Canonical]]></category>
		<category><![CDATA[English]]></category>
		<category><![CDATA[Libre]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Planet-Libre]]></category>
		<category><![CDATA[Tech]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Ubuntu Planet]]></category>
		<category><![CDATA[ubuntu-qc]]></category>
		<category><![CDATA[trisquel]]></category>

		<guid isPermaLink="false">http://www.fabianrodriguez.com/blog/?p=3371</guid>
		<description><![CDATA[Trisquel GNU/Linux is a Linux distribution using a free version of the Linux kernel as distributed by the Linux-libre project. The main goals of the project are the production of a fully free software (free as in free speech) system that must be easy to use, complete, and with good language support. (from Wikipedia). Trisquel [...]]]></description>
			<content:encoded><![CDATA[<p><a href="https://trisquel.info">Trisquel GNU/Linux</a> is a Linux distribution using a free version of the Linux kernel as distributed by the Linux-libre project. The main goals of the project are the production of a fully free software (free as in free speech) system that must be easy to use, complete, and with good language support. (<a href="http://en.wikipedia.org/wiki/Trisquel">from Wikipedia</a>).</p>
<p>Trisquel 5.5 is an Ubuntu derivative based on Ubuntu 11.10 and <a href="https://trisquel.info/en/trisquel-55-sts-brigantia-release-announcement">was released on Monday</a>. I discovered Trisquel through the <a href="http://www.fsf.org/">Free Software Foundation</a>, which distributes it on a nice wallet-USB key to all new members. Trisquel 6.0 will be based on Ubuntu 12.04 LTS.</p>
<p>I started using it as my main OS at home last year (with version 5.0) when the numerous changes brought with Unity, problems with accessibility and increasing UI regressions prompted me to explore other options. As I&#8217;ve been choosing my new hardware and peripherals to be supported with free software, there wasn&#8217;t any transition or adjustments needed. Even some PPAs I used (notably, LibreOffice) are fully compatible. To my surprise, several fellow Ubuntu users also already knew about it and have been experimenting with it. So if you&#8217;re in a similar situation, I&#8217;d encourage you to <a href="https://trisquel.info/en/download">download and try Trisquel</a> some time.</p>
<p>With Ubuntu 12.04 LTS there has been some improvement to get a good fallback mode but I rely on too many things that used to be there and &#8220;just work&#8221; like multi-monitor support, applets, directory encryption at user creation, etc. and I kept removing non-free features I don&#8217;t use like Ubuntu One. I&#8217;ve found it&#8217;s actually <em>less effort</em> than I thought to push the IT freedom mindset a bit further, use a derivative that chooses a conservative path (even remaining ~6 months behind current Ubuntu releases) and I am learning a lot from Trisquel&#8217;s helpful community &#8211; particularly hardware! That&#8217;s in no small part thanks to Christopher Waid from <a href="https://www.thinkpenguin.com/about">ThinkPenguin</a>.</p>
<p>Even being a commercial support services customer at Canonical during the last year wasn&#8217;t enough to work around some issues. It&#8217;s still a great way to bring attention to important issues when you know how to report bugs and can follow-up tightly on such reports. My current job doesn&#8217;t leave much time for experimentation and bug-reporting, but I still used 12.04 LTS both at home and at work as my main environments during alpha an beta. Although there are good intentions to help the &#8220;old timers&#8221;, I can&#8217;t be always afford such experimentation, and exploring ways to get closer the &#8220;100% free software&#8221; experience also means taking the challenge of exploring other options.</p>
 <p><a href="http://www.fabianrodriguez.com/blog/?flattrss_redirect&amp;id=3371&amp;md5=528e30d2ec004822f682c1bbc3d55aad" title="Flattr" target="_blank"><img src="http://www.fabianrodriguez.com/blog/wp-content/plugins/flattr/img/flattr-badge-large.png" alt="flattr this!"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.fabianrodriguez.com/blog/2012/04/18/trisquel-5-5-is-here-loaded-with-freedom-and-that-classic-feeling/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<atom:link rel="payment" href="https://flattr.com/submit/auto?user_id=MagicFab&amp;url=http%3A%2F%2Fwww.fabianrodriguez.com%2Fblog%2F2012%2F04%2F18%2Ftrisquel-5-5-is-here-loaded-with-freedom-and-that-classic-feeling&amp;language=en_GB&amp;category=text&amp;title=Trisquel+5.5+is+here+%26%238211%3B+loaded+with+Freedom+and+that+%26%238220%3Bclassic%26%238221%3B+feeling&amp;description=Trisquel+GNU%2FLinux+is+a+Linux+distribution+using+a+free+version+of+the+Linux+kernel+as+distributed+by+the+Linux-libre+project.+The+main+goals+of+the+project+are+the+production+of...&amp;tags=trisquel%2Cblog" type="text/html" />
	</item>
		<item>
		<title>Daily Digest for April 12th</title>
		<link>http://www.fabianrodriguez.com/blog/2012/04/12/daily-digest-for-april-12th-2</link>
		<comments>http://www.fabianrodriguez.com/blog/2012/04/12/daily-digest-for-april-12th-2#comments</comments>
		<pubDate>Thu, 12 Apr 2012 14:00:03 +0000</pubDate>
		<dc:creator>MagicFab</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://www.fabianrodriguez.com/blog/2012/04/12/daily-digest-for-april-12th-2</guid>
		<description><![CDATA[MagicFab posted [The Document Foundation announces #LibreOffice.... MagicFab shared 2012-04-06. MagicFab posted Loustic Librairie Jeunesse http://www.loustic.c&#8230;. MagicFab posted #Zabbix has been updated in #Debian and !Ubuntu&#8230;. MagicFab posted Écran Viewsonic 1580&#215;1050 à vendre Specs: http:&#8230;. MagicFab posted Ce matin, petit atelier/formation #LibreOffice &#8230;.]]></description>
			<content:encoded><![CDATA[<table class="lifestream">
<tr class="lifestream_feedid_10 lifestream_feed_generic">
<td class="lifestream_icon">
			   <a href="https://joindiaspora.com/p/1492562"><img src="http://www.fabianrodriguez.com/blog/wp-content/plugins/lifestream/icons/handdrawn/generic.png" alt="generic (feed #10)" /></a>
		   </td>
<td class="lifestream_text">
<div class="lifestream_label">MagicFab posted <a href="https://joindiaspora.com/p/1492562">[The Document Foundation announces #LibreOffice...</a>.</div>
</td>
</tr>
<tr class="lifestream_feedid_8 lifestream_feed_picasa">
<td class="lifestream_icon">
			   <a href="https://picasaweb.google.com/102415554453485274892/20120406"><img src="http://www.fabianrodriguez.com/blog/wp-content/plugins/lifestream/extensions/picasa/icon.png" alt="picasa (feed #8)" /></a>
		   </td>
<td class="lifestream_text">
<div class="lifestream_label">MagicFab shared <a href="https://picasaweb.google.com/102415554453485274892/20120406">2012-04-06</a>.</div>
<div class="lifestream_events">
			<a href="https://picasaweb.google.com/102415554453485274892/20120406" rel="ibox&amp;target='image'" class="photo" title="2012-04-06"><img src="http://lh6.ggpht.com/-FzmC0UF00vA/T38W1VEeoqE/AAAAAAAANeU/00Mb1w3H4lc/s160-c/20120406.jpg" width="50" alt="2012-04-06" /></a>	</div>
</td>
</tr>
<tr class="lifestream_feedid_10 lifestream_feed_generic">
<td class="lifestream_icon">
			   <a href="https://joindiaspora.com/p/1498843"><img src="http://www.fabianrodriguez.com/blog/wp-content/plugins/lifestream/icons/handdrawn/generic.png" alt="generic (feed #10)" /></a>
		   </td>
<td class="lifestream_text">
<div class="lifestream_label">MagicFab posted <a href="https://joindiaspora.com/p/1498843">Loustic Librairie Jeunesse http://www.loustic.c&#8230;</a>.</div>
</td>
</tr>
<tr class="lifestream_feedid_10 lifestream_feed_generic">
<td class="lifestream_icon">
			   <a href="https://joindiaspora.com/p/1510795"><img src="http://www.fabianrodriguez.com/blog/wp-content/plugins/lifestream/icons/handdrawn/generic.png" alt="generic (feed #10)" /></a>
		   </td>
<td class="lifestream_text">
<div class="lifestream_label">MagicFab posted <a href="https://joindiaspora.com/p/1510795">#Zabbix has been updated in #Debian and !Ubuntu&#8230;</a>.</div>
</td>
</tr>
<tr class="lifestream_feedid_10 lifestream_feed_generic">
<td class="lifestream_icon">
			   <a href="https://joindiaspora.com/p/1510888"><img src="http://www.fabianrodriguez.com/blog/wp-content/plugins/lifestream/icons/handdrawn/generic.png" alt="generic (feed #10)" /></a>
		   </td>
<td class="lifestream_text">
<div class="lifestream_label">MagicFab posted <a href="https://joindiaspora.com/p/1510888">Écran Viewsonic 1580&#215;1050 à vendre Specs: http:&#8230;</a>.</div>
</td>
</tr>
<tr class="lifestream_feedid_10 lifestream_feed_generic">
<td class="lifestream_icon">
			   <a href="https://joindiaspora.com/p/1510976"><img src="http://www.fabianrodriguez.com/blog/wp-content/plugins/lifestream/icons/handdrawn/generic.png" alt="generic (feed #10)" /></a>
		   </td>
<td class="lifestream_text">
<div class="lifestream_label">MagicFab posted <a href="https://joindiaspora.com/p/1510976">Ce matin, petit atelier/formation #LibreOffice &#8230;</a>.</div>
</td>
</tr>
</table>
 <p><a href="http://www.fabianrodriguez.com/blog/?flattrss_redirect&amp;id=4541&amp;md5=3c48062d53a71138f9041d116cc9b573" title="Flattr" target="_blank"><img src="http://www.fabianrodriguez.com/blog/wp-content/plugins/flattr/img/flattr-badge-large.png" alt="flattr this!"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.fabianrodriguez.com/blog/2012/04/12/daily-digest-for-april-12th-2/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<atom:link rel="payment" href="https://flattr.com/submit/auto?user_id=MagicFab&amp;url=http%3A%2F%2Fwww.fabianrodriguez.com%2Fblog%2F2012%2F04%2F12%2Fdaily-digest-for-april-12th-2&amp;language=en_GB&amp;category=text&amp;title=Daily+Digest+for+April+12th&amp;description=MagicFab+posted+%5BThe+Document+Foundation+announces+%23LibreOffice....+MagicFab+shared+2012-04-06.+MagicFab+posted+Loustic+Librairie+Jeunesse+http%3A%2F%2Fwww.loustic.c%26%238230%3B.+MagicFab+posted+%23Zabbix+has+been+updated+in+%23Debian+and+%21Ubuntu%26%238230%3B.+MagicFab+posted+%C3%89cran+Viewsonic...&amp;tags=blog" type="text/html" />
	</item>
		<item>
		<title>Daily Digest for April 5th</title>
		<link>http://www.fabianrodriguez.com/blog/2012/04/05/daily-digest-for-april-5th-2</link>
		<comments>http://www.fabianrodriguez.com/blog/2012/04/05/daily-digest-for-april-5th-2#comments</comments>
		<pubDate>Thu, 05 Apr 2012 14:00:06 +0000</pubDate>
		<dc:creator>MagicFab</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://www.fabianrodriguez.com/blog/2012/04/05/daily-digest-for-april-5th-2</guid>
		<description><![CDATA[MagicFab posted I wish they used #identica. Damn. http://ww&#8230;. MagicFab posted Notre Ami #Quebecor &#8211; source: http://www.cubesf&#8230;. MagicFab posted I believe I reached the daily &#34;be nice and send&#8230;. MagicFab posted Finally got around to ordering this: https://ww&#8230;. MagicFab posted #Corel Draw filter now better and MS #Publisher&#8230;. MagicFab posted Is anyone using #Zabbix for [...]]]></description>
			<content:encoded><![CDATA[<table class="lifestream">
<tr class="lifestream_feedid_10 lifestream_feed_generic">
<td class="lifestream_icon">
			   <a href="https://joindiaspora.com/p/1475721"><img src="http://www.fabianrodriguez.com/blog/wp-content/plugins/lifestream/icons/handdrawn/generic.png" alt="generic (feed #10)" /></a>
		   </td>
<td class="lifestream_text">
<div class="lifestream_label">MagicFab posted <a href="https://joindiaspora.com/p/1475721">I wish they used #identica. Damn. </p>
<p>http://ww&#8230;</a>.</div>
</td>
</tr>
<tr class="lifestream_feedid_10 lifestream_feed_generic">
<td class="lifestream_icon">
			   <a href="https://joindiaspora.com/p/1482633"><img src="http://www.fabianrodriguez.com/blog/wp-content/plugins/lifestream/icons/handdrawn/generic.png" alt="generic (feed #10)" /></a>
		   </td>
<td class="lifestream_text">
<div class="lifestream_label">MagicFab posted <a href="https://joindiaspora.com/p/1482633">Notre Ami #Quebecor &#8211; source: http://www.cubesf&#8230;</a>.</div>
</td>
</tr>
<tr class="lifestream_feedid_10 lifestream_feed_generic">
<td class="lifestream_icon">
			   <a href="https://joindiaspora.com/p/1483843"><img src="http://www.fabianrodriguez.com/blog/wp-content/plugins/lifestream/icons/handdrawn/generic.png" alt="generic (feed #10)" /></a>
		   </td>
<td class="lifestream_text">
<div class="lifestream_label">MagicFab posted <a href="https://joindiaspora.com/p/1483843">I believe I reached the daily &quot;be nice and send&#8230;</a>.</div>
</td>
</tr>
<tr class="lifestream_feedid_10 lifestream_feed_generic">
<td class="lifestream_icon">
			   <a href="https://joindiaspora.com/p/1483926"><img src="http://www.fabianrodriguez.com/blog/wp-content/plugins/lifestream/icons/handdrawn/generic.png" alt="generic (feed #10)" /></a>
		   </td>
<td class="lifestream_text">
<div class="lifestream_label">MagicFab posted <a href="https://joindiaspora.com/p/1483926">Finally got around to ordering this: https://ww&#8230;</a>.</div>
</td>
</tr>
<tr class="lifestream_feedid_10 lifestream_feed_generic">
<td class="lifestream_icon">
			   <a href="https://joindiaspora.com/p/1487374"><img src="http://www.fabianrodriguez.com/blog/wp-content/plugins/lifestream/icons/handdrawn/generic.png" alt="generic (feed #10)" /></a>
		   </td>
<td class="lifestream_text">
<div class="lifestream_label">MagicFab posted <a href="https://joindiaspora.com/p/1487374">#Corel Draw filter now better and MS #Publisher&#8230;</a>.</div>
</td>
</tr>
<tr class="lifestream_feedid_10 lifestream_feed_generic">
<td class="lifestream_icon">
			   <a href="https://joindiaspora.com/p/1487595"><img src="http://www.fabianrodriguez.com/blog/wp-content/plugins/lifestream/icons/handdrawn/generic.png" alt="generic (feed #10)" /></a>
		   </td>
<td class="lifestream_text">
<div class="lifestream_label">MagicFab posted <a href="https://joindiaspora.com/p/1487595">Is anyone using #Zabbix for monitoring? I&#8217;d lik&#8230;</a>.</div>
</td>
</tr>
<tr class="lifestream_feedid_10 lifestream_feed_generic">
<td class="lifestream_icon">
			   <a href="https://joindiaspora.com/p/1489669"><img src="http://www.fabianrodriguez.com/blog/wp-content/plugins/lifestream/icons/handdrawn/generic.png" alt="generic (feed #10)" /></a>
		   </td>
<td class="lifestream_text">
<div class="lifestream_label">MagicFab posted <a href="https://joindiaspora.com/p/1489669">Filed: Please update #Zabbix to 1.8.11 </p>
<p>http&#8230;</a>.</div>
</td>
</tr>
</table>
 <p><a href="http://www.fabianrodriguez.com/blog/?flattrss_redirect&amp;id=4389&amp;md5=420a8daa072547b59bf09df9ff45fb88" title="Flattr" target="_blank"><img src="http://www.fabianrodriguez.com/blog/wp-content/plugins/flattr/img/flattr-badge-large.png" alt="flattr this!"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.fabianrodriguez.com/blog/2012/04/05/daily-digest-for-april-5th-2/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<atom:link rel="payment" href="https://flattr.com/submit/auto?user_id=MagicFab&amp;url=http%3A%2F%2Fwww.fabianrodriguez.com%2Fblog%2F2012%2F04%2F05%2Fdaily-digest-for-april-5th-2&amp;language=en_GB&amp;category=text&amp;title=Daily+Digest+for+April+5th&amp;description=MagicFab+posted+I+wish+they+used+%23identica.+Damn.+http%3A%2F%2Fww%26%238230%3B.+MagicFab+posted+Notre+Ami+%23Quebecor+%26%238211%3B+source%3A+http%3A%2F%2Fwww.cubesf%26%238230%3B.+MagicFab+posted+I+believe+I+reached+the+daily+%26quot%3Bbe+nice+and+send%26%238230%3B.+MagicFab...&amp;tags=blog" type="text/html" />
	</item>
	</channel>
</rss>

