<?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; Planet Ubuntu</title>
	<atom:link href="http://mruiz.openminds.cl/blog/index.php/category/english/planet-ubuntu/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>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>Security packages in Ubuntu</title>
		<link>http://mruiz.openminds.cl/blog/index.php/2008/08/20/security-packages-in-ubuntu/</link>
		<comments>http://mruiz.openminds.cl/blog/index.php/2008/08/20/security-packages-in-ubuntu/#comments</comments>
		<pubDate>Wed, 20 Aug 2008 05:57:03 +0000</pubDate>
		<dc:creator>Miguel Ruiz</dc:creator>
				<category><![CDATA[Planet Ubuntu]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[packages]]></category>
		<category><![CDATA[security]]></category>

		<guid isPermaLink="false">http://mruiz.openminds.cl/blog/?p=78</guid>
		<description><![CDATA[Dear LazyWeb,
AFAIK Ubuntu is using http://security.ubuntu.com to provide security updates for its packages. What about security section under http://archive.ubuntu.com ? It will be dropped if favor of http://security.ubuntu.com ?
I&#8217;ll apreciate any information about that.

Thanks!
]]></description>
			<content:encoded><![CDATA[<p>Dear LazyWeb,</p>
<p>AFAIK Ubuntu is using <a href="http://security.ubuntu.com" target="_blank">http://security.ubuntu.com</a> to provide security updates for its packages. What about security section under <a href="http://archive.ubuntu.com" target="_blank">http://archive.ubuntu.com</a> ? It will be dropped if favor of <a href="http://security.ubuntu.com" target="_blank">http://security.ubuntu.com</a> ?</p>
<p>I&#8217;ll apreciate any information about that.<br />
<br />
Thanks!</p>
]]></content:encoded>
			<wfw:commentRss>http://mruiz.openminds.cl/blog/index.php/2008/08/20/security-packages-in-ubuntu/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Abuse of Ubuntu logo in Chile</title>
		<link>http://mruiz.openminds.cl/blog/index.php/2008/08/19/abuse-of-ubuntu-logo-in-chile/</link>
		<comments>http://mruiz.openminds.cl/blog/index.php/2008/08/19/abuse-of-ubuntu-logo-in-chile/#comments</comments>
		<pubDate>Tue, 19 Aug 2008 16:12:46 +0000</pubDate>
		<dc:creator>Miguel Ruiz</dc:creator>
				<category><![CDATA[Planet Ubuntu]]></category>
		<category><![CDATA[Planeta Ubuntu]]></category>

		<guid isPermaLink="false">http://mruiz.openminds.cl/blog/?p=58</guid>
		<description><![CDATA[Hi,
Days ago members of our LoCo team noticed that a Chilean consulting company is using part of the Ubuntu logo (the circle of friends)

It&#8217;s look familiar &#8230; or not? What we should do as LoCo Team?
We&#8217;ll appreciate any kind of help.
Cheers!
UPDATE: This post had a good effect from Convoca guys. They changed its logo into

Thanks [...]]]></description>
			<content:encoded><![CDATA[<p>Hi,</p>
<p>Days ago members of <a title="Ubuntu Chile" href="http://www.ubuntu-cl.org" target="_blank">our LoCo team</a> noticed that a Chilean consulting company is using part of the Ubuntu logo (the circle of friends)</p>
<p style="text-align: left;"><a href="http://mruiz.openminds.cl/blog/wp-content/uploads/2008/08/logo0.jpg"><img class="size-medium wp-image-75 aligncenter" title="logo" src="http://mruiz.openminds.cl/blog/wp-content/uploads/2008/08/logo0.jpg" alt="" width="257" height="62" /></a></p>
<p>It&#8217;s look familiar &#8230; or not? What we should do as LoCo Team?</p>
<p>We&#8217;ll appreciate any kind of help.</p>
<p>Cheers!</p>
<p><em><strong>UPDATE:</strong> This post had a good effect from Convoca guys. They changed its logo into</em></p>
<p style="text-align: center;"><em><img class="aligncenter" title="new logo" src="http://www.convoca.cl/images/logo.jpg" alt="" width="216" height="50" /></em></p>
<p><em>Thanks to everyone who gave me ideas to solve this conflict.</em></p>
]]></content:encoded>
			<wfw:commentRss>http://mruiz.openminds.cl/blog/index.php/2008/08/19/abuse-of-ubuntu-logo-in-chile/feed/</wfw:commentRss>
		<slash:comments>15</slash:comments>
		</item>
		<item>
		<title>Welcome Hardy Heron!</title>
		<link>http://mruiz.openminds.cl/blog/index.php/2008/04/24/welcome-hardy-heron/</link>
		<comments>http://mruiz.openminds.cl/blog/index.php/2008/04/24/welcome-hardy-heron/#comments</comments>
		<pubDate>Thu, 24 Apr 2008 06:21:45 +0000</pubDate>
		<dc:creator>Miguel Ruiz</dc:creator>
				<category><![CDATA[Planet Ubuntu]]></category>
		<category><![CDATA[Planeta Ubuntu]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://mruiz.openminds.cl/blog/?p=55</guid>
		<description><![CDATA[To celebrate this great release, Ubuntu Chile will have two parties today:

Santiago

Place: Elkika Providencia (Diego de Velázquez 2109 casi esquina Guardia Vieja
Time: 19:30


Valparaíso

Place:  Fuente Brazil (Valparaíso) Av. Brazil Esquina Sn. Ingnacio.  (Reference Map)
Time: 18:00


Remember to follow people wearing t-shirts like this one&#8230;



See you there!  
]]></description>
			<content:encoded><![CDATA[<p>To celebrate this great release, Ubuntu Chile will have two parties today:</p>
<ul>
<li><em><strong>Santiago</strong></em></li>
</ul>
<p style="padding-left: 30px;"><em>Place:</em> Elkika Providencia (Diego de Velázquez 2109 casi esquina Guardia Vieja</p>
<p style="padding-left: 30px;"><em>Time:</em> 19:30</p>
<p style="padding-left: 30px;">
<ul>
<li><em><strong>Valparaíso</strong></em></li>
</ul>
<p style="padding-left: 30px;"><em>Place:</em><strong> </strong> Fuente Brazil (Valparaíso) Av. Brazil Esquina Sn. Ingnacio.  (<a title="Fuente Brazil" href="http://www.mapcity.cl/Ploteo.asp?ciudad=vregion&amp;IdArco=12946&amp;TipoVia1=AVDA&amp;NombreVia1=BRASIL&amp;Altura1=2406&amp;Comuna1=VALPARAISO&amp;Str_Direccion=AVDA%20BRASIL%202406&amp;Punto_X=256285&amp;Punto_Y=6340705&amp;Este_Min=256035&amp;Este_Max=256535&amp;Norte_Min=6340455&amp;Norte_Max=6340955&amp;moverse=ZOOM5000&amp;Encabezado=SI&amp;Producto=DIRECCION&amp;IdServicio=&amp;GenRuta=&amp;STransito=&amp;TxtPer1=Fuente%20Brazil&amp;TxtPer2=&amp;screenwidth=1024&amp;screenheight=768&amp;opcbuscar=dire&amp;icorigen=../images/botones/ico_estrella_ch.gif&amp;icdestino=&amp;icmapa=../images/botones/int-bt_color.gif&amp;colormapa=color1&amp;icono1=estrella&amp;icono2=&amp;Inicio=SI&amp;xp=256284&amp;yp=6340715&amp;Escala=5000&amp;CodigoPostal=2340049&amp;dir_original=AVDA@BRASIL@@2406@" target="_blank">Reference Map</a>)</p>
<p style="padding-left: 30px;"><em>Time:</em> 18:00</p>
<p style="padding-left: 30px;">
<p style="padding-left: 30px;">
<p>Remember to follow people wearing t-shirts like this one&#8230;<br />
<center><br />
<a href="http://mruiz.openminds.cl/blog/wp-content/uploads/2008/04/polera.png"><img class="aligncenter size-medium wp-image-56" style="vertical-align: middle;" title="polera" src="http://mruiz.openminds.cl/blog/wp-content/uploads/2008/04/polera.png" alt="" width="278" height="261" /></a><br />
</center><br />
See you there! <img src='http://mruiz.openminds.cl/blog/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://mruiz.openminds.cl/blog/index.php/2008/04/24/welcome-hardy-heron/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Is Ubuntu including non-free components by default?</title>
		<link>http://mruiz.openminds.cl/blog/index.php/2008/04/14/is-ubuntu-including-non-free-software-by-default/</link>
		<comments>http://mruiz.openminds.cl/blog/index.php/2008/04/14/is-ubuntu-including-non-free-software-by-default/#comments</comments>
		<pubDate>Tue, 15 Apr 2008 01:43:26 +0000</pubDate>
		<dc:creator>Miguel Ruiz</dc:creator>
				<category><![CDATA[Planet Ubuntu]]></category>
		<category><![CDATA[Planeta Ubuntu]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://vulcano.mine.nu/blog/index.php/2008/04/14/is-ubuntu-including-non-free-software-by-default/</guid>
		<description><![CDATA[According to this email (spanish) Ubuntu includes non-free components by default, and users don&#8217;t know about this situation.
I&#8217;m using Hardy Heron up to date and I wanted to figure out about this potential problem using a useful tool: vrms.
mruiz@numbat:~$ vrms -s
human-icon-theme
linux-restricted-modules-2.6.24-16-generic
linux-restricted-modules-common
linux-restricted-modules-generic
skype
tangerine-icon-theme
unrar
OK&#8230; let&#8217;s review the results.
linux-restricted-* is part of the restricted section. unrar is from multiverse [...]]]></description>
			<content:encoded><![CDATA[<p>According to <a target="_blank" href="https://lists.ubuntu.com/archives/ubuntu-cl/2008-April/003122.html">this email</a> (spanish) Ubuntu includes non-free components by default, and users don&#8217;t know about this situation.</p>
<p>I&#8217;m using Hardy Heron up to date and I wanted to figure out about this potential problem using a useful tool: <a target="_blank" title="Virtual Richard M. Stallman" href="http://en.wikipedia.org/wiki/Vrms">vrms</a>.</p>
<blockquote><p>mruiz@numbat:~$ vrms -s<br />
human-icon-theme<br />
linux-restricted-modules-2.6.24-16-generic<br />
linux-restricted-modules-common<br />
linux-restricted-modules-generic<br />
skype<br />
tangerine-icon-theme<br />
unrar</p></blockquote>
<p>OK&#8230; let&#8217;s review the results.</p>
<p><em>linux-restricted-*</em> is part of the <em>restricted</em> section. <em>unrar</em> is from <em>multiverse</em> and <em>skype</em> is a <em>third-party </em>package.<em><strong> But  human-icon-theme and  tangerine-icon-theme </strong><strong>are part of main.</strong></em></p>
<p>Then, I can assume that Ubuntu includes non-free components by default without inform to their users. Or not ?</p>
<p><strong>EDIT</strong>: To be accurate, I changed non-free software by non-free components <img src='http://mruiz.openminds.cl/blog/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://mruiz.openminds.cl/blog/index.php/2008/04/14/is-ubuntu-including-non-free-software-by-default/feed/</wfw:commentRss>
		<slash:comments>23</slash:comments>
		</item>
		<item>
		<title>Hey Chilean busquashers!</title>
		<link>http://mruiz.openminds.cl/blog/index.php/2008/04/03/hey-chilean-busquashers/</link>
		<comments>http://mruiz.openminds.cl/blog/index.php/2008/04/03/hey-chilean-busquashers/#comments</comments>
		<pubDate>Thu, 03 Apr 2008 15:18:12 +0000</pubDate>
		<dc:creator>Miguel Ruiz</dc:creator>
				<category><![CDATA[Planet Ubuntu]]></category>
		<category><![CDATA[Planeta Ubuntu]]></category>

		<guid isPermaLink="false">http://vulcano.mine.nu/blog/index.php/2008/04/03/hey-chilean-busquashers/</guid>
		<description><![CDATA[Remember to do the following:
~$ echo ubuntu-cl > ~/.5-a-day-team
After that, Five-a-day stats will be representative  
Cheers!
]]></description>
			<content:encoded><![CDATA[<p>Remember to do the following:</p>
<blockquote><p>~$ echo ubuntu-cl > ~/.5-a-day-team</p></blockquote>
<p>After that, <a title="5-a-day" target="_blank" href="http://daniel.holba.ch/5-a-day-stats/">Five-a-day stats</a> will be representative <img src='http://mruiz.openminds.cl/blog/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
<p>Cheers!</p>
]]></content:encoded>
			<wfw:commentRss>http://mruiz.openminds.cl/blog/index.php/2008/04/03/hey-chilean-busquashers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Linda&#8217;s easter eggs</title>
		<link>http://mruiz.openminds.cl/blog/index.php/2008/02/14/linda-easter-eggs/</link>
		<comments>http://mruiz.openminds.cl/blog/index.php/2008/02/14/linda-easter-eggs/#comments</comments>
		<pubDate>Thu, 14 Feb 2008 13:58:31 +0000</pubDate>
		<dc:creator>Miguel Ruiz</dc:creator>
				<category><![CDATA[MOTU]]></category>
		<category><![CDATA[Planet Ubuntu]]></category>
		<category><![CDATA[Planeta Ubuntu]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://vulcano.mine.nu/blog/index.php/2008/02/14/linda-easter-eggs/</guid>
		<description><![CDATA[I didn&#8217;t know that linda includes some easter eggs:
mruiz@hardy:~/devel/upgrades/mplinuxman$ linda -v -f long -t E,I,W,X *.changes
Roses are red, violets are blue,
lintian is dead and Culus goes moo.
V: Processing file: mplinuxman_1.5-0ubuntu1_source.changes
V: Processing file: mplinuxman_1.5-0ubuntu1.dsc
Package: mplinuxman
Type: Warning
Description: 3.7.3 is a newer Standards-Version.
Happy Valentin&#8217;s day!
]]></description>
			<content:encoded><![CDATA[<p>I didn&#8217;t know that <a title="linda" target="_blank" href="http://packages.ubuntu.com/linda">linda</a> includes some easter eggs:</p>
<blockquote><p>mruiz@hardy:~/devel/upgrades/mplinuxman$ linda -v -f long -t E,I,W,X *.changes<br />
<em>Roses are red, violets are blue,<br />
lintian is dead and Culus goes moo.</em><br />
V: Processing file: mplinuxman_1.5-0ubuntu1_source.changes<br />
V: Processing file: mplinuxman_1.5-0ubuntu1.dsc<br />
Package: mplinuxman<br />
Type: Warning<br />
Description: 3.7.3 is a newer Standards-Version.</p></blockquote>
<p>Happy Valentin&#8217;s day!</p>
]]></content:encoded>
			<wfw:commentRss>http://mruiz.openminds.cl/blog/index.php/2008/02/14/linda-easter-eggs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
