<?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 &#187; Libre</title>
	<atom:link href="http://www.fabianrodriguez.com/blog/category/tech/libre/feed" rel="self" type="application/rss+xml" />
	<link>http://www.fabianrodriguez.com/blog</link>
	<description>Me, myself and I</description>
	<lastBuildDate>Mon, 08 Feb 2010 20:54:17 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Gobby server in 3 steps</title>
		<link>http://www.fabianrodriguez.com/blog/2010/02/05/gobby-server-in-3-steps/</link>
		<comments>http://www.fabianrodriguez.com/blog/2010/02/05/gobby-server-in-3-steps/#comments</comments>
		<pubDate>Sat, 06 Feb 2010 00:06:25 +0000</pubDate>
		<dc:creator>MagicFab</dc:creator>
				<category><![CDATA[Advocacy]]></category>
		<category><![CDATA[English]]></category>
		<category><![CDATA[Free Stuff]]></category>
		<category><![CDATA[Libre]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Planet-Libre]]></category>
		<category><![CDATA[Pratique]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Support]]></category>
		<category><![CDATA[Tech]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Ubuntu Planet]]></category>

		<guid isPermaLink="false">http://www.fabianrodriguez.com/blog/?p=1056</guid>
		<description><![CDATA[I was tasked to examine different options for internal collaborative editing in a small project, for only a few documents and even fewer people.
I knew there was a Gobby server in Ubuntu but didn&#8217;t know it was this easy to setup. I quickly found out about Gobby-Infinote (Gobby using the new Infinote protocol) and Infinoted [...]]]></description>
			<content:encoded><![CDATA[<p>I was tasked to examine different options for internal collaborative editing in a small project, for only a few documents and even fewer people.</p>
<p>I knew there was a <a href="http://gobby.0x539.de/trac/">Gobby</a> server in Ubuntu but didn&#8217;t know it was this easy to setup. I quickly found out about Gobby-Infinote (Gobby using the new Infinote protocol) and Infinoted (server). It was really nice to be able to go to <a href="http://webchat.freenode.net/?channels=infinote">the #infinote channel on Freenode</a> and ask questions one-on-one to the actual developpers and validate my tests! Thank you!</p>
<p>From Gobby&#8217;s website:</p>
<blockquote><p>Gobby is a free collaborative editor supporting multiple documents in one session and a multi-user chat. It runs on Microsoft Windows, Mac OS X, Linux and other Unix-like platforms.</p></blockquote>
<p>I performed my tests on an Ubuntu 9.10 64-bit desktop.</p>
<ol>
<li>On all client systems, install the <strong>gobby-infinote</strong> package</li>
<li>Then on the server system, install the <strong>infinoted</strong> package</li>
<li>Once the server is installed, either:</li>
</ol>
<ul>
<li>If you trust your local network and don&#8217;t want any security, launch the server using:
<pre>infinoted --security-policy=no-tls</pre>
<p>or</li>
</ul>
<ul>
<li>If you&#8217;d rather have encryption, <a href="http://en.wikipedia.org/wiki/Transport_Layer_Security">TLS</a> is available. Use:
<pre>infinoted --create-key --create-certificate -k key.pem  -c cert.pem</pre>
</li>
</ul>
<p>The keys creation is automatic, and you can launch the server just using:</p>
<pre>infinoted -k key.pem  -c cert.pem</pre>
<p>You can also specify such options in <strong>~/.config/infinoted.conf</strong> as noted on <a href="http://gobby.0x539.de/trac/wiki/Infinote/Infinoted">Infinoted&#8217;s wiki</a> (which I plan to update with some of my notes). I am not sure yet what&#8217;s best to start the server automatically at system&#8217;s startup, I am told upstart should handle this. I&#8217;ll probably file a bug or investigate that further later.</p>
<p>Of course your server system can be a desktop, and you can run Gobby from that same system. Once installed clients should go to Accessories &gt; Internet &gt; Gobby Collaborative Editor (0.5).</p>
<p>You will also need to install <strong>avahi-daemon</strong> so the Infinote Gobby server availability is advertised through your local network and it&#8217;s shown among possible choices in your Gobby clients.</p>
<p>If you have setup TLS and you double click one of the available servers that use it, you will be presented a warning as you have a self-signed certificate:</p>
<p><a href="http://www.fabianrodriguez.com/blog/wp-content/uploads/2010/02/screenshot_046.png"><img class="aligncenter size-medium wp-image-1057" title="screenshot_046" src="http://www.fabianrodriguez.com/blog/wp-content/uploads/2010/02/screenshot_046-300x208.png" alt="" width="300" height="208" /></a></p>
<p>The &#8220;other&#8221; Gobby in Ubuntu is a previous, stable version (package: <strong>gobby</strong>). Its server companion, <strong>sobby</strong>, is not the focus of current development efforts.</p>
<p>The main differences I found are:</p>
<ul>
<li>Optional TLS encryption</li>
<li>Undo ability (which required rewriting the sync protocol)</li>
<li>Interface improvements</li>
<li>Ability to delete files</li>
<li>Folder hierarchy creation now possible</li>
<li>Graceful recovery &amp; offer to save when the server &#8220;disappears&#8221; or when someone deletes a file</li>
<li>Zeroconf support &#8211; so the server &#8220;advertises&#8221; itself on a LAN, no more IP/port info needed</li>
</ul>
<p>The current client version in Karmic is 0.4.92 but 0.4.93 is already in Lucid and 0.4.94 is looing up.</p>
<p>Find out more here:</p>
<ul>
<li><a href="http://gobby.0x539.de/trac/wiki/Infinote/Infinoted">Infinoted</a></li>
<li><a href="http://arbur.net/serendipity/archives/48-Gobby-0.4.93-is-available.html">Gobby 0.4.93 announcement</a> last December</li>
<li><a href="http://infinote.org/">The Infinote protocol</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.fabianrodriguez.com/blog/2010/02/05/gobby-server-in-3-steps/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Rogers Canada sucks</title>
		<link>http://www.fabianrodriguez.com/blog/2010/02/03/rogers-canada-sucks/</link>
		<comments>http://www.fabianrodriguez.com/blog/2010/02/03/rogers-canada-sucks/#comments</comments>
		<pubDate>Wed, 03 Feb 2010 15:51:24 +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[Google]]></category>
		<category><![CDATA[Libre]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Quebec]]></category>
		<category><![CDATA[Society]]></category>
		<category><![CDATA[Tech]]></category>
		<category><![CDATA[canada]]></category>
		<category><![CDATA[rogers]]></category>
		<category><![CDATA[sucks]]></category>

		<guid isPermaLink="false">http://www.fabianrodriguez.com/blog/?p=1051</guid>
		<description><![CDATA[What can I say.
Rogers Canada really sucks. It&#8217;s really a pitty they were the first to introduce Android devices in Canada. Fortunately now other companies also offer them. I hope Rogers never sells Android devices anymore to anyone.
I just found out 85% of online users agree with me. Now I feel like I am part [...]]]></description>
			<content:encoded><![CDATA[<p>What can I say.</p>
<p>Rogers Canada <a href="http://identi.ca/group/rogerssucks">really sucks</a>. It&#8217;s really a pitty they were the first to introduce Android devices in Canada. Fortunately now other companies also offer them. I hope Rogers never sells Android devices anymore to anyone.</p>
<p>I just found out <a href="http://amplicate.com/sucks/rogers">85% of online users</a> agree with me. Now I feel like I am part of a big dysfunctional family.</p>
<p>I am doing my best so 100% of possible Rogers customers (and others too) all know their rates, customer service and technical service suck to no end.</p>
<p>I am so fed up with them I won&#8217;t bother explaining why they suck. The above links should provide ample accurate, complete historical data.</p>
<p>Of course there&#8217;s a dedicated <a href="http://www.facebook.com/#!/group.php?gid=18544532158">Rogers Sucks Facebook group</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.fabianrodriguez.com/blog/2010/02/03/rogers-canada-sucks/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Comment visionner tou.tv sur Linux &#8211; merci pour rien Radio-Canada!</title>
		<link>http://www.fabianrodriguez.com/blog/2010/01/29/comment-visionner-tou-tv-sur-linux-merci-pour-rien-radio-canada/</link>
		<comments>http://www.fabianrodriguez.com/blog/2010/01/29/comment-visionner-tou-tv-sur-linux-merci-pour-rien-radio-canada/#comments</comments>
		<pubDate>Sat, 30 Jan 2010 04:47:11 +0000</pubDate>
		<dc:creator>MagicFab</dc:creator>
				<category><![CDATA[Advocacy]]></category>
		<category><![CDATA[Affaires]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[English]]></category>
		<category><![CDATA[Français]]></category>
		<category><![CDATA[Huh]]></category>
		<category><![CDATA[Libre]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Planet-Libre]]></category>
		<category><![CDATA[Support]]></category>
		<category><![CDATA[Tech]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Ubuntu Planet]]></category>
		<category><![CDATA[Video]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[ubuntu-qc]]></category>
		<category><![CDATA[radio canada tou.tv tou webtélé libre]]></category>

		<guid isPermaLink="false">http://www.fabianrodriguez.com/blog/?p=1036</guid>
		<description><![CDATA[Depuis quelques jours le site tou.tv offre à tous les canadiens le contenu des émissions les plus populaires de Radio-Canada.
Enfin 	presque tous. Ça prends Windows ou Mac. Pardon ?
Les utilisateurs d&#8217;Ubuntu se sont rapidement rendu compte que le site n&#8217;affichait qu&#8217;un carré noir à la place des vidéos. Sur la FAQ de tou.tv, aucune mention [...]]]></description>
			<content:encoded><![CDATA[<p>Depuis quelques jours le site <a href="http://tou.tv">tou.tv</a> offre à tous les canadiens le contenu des émissions les plus populaires de Radio-Canada.</p>
<p>Enfin 	<em>presque tous</em>. Ça prends Windows ou Mac. Pardon ?</p>
<p>Les utilisateurs d&#8217;Ubuntu se sont rapidement rendu compte que le site n&#8217;affichait qu&#8217;un carré noir à la place des vidéos. Sur la <a href="http://www.tou.tv/faq">FAQ</a> de tou.tv, aucune mention de Linux. Rien! Sur la <a href="https://lists.ubuntu.com/archives/ubuntu-quebec/2010-January/002857.html">liste de discussion</a> d&#8217;<a href="http://www.ubuntu-qc.org/">Ubuntu Québec</a>, groupe d&#8217;utilisateurs de cette distribution Linux, les esprits se sont vite enflammés. C&#8217;est que ce n&#8217;est pas la première fois que Radio-Canada commet cette bévue. Et non, on n&#8217;est plus &#8220;seulement 1% d&#8217;utilisateurs d&#8217;ordinateurs&#8221;.</p>
<p>Le format Flash choisit n&#8217;est pas l&#8217;idéal pour les utilisateurs Linux. L&#8217;idéal serait une solution basée sur des formats libres. Le format Flash est une forme de contrôle des drois numériques (les <a href="http://www.defectivebydesign.org/"><em>DRM</em></a> pour ses sigles en anglais), mais bon, on se compte presque chanceux que la technologie Silverlight de Microsoft ait été abandonnée. Une multitudes de web-télé privées et publiques fonctionnent en Flash sous Linux, il suffisait donc de tester et s&#8217;assurer que ça fonctionnerait.</p>
<p>Non, l&#8217;équipe technique vit apparemment sous une roche depuis plusieurs années. Même leurs réponses &#8220;cannées&#8221; aux incidents techniques signalés par des membres d&#8217;Ubuntu Québec et par FACIL n&#8217;ont pas changé. Et l&#8217;Ombudsman de Radio-Canada, lui, réponds que ce n&#8217;est pas ses affaires les choix techniques de celle-ci. C&#8217;est quand même nos taxes non ?</p>
<p><strong>UPDATE: ATTENTION &#8211; CE CORRECTIF N&#8217;EST PLUS NÉCESSAIRE, LE SITE TOU.TV AYANT ÉTÉ CORRIGÉ SUITE À LA PRESSION EXERCÉE PAR NOTRE GROUPE. MERCI!</strong></p>
<p><a href="http://www.fabianrodriguez.com/blog/wp-content/uploads/2010/01/n298602129514_4994.jpg"><img class="alignright size-full wp-image-1040" style="margin-right: 5px; margin-left: 5px;" title="n298602129514_4994" src="http://www.fabianrodriguez.com/blog/wp-content/uploads/2010/01/n298602129514_4994.jpg" alt="" width="200" height="258" align="right" /></a>Bref, <a href="https://lists.ubuntu.com/archives/ubuntu-quebec/2010-January/002866.html">j&#8217;ai suggéré la création d&#8217;un groupe Facebook</a>, <a href="http://www.facebook.com/group.php?gid=298602129514">ce qui a été fait assez rapidement</a> (merci à <a href="http://www.facebook.com/bureaum">Martin Bureau</a>). 24h et presque 300 membres plus tard, <a href="http://www.facebook.com/patrick.stonge">Patrick St-Onge</a> a trouvé le petit bout de code qui a provoquée cette tempête. Une ligne qui était <em>en commentaire</em>.</p>
<p>Je vous épargne les détails. Je suis encore un peu étourdi par cette trouvaille!</p>
<p>Comment on peut expliquer ça en 2010 ? C&#8217;est si insignifiant qu&#8217;ils pourront dire que c&#8217;est un simple oubli.</p>
<p>Je savais qu&#8217;avec GreaseMonkey on pourrait enlever ledit commentaire, j&#8217;ai donc immédiatement invité quiconque lirait le commentaire de Patrick dans le groupe à venir me rejoindre <a href="http://webchat.freenode.net/?channels=facil">sur le canal de chat IRC</a> de <a href="http://www.facil.qc.ca">FACIL</a>. Deux personnes ont répondu, ggrz et VanBrooken (de par leur surnom sur IRC). Pour faire une histoire courte, heureusement, ggrz a fourni le script (le mien étant trop pourri <img src='http://www.fabianrodriguez.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  ) et VanBrooken et moi l&#8217;avons testé. Il y a certainement mieux comme solution mais pour l&#8217;instant celle-ci semble &#8220;faire la job&#8221;. On a constaté par exemple qu&#8217;il manque les barres pour choisir la qualité&#8230; Étant donné que l&#8217;auteur original l&#8217;a publié en &#8220;public domain&#8221;, nous pouvons en faire ce que nous en voulons.</p>
<h2>La solution</h2>
<p>Vous devez avoir:</p>
<ul>
<li>Firefox</li>
<li>GreaseMonkey</li>
</ul>
<p>J&#8217;ai testé avec FF 3.5.7 et Greasemonkey 0.8.20091209.4. Comme j&#8217;ai indiqué plus haut deux autres personnes (l&#8217;auteur et une autre) ont confirmé que ça fonctionnait.</p>
<p><strong>UPDATE: ATTENTION &#8211; CE CORRECTIF N&#8217;EST PLUS NÉCESSAIRE, LE SITE TOU.TV AYANT ÉTÉ CORRIGÉ SUITE À LA PRESSION EXERCÉE PAR NOTRE GROUPE. MERCI!</strong></p>
<p>Une fois GreaseMonkey installé, après redémarrer Firefox:</p>
<p>1) Ouvrez le site tou.tv<br />
2) Allez sur <strong>Tools &gt; Grease Monkey &gt; New user Script</strong><br />
3) Remplissez les champs comme suit:</p>
<blockquote><p><strong>Name:</strong> toutv-linux<br />
<strong>Namespace:</strong> http://www.toutv.com/greasemonkey<br />
<strong>Description:</strong> Script pour visionner toutv sous LInux<br />
<strong>Includes:</strong> http://tou.tv/* <em>(ceci devrait déjà être là si vous avez ouvert tou.tv)</em><br />
<strong>Excludes:</strong> <em>(laisser ce champ vide)</em></p></blockquote>
<p>4) Cliquez <strong>OK</strong><br />
5) Allez sur <strong>Tools &gt; Grease Monkey &gt; Manage User Scripts</strong>. Le script (vide pour l&#8217;instant) devrait y être. Choisissez-le (un click)<br />
6) Cliquez <strong>Edit</strong> (en bas, à gauche)<br />
7) Si on vous demande pour un éditeur de texte, entrez <strong>/usr/bin/gedit</strong><br />
 <img src='http://www.fabianrodriguez.com/blog/wp-includes/images/smilies/icon_cool.gif' alt='8)' class='wp-smiley' /> Ajoutez à la fin du document présenté ceci:</p>
<p><code><br />
(function() {</code></p>
<p>window.addEventListener(&#8220;load&#8221;, function(e) {<br />
var player = document.getElementById(&#8220;playerDiv&#8221;);<br />
if(player) {<br />
var content = player.innerHTML;<br />
content = content.replace(&#8220;flashvars=\&#8221;",  &#8220;flashvars=\&#8221;releaseURL=&#8221; + unsafeWindow.toutv.getRelease() + &#8220;&amp;&#8221;);<br />
player.innerHTML = content;<br />
}<br />
}, false);<br />
})();</p>
<p>C&#8217;est aussi disponible <a href="http://pastebin.com/m33635147">ici</a> et <a href="http://stashbox.org/781741/toutv.user.js">ici</a>. Attention aux sauts de ligne! Chaque ligne termine par un &#8220;;&#8221;.</p>
<p>9) Sauvegardez le document<br />
10) Re-chargez la page tou.tv, naviguez les émissions<br />
11) Enjoy <img src='http://www.fabianrodriguez.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><strong>Attention</strong> étant donné que le site est tout récent il est possible que les délais habituels vous empêchent de visionner le contenu. Soyez patients!</p>
<p>Merci encore à Patrick St-Onge et aux deux anonymes qui ont répondu à mon invitation sur IRC: ggrz qui a fournit le script final en GreaseMonkey et VanBrooken qui a testé et confirmé la solution. Merci aussi aux presque 300 personnes qui se sont jointes au groupe Facebook et qui ont contribué à sa visibilité.</p>
<p><strong>UPDATE: ATTENTION &#8211; CE CORRECTIF N&#8217;EST PLUS NÉCESSAIRE, LE SITE TOU.TV AYANT ÉTÉ CORRIGÉ SUITE À LA PRESSION EXERCÉE PAR NOTRE GROUPE. MERCI!</strong></p>
<p>Maintenant qu&#8217;on sait que ça fonctionne avec du Flash, il faut bien continuer et exiger que ça soit disponible en format libre, ça sera un autre combat. <a href="http://facil.qc.ca/">FACIL</a> en discutera à son prochain conseil d&#8217;administration, il est important de <a href="http://facil.qc.ca/fr/adherer/enligne">devenir membre</a> ou de <a href="http://facil.qc.ca/fr/don">faire un don</a> si cette cause vous tient à coeur. FACIL est une association à but non lucratif qui fait la promotion de l&#8217;informatique libre au Québec. FACIL organise ou participe à plusieurs autres activités au sujet des logiciels libres et des standards ouverts.</p>
<p>Pour ceux qui pensent que je suis extrémiste ou dans une minorité de Fanboy (deux noms auxquels j&#8217;ai eu droit dans cette histoire), je vous laisse quelques mots clés pour vous informer: <a href="http://www.defectivebydesign.org/">DRM</a>, Ogg Theora, HTML5, YouTube.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.fabianrodriguez.com/blog/2010/01/29/comment-visionner-tou-tv-sur-linux-merci-pour-rien-radio-canada/feed/</wfw:commentRss>
		<slash:comments>26</slash:comments>
		</item>
		<item>
		<title>Bravo Diego! Go Honduras :)</title>
		<link>http://www.fabianrodriguez.com/blog/2010/01/21/bravo-diego-go-honduras/</link>
		<comments>http://www.fabianrodriguez.com/blog/2010/01/21/bravo-diego-go-honduras/#comments</comments>
		<pubDate>Thu, 21 Jan 2010 18:44:49 +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>
		<category><![CDATA[honduras colombia]]></category>

		<guid isPermaLink="false">http://www.fabianrodriguez.com/blog/?p=1023</guid>
		<description><![CDATA[Diego Turcios became an Ubuntu Member yesterday during the membership board meeting for the Americas. I&#8217;ve known Diego since he joined the Ubuntu Honduras team and helped rebuild it almost from scratch. Diego earns extra bragging rights for becoming the first one in his country, where he is leading the team to bring Ubuntu to [...]]]></description>
			<content:encoded><![CDATA[<p><a href="https://wiki.ubuntu.com/DiegoTurcios">Diego Turcios</a> became an Ubuntu Member yesterday during the <a href="https://wiki.ubuntu.com/Membership/RegionalBoards/Americas">membership board meeting for the Americas</a>. I&#8217;ve known Diego since he joined the Ubuntu Honduras team and helped rebuild it almost from scratch. Diego earns extra bragging rights for becoming the first one in his country, where he is leading the team to bring Ubuntu to more people. Congratulations!</p>
<p>I guess now <a href="http://tatica1.wordpress.com/2010/01/21/about-how-i-heard-about-ubuntu/">Elvira</a> is up next for membership approval <img src='http://www.fabianrodriguez.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>I&#8217;d also want to welcome the following members who were approved yesterday at the same time:</p>
<ul>
<li><a href="https://wiki.ubuntu.com/Josernesto">José Ernesto Dávila</a> (León, Nicaragua)</li>
<li><a href="https://wiki.ubuntu.com/Richardson183">Jesse N. Richardson</a> (Iowa, USA)</li>
<li><a href="https://wiki.ubuntu.com/SergioMeneses">Sergio Meneses</a> (Cúcuta, Colombia)</li>
<li><a href="https://wiki.ubuntu.com/VictorVargas">Victor Vargas</a> (Chile)</li>
<li><a href="https://wiki.ubuntu.com/CristianBarahona">Cristian Baraona</a> (Chile)</li>
<li>Jamal Fanaian (Florida, USA)</li>
</ul>
<p>I am particularly proud of the steady progress the Colombian team is making into encouraging its members to apply for Ubuntu membership. Go Sergio! Felicitaciones!</p>
<p>The <a href="http://irclogs.ubuntu.com/2010/01/20/%23ubuntu-meeting.html">meeting log</a> is always interesting to review for aspiring members.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.fabianrodriguez.com/blog/2010/01/21/bravo-diego-go-honduras/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Geeks for Haiti</title>
		<link>http://www.fabianrodriguez.com/blog/2010/01/15/geeks-for-haiti/</link>
		<comments>http://www.fabianrodriguez.com/blog/2010/01/15/geeks-for-haiti/#comments</comments>
		<pubDate>Fri, 15 Jan 2010 21:45:42 +0000</pubDate>
		<dc:creator>MagicFab</dc:creator>
				<category><![CDATA[Advocacy]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[English]]></category>
		<category><![CDATA[Libre]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Support]]></category>
		<category><![CDATA[Tech]]></category>
		<category><![CDATA[Training]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Ubuntu Planet]]></category>
		<category><![CDATA[WiFi]]></category>
		<category><![CDATA[haiti relief geek osm openstreemaps infrastructure help rebuild]]></category>

		<guid isPermaLink="false">http://www.fabianrodriguez.com/blog/?p=1009</guid>
		<description><![CDATA[My weekend is starting, perhaps as it is for many geeks in NorthAmerica out there.
Those of you wondering how to help Haiti relief efforts with your knowledge and time (or money) can take a look at the following projects:

Haiti OpenStreeMap response &#8211; this blog post illustrates nicely how open &#38; free data is helping
Sahana Free [...]]]></description>
			<content:encoded><![CDATA[<p>My weekend is starting, perhaps as it is for many geeks in NorthAmerica out there.</p>
<p>Those of you wondering how to help Haiti relief efforts with your knowledge and time (or money) can take a look at the following projects:</p>
<ul>
<li><a href="http://brainoff.com/weblog/2010/01/14/1518">Haiti OpenStreeMap response</a> &#8211; this blog post illustrates nicely how open &amp; free data is helping</li>
<li><a href="http://www.sahana.lk/">Sahana Free and Open Source Disaster Management System</a> &#8211; name says it all, this is hardly a new project. Check out the wiki and join the IRC channel. Yes, they use Launchpad.</li>
<li><a href="http://www.tsfi.org/">Telecom sans Frontières</a> &#8211; perhaps offer to volunteer there or make a donation</li>
<li><a href="http://www.huliq.com/3257/90490/red-cross-haiti-donations-sms-top-8-million">SMS donations</a> are very easy to do &#8211; and surprisingly effective it seems</li>
<li>Last but not least check your local civil emergency authorities. <a href="http://communiques.gouv.qc.ca/gouvqc/communiques/ME/Janvier2010/13/c8524.html">In Quebec province anyone can join a local database of volunteers</a> ready to offer their time &amp; expertise to help, on site, or from Quebec, when such requirement is deemed appropriate.</li>
</ul>
<p>Remember there are many ways you can help in the above projects &amp; efforts, without necessarily limiting that to money or physical presence.</p>
<p>Wiki cleanup, documentation, translation, or even just advertising any of the above projects in your social networks may go a long way.</p>
<p>Have a nice weekend!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.fabianrodriguez.com/blog/2010/01/15/geeks-for-haiti/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Conoces un Ubuntero hispano ? Do you know an Ubuntu user that speaks Spanish ?</title>
		<link>http://www.fabianrodriguez.com/blog/2010/01/15/conoces-un-ubuntero-hispano-you-know-an-ubuntu-user-that-speaks-spanish/</link>
		<comments>http://www.fabianrodriguez.com/blog/2010/01/15/conoces-un-ubuntero-hispano-you-know-an-ubuntu-user-that-speaks-spanish/#comments</comments>
		<pubDate>Fri, 15 Jan 2010 18:54:04 +0000</pubDate>
		<dc:creator>MagicFab</dc:creator>
				<category><![CDATA[Advocacy]]></category>
		<category><![CDATA[Conferences]]></category>
		<category><![CDATA[English]]></category>
		<category><![CDATA[Free Stuff]]></category>
		<category><![CDATA[Libre]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Support]]></category>
		<category><![CDATA[Tech]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Ubuntu Planet]]></category>
		<category><![CDATA[Webcams]]></category>

		<guid isPermaLink="false">http://www.fabianrodriguez.com/blog/?p=1003</guid>
		<description><![CDATA[If you know any Ubuntu users interested in getting some first-hand help with Ubuntu, in Spanish, check this post from Diego Turcios, Ubuntu Honduras team lead.
The Ubuntu Users Day will also be held in Spanish! Diego and his team invited me to host a session and I gladly accepted to host the same I will [...]]]></description>
			<content:encoded><![CDATA[<p>If you know any Ubuntu users interested in getting some first-hand help with Ubuntu, in Spanish, check <a href="https://wiki.ubuntu.com/DiaDelUsuarioUbuntu">this post from Diego Turcios</a>, <a href="https://wiki.ubuntu.com/HondurasTeam/">Ubuntu Honduras</a> team lead.</p>
<p>The Ubuntu Users Day <a href="https://wiki.ubuntu.com/DiaDelUsuarioUbuntu">will also be held in Spanish</a>! Diego and his team invited me to host a session and I gladly accepted to host the same I will be doing in English. My deepest appreciation to <a href="https://launchpad.net/~pablorubianes-uy">Pablo Rubianes</a> who started this initiative for the Spanish Ubuntu users.</p>
<p>I&#8217;ll be teaching / chatting / taking questions about how to best choose your hardware so it works with Ubuntu. It&#8217;s on January 23rd, save the date!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.fabianrodriguez.com/blog/2010/01/15/conoces-un-ubuntero-hispano-you-know-an-ubuntu-user-that-speaks-spanish/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Canonical Support Team at UDS &#8211; Day 1</title>
		<link>http://www.fabianrodriguez.com/blog/2009/11/17/support-at-uds-day-1/</link>
		<comments>http://www.fabianrodriguez.com/blog/2009/11/17/support-at-uds-day-1/#comments</comments>
		<pubDate>Tue, 17 Nov 2009 08:46:04 +0000</pubDate>
		<dc:creator>MagicFab</dc:creator>
				<category><![CDATA[Advocacy]]></category>
		<category><![CDATA[Canonical]]></category>
		<category><![CDATA[Conferences]]></category>
		<category><![CDATA[Dell]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[English]]></category>
		<category><![CDATA[Libre]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Quebec]]></category>
		<category><![CDATA[Support]]></category>
		<category><![CDATA[Tech]]></category>
		<category><![CDATA[Training]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Ubuntu Planet]]></category>
		<category><![CDATA[Video]]></category>

		<guid isPermaLink="false">http://www.fabianrodriguez.com/blog/?p=941</guid>
		<description><![CDATA[Canonical&#8217;s Support Team (part of Canonical Global Support Services) is at UDS   My colleague Shang Wu and I are at UDS representing our team, those folks we work with at the Montreal office where customers from all over the world get help with Ubuntu.
&#8220;Support&#8221; includes of course going through help requests we get [...]]]></description>
			<content:encoded><![CDATA[<p><a rel="attachment wp-att-954" href="http://www.fabianrodriguez.com/blog/2009/11/17/support-at-uds-day-1/crystal_clear_app_os-support/"><img class="alignright size-full wp-image-954" title="Crystal_Clear_app_os-support" src="http://www.fabianrodriguez.com/blog/wp-content/uploads/2009/11/Crystal_Clear_app_os-support.png" alt="Crystal_Clear_app_os-support" width="128" height="128" /></a>Canonical&#8217;s <em>Support Team</em> (part of <a href="http://www.ubuntu.com/support/paid">Canonical Global Support Services</a>) is at UDS <img src='http://www.fabianrodriguez.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  My colleague Shang Wu and I are at UDS representing our team, those folks we work with at the Montreal office where customers from all over the world get help with Ubuntu.</p>
<p>&#8220;Support&#8221; includes of course going through help requests we get over the phone or via <a href="https://landscape.canonical.com/">Landscape</a>, escalating bugs and working with developers to deliver fixes for our customers (and to Ubuntu public updates), but also helping other colleagues within Canonical (a benefit for all staff), review and write technical documentation, help with training, playing with some awesome hardware I can&#8217;t quite blog about and more&#8230; including coming to UDS and raise our issues while catching up with what&#8217;s going on in the Ubuntu galaxy.</p>
<p>We&#8217;re extremely lucky we are at freedom to chose how and where we participate in UDS. I personally consider it to be 50% social, 50% technical. There are some obvious places where it&#8217;s easy to jump in (such as <span><a href="http://wiki.ubuntu.com/X/Blueprints/TriagingAndDiagnosisTools">Tools for better X.org bug triaging and diagnosis</a>), because they are closely related to our troubleshooting process and how we approach problems. Others are not as easy to spot. Going together to a shooting range sure beats many bonding exercises I&#8217;ve attended before. You learn a thing or two about the great community folks and about your colleagues </span><a href="http://www.fabianrodriguez.com/blog/wp-content/uploads/2009/11/MVI_0505.ogv" target="_blank">in-between shots</a><span> <img src='http://www.fabianrodriguez.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  As a side note, I have to say although I don&#8217;t particularly understand the reason fire arms exist, this is one of those things I wanted to try. <img src='http://www.fabianrodriguez.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
</span></p>
<p>Another interesting, unique experience is meeting our actual customers at support! You know who you are! It&#8217;s a bit crazy and it feels like it&#8217;s the Academy Awards &#8211; an expression Jono used this morning much to our enjoyment &#8211; and we&#8217;ve won a prize consisting of meeting face-to-face. I also see quite a bit of <a href="http://en.wikipedia.org/wiki/Qu%C3%A9b%C3%A9cois_%28word%29">Québécois</a> here which I am very proud of, as I am a Colombian living in Québec for 20 years now. And of course <a href="https://wiki.ubuntu.com/MarkShuttleworth">sabdfl</a> is still very much part of UDS, not only for the obvious reasons but because you&#8217;ll actually see him busy at his keyboard and getting into many sessions giving his opinion and participating in lively discussions.</p>
<p>My first day at UDS started with the plenary, where Jono presented the seven tracks UDS follows, giving the opportunity to all ~300 participants to know the differents team leads and what their people do. Mark Shuttleworth also spoke about Ubuntu 10.04 LTS and how those three letters make it special in its very own way. We all have a lot of work ahead. I liked it a lot when Jono said this event consisted of one-hour chunks and we needed to make the most of every single one of those chunks. And stealing everyones&#8217; hearts or something to that effect!</p>
<p>Then started the actual meat of this event. Here are the sessions and activities I was part of today:</p>
<ul>
<li>Ubuntu Foundations team roundtable, where I learned a bit more about services and their management</li>
<li>Meeting with a few customers and gathering their goals and objectives for the week</li>
<li>Catching up on all the free, open source community fun &amp; positive gossip</li>
<li>Sharing <a href="http://blogs.gnome.org/mneptok/">mneptok</a>&#8217;s hilarious and irreverent jokes</li>
<li><span>How to Run a Good Session</span><span>, Software Center Roadmap and</span><span> Opportunistic Programmer plenaries</span></li>
<li><a href="https://blueprints.edge.launchpad.net/ubuntu/+spec/server-lucid-papercuts">Server usability papercuts</a></li>
<li><a href="http://wiki.ubuntu.com/UserExperienceDesign/Specs/Lucid/UpgradeExperience">Requirements for Update and Upgrade Experiences</a></li>
<li><a href="https://blueprints.edge.launchpad.net/ubuntu/+spec/server-lucid-landscape-refresh">Landscape for Lucid</a></li>
</ul>
<p>Back to back, it&#8217;s lots of talking, listening, agreeing and disagreeing, documenting, chatting, introductions, translating and catching up to do. It&#8217;s also useful to keep up with regular email. All incredibly useful &amp; productive, if a bit intense. I tried to leave a trail of it on my micro-blogging backyard like others at http://identi.ca/tag/uds.</p>
<p>The day ended at the firing range as I mentioned before, followed by some relaxing time at the lobby and watching some TV while preparing this post. I hear we&#8217;ll have interesting visitors tomorrow, can&#8217;t wait! Until then, I can&#8217;t repeat enough &#8211; Thank You Canonical !</p>
]]></content:encoded>
			<wfw:commentRss>http://www.fabianrodriguez.com/blog/2009/11/17/support-at-uds-day-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Welcome to Dallas, Tejaztlán</title>
		<link>http://www.fabianrodriguez.com/blog/2009/11/16/welcome-to-dallas-tejaztlan/</link>
		<comments>http://www.fabianrodriguez.com/blog/2009/11/16/welcome-to-dallas-tejaztlan/#comments</comments>
		<pubDate>Mon, 16 Nov 2009 14:36:46 +0000</pubDate>
		<dc:creator>MagicFab</dc:creator>
				<category><![CDATA[Advocacy]]></category>
		<category><![CDATA[Canonical]]></category>
		<category><![CDATA[Conferences]]></category>
		<category><![CDATA[English]]></category>
		<category><![CDATA[Libre]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Politique]]></category>
		<category><![CDATA[Society]]></category>
		<category><![CDATA[Tech]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Ubuntu Planet]]></category>
		<category><![CDATA[chicano culture mexico UDS tejaztlan dallas texas]]></category>

		<guid isPermaLink="false">http://www.fabianrodriguez.com/blog/?p=925</guid>
		<description><![CDATA[Like many of my colleagues at Canonical and Ubuntu community members, I&#8217;ve arrived to the Ubuntu Developer Summit for Ubuntu Lucid (9.10) planning. Did you know to many Chicanos this place is not Texas, but Tejaztlán ? The word Texas comes from &#8220;Friends&#8221; or &#8220;Allies&#8221;, but there&#8217;s a lot more in common with this UDS [...]]]></description>
			<content:encoded><![CDATA[<p>Like many of my colleagues at Canonical and Ubuntu community members, I&#8217;ve arrived to the Ubuntu Developer Summit for Ubuntu Lucid (9.10) planning. Did you know to many Chicanos this place is not Texas, but <em>Tejaztlán</em> ? <a href="http://www.tshaonline.org/handbook/online/articles/TT/pft4.html">The word Texas comes from &#8220;Friends&#8221; or &#8220;Allies&#8221;</a>, but there&#8217;s a lot more in common with this UDS venue with Ubuntu than you&#8217;d think. Or so I&#8217;ve felt so far.</p>
<p style="text-align: center;"><a rel="attachment wp-att-932" href="http://www.fabianrodriguez.com/blog/2009/11/16/welcome-to-dallas-tejaztlan/tamales-2/"><img class="size-medium wp-image-932  aligncenter" title="Tamales" src="http://www.fabianrodriguez.com/blog/wp-content/uploads/2009/11/Tamales1-299x300.jpg" alt="Tamales" width="299" height="300" /></a></p>
<p>Yesterday my pre-UDS day kicked off at the <a href="http://www.pegasusnews.com/events/2009/nov/15/168006/">Festival del Tamal</a> that was happening right across our hotel. From Wikipedia,</p>
<blockquote><p>&#8220;The terms <em><strong>Chicano</strong></em> and <em>Chicana</em> (also spelled <em>Xicana</em>) were originally used by, and in reference to U.S. citizens of Mexican descent. The term began to be widely used during the <a href="http://en.wikipedia.org/wiki/Chicano_movement">Chicano Movement</a> mainly amongst <a title="Mexican Americans" href="http://en.wikipedia.org/wiki/Mexican_Americans">Mexican Americans</a>, especially in the movement&#8217;s peak in the late 1960s and early 1970s. The self-identify term <em>Chicano</em> is still of popular usage today. <a href="http://en.wikipedia.org/wiki/Chicano">[1]</a>&#8220;</p></blockquote>
<p><a rel="attachment wp-att-929" href="http://www.fabianrodriguez.com/blog/2009/11/16/welcome-to-dallas-tejaztlan/img_0473-resized/"><img class="alignright size-thumbnail wp-image-929" style="border: 1px solid black; margin: 4px;" title="IMG_0473.resized" src="http://www.fabianrodriguez.com/blog/wp-content/uploads/2009/11/IMG_0473.resized-150x150.jpg" alt="IMG_0473.resized" width="150" height="150" /></a>I initially thought &#8220;mhh Latinos&#8230; there must be food&#8221;. I knew <a href="http://en.wikipedia.org/wiki/Tamal">tamales </a>where a key component of Latin American food but I&#8217;ve never ever seen so many people lined up to get their piece of it! There must have been a few thousand people and I truly felt I was in Mejico, not in the U.S. as I typically imagine them and see them in the news. But as we cruised the venue I also noticed a lot of stands and kiosks offering help &amp; services for landing immigrants, and NGOs of all types and origins. We felt the strange contrast of a huge happy family reunion and people struggling to <em><strong>just make it</strong></em><strong>- while keeping a huge smile.<br />
</strong></p>
<p>Going into my third year at Canonical in a few days, I still feel the same excitement and anticipation about spending a whole week (and then a bit more) having 100% one-to-one bandwidth with many of the essential individuals that are the driving force behind our favorite operating system &#8211; and freedom culture evangelization tool. After a few tamales and being immersed in this huge latino crowd I couldn&#8217;t help but see some parallels between the Chicano social liberation struggle and the Free Software movement.</p>
<p><a rel="attachment wp-att-928" href="http://www.fabianrodriguez.com/blog/2009/11/16/welcome-to-dallas-tejaztlan/img_0483-resized/"><img class="size-thumbnail wp-image-928 alignleft" style="border: 1px solid black; margin: 4px;" title="IMG_0483.resized" src="http://www.fabianrodriguez.com/blog/wp-content/uploads/2009/11/IMG_0483.resized-150x150.jpg" alt="IMG_0483.resized" width="150" height="150" /></a>I even got a TShirt from this nice gentleman who kindly explained to me why there was a Chicano Activist Convention a few months ago right here in Tejaztlán. They have these student groups called <a href="http://en.wikipedia.org/wiki/MEChA">Mechas</a> who meet regularly and discuss and further issues they face daily (and have for a few decades now). &#8220;Wow,&#8221; I thought to myself..&#8221;this is kinda like our LoCo teams and Bug#1!&#8221;. Except on a very different social (and technical) scale, of course. Here, meet the <a href="http://studentorgs.utexas.edu/mecha/">Mecha of Tejaztlán</a> group.</p>
<p>Aztlán, by the way, &#8220;is the legendary ancestral home of the <a title="Nahua peoples" href="http://en.wikipedia.org/wiki/Nahua_peoples">Nahua peoples</a>, one of the main cultural groups in <a title="Mesoamerica" href="http://en.wikipedia.org/wiki/Mesoamerica">Mesoamerica</a>. &#8220;<a title="Aztec" href="http://en.wikipedia.org/wiki/Aztec">Aztec</a>&#8221; is the Nahuatl word for &#8220;people from Aztlan.&#8221;<a href="http://en.wikipedia.org/wiki/Aztl%C3%A1n">[2]</a>.  So you can see a bit of where the Tejaztlán word came from.</p>
<p>He looked at me with a &#8220;where the hell have you been&#8221; face, but was nice anyways, as my Latino looks couldn&#8217;t get him through the notion I was completely ignorant of the Chicano movement to the extent I still thought yesterday it meant &#8220;any Mexican in the US&#8221; when in fact it means a lot more. I remembered how patient and welcoming we must be to every person that is new to Ubuntu and I felt welcome to further my knowledge and fix <em>their</em> Bug #1.</p>
<p>Going back to the hotel I thought I&#8217;d wear the Tshirt on my first day at UDS, if only to honor this land that welcomes us, and in a way, knows what we are up to this week. I am hoping to meet members of the <a href="https://edge.launchpad.net/~texasteam">Ubuntu Texas Team</a> and perhaps they&#8217;ll help me better understand their very own ecosystem, and if I was wrong in any of my first impressions at my pre-UDS kickoff day, it wouldn&#8217;t be my first time. I love being in that position, and having the ensuing discussions, specially when they revolve about Freedom.</p>
<p>Oh, and if you have any Apple hardware, please know I will be nice to you anyways, I don&#8217;t hate Apple or you &#8211; buy me a beer and we can have that discussion too <img src='http://www.fabianrodriguez.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.fabianrodriguez.com/blog/2009/11/16/welcome-to-dallas-tejaztlan/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Ubuntu Global Jam in Montreal, Quebec, Canada</title>
		<link>http://www.fabianrodriguez.com/blog/2009/09/30/ubuntu-global-jam-in-montreal-quebec-canada/</link>
		<comments>http://www.fabianrodriguez.com/blog/2009/09/30/ubuntu-global-jam-in-montreal-quebec-canada/#comments</comments>
		<pubDate>Wed, 30 Sep 2009 19:40:38 +0000</pubDate>
		<dc:creator>MagicFab</dc:creator>
				<category><![CDATA[Advocacy]]></category>
		<category><![CDATA[Conferences]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[English]]></category>
		<category><![CDATA[Libre]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Planet-Libre]]></category>
		<category><![CDATA[Quebec]]></category>
		<category><![CDATA[Support]]></category>
		<category><![CDATA[Tech]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Ubuntu Planet]]></category>
		<category><![CDATA[ubuntu-qc]]></category>

		<guid isPermaLink="false">http://www.fabianrodriguez.com/blog/?p=913</guid>
		<description><![CDATA[If you&#8217;re in Montreal or nearby this weekend&#8230; you must know:

And I won&#8217;t be the only one  
All details can be found on the Quebec Team Ubuntu Global Jam page.
Where: 
École de technologie supérieure (http://www.etsmtl.ca/)
1100 rue Notre-Dame Ouest
Salles/Rooms A-1300 &#38; A-1238
When:
Friday Oct 2- Sunday Oct. 4 (check the Quebec Team Ubuntu Global Jam page [...]]]></description>
			<content:encoded><![CDATA[<p>If you&#8217;re in Montreal or nearby this weekend&#8230; you must know:</p>
<p style="text-align: center;"><a rel="attachment wp-att-914" href="http://www.fabianrodriguez.com/blog/2009/09/30/ubuntu-global-jam-in-montreal-quebec-canada/ugj09_button_orange_250x148_en/"><img class="aligncenter size-full wp-image-914" style="border: 0pt none;" title="ugj09_button_orange_250x148_en" src="http://www.fabianrodriguez.com/blog/wp-content/uploads/2009/09/ugj09_button_orange_250x148_en.png" alt="ugj09_button_orange_250x148_en" width="250" height="148" /></a></p>
<p style="text-align: left;">And I won&#8217;t be the only one <img src='http://www.fabianrodriguez.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p style="text-align: left;">All details can be found on the <a href="https://wiki.ubuntu.com/QuebecTeam/GlobalJam2009">Quebec Team Ubuntu Global Jam page</a>.</p>
<p><strong>Where: </strong></p>
<p>École de technologie supérieure (<a href="http://www.etsmtl.ca/">http://www.etsmtl.ca/</a>)<br />
1100 rue Notre-Dame Ouest<br />
Salles/Rooms A-1300 &amp; A-1238</p>
<p><strong>When:</strong></p>
<p>Friday Oct 2- Sunday Oct. 4 (check the <a href="https://wiki.ubuntu.com/QuebecTeam/GlobalJam2009">Quebec Team Ubuntu Global Jam page</a> for full schedule info)</p>
<p>See you there!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.fabianrodriguez.com/blog/2009/09/30/ubuntu-global-jam-in-montreal-quebec-canada/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>(Almost) risk-free Karmic testing</title>
		<link>http://www.fabianrodriguez.com/blog/2009/09/23/almost-risk-free-karmic-testing/</link>
		<comments>http://www.fabianrodriguez.com/blog/2009/09/23/almost-risk-free-karmic-testing/#comments</comments>
		<pubDate>Wed, 23 Sep 2009 19:56:58 +0000</pubDate>
		<dc:creator>MagicFab</dc:creator>
				<category><![CDATA[Canonical]]></category>
		<category><![CDATA[English]]></category>
		<category><![CDATA[Lazy Web]]></category>
		<category><![CDATA[Libre]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Support]]></category>
		<category><![CDATA[Tech]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Ubuntu Planet]]></category>

		<guid isPermaLink="false">http://www.fabianrodriguez.com/blog/?p=906</guid>
		<description><![CDATA[Every time there&#8217;s a new Ubuntu version coming up it&#8217;s interesting to test it using the Desktop edition live CD. This however requires burning a CD, rebooting from it, but doesn&#8217;t include the &#8220;full&#8221; test experience &#8211; your personal files and customization are not there.
Putting a full working Ubuntu install on a USB key and [...]]]></description>
			<content:encoded><![CDATA[<p>Every time there&#8217;s a new Ubuntu version coming up it&#8217;s interesting to test it using the Desktop edition live CD. This however requires burning a CD, rebooting from it, but doesn&#8217;t include the &#8220;full&#8221; test experience &#8211; your personal files and customization are not there.</p>
<p>Putting a full working Ubuntu install on a USB key and linking to an existing home directory may be the closest to an actual full-upgrade: it doesn&#8217;t touch your hard disk (so no need to reverse any changes). Well, mostly. For example if you use Firefox, a new version will upgrade extensions, etc.</p>
<p>One of my colleagues, Shang Wu, has put together a little script to automate this setup, and a basic document on how to install Ubuntu on a stick to test Karmic as I described, see: <a href="http://ubuntuforums.org/showthread.php?p=7995438">Testing Ubuntu Beta Releases off a USB stick</a>. Please do read the code before executing it in one of your systems <img src='http://www.fabianrodriguez.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  </p>
<p>If anyone has comments or suggestions for this script or if you have better recipes to let existing Ubuntu users test/try future releases, I&#8217;d like to hear about it. </p>
]]></content:encoded>
			<wfw:commentRss>http://www.fabianrodriguez.com/blog/2009/09/23/almost-risk-free-karmic-testing/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
