<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xml:base="http://www.softwarelibre.org" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
 <title>Software Libre - </title>
 <link>http://www.softwarelibre.org/frontpage</link>
 <description>Información sobre Software Libre y Nuevas Tecnologías.</description>
 <language>es</language>
<item>
 <title>La cara del Neanderthal Basada en el ADN</title>
 <link>http://www.softwarelibre.org/content/la_cara_del_neanderthal_basada_en_el_adn</link>
 <description>&lt;p&gt;&lt;strong&gt;Conoce&lt;/strong&gt; a Wilma, el nombre de la pelirroja de los &lt;em&gt;Picapiedra, es la&lt;/em&gt; modelo de un Neanderthal basadas en parte en las pruebas de ADN
&lt;p&gt;Artistas y científicos crean Wilma (que se muestra&lt;br /&gt;
en una foto de dentro del artículo) se realizaron mediante los restos del análisis de ADN de 43.000&lt;br /&gt;
a&amp;ntilde;os de edad, de entre los huesos que se habían comido. Se publicaron en octubre de 2007, los resultados han sugerido que al menos algunos Neandertales habrían tenido el cabello rojo, piel pálida y, posiblemente, pecas.&lt;/p&gt;
&lt;p&gt;Fuente: &lt;a href=&quot;http://www.linux-party.com/modules.php?name=News&amp;amp;file=article&amp;amp;sid=3742&quot; rel=&quot;nofollow&quot;&gt;http://www.linux-party.com/modules.php?name=News&amp;amp;file=article&amp;amp;sid=3742&lt;/a&gt;&lt;/p&gt;
</description>
 <comments>http://www.softwarelibre.org/content/la_cara_del_neanderthal_basada_en_el_adn#comments</comments>
 <pubDate>Mon, 06 Oct 2008 18:46:00 +0200</pubDate>
 <dc:creator>admin2</dc:creator>
 <guid isPermaLink="false">3628 at http://www.softwarelibre.org</guid>
</item>
<item>
 <title>¿Te acuerdas? Google, en el 2001</title>
 <link>http://www.softwarelibre.org/content/%C2%BFte_acuerdas_google_en_el_2001</link>
 <description>&lt;p&gt;Para celebar &lt;a href=&quot;http://www.google.com/tenthbirthday/&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;su décimo aniversario&lt;/a&gt;, google ha &amp;quot;resucitado&amp;quot; su buscador con el índice que guarda más viejo, &lt;a href=&quot;http://www.google.com/search2001.html&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;así era Google en el 2001&lt;/a&gt;, y cuanto menos, son curiosos sus resultados, por ejemplo, busqué &amp;quot;&lt;a href=&quot;http://www.google.com/search2001/search?q=linux_party&amp;amp;hl=en&amp;amp;btnG=Search&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;linux_party&lt;/a&gt;&amp;quot;, y &amp;iexcl;Ya existíamos!&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.softwarelibre.org/content/%C2%BFte_acuerdas_google_en_el_2001&quot;&gt;leer más&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.softwarelibre.org/content/%C2%BFte_acuerdas_google_en_el_2001#comments</comments>
 <pubDate>Mon, 06 Oct 2008 18:45:59 +0200</pubDate>
 <dc:creator>admin2</dc:creator>
 <guid isPermaLink="false">3649 at http://www.softwarelibre.org</guid>
</item>
<item>
 <title>Los móviles no se llevan bien con los testículos</title>
 <link>http://www.softwarelibre.org/content/los_m%C3%B3viles_no_se_llevan_bien_con_los_test%C3%ADculos</link>
 <description>&lt;p&gt;Un reciente estudio ha podido probar que usar un teléfono móvil en el&lt;br /&gt;
bolsillo, cerca de los testículos puede alterar en cierta manera el&lt;br /&gt;
esperma. No se ha conseguido demostrar un vínculo directo,&lt;br /&gt;
telefonía-cáncer pero sí una alteración notable a nivel celular.
&lt;p&gt;Fuente: &lt;a href=&quot;http://www.linux-party.com/modules.php?name=News&amp;amp;file=article&amp;amp;sid=3751&quot; rel=&quot;nofollow&quot;&gt;http://www.linux-party.com/modules.php?name=News&amp;amp;file=article&amp;amp;sid=3751&lt;/a&gt;&lt;/p&gt;
</description>
 <comments>http://www.softwarelibre.org/content/los_m%C3%B3viles_no_se_llevan_bien_con_los_test%C3%ADculos#comments</comments>
 <pubDate>Mon, 06 Oct 2008 18:45:59 +0200</pubDate>
 <dc:creator>admin2</dc:creator>
 <guid isPermaLink="false">3650 at http://www.softwarelibre.org</guid>
</item>
<item>
 <title>Montar sistemas de ficheros remotos via ssh con sshfs</title>
 <link>http://www.softwarelibre.org/bustillo/montar_sistemas_de_ficheros_remotos_ssh_con_sshfs</link>
 <description>&lt;p&gt;&lt;b&gt;sshfs&lt;/b&gt; nos puede facilitar muchísimo las cosas a la hora de tener que trabajar con aplicaciones locales sobre ficheros hospedados en máquinas remotas, no siempre podemos recurrir a &lt;a href=&quot;http://es.wikipedia.org/wiki/Network_File_System&quot;&gt;NFS&lt;/a&gt;, y un acceso &lt;a href=&quot;http://es.wikipedia.org/wiki/ftp&quot;&gt;FTP&lt;/a&gt; nos limita mucho el uso de aplicaciones locales.  Una buena opción es montar vía &lt;a href=&quot;http://es.wikipedia.org/wiki/SSH&quot;&gt;SSH&lt;/a&gt; un sistema remoto y tenerla accesible directamente en nuestra sistema local.  &lt;/p&gt;
&lt;p&gt;Vamos a proceder con la instalación de sshfs.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.softwarelibre.org/bustillo/montar_sistemas_de_ficheros_remotos_ssh_con_sshfs&quot;&gt;leer más&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.softwarelibre.org/bustillo/montar_sistemas_de_ficheros_remotos_ssh_con_sshfs#comments</comments>
 <pubDate>Wed, 11 Apr 2007 01:44:38 +0200</pubDate>
 <dc:creator>bustillo</dc:creator>
 <guid isPermaLink="false">2 at http://www.softwarelibre.org</guid>
</item>
<item>
 <title>Ya tenemos Debian 4.0 Etch</title>
 <link>http://www.softwarelibre.org/bustillo/ya_tenemos_debian_4_0_etch</link>
 <description>&lt;p&gt;&lt;img src=&quot;http://www.debian.org/logos/openlogo-nd-50.png&quot; border=&quot;1&quot; align=&quot;left&quot; vspace=&quot;2&quot; hspace=&quot;2&quot;&gt;Después de un duro trabajo de toda la comunidad  Debian, ya podemos instalar la versión definitiva. &lt;a href=&quot;http://www.debian.org/News/2007/20070408.es.html&quot;&gt;La liberación de Etch&lt;/a&gt; es todo un acontecimiento en el universo Linux, algunos se están preparando para &lt;a href=&quot;http://wiki.debian.org/ReleasePartyEtch&quot;&gt;celebrarlo&lt;/a&gt; por todo lo alto.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.softwarelibre.org/bustillo/ya_tenemos_debian_4_0_etch&quot;&gt;leer más&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.softwarelibre.org/bustillo/ya_tenemos_debian_4_0_etch#comments</comments>
 <pubDate>Mon, 09 Apr 2007 00:05:00 +0200</pubDate>
 <dc:creator>bustillo</dc:creator>
 <guid isPermaLink="false">1 at http://www.softwarelibre.org</guid>
</item>
</channel>
</rss>
