<?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>mruiz's blog &#187; Linux</title>
	<atom:link href="http://mruiz.openminds.cl/blog/index.php/category/linux/feed/" rel="self" type="application/rss+xml" />
	<link>http://mruiz.openminds.cl/blog</link>
	<description>...between two worlds</description>
	<lastBuildDate>Thu, 24 Dec 2009 22:13:52 +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>Merry Christmas from Ubuntu Chile</title>
		<link>http://mruiz.openminds.cl/blog/index.php/2009/12/24/merry-christmas-from-ubuntu-chile/</link>
		<comments>http://mruiz.openminds.cl/blog/index.php/2009/12/24/merry-christmas-from-ubuntu-chile/#comments</comments>
		<pubDate>Thu, 24 Dec 2009 22:09:25 +0000</pubDate>
		<dc:creator>Miguel Ruiz</dc:creator>
				<category><![CDATA[English]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Planet Ubuntu]]></category>
		<category><![CDATA[Planeta Ubuntu]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[chile]]></category>
		<category><![CDATA[christmas]]></category>
		<category><![CDATA[greeting]]></category>
		<category><![CDATA[new year]]></category>
		<category><![CDATA[ubuntu-cl]]></category>

		<guid isPermaLink="false">http://mruiz.openminds.cl/blog/?p=316</guid>
		<description><![CDATA[
Ubuntu Chile wishes you a Merry Christmas and a prospering New Year.


]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><a href="http://mruiz.openminds.cl/blog/wp-content/uploads/2009/12/navidad.jpg"><img class="aligncenter size-medium wp-image-326" title="navidad" src="http://mruiz.openminds.cl/blog/wp-content/uploads/2009/12/navidad-287x300.jpg" alt="" width="287" height="300" /></a></p>
<p style="text-align: center;"><a title="Ubuntu Chile" href="http://www.ubuntu-cl.org" target="_blank">Ubuntu Chile</a> wishes you a Merry Christmas <span style="background-color: #ffffff;">and a prospering New Year.</span></p>
<p style="text-align: center;"><span style="background-color: #ffffff;"><br />
</span></p>
]]></content:encoded>
			<wfw:commentRss>http://mruiz.openminds.cl/blog/index.php/2009/12/24/merry-christmas-from-ubuntu-chile/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Signing keys with CAFF</title>
		<link>http://mruiz.openminds.cl/blog/index.php/2009/12/03/signing-keys-with-caff/</link>
		<comments>http://mruiz.openminds.cl/blog/index.php/2009/12/03/signing-keys-with-caff/#comments</comments>
		<pubDate>Fri, 04 Dec 2009 02:22:47 +0000</pubDate>
		<dc:creator>Miguel Ruiz</dc:creator>
				<category><![CDATA[Debian]]></category>
		<category><![CDATA[English]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Planet Ubuntu]]></category>
		<category><![CDATA[Planeta Ubuntu]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[caff]]></category>
		<category><![CDATA[gpg]]></category>
		<category><![CDATA[ksp]]></category>

		<guid isPermaLink="false">http://mruiz.openminds.cl/blog/?p=269</guid>
		<description><![CDATA[CAFF is a script that helps you in keysigning. It takes a list of key IDs on the command line, fetches them from a keyserver or keyring and calls GnuPG to sign them. It then mails each key to all its email addresses.
CAFF it&#8217;s part of the signing-party package (various OpenPGP related tools). Also we [...]]]></description>
			<content:encoded><![CDATA[<p><a title="PGP tools" href="http://pgp-tools.alioth.debian.org/" target="_blank">CAFF</a> is a script that helps you in keysigning. It takes a list of key IDs on the command line, fetches them from a keyserver or keyring and calls GnuPG to sign them. It then mails each key to all its email addresses.</p>
<p>CAFF it&#8217;s part of the signing-party package (various OpenPGP related tools). Also we need the <a href="http://www.debian-administration.org/article/Using_gnupg-agent_to_securely_retain_keys">gnupg-agent</a> to store our passphrase during the signing. Lets install them in Ubuntu.</p>
<p><code>$ sudo apt-get install signing-party gnupg-agent </code></p>
<p>After that, the best idea is to configure a relay host to send the emails. I followed a <a title="Using Exim4 to send Messages through GMail" href="http://wiki.debian.org/GmailAndExim4" target="_blank">really good guide based on Exim4</a>, that just works <img src='http://mruiz.openminds.cl/blog/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
<p>Also we need to configure the default behaviour of CAFF, through a configuration file (.caffrc under our home directory).  You can follow this example.</p>
<blockquote>
<pre># .caffrc -- vim:ft=perl:
# This file is in perl(1) format - see caff(1) for details.</pre>
<pre>$CONFIG{'owner'} = 'Juan Perez';
$CONFIG{'email'} = 'juan@perez.com';
$CONFIG{'gpg-sign-args'} = "save";
$CONFIG{'keyserver'} = "pgp.mit.edu";
$CONFIG{'caffhome'}    = $ENV{'HOME'}.'/.caff';
# Specify the last 16 characters of your key
$CONFIG{'keyid'} = [ qw{1D4FE8D976862225} ];
$CONFIG{'also-encrypt-to'} = [ qw{1D4FE8D976862225} ];</pre>
<pre># Mail template to use for the encrypted part
$CONFIG{'mail-template'} = &lt;&lt; 'EOM';
Hi,</pre>
<pre>please find attached the user id{(scalar @uids &gt;= 2 ? 's' : '')}
{foreach $uid (@uids) {
$OUT .= "\t".$uid."\n";
};}of your key {$key} signed by me.</pre>
<pre>If you have multiple user ids, I sent the signature for each user id
separately to that user id's associated email address. This gives you
also the chance to upload only specific signatures if you don't want
my signature on all your user ids.</pre>
<pre>You can import the signatures by running each through `gpg --import`.</pre>
<pre>Note that I did not upload your key to any keyservers. If you want this
new signature to be available to others, please upload it yourself.
With GnuPG this can be done using
gpg --keyserver subkeys.pgp.net --send-key {$key}</pre>
<pre>If you have any questions, don't hesitate to ask.</pre>
<pre>Regards,</pre>
<pre>{$owner}
EOM</pre>
</blockquote>
<p>Before the signing process, we have to start the gpg-agent. If you got problems launching the agent, please read the following <a href="http://www.linuxquestions.org/questions/linux-security-4/gpg-gpg-agent-cant-connect-to-root.gnupgs.gpg-agent-611843/" target="_blank">reference </a>.</p>
<p><code>$ eval `gpg-agent --daemon`</code></p>
<p>If your KSP host gave you a keyring, the following command must be used to sign the keys. The &#8220;m&#8221; argument specifies to send mail (using the template described previously) and the &#8220;R&#8221; prevents to retrieve keys from a keyserver. We&#8217;ll use a keyring file as input.</p>
<p><code>$ caff -mR --keyfile  &lt;keyring-file&gt;</code></p>
<p>As always, many people listed on the keyring don&#8217;t participate in the KSP. Is this case I suggest to create a file with the attendants IDs only, such as the following.</p>
<p>B9270F9D<br />
1773ED49<br />
3114452A<br />
1D814B8E<br />
18DC68C4<br />
7E633BAE</p>
<p>Then, we have to modify the previous command.</p>
<p><code>$ caff -mR --keyfile  &lt;keyring-file&gt; `cat &lt;keys-to-sign&gt;`</code></p>
<p>If you want to sign only one key and you have its ID, don&#8217;t worry. CAFF will save the day. It can retrieve the key.</p>
<p><code>$ caff -m yes &lt;key-ID&gt;</code></p>
<p>Finally, the batch process starts and we have to sign the keys. Enjoy the day because CAFF will help you to finish this tasks without pain.</p>
<p>References: <a title="WLUG" href="http://www.wlug.org.nz/KeySigningScripts" target="_blank">Waikato Linux User Group</a>, <a title="CAFF man" href="http://linux.die.net/man/1/caff" target="_blank">CAFF man page</a></p>
]]></content:encoded>
			<wfw:commentRss>http://mruiz.openminds.cl/blog/index.php/2009/12/03/signing-keys-with-caff/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Release time!</title>
		<link>http://mruiz.openminds.cl/blog/index.php/2009/10/30/release-time/</link>
		<comments>http://mruiz.openminds.cl/blog/index.php/2009/10/30/release-time/#comments</comments>
		<pubDate>Sat, 31 Oct 2009 03:42:45 +0000</pubDate>
		<dc:creator>Miguel Ruiz</dc:creator>
				<category><![CDATA[English]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Planet Ubuntu]]></category>
		<category><![CDATA[Planeta Ubuntu]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://mruiz.openminds.cl/blog/?p=243</guid>
		<description><![CDATA[Yesterday was an important day for the Ubuntu community: Karmic Koala was released. Yay!
I want to say thanks to everyone involved on this cycle. We are improving at every release and our community is becoming stronger and bigger.



Pedro and I created a mini release party to celebrate the day.
Welcome Lucid Lynx!
]]></description>
			<content:encoded><![CDATA[<p>Yesterday was an important day for the Ubuntu community: <strong>Karmic Koala</strong> was released. Yay!</p>
<p>I want to say thanks to everyone involved on this cycle. We are improving at every release and our community is becoming stronger and bigger.</p>
<p><center><br />
<div id="attachment_245" class="wp-caption aligncenter" style="width: 310px"><a href="http://mruiz.openminds.cl/blog/wp-content/uploads/2009/10/karmic-release.jpg"><img class="size-medium wp-image-245" title="Cheers!" src="http://mruiz.openminds.cl/blog/wp-content/uploads/2009/10/karmic-release-300x192.jpg" alt="karmic-release" width="300" height="192" /></a><p class="wp-caption-text"> </p></div></p>
<p style="text-align: center;">
<p></center><br />
<a href="http://blogs.gnome.org/pvillavi/" target="_blank">Pedro</a> and I created a mini release party to celebrate the day.</p>
<p>Welcome Lucid Lynx!</p>
]]></content:encoded>
			<wfw:commentRss>http://mruiz.openminds.cl/blog/index.php/2009/10/30/release-time/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Firefox 3.5 y fuentes anti-aliasing en Ubuntu</title>
		<link>http://mruiz.openminds.cl/blog/index.php/2009/07/28/firefox-3-5-y-fuentes-anti-aliasing-en-ubuntu/</link>
		<comments>http://mruiz.openminds.cl/blog/index.php/2009/07/28/firefox-3-5-y-fuentes-anti-aliasing-en-ubuntu/#comments</comments>
		<pubDate>Tue, 28 Jul 2009 04:29:13 +0000</pubDate>
		<dc:creator>Miguel Ruiz</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Planeta Ubuntu]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[firefox 3.5]]></category>
		<category><![CDATA[shiretoko]]></category>

		<guid isPermaLink="false">http://mruiz.openminds.cl/blog/?p=228</guid>
		<description><![CDATA[Siguiendo los pasos descritos en la guía del gran gurú Alexander Sack, instalé Firefox 3.5 Shiretoko en Ubuntu 9.04; en resumen, habilité el PPA de Ubuntu Mozilla Security Team e instalé los siguientes paquetes: firefox-3.5 y firefox-3.5-gnome-support.
El único  problema que tuve es que las fuentes se ven borrosas (sin anti-aliasing) &#8230; ¿Cómo solucionarlo?
1. Creamos el [...]]]></description>
			<content:encoded><![CDATA[<p>Siguiendo los pasos descritos en <a href="http://www.asoftsite.org/s9y/archives/160-FAQ-Where-can-I-get-firefox-3.5-for-Ubuntu.html" target="_blank">la guía</a> del gran gurú <a href="https://edge.launchpad.net/~asac" target="_blank">Alexander Sack</a>, instalé <strong>Firefox 3.5 Shiretoko</strong> en <strong>Ubuntu 9.04</strong>; en resumen, habilité el <strong>PPA de Ubuntu Mozilla Security Team</strong> e instalé los siguientes paquetes: <em>firefox-3.5 y firefox-3.5-gnome-support</em>.</p>
<p>El único  problema que tuve es que las fuentes se ven borrosas (sin anti-aliasing) &#8230; ¿Cómo solucionarlo?</p>
<p>1. Creamos el archivo .fonts.conf en nuestro directorio home</p>
<blockquote><p>mruiz@phoenix:~$ touch .fonts.conf</p></blockquote>
<p>2. Editamos el archivo e ingresamos el siguiente contenido:</p>
<blockquote><p>
&lt;?xml version=&#8221;1.0&#8243;?&gt;<br />
&lt;!DOCTYPE fontconfig SYSTEM &#8220;fonts.dtd&#8221;&gt;<br />
&lt;fontconfig&gt;<br />
&lt;match target=&#8221;font&#8221; &gt;<br />
&lt;edit mode=&#8221;assign&#8221; name=&#8221;rgba&#8221; &gt;<br />
&lt;const&gt;rgb&lt;/const&gt;<br />
&lt;/edit&gt;<br />
&lt;/match&gt;<br />
&lt;match target=&#8221;font&#8221; &gt;<br />
&lt;edit mode=&#8221;assign&#8221; name=&#8221;hinting&#8221; &gt;<br />
&lt;bool&gt;true&lt;/bool&gt;<br />
&lt;/edit&gt;<br />
&lt;/match&gt;<br />
&lt;match target=&#8221;font&#8221; &gt;<br />
&lt;edit mode=&#8221;assign&#8221; name=&#8221;hintstyle&#8221; &gt;<br />
&lt;const&gt;hintfull&lt;/const&gt;<br />
&lt;/edit&gt;<br />
&lt;/match&gt;<br />
&lt;match target=&#8221;font&#8221; &gt;<br />
&lt;edit mode=&#8221;assign&#8221; name=&#8221;antialias&#8221; &gt;<br />
&lt;bool&gt;true&lt;/bool&gt;<br />
&lt;/edit&gt;<br />
&lt;/match&gt;<br />
&lt;/fontconfig&gt;
</p></blockquote>
<p>3. Guardamos los cambios y al iniciar <strong>Firefox 3.5</strong> el problema debe estar solucionado. <img src='http://mruiz.openminds.cl/blog/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://mruiz.openminds.cl/blog/index.php/2009/07/28/firefox-3-5-y-fuentes-anti-aliasing-en-ubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>¿Cómo postular al Encuentro Linux 2009?</title>
		<link>http://mruiz.openminds.cl/blog/index.php/2009/07/01/como-postular-al-encuentro-linux-2009/</link>
		<comments>http://mruiz.openminds.cl/blog/index.php/2009/07/01/como-postular-al-encuentro-linux-2009/#comments</comments>
		<pubDate>Thu, 02 Jul 2009 01:03:17 +0000</pubDate>
		<dc:creator>Miguel Ruiz</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Planeta Ubuntu]]></category>
		<category><![CDATA[cfp]]></category>
		<category><![CDATA[el2009]]></category>
		<category><![CDATA[encuentro linux]]></category>

		<guid isPermaLink="false">http://mruiz.openminds.cl/blog/?p=197</guid>
		<description><![CDATA[Para enviar un trabajo y postular como expositor al Encuentro Linux 2009 , lo primero que debemos hacer es visitar el sitio http://cfp.inf.utfsm.cl .

En el menú lateral izquierdo (en azul)  hay que seleccionar Nueva Cuenta. A continuación aparecerá un formulario de registro y presionamos el botón Registrar una nueva cuenta.

A continuación el sistema iniciará sesión [...]]]></description>
			<content:encoded><![CDATA[<p>Para enviar un trabajo y postular como expositor al <a title="EL2009" href="http://2009.encuentrolinux.cl" target="_blank">Encuentro Linux 2009</a> , lo primero que debemos hacer es visitar el sitio <a title="CFP - EL2009" href="http://cfp.inf.utfsm.cl" target="_blank">http://cfp.inf.utfsm.cl</a> .</p>
<p><a href="http://mruiz.openminds.cl/blog/wp-content/uploads/2009/07/01.png"><img class="aligncenter size-medium wp-image-199" title="01" src="http://mruiz.openminds.cl/blog/wp-content/uploads/2009/07/01-300x91.png" alt="01" width="300" height="91" /></a></p>
<p>En el menú lateral izquierdo (en azul)  hay que seleccionar <strong>Nueva Cuenta</strong>. A continuación aparecerá un formulario de registro y presionamos el botón <strong>Registrar una nueva cuenta</strong>.</p>
<p><a href="http://mruiz.openminds.cl/blog/wp-content/uploads/2009/07/02.png"><img class="aligncenter size-medium wp-image-202" title="02" src="http://mruiz.openminds.cl/blog/wp-content/uploads/2009/07/02-300x187.png" alt="02" width="300" height="187" /></a></p>
<p>A continuación el sistema iniciará sesión con el usuario que hemos registrado y nos ofrecerá un listado con las próximas actividades; en <strong>Encuentro Linux 2009 </strong>seleccionamos <strong>Registrarme</strong>.</p>
<p><a href="http://mruiz.openminds.cl/blog/wp-content/uploads/2009/07/03.png"><img class="aligncenter size-medium wp-image-203" title="03" src="http://mruiz.openminds.cl/blog/wp-content/uploads/2009/07/03-300x120.png" alt="03" width="300" height="120" /></a></p>
<p>Para enviar un trabajo hay que seleccionar <strong>Enviar una ponencia</strong>. Luego aparecerá una interfaz para ingresar información sobre nuestro trabajo a presentar: <em>título del trabajo, un breve resumen (4 ó 5 líneas) y el área temática</em>.</p>
<p><a href="http://mruiz.openminds.cl/blog/wp-content/uploads/2009/07/04.png"><img class="aligncenter size-medium wp-image-204" title="04" src="http://mruiz.openminds.cl/blog/wp-content/uploads/2009/07/04-300x198.png" alt="04" width="300" height="198" /></a></p>
<p><strong>Toda postulación debe tener el paper como adjunto (en formato PDF)</strong>. Se han creado templates para <a title="Plantilla OO.org - EL2009" href="http://2009.encuentrolinux.cl/wp-content/uploads/template.ott" target="_blank">OpenOffice</a> y <a title="Template LaTeX - EL2009" href="http://2009.encuentrolinux.cl/wp-content/uploads/template.tar" target="_blank">LaTeX</a> con el fin de ayudar a los postulantes.</p>
<p>Para adjuntar el archivo ponemos atención a la sección <strong>Subir un nuevo documento</strong>: seleccionamos el archivo, agregamos una descripción y presionamos el botón <strong>Subir</strong>.</p>
<p><a href="http://mruiz.openminds.cl/blog/wp-content/uploads/2009/07/05.png"><img class="aligncenter size-medium wp-image-205" title="05" src="http://mruiz.openminds.cl/blog/wp-content/uploads/2009/07/05-300x193.png" alt="05" width="300" height="193" /></a></p>
<p>Si el proceso es exitoso, veremos el archivo adjunto en la sección <strong>Documentos</strong>. Hemos terminado la postulación <img src='http://mruiz.openminds.cl/blog/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p><a href="http://mruiz.openminds.cl/blog/wp-content/uploads/2009/07/06.png"><img class="aligncenter size-medium wp-image-206" title="06" src="http://mruiz.openminds.cl/blog/wp-content/uploads/2009/07/06-300x195.png" alt="06" width="300" height="195" /></a></p>
<p>Mediante la opción <strong>Mis ponencias</strong> en el menú lateral izquierdo podemos ver las postulaciones que hemos realizado. Dentro del período de postulaciones, los trabajos pueden modificarse al igual que los archivos adjuntos.</p>
<p><a href="http://mruiz.openminds.cl/blog/wp-content/uploads/2009/07/07.png"><img class="aligncenter size-medium wp-image-207" title="07" src="http://mruiz.openminds.cl/blog/wp-content/uploads/2009/07/07-300x85.png" alt="07" width="300" height="85" /></a></p>
<p>Espero que este manual sea de gran ayuda e incentive a muchos a enviar sus trabajos con miras al <a title="EL2009" href="http://2009.encuentrolinux.cl" target="_blank">Encuentro Linux 2009</a>.</p>
<p>Saludos!</p>
]]></content:encoded>
			<wfw:commentRss>http://mruiz.openminds.cl/blog/index.php/2009/07/01/como-postular-al-encuentro-linux-2009/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>FLISoL 2009</title>
		<link>http://mruiz.openminds.cl/blog/index.php/2009/04/24/flisol-2009/</link>
		<comments>http://mruiz.openminds.cl/blog/index.php/2009/04/24/flisol-2009/#comments</comments>
		<pubDate>Fri, 24 Apr 2009 15:57:21 +0000</pubDate>
		<dc:creator>Miguel Ruiz</dc:creator>
				<category><![CDATA[English]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Planet Ubuntu]]></category>
		<category><![CDATA[Planeta Ubuntu]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[flisol]]></category>
		<category><![CDATA[free software]]></category>
		<category><![CDATA[software libre]]></category>
		<category><![CDATA[ubuntu-cl]]></category>

		<guid isPermaLink="false">http://mruiz.openminds.cl/blog/?p=177</guid>
		<description><![CDATA[
The Latin American Free Software Installfest (FLISOL)  is the one of the biggest free software events in the world. Its main goal is to promote the use of free software, sharing its philosophy, advances and development.
When? Simultaneously in all Latin America in April 25th, with some exceptions.
Where? It will be going to take place in [...]]]></description>
			<content:encoded><![CDATA[<p><img class="aligncenter size-full wp-image-184" title="logo_flisol" src="http://mruiz.openminds.cl/blog/wp-content/uploads/2009/04/logo_flisol.png" alt="logo_flisol" width="465" height="220" /></p>
<p>The Latin American Free Software Installfest (<a title="FLISoL" href="http://www.flisol.net/" target="_blank">FLISOL</a>)  is the one of the biggest free software events in the world. Its main goal is to promote the use of free software, sharing its philosophy, advances and development.</p>
<p><strong>When?</strong> Simultaneously in all Latin America in April 25th, with some exceptions.</p>
<p><strong>Where?</strong> It will be going to take place in 20 countries and more than 200 cities.</p>
<p><strong>Ubuntu?</strong> Many Ubuntu Local Communities will participate.</p>
<p>In Chile, <a title="Ubuntu Chile" href="http://www.ubuntu-cl.org">Ubuntu-cl</a> will be in Iquique, Valparaíso, Santiago, Talca, Valdivia, Puerto Montt and Punta Arenas with booths, demos, hand out CD&#8217;s, talks, workshops and installs.</p>
<p>More information about FLISoL in Chile: <a href="http://www.flisol.cl/">http://www.flisol.cl/</a></p>
<p>See you there!</p>
]]></content:encoded>
			<wfw:commentRss>http://mruiz.openminds.cl/blog/index.php/2009/04/24/flisol-2009/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Instalar el tema GDM de Ubuntu 9.04</title>
		<link>http://mruiz.openminds.cl/blog/index.php/2009/03/05/instalar-el-tema-gdm-de-ubuntu-904/</link>
		<comments>http://mruiz.openminds.cl/blog/index.php/2009/03/05/instalar-el-tema-gdm-de-ubuntu-904/#comments</comments>
		<pubDate>Thu, 05 Mar 2009 05:02:48 +0000</pubDate>
		<dc:creator>Miguel Ruiz</dc:creator>
				<category><![CDATA[Gnome]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Planeta Ubuntu]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[gdm ubuntu 9.04]]></category>

		<guid isPermaLink="false">http://mruiz.openminds.cl/blog/?p=159</guid>
		<description><![CDATA[Si eres de aquellos que te gustó el nuevo tema para GDM (la pantalla de ingreso a Ubuntu), pero que no quieren actualizar sus equipos, les presento una solución: instalar el paquete a mano  
Basta con descargar el paquete deb desde algún repositorio; luego hacer doble click sobre el archivo descargado para instalarlo, o [...]]]></description>
			<content:encoded><![CDATA[<p>Si eres de aquellos que te gustó el nuevo tema para GDM (la pantalla de ingreso a Ubuntu), pero que no quieren actualizar sus equipos, les presento una solución: instalar el paquete a mano <img src='http://mruiz.openminds.cl/blog/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
<p>Basta con descargar el paquete deb desde algún <a href="http://cl.archive.ubuntu.com/ubuntu/pool/main/u/ubuntu-gdm-themes/ubuntu-gdm-themes_0.31ubuntu5_all.deb">repositorio</a>; luego hacer doble click sobre el archivo descargado para instalarlo, o bien ejecutar en una terminal: <em>$ sudo dpkg -i ubuntu-gdm-themes_0.31ubuntu5_all.deb</em></p>
<p>Si por esas casualidades de la vida no usas el tema Human, debes seleccionarlo en Sistema -&gt; Administracion -&gt; Pantalla de Inicio o bien ejecutar desde una terminal: <em>$ sudo gdmsetup</em> . Tras esto ir a la pestaña &#8220;Local&#8221; y seleccionar el tema. De otra forma, basta con reiniciar el X o bien cerrar la sesión para ver el cambio &#8230; voilá!<br />
<center><br />
<img class="aligncenter size-full wp-image-162" title="gdm" src="http://mruiz.openminds.cl/blog/wp-content/uploads/2009/03/3313980643_d499ceece9.jpg" alt="gdm" width="500" height="375" /></p>
<p style="text-align: center;"><em><a href="http://flickr.com/photos/coebabelghoti/3313980643/">jaunty-gdm</a> gentileza de <a title="Link to coebabelghoti's photostream" href="http://flickr.com/photos/coebabelghoti/">coebabelghoti</a> (<a class="Plain" rel="license cc:license" href="http://creativecommons.org/licenses/by-nc-sa/2.0/deed.en">some rights reserved)</a></em></p>
<p></center></p>
<p style="text-align: left;">¡Saludos!<em><br />
</em></p>
]]></content:encoded>
			<wfw:commentRss>http://mruiz.openminds.cl/blog/index.php/2009/03/05/instalar-el-tema-gdm-de-ubuntu-904/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Configuración de Gtranslator en Ubuntu</title>
		<link>http://mruiz.openminds.cl/blog/index.php/2009/02/05/configuracion-de-gtranslator-193-en-ubuntu/</link>
		<comments>http://mruiz.openminds.cl/blog/index.php/2009/02/05/configuracion-de-gtranslator-193-en-ubuntu/#comments</comments>
		<pubDate>Thu, 05 Feb 2009 16:30:14 +0000</pubDate>
		<dc:creator>Miguel Ruiz</dc:creator>
				<category><![CDATA[Gnome]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Planeta Ubuntu]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[gtranslator]]></category>
		<category><![CDATA[svn]]></category>
		<category><![CDATA[traduccion]]></category>

		<guid isPermaLink="false">http://mruiz.openminds.cl/blog/?p=136</guid>
		<description><![CDATA[En el post anterior vimos como instalar Gtranslator desde SVN; ahora aprenderemos como configurarlo.
La primera vez que ejecutamos gtranslator debiera iniciarse el asistente de configuración.

Lo primero que debemos hacer es ingresar nuestra información personal; no olviden de colocar el correo del equipo de traducción al Español (gnome-es-list@gnome.org) .


Posteriormente debemos ingresar información de carácter algo técnica; [...]]]></description>
			<content:encoded><![CDATA[<p>En el <a href="http://mruiz.openminds.cl/blog/index.php/2008/11/01/instalacion-de-gtranslator-desde-svn-en-ubuntu/" target="_blank">post anterior</a> vimos como instalar Gtranslator desde SVN; ahora aprenderemos como configurarlo.</p>
<p>La primera vez que ejecutamos gtranslator debiera iniciarse el asistente de configuración.</p>
<p style="text-align: center;"><a href="http://mruiz.openminds.cl/blog/wp-content/uploads/2008/11/01.jpg"><img class="size-medium wp-image-138 aligncenter" title="Asistente de configuración" src="http://mruiz.openminds.cl/blog/wp-content/uploads/2008/11/01-300x194.jpg" alt="" width="300" height="194" /></a></p>
<p style="text-align: left;">Lo primero que debemos hacer es ingresar nuestra información personal; no olviden de colocar el correo del equipo de traducción al Español (<em>gnome-es-list@gnome.org)</em> .</p>
<p style="text-align: left;">
<p style="text-align: left;"><a href="http://mruiz.openminds.cl/blog/wp-content/uploads/2008/11/02.jpg"><img class="aligncenter size-medium wp-image-139" title="Perfil del traductor" src="http://mruiz.openminds.cl/blog/wp-content/uploads/2008/11/02-300x184.jpg" alt="" width="300" height="184" /></a></p>
<p style="text-align: left;">Posteriormente debemos ingresar información de carácter algo técnica; algo nuevo para mí fue la definición de plural forms:  <em>nplurals=2; plural=(n != 1); </em></p>
<p style="text-align: left;"><a href="http://mruiz.openminds.cl/blog/wp-content/uploads/2008/11/03.jpg"><img class="aligncenter size-medium wp-image-140" title="Configuración del idioma" src="http://mruiz.openminds.cl/blog/wp-content/uploads/2008/11/03-300x184.jpg" alt="" width="300" height="184" /></a></p>
<p style="text-align: left;">Ahora debemos configurar donde Gtranslator buscará los archivos fuentes a traducir; podemos pasar por alto esta configuración y agregar manualmente los archivos con los que trabajaremos.</p>
<p style="text-align: left;"><a href="http://mruiz.openminds.cl/blog/wp-content/uploads/2008/11/04.jpg"><img class="aligncenter size-medium wp-image-141" title="Origen de datos" src="http://mruiz.openminds.cl/blog/wp-content/uploads/2008/11/04-300x184.jpg" alt="" width="300" height="184" /></a></p>
<p style="text-align: left;">Finalmente tenemos un resumen de toda la información ingresada y aplicamos los cambios.</p>
<p style="text-align: center;"><a href="http://mruiz.openminds.cl/blog/wp-content/uploads/2008/11/05.jpg"><img class="size-medium wp-image-142 aligncenter" title="Confirmación de los datos ingresados" src="http://mruiz.openminds.cl/blog/wp-content/uploads/2008/11/05-300x198.jpg" alt="" width="300" height="198" /></a></p>
<p style="text-align: left;">Nuestro perfil ya se ha creado, y lo podemos modificar cuando queramos <img src='http://mruiz.openminds.cl/blog/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
<p style="text-align: left;"><a href="http://mruiz.openminds.cl/blog/wp-content/uploads/2008/11/06.jpg"><img class="aligncenter size-medium wp-image-144" title="Administración de perfiles" src="http://mruiz.openminds.cl/blog/wp-content/uploads/2008/11/06-300x233.jpg" alt="" width="300" height="233" /></a></p>
<p style="text-align: left;">
<p style="text-align: left;">Al editar nuestro perfil, tenemos un resumen con los datos ingresados anteriormente.</p>
<p style="text-align: left;"><a href="http://mruiz.openminds.cl/blog/wp-content/uploads/2008/11/07.jpg"><img class="aligncenter size-medium wp-image-145" title="Edición de un perfil" src="http://mruiz.openminds.cl/blog/wp-content/uploads/2008/11/07-193x300.jpg" alt="" width="193" height="300" /></a></p>
<p style="text-align: left;">Finalmente, seleccionamos la opción Abrir y buscamos el archivo a traducir. ¡Manos a la obra!</p>
<p style="text-align: left;"><a href="http://mruiz.openminds.cl/blog/wp-content/uploads/2008/11/08.jpg"><img class="aligncenter size-medium wp-image-146" title="Abrir un archivo PO" src="http://mruiz.openminds.cl/blog/wp-content/uploads/2008/11/08-300x233.jpg" alt="" width="300" height="233" /></a></p>
<p style="text-align: left;">Espero que este mini how-to sea de gran utilidad, e incentive a otros a participar del Equipo de Traducción de Gnome.</p>
<p style="text-align: left;">¡Saludos!</p>
<p style="text-align: left;">
]]></content:encoded>
			<wfw:commentRss>http://mruiz.openminds.cl/blog/index.php/2009/02/05/configuracion-de-gtranslator-193-en-ubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Instalación de Gtranslator desde SVN en Ubuntu</title>
		<link>http://mruiz.openminds.cl/blog/index.php/2008/11/01/instalacion-de-gtranslator-desde-svn-en-ubuntu/</link>
		<comments>http://mruiz.openminds.cl/blog/index.php/2008/11/01/instalacion-de-gtranslator-desde-svn-en-ubuntu/#comments</comments>
		<pubDate>Sat, 01 Nov 2008 18:31:32 +0000</pubDate>
		<dc:creator>Miguel Ruiz</dc:creator>
				<category><![CDATA[Gnome]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Planeta Ubuntu]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[gtranslator]]></category>
		<category><![CDATA[svn]]></category>
		<category><![CDATA[traduccion]]></category>

		<guid isPermaLink="false">http://mruiz.openminds.cl/blog/?p=115</guid>
		<description><![CDATA[Este post está pensado en aquellos valientes que están trabajando en la traducciones de GNOME, o bien, para quienes pretenden comenzar a colaborar   . Si bien está pensado para Ubuntu, este mini tutorial puede tomarse como base para ser aplicado en cualquier distribución de Linux.
Una de las primeras recomendaciones es utilizar la versión [...]]]></description>
			<content:encoded><![CDATA[<p>Este post está pensado en aquellos valientes que están trabajando en la traducciones de GNOME, o bien, para quienes pretenden comenzar a colaborar <img src='http://mruiz.openminds.cl/blog/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' />  . Si bien está pensado para Ubuntu, este mini tutorial puede tomarse como base para ser aplicado en cualquier distribución de Linux.</p>
<p>Una de las primeras recomendaciones es utilizar la versión de SVN (1.9.3), porque la que está disponible para la mayoría de las distribuciones es muy antigua (1.1.7). Ubuntu no es la excepción:</p>
<blockquote><p>mruiz@phoenix:~$ rmadison gtranslator<br />
gtranslator | 1.1.6-3build1 |        dapper | source, amd64, i386, powerpc<br />
gtranslator |    1.1.7-2 | feisty/universe | source, amd64, i386, powerpc<br />
gtranslator |    1.1.7-3 | gutsy/universe | source, amd64, i386, powerpc<br />
gtranslator |    1.1.7-3 | hardy/universe | source, amd64, i386<br />
gtranslator |    1.1.7-3 | intrepid/universe | source, amd64, i386<br />
gtranslator |    1.1.7-3 | jaunty/universe | source, amd64, i386</p></blockquote>
<p>Por lo anterior, ya reporté el <a href="https://bugs.launchpad.net/ubuntu/+source/gtranslator/+bug/292253">bug en Launchpad</a>, a ver si alguien se anima a empaquetar la versión desde SVN (sino, lo hago cuando tenga tiempo).  La solución momentánea es ocupar la versión de SVN &#8230; manos a la obra.</p>
<p>Debemos tener instalado Subversion en nuestro equipo:</p>
<blockquote><p>$ sudo apt-get install subversion</p></blockquote>
<p>Luego creamos un directorio donde bajar las fuentes de Gtranslator, por ejemplo:</p>
<blockquote><p>$ mkdir foo ; cd foo</p></blockquote>
<p>Ahora, a bajar las fuentes:</p>
<blockquote><p>$ svn co http://svn.gnome.org/svn/gtranslator/trunk gtranslator</p></blockquote>
<p>Esto nos crea el directorio gtranslator dentro de &#8220;foo&#8221; , con el contenido del trunk del proyecto.</p>
<p>Para poder compilar gtranslator sin problemas, debemos instalar los siguientes paquetes:</p>
<blockquote><p>$ sudo apt-get install automake1.9 gnome-common gtk-doc-tools libglib2.0-dev libglade2-dev libgtksourceview2.0-dev libgdl-dev libgconf2-dev libdb4.3-dev libgnomeui-dev</p></blockquote>
<p>Ahora, a compilar e instalar (asumiendo que estamos ubicados en el directorio &#8220;foo&#8221;):</p>
<blockquote><p>cd gtranslator                                                                                                ./autogen.sh ; make ; sudo make install</p></blockquote>
<p>¡Listo! Ya tenemos gtranslator 1.9.3 instalado en nuestro sistema (el binario está en /usr/local/bin/gtranslator) &#8230; tan sólo debemos ejecutarlo desde una consola o bien ir a la sección Programación de nuestro menú y llamarlo desde ahí.</p>
<p><a href="http://mruiz.openminds.cl/blog/wp-content/uploads/2008/11/gtranslator.jpg"><img class="aligncenter size-medium wp-image-131" title="Gtranslator 1.9.3" src="http://mruiz.openminds.cl/blog/wp-content/uploads/2008/11/gtranslator-300x230.jpg" alt="" width="300" height="230" /></a></p>
<p>Espero que este post sea de gran utilidad &#8230; ¡Saludos!</p>
]]></content:encoded>
			<wfw:commentRss>http://mruiz.openminds.cl/blog/index.php/2008/11/01/instalacion-de-gtranslator-desde-svn-en-ubuntu/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Día del Software Libre 2008 &#8211; Curicó</title>
		<link>http://mruiz.openminds.cl/blog/index.php/2008/09/25/dia-del-software-libre-2008-curico/</link>
		<comments>http://mruiz.openminds.cl/blog/index.php/2008/09/25/dia-del-software-libre-2008-curico/#comments</comments>
		<pubDate>Thu, 25 Sep 2008 04:08:41 +0000</pubDate>
		<dc:creator>Miguel Ruiz</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Planeta Ubuntu]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[curico]]></category>
		<category><![CDATA[sfd]]></category>
		<category><![CDATA[sfd08]]></category>

		<guid isPermaLink="false">http://mruiz.openminds.cl/blog/?p=106</guid>
		<description><![CDATA[Como ya se ha hecho una tradición, este año celebraremos el Día del Software Libre en varias ciudades a lo largo de Chile. Este gran evento se celebró el 20 de Septiembre a nivel mundial, pero debido a la proximidad con nuestras Fiestas Patrias se cambió a este Sábado.
Mis amig@s curicanos me invitaron a participar [...]]]></description>
			<content:encoded><![CDATA[<p>Como ya se ha hecho una tradición, este año celebraremos el <a title="Software Freedom Day" href="http://www.softwarefreedomday.org/" target="_blank">Día del Software Libre</a> en varias ciudades a lo largo de Chile. Este gran evento se celebró el 20 de Septiembre a nivel mundial, pero debido a la proximidad con nuestras Fiestas Patrias se cambió a este Sábado.</p>
<p>Mis amig@s curicanos me invitaron a participar y hablaré sobre Ubuntu <img src='http://mruiz.openminds.cl/blog/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' />  . Tendremos <a href="http://icc.utalca.cl/w/index.php?title=DiaSoftwareLibre/2008&amp;section=3#Programa_del_D.C3.ADa" target="_blank">actividades</a> para todos los gustos.</p>
<p style="text-align: center;"><a href="http://diadelsoftwarelibre.utalca.cl/"><img class="aligncenter" title="Día del Software Libre 2008 - Curicó" src="http://icc.utalca.cl/w/images/a/a0/Sfd-baner-2008.png" alt="" width="650" height="150" /></a></p>
<p>Será una gran oportunidad para compartir y conversar sobre aquello que nos apasiona: el software libre ¡No se lo pierdan! La entrada es liberada y tan sólo debes <a title="Registro SFD - Curicó" href="http://icc.utalca.cl/w/Registro/" target="_blank">inscribirte</a> para participar.</p>
<p>¡Nos vemos en Curicó!</p>
]]></content:encoded>
			<wfw:commentRss>http://mruiz.openminds.cl/blog/index.php/2008/09/25/dia-del-software-libre-2008-curico/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
