<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:georss='http://www.georss.org/georss' xmlns:gd='http://schemas.google.com/g/2005' xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-5282037860157731886</id><updated>2012-02-13T14:52:12.393+01:00</updated><category term='Administración'/><category term='Videos'/><category term='Humor'/><category term='Noticias'/><category term='Notas'/><category term='Escritorio'/><title type='text'>EiTheL Inside</title><subtitle type='html'>Blog dedicado a las experiencias en la implantación de software libre.</subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://eithel-inside.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5282037860157731886/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://eithel-inside.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><link rel='next' type='application/atom+xml' href='http://www.blogger.com/feeds/5282037860157731886/posts/default?start-index=101&amp;max-results=100'/><author><name>Eduardo Díaz Díaz</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='33' height='13' src='http://1.bp.blogspot.com/_W2hHthyTiyA/Suqwe5vVWjI/AAAAAAAAAIQ/nDBC814V-kM/S220/EiTheL.png'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>189</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-5282037860157731886.post-1329652519446619742</id><published>2011-11-29T10:03:00.001+01:00</published><updated>2011-11-29T10:35:41.986+01:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Administración'/><title type='text'>Cliente subversion en Gnome: NautilusSVN ahora es RabbitVCS</title><content type='html'>&lt;div dir="ltr" style="text-align: left;" trbidi="on"&gt;&lt;b&gt;Subversion&lt;/b&gt; es un &lt;a href="http://es.wikipedia.org/wiki/Revision_Control_System" title="Revision Control System"&gt;sistema de control de versiones&lt;/a&gt; diseñado específicamente para reemplazar al popular &lt;a href="http://es.wikipedia.org/wiki/CVS" title="CVS"&gt;CVS&lt;/a&gt;. Es &lt;a href="http://es.wikipedia.org/wiki/Software_libre" title="Software libre"&gt;software libre&lt;/a&gt; bajo una &lt;a href="http://es.wikipedia.org/wiki/Licencia_de_software" title="Licencia de software"&gt;licencia&lt;/a&gt; de tipo &lt;a href="http://es.wikipedia.org/wiki/Apache_License" title="Apache License"&gt;Apache&lt;/a&gt;/&lt;a href="http://es.wikipedia.org/wiki/Licencia_BSD" title="Licencia BSD"&gt;BSD&lt;/a&gt; y se le conoce también como &lt;i&gt;svn&lt;/i&gt; por ser el nombre de la herramienta utilizada en la línea de órdenes.&lt;br /&gt;Una característica importante de Subversion es que, a diferencia de CVS, los archivos versionados no tienen cada uno un número de revisión independiente, en cambio, todo el repositorio tiene un único número de versión que identifica un estado común de todos los archivos del repositorio en un instante determinado.&lt;br /&gt;Subversion puede acceder al repositorio a través de redes, lo que le permite ser usado por personas que se encuentran en distintas &lt;a href="http://es.wikipedia.org/wiki/Computadora" title="Computadora"&gt;computadoras&lt;/a&gt;. A cierto nivel, la posibilidad de que varias personas puedan modificar y administrar el mismo conjunto de datos desde sus respectivas ubicaciones fomenta la colaboración. Se puede progresar más rápidamente sin un único conducto por el cual deban pasar todas las modificaciones. Y puesto que el trabajo se encuentra bajo el control de versiones, no hay razón para temer por que la calidad del mismo vaya a verse afectada —si se ha hecho un cambio incorrecto a los datos, simplemente deshaga ese cambio.&lt;a href="http://es.wikipedia.org/wiki/Subversion#cite_note-1"&gt;2&lt;/a&gt;&lt;br /&gt;&lt;span style="font-size: xx-small;"&gt;(Fuente &lt;a href="http://es.wikipedia.org/wiki/Subversion"&gt;Wikipedia&lt;/a&gt;)&amp;nbsp;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Para poder acceder a un subversion, necesitamos un cliente. Para Linux tenemos muchos:&lt;br /&gt;&lt;ul style="text-align: left;"&gt;&lt;li&gt; RapidSVN (&lt;a href="http://rapidsvn.tigris.org/"&gt;http://rapidsvn.tigris.org/&lt;/a&gt;)&lt;/li&gt;&lt;li&gt;RabbitVCS (&lt;a href="http://rabbitvcs.org/"&gt;http://rabbitvcs.org/&lt;/a&gt;)&lt;/li&gt;&lt;li&gt;KDESvn (&lt;a href="http://es.wikipedia.org/wiki/KDESvn"&gt;http://es.wikipedia.org/wiki/KDESvn&lt;/a&gt;)&lt;/li&gt;&lt;li&gt;etc&lt;/li&gt;&lt;/ul&gt;&lt;br /&gt;Antiguamente teníamos un cliente que se integraba perfectamente con Nautilus llamado NautilusSVN, pero ahora el proyecto se ha actualizado a uno algo más ambicioso y se hace llamar RabbitVCS:&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://rabbitvcs.org/images/screenshots/nautilus-git.png" imageanchor="1" style="clear: left; float: left; margin-bottom: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="597" src="http://rabbitvcs.org/images/screenshots/nautilus-git.png" width="640" /&gt;&lt;/a&gt;&lt;br /&gt;&amp;nbsp;&lt;pre class="code"&gt;&amp;nbsp;&lt;/pre&gt;Para instalarlo necesitamos seguir estos sencillos pasos:&lt;br /&gt;&lt;pre class="code"&gt;&amp;nbsp;&lt;/pre&gt;&lt;pre class="code"&gt;sudo add-apt-repository ppa:rabbitvcs/ppa&lt;/pre&gt;&lt;pre class="code"&gt;&lt;/pre&gt;&lt;pre class="code"&gt;sudo apt-get update&lt;/pre&gt;&lt;pre class="code"&gt;sudo apt-get install rabittvcs-nautilus3 &lt;/pre&gt;&lt;br /&gt;Añadiendo el respositorio de rabbitvcs, actualizamos repostorios e instalamos el programa. &lt;br /&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5282037860157731886-1329652519446619742?l=eithel-inside.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://eithel-inside.blogspot.com/feeds/1329652519446619742/comments/default' title='Enviar comentarios'/><link rel='replies' type='text/html' href='http://eithel-inside.blogspot.com/2011/11/cliente-subversion-en-gnome-nautilussvn.html#comment-form' title='0 comentarios'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5282037860157731886/posts/default/1329652519446619742'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5282037860157731886/posts/default/1329652519446619742'/><link rel='alternate' type='text/html' href='http://eithel-inside.blogspot.com/2011/11/cliente-subversion-en-gnome-nautilussvn.html' title='Cliente subversion en Gnome: NautilusSVN ahora es RabbitVCS'/><author><name>Eduardo Díaz Díaz</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='33' height='13' src='http://1.bp.blogspot.com/_W2hHthyTiyA/Suqwe5vVWjI/AAAAAAAAAIQ/nDBC814V-kM/S220/EiTheL.png'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5282037860157731886.post-7975749768711719993</id><published>2011-11-28T17:03:00.001+01:00</published><updated>2011-11-28T17:17:22.110+01:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Administración'/><title type='text'>Crear una partición de más de 2 Terabytes en Linux</title><content type='html'>&lt;div dir="ltr" style="text-align: left;" trbidi="on"&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://files.cyberciti.biz/uploads/tips/2007/11/guid-partition-table-schemesvg.png" imageanchor="1" style="clear: right; float: right; margin-bottom: 1em; margin-left: 1em;"&gt;&lt;img border="0" height="320" src="http://files.cyberciti.biz/uploads/tips/2007/11/guid-partition-table-schemesvg.png" width="232" /&gt;&lt;/a&gt;&lt;/div&gt;Usualmente creamos nuestras particiones, cuando usamos el terminal, mediante el comando &lt;b&gt;fdisk&lt;/b&gt;:&lt;br /&gt;&lt;br /&gt;&lt;b&gt;fdisk&lt;/b&gt; es un comando de &lt;a href="http://es.wikipedia.org/wiki/Computadora" title="Computadora"&gt;computadora&lt;/a&gt; disponible en varios &lt;a class="mw-redirect" href="http://es.wikipedia.org/wiki/Sistemas_operativos" title="Sistemas operativos"&gt;sistemas operativos&lt;/a&gt;, el cual permite dividir en forma lógica un &lt;a href="http://es.wikipedia.org/wiki/Disco_duro" title="Disco duro"&gt;disco duro&lt;/a&gt;, siendo denominado este nuevo espacio como &lt;i&gt;&lt;a href="http://es.wikipedia.org/wiki/Partici%C3%B3n_de_disco" title="Partición de disco"&gt;partición&lt;/a&gt;&lt;/i&gt;.&lt;br /&gt;La descripción de las particiones se guarda en la &lt;a href="http://es.wikipedia.org/wiki/Tabla_de_particiones" title="Tabla de particiones"&gt;tabla de particiones&lt;/a&gt; que se localiza en el sector 0 de cada disco.&lt;br /&gt;La versión Fdisk de &lt;a class="mw-redirect" href="http://es.wikipedia.org/wiki/Linux" title="Linux"&gt;Linux&lt;/a&gt;, parte de util-linux-ng, permite crear particiones en 94 sistemas de archivos distintos, incluyendo &lt;a class="mw-redirect" href="http://es.wikipedia.org/wiki/FAT32" title="FAT32"&gt;FAT32&lt;/a&gt;, &lt;a href="http://es.wikipedia.org/wiki/Ext2" title="Ext2"&gt;Ext2&lt;/a&gt;, &lt;a href="http://es.wikipedia.org/wiki/Ext3" title="Ext3"&gt;Ext3&lt;/a&gt;, &lt;a href="http://es.wikipedia.org/wiki/Ext4" title="Ext4"&gt;Ext4&lt;/a&gt;, &lt;a href="http://es.wikipedia.org/wiki/Solaris_%28sistema_operativo%29" title="Solaris (sistema operativo)"&gt;Solaris&lt;/a&gt; y &lt;a href="http://es.wikipedia.org/wiki/QNX" title="QNX"&gt;QNX&lt;/a&gt;. Esta versión de Fdisk cuenta con un menú de texto de ayuda en línea para realizar las operaciones. &lt;br /&gt;&lt;br /&gt;&lt;span style="font-size: xx-small;"&gt;(Fuente &lt;a href="http://es.wikipedia.org/wiki/Fdisk"&gt;Wikipedia&lt;/a&gt;)&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;El problema es cuando tenemos que crear una partición de más de 2TB. Simplemente no se puede con ese comando, que no deja de depender, como herencia, de la información de las BIOS basada en los antiguos IBM.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Tabla de partición &lt;a href="http://es.wikipedia.org/wiki/Globally_Unique_Identifier" title="Globally Unique Identifier"&gt;GUID&lt;/a&gt;&lt;/b&gt; (&lt;b&gt;GPT&lt;/b&gt;) es un estándar para la colocación de la &lt;a href="http://es.wikipedia.org/wiki/Tabla_de_particiones" title="Tabla de particiones"&gt;tabla de particiones&lt;/a&gt; en un &lt;a href="http://es.wikipedia.org/wiki/Disco_duro" title="Disco duro"&gt;disco duro&lt;/a&gt; físico. Es parte del estándar &lt;a href="http://es.wikipedia.org/wiki/Extensible_Firmware_Interface" title="Extensible Firmware Interface"&gt;Extensible Firmware Interface&lt;/a&gt; (EFI) propuesto por &lt;a class="mw-redirect" href="http://es.wikipedia.org/wiki/Intel" title="Intel"&gt;Intel&lt;/a&gt; para reemplazar la vieja &lt;a href="http://es.wikipedia.org/wiki/BIOS" title="BIOS"&gt;BIOS&lt;/a&gt; del PC, heredada del &lt;a href="http://es.wikipedia.org/wiki/IBM_PC" title="IBM PC"&gt;IBM PC&lt;/a&gt; original. La GPT sustituye al &lt;a class="mw-redirect" href="http://es.wikipedia.org/wiki/Master_Boot_Record" title="Master Boot Record"&gt;Master Boot Record&lt;/a&gt; (MBR) usado con la BIOS.&lt;br /&gt;&amp;nbsp;&lt;span style="font-size: xx-small;"&gt;(Fuente &lt;a href="http://es.wikipedia.org/wiki/Tabla_de_partici%C3%B3n_GUID"&gt;Wikipedia&lt;/a&gt;)&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Así pues, necesitamos otro programa que sea capaz de crear particiones de más de 2TB (sino, cuando usemos una cabina de discos moderna, con mucha capacidad, veremos que no podremos usarlo a nuestro antojo). Este programa es el &lt;b&gt;parted&lt;/b&gt;:&lt;br /&gt;&lt;br /&gt;&lt;b&gt;GNU Parted&lt;/b&gt; (nombre formado de las palabras Partition Editor) es un editor de particiones libre, usado para crear, destruir, redimesionar, comprobar y copiar particiones, así como los sistemas de archivos en ellos.&lt;br /&gt;&lt;a href="http://en.wikipedia.org/wiki/GNU_Hurd" title="GNU Hurd"&gt;&lt;/a&gt;&lt;span style="font-size: xx-small;"&gt;(Fuente &lt;a href="http://en.wikipedia.org/wiki/GNU_Parted"&gt;Wikipedia&lt;/a&gt;)&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Así pues, pongamos un ejemplo de uso de parted para ver como creariamos una partición de más de 2TB:&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;# &lt;b&gt;parted /dev/sdb&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;GNU Parted 2.3&lt;br /&gt;Using /dev/sdb&lt;br /&gt;Welcome to GNU Parted! Type 'help' to view a list of commands.&lt;br /&gt;(parted)&lt;br /&gt;(parted)&lt;b&gt; mklabel gpt&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;Warning: The existing disk label on /dev/sdb will be destroyed and all data on this disk will be lost. Do you want to continue?&lt;br /&gt;Yes/No? &lt;b&gt;yes&lt;/b&gt;&lt;br /&gt;(parted)&lt;br /&gt;(parted) &lt;b&gt;unit GB&lt;/b&gt;&lt;br /&gt;(parted) &lt;b&gt;mkpart primary 0GB 3800.1GB&lt;/b&gt;&lt;br /&gt;(parted) &lt;b&gt;print&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;Model: ATA ST56000671AS (scsi)&lt;br /&gt;Disk /dev/sdb: 3800.1GB&lt;br /&gt;Sector size (logical/physical): 512B/512B&lt;br /&gt;Partition Table: gpt&lt;br /&gt;Number&amp;nbsp; Start&amp;nbsp;&amp;nbsp; End&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Size&amp;nbsp;&amp;nbsp;&amp;nbsp; File system&amp;nbsp; Name&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Flags&lt;br /&gt;&amp;nbsp;1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0.00GB&amp;nbsp; 3800.1GB&amp;nbsp; 3800.1GB&amp;nbsp; ext4&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; primary&lt;br /&gt;(parted) &lt;b&gt;quit&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;Hay veces que podemos tener la duda de la capacidad total exacta de nuestro disco. Es fácil usando , esta vez si, fdisk:&lt;br /&gt;&lt;br /&gt;&lt;code&gt;fdisk -l /dev/sdb&lt;/code&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Con esto nos dirá el tamaño del disco.&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5282037860157731886-7975749768711719993?l=eithel-inside.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://eithel-inside.blogspot.com/feeds/7975749768711719993/comments/default' title='Enviar comentarios'/><link rel='replies' type='text/html' href='http://eithel-inside.blogspot.com/2011/11/crear-una-particion-de-mas-de-2.html#comment-form' title='0 comentarios'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5282037860157731886/posts/default/7975749768711719993'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5282037860157731886/posts/default/7975749768711719993'/><link rel='alternate' type='text/html' href='http://eithel-inside.blogspot.com/2011/11/crear-una-particion-de-mas-de-2.html' title='Crear una partición de más de 2 Terabytes en Linux'/><author><name>Eduardo Díaz Díaz</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='33' height='13' src='http://1.bp.blogspot.com/_W2hHthyTiyA/Suqwe5vVWjI/AAAAAAAAAIQ/nDBC814V-kM/S220/EiTheL.png'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5282037860157731886.post-6147049341493393722</id><published>2011-11-02T10:40:00.000+01:00</published><updated>2011-11-02T10:40:51.004+01:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Administración'/><title type='text'>XDMCP y DisallowTCP en Ubuntu 11.10 con lightdm (nolisten tcp)</title><content type='html'>&lt;div dir="ltr" style="text-align: left;" trbidi="on"&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://upload.wikimedia.org/wikipedia/commons/7/7e/Lightdm-screenshot.jpg" imageanchor="1" style="clear: right; float: right; margin-bottom: 1em; margin-left: 1em;"&gt;&lt;img border="0" height="180" src="http://upload.wikimedia.org/wikipedia/commons/7/7e/Lightdm-screenshot.jpg" width="320" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;b&gt;LightDM&lt;/b&gt; es un &lt;a href="http://es.wikipedia.org/wiki/X_Display_Manager" title="X Display Manager"&gt;gestor de sesiones&lt;/a&gt; para &lt;a href="http://es.wikipedia.org/wiki/X_Window_System" title="X Window System"&gt;X Window System&lt;/a&gt;, creado con el objetivo de ser ligero, rápido, extensible a las necesidades del usuario y que funcione con diversos entornos de escritorio.&lt;sup class="reference" id="cite_ref-0"&gt;&lt;a href="http://es.wikipedia.org/wiki/LightDM#cite_note-0"&gt;1&lt;/a&gt;&lt;/sup&gt; Con LightDM pueden desarrollarse interfaces para inicio de sesión basadas en &lt;a href="http://es.wikipedia.org/wiki/HTML" title="HTML"&gt;HTML&lt;/a&gt;, debido a que utiliza &lt;a href="http://es.wikipedia.org/wiki/WebKit" title="WebKit"&gt;WebKit&lt;/a&gt;.&lt;sup class="reference" id="cite_ref-1"&gt;&lt;a href="http://es.wikipedia.org/wiki/LightDM#cite_note-1"&gt;2&lt;/a&gt;&lt;/sup&gt;&lt;/div&gt;&lt;div&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;LightDM ofrece funcionalidades similares a las encontradas en &lt;a class="mw-redirect" href="http://es.wikipedia.org/wiki/GDM" title="GDM"&gt;GDM&lt;/a&gt;, el gestor de sesiones de GNOME; sin embargo su &lt;a href="http://es.wikipedia.org/wiki/C%C3%B3digo_fuente" title="Código fuente"&gt;código fuente&lt;/a&gt; es mucho más pequeño, lo que facilita su mantenimiento. Además, LightDM no necesita utilizar las &lt;a href="http://es.wikipedia.org/wiki/Biblioteca_%28inform%C3%A1tica%29" title="Biblioteca (informática)"&gt;bibliotecas&lt;/a&gt; de &lt;a href="http://es.wikipedia.org/wiki/GNOME" title="GNOME"&gt;GNOME&lt;/a&gt; para funcionar, lo que permite que &lt;a href="http://es.wikipedia.org/wiki/Distribuci%C3%B3n_Linux" title="Distribución Linux"&gt;distribuciones&lt;/a&gt; que utilizan escritorios diferentes de GNOME también puedan utilizar LightDM.&lt;sup class="reference" id="cite_ref-MuyLinux_2-0"&gt;&lt;a href="http://es.wikipedia.org/wiki/LightDM#cite_note-MuyLinux-2"&gt;3&lt;/a&gt;&lt;/sup&gt; Por esta razón, LightDM ha sido elegido como el gestor de sesiones predeterminado en &lt;a href="http://es.wikipedia.org/wiki/Ubuntu" title="Ubuntu"&gt;Ubuntu&lt;/a&gt;&lt;sup class="reference" id="cite_ref-3"&gt;&lt;a href="http://es.wikipedia.org/wiki/LightDM#cite_note-3"&gt;4&lt;/a&gt;&lt;/sup&gt; y &lt;a href="http://es.wikipedia.org/wiki/Xubuntu" title="Xubuntu"&gt;Xubuntu&lt;/a&gt;&lt;sup class="reference" id="cite_ref-4"&gt;&lt;a href="http://es.wikipedia.org/wiki/LightDM#cite_note-4"&gt;5&lt;/a&gt;&lt;/sup&gt; &lt;a href="http://es.wikipedia.org/wiki/Anexo:Versiones_de_Ubuntu#Ubuntu_11.10_.28Oneiric_Ocelot.29" title="Anexo:Versiones de Ubuntu"&gt;11.10&lt;/a&gt;, reemplazando a GDM.&lt;/div&gt;&lt;br /&gt;&lt;span style="font-size: xx-small;"&gt;(Fuente &lt;a href="http://es.wikipedia.org/wiki/LightDM"&gt;Wikipedia&lt;/a&gt;) &lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;En un artículo anterior explicaba como configurar GDM para que nos dejará hacer un xhost + y poder realizar un export DISPLAY a nuestra máquina. &lt;br /&gt;&lt;br /&gt;&lt;ul style="text-align: left;"&gt;&lt;li&gt;&lt;a href="http://eithel-inside.blogspot.com/2010/06/xdmcp-y-disallowtcp-en-ubuntu-1004-con.html"&gt;XDMCP y DisallowTCP en Ubuntu 10.04 con gdm (nolisten tcp) &lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;br /&gt;&lt;br /&gt;&lt;div style="text-align: justify;"&gt;Como que en la versión 11.10 ya no usamos GDM por defecto sino que usamos LightDM, hemos de volver a configurar un archivo para poder tener el deseado acceso. La idea es la misma que en el anterior artículo pero adaptándolo al nuevo &lt;b&gt;/etc/lightdm/lightdm.conf&lt;/b&gt; :&lt;/div&gt;&lt;br /&gt;&lt;div style="font-family: &amp;quot;Courier New&amp;quot;,Courier,monospace;"&gt;[SeatDefaults]&lt;br /&gt;greeter-session=unity-greeter&lt;br /&gt;user-session=ubuntu&lt;br /&gt;&lt;br /&gt;xserver-allow-tcp=true&lt;br /&gt;&lt;br /&gt;[XDMCPServer]&lt;br /&gt;enabled=true&lt;/div&gt;&lt;br /&gt;Luego hacemos reiniciamos las X o el ordenador/servidor y ya tendremos el acceso. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5282037860157731886-6147049341493393722?l=eithel-inside.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://eithel-inside.blogspot.com/feeds/6147049341493393722/comments/default' title='Enviar comentarios'/><link rel='replies' type='text/html' href='http://eithel-inside.blogspot.com/2011/11/xdmcp-y-disallowtcp-en-ubuntu-1110-con.html#comment-form' title='0 comentarios'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5282037860157731886/posts/default/6147049341493393722'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5282037860157731886/posts/default/6147049341493393722'/><link rel='alternate' type='text/html' href='http://eithel-inside.blogspot.com/2011/11/xdmcp-y-disallowtcp-en-ubuntu-1110-con.html' title='XDMCP y DisallowTCP en Ubuntu 11.10 con lightdm (nolisten tcp)'/><author><name>Eduardo Díaz Díaz</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='33' height='13' src='http://1.bp.blogspot.com/_W2hHthyTiyA/Suqwe5vVWjI/AAAAAAAAAIQ/nDBC814V-kM/S220/EiTheL.png'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5282037860157731886.post-3693637500337450367</id><published>2011-10-24T12:10:00.002+02:00</published><updated>2011-10-24T12:10:49.019+02:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Escritorio'/><title type='text'>No es posible entrar en Gnome (xauth)</title><content type='html'>&lt;div dir="ltr" style="text-align: left;" trbidi="on"&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://www.muycomputer.com/files/HIDDEN_264_15712_FOTO_Historia_X_Window_System.jpg" imageanchor="1" style="clear: right; float: right; margin-bottom: 1em; margin-left: 1em;"&gt;&lt;img border="0" height="228" src="http://www.muycomputer.com/files/HIDDEN_264_15712_FOTO_Historia_X_Window_System.jpg" width="320" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;En alguna ocasión ha pasado que, pese a poner el usuario y la contraseña correctamente, desde nuestro gestor de ventanas (gdm, kdm, etc), no nos entra a GNOME. Si miramos de entrar con un terminal (Ctrl+Alt+F2) nos validamos sin problemas. ¿Cual es el problema? . Pues posiblemente, después de una actualización, el archivo &lt;code&gt;~/.Xauthority &lt;/code&gt;nos esté dando problemas. Este archivo es el encargado de almacenar la información de conectividad y su autorización para conectar a un servidor X.&lt;br /&gt;La forma sencilla de solucionar el problema es borrando el archivo que esta dentro de nuestro directorio.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;blockquote style="font-family: &amp;quot;Courier New&amp;quot;,Courier,monospace;"&gt;rm ~/.Xauthority&lt;/blockquote&gt;&lt;br /&gt;Si ahora miramos de entrar el problema está resuelto.&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5282037860157731886-3693637500337450367?l=eithel-inside.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://eithel-inside.blogspot.com/feeds/3693637500337450367/comments/default' title='Enviar comentarios'/><link rel='replies' type='text/html' href='http://eithel-inside.blogspot.com/2011/10/no-es-posible-entrar-en-gnome-xauth.html#comment-form' title='0 comentarios'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5282037860157731886/posts/default/3693637500337450367'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5282037860157731886/posts/default/3693637500337450367'/><link rel='alternate' type='text/html' href='http://eithel-inside.blogspot.com/2011/10/no-es-posible-entrar-en-gnome-xauth.html' title='No es posible entrar en Gnome (xauth)'/><author><name>Eduardo Díaz Díaz</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='33' height='13' src='http://1.bp.blogspot.com/_W2hHthyTiyA/Suqwe5vVWjI/AAAAAAAAAIQ/nDBC814V-kM/S220/EiTheL.png'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5282037860157731886.post-3700264936600747730</id><published>2011-10-13T09:39:00.003+02:00</published><updated>2011-10-13T09:55:28.861+02:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Escritorio'/><title type='text'>Rotar videos 180 grados en GNU/Linux</title><content type='html'>&lt;div dir="ltr" style="text-align: left;" trbidi="on"&gt;&lt;br /&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://betamina.com/wp-content/uploads/2011/01/mplayer.png" imageanchor="1" style="clear: right; float: right; margin-bottom: 1em; margin-left: 1em;"&gt;&lt;img border="0" height="226" src="http://betamina.com/wp-content/uploads/2011/01/mplayer.png" width="320" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;&lt;div style="text-align: justify;"&gt;&lt;b&gt;MEncoder&lt;/b&gt; es un codificador de vídeo &lt;a href="http://es.wikipedia.org/wiki/Software_libre" title="Software libre"&gt;libre&lt;/a&gt; liberado bajo licencia &lt;a class="mw-redirect" href="http://es.wikipedia.org/wiki/Licencia_p%C3%BAblica_general_de_GNU" title="Licencia pública general de GNU"&gt;GPL&lt;/a&gt; que se incluye en el reproductor multimedia &lt;a href="http://es.wikipedia.org/wiki/MPlayer" title="MPlayer"&gt;MPlayer&lt;/a&gt;. Como MEncoder ha sido construido usando las fuentes de MPlayer, este codificador permite convertir entre todos los formatos que este reproductor es capaz de soportar. También permite copiar sin modificaciones tanto como la cadena de vídeo, como la de sonido. Además soporta casi todos los filtros de MPlayer, y este último puede ser usado para visualizar su salida.&lt;/div&gt;&lt;br /&gt;&lt;span style="font-size: xx-small;"&gt;(Fuente &lt;a href="http://es.wikipedia.org/wiki/MEncoder"&gt;Wikipedia&lt;/a&gt;) &lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Así pues, vamos a usar mencoder para rotar nuestros videos de una manera sencilla. Para ello, usaremos la opción rotate:&lt;br /&gt;&lt;br /&gt;&lt;i&gt;rotate[=&amp;lt;0-7&amp;gt;]&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Rota y voltea (opcional) la imagen +/- 90 grados.&amp;nbsp; Para parámetros entre 4-7 la rotación se hace solo si la geometría de la película es en vertical y no en horizontal.&lt;/i&gt;&lt;br /&gt;&lt;br /&gt;Así pues necesitaremos algo como:&lt;br /&gt;&lt;b&gt;mencoder -ovc lavc -vf rotate=1 -oac pcm input.mov -o output.mov&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;Pero eso lo que nos haria es rotar el video solo 90 grados. La solución es sencilla, ya que podemos rotarlo dos veces y ya esta. Yo como tenia 12 videos realizados con un dispositivo movil que tenia que rotar, pensé que lo mejor seria hacer un pequeño script para rotar los 12 videos 180 grados: &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;blockquote style="font-family: &amp;quot;Courier New&amp;quot;,Courier,monospace;"&gt;for i in IMG_0082.MOV IMG_0083.MOV IMG_0084.MOV IMG_0085.MOV IMG_0086.MOV IMG_0087.MOV IMG_0088.MOV IMG_0089.MOV IMG_0090.MOV IMG_0091.MOV IMG_0094.MOV IMG_0095.MOV; do mencoder -ovc lavc -vf rotate=1 -oac pcm $i -o tmp_$i; mencoder -ovc lavc -vf rotate=1 -oac pcm tmp_$i -o final_$i; rm tmp_$i ;done&lt;/blockquote&gt;Lo que hace este script es sencillo, para cada uno de los videos:&lt;br /&gt;&lt;ul style="text-align: left;"&gt;&lt;li&gt;Rota 90 grados grabandolo con un nombre temporal&lt;/li&gt;&lt;li&gt;Rota 90 grados el nuevo video temporal para crear un video final&lt;/li&gt;&lt;li&gt;Borra el temporal&lt;/li&gt;&lt;/ul&gt;&lt;br /&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5282037860157731886-3700264936600747730?l=eithel-inside.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://eithel-inside.blogspot.com/feeds/3700264936600747730/comments/default' title='Enviar comentarios'/><link rel='replies' type='text/html' href='http://eithel-inside.blogspot.com/2011/10/rotar-videos-180-grados-en-gnulinux.html#comment-form' title='1 comentarios'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5282037860157731886/posts/default/3700264936600747730'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5282037860157731886/posts/default/3700264936600747730'/><link rel='alternate' type='text/html' href='http://eithel-inside.blogspot.com/2011/10/rotar-videos-180-grados-en-gnulinux.html' title='Rotar videos 180 grados en GNU/Linux'/><author><name>Eduardo Díaz Díaz</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='33' height='13' src='http://1.bp.blogspot.com/_W2hHthyTiyA/Suqwe5vVWjI/AAAAAAAAAIQ/nDBC814V-kM/S220/EiTheL.png'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5282037860157731886.post-937526554327226366</id><published>2011-09-30T09:14:00.000+02:00</published><updated>2011-09-30T09:16:43.214+02:00</updated><title type='text'>Añadir más de 4 adaptadores de red en VirtualBox</title><content type='html'>&lt;div dir="ltr" style="text-align: left;" trbidi="on"&gt;&lt;div style="text-align: justify;"&gt;Por regla general, solemos tener suficiente con 4 (o menos) adaptadores de red en nuestra máquina virtual. No obstante, tuve un caso en el cual necesitaba hasta 7 interficies de red:&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;Imaginemos un servidor DHCP que sirve en 6 VLAN's diferentes, y que además pertenece a una VLAN de servidores (osea, que esta en 7 VLAN's diferentes). Si queremos mapear todas nuestras interficies de red con la VLAN correspondiente, usando el GUI sólo podremos mapear hasta 4:&lt;/div&gt;&lt;br /&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://lytsing.org/wiki/images/virtualbox_network_adapter1.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="278" src="http://lytsing.org/wiki/images/virtualbox_network_adapter1.png" width="400" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;&lt;div style="text-align: justify;"&gt;Como yo tenia que estar en 7 redes diferentes, no me era posible gráficamente mapear cada adaptador con su VLAN creada en el servidor de virtualizaciones. La idea era esta:&lt;/div&gt;&lt;br /&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://4.bp.blogspot.com/-h8u2jU6UyG0/ToSOh2wxDfI/AAAAAAAAAu0/4JxJNQo9j5Q/s1600/escenari_indus_DHCP_VBOX.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="452" src="http://4.bp.blogspot.com/-h8u2jU6UyG0/ToSOh2wxDfI/AAAAAAAAAu0/4JxJNQo9j5Q/s640/escenari_indus_DHCP_VBOX.png" width="640" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;Es decir, tenia un escenario en el cual, tenia bonding (agregaciones), 7 vlans (trunks) y virtualización. Para arreglarlo podemos crear 4 interficies con el GUI, mapeándolas de esta manera:&lt;br /&gt;&lt;blockquote&gt;maquina-virtual.eth0 --&amp;gt; bond0.20&lt;br /&gt;maquina-virtual.eth1 --&amp;gt; bond0.100&lt;br /&gt;maquina-virtual.eth2 --&amp;gt; bond0.110&lt;br /&gt;maquina-virtual.eth3 --&amp;gt; bond0.120&lt;/blockquote&gt;Luego, tendremos que crear 3 interficies más usando el comando VBoxManage:&lt;br /&gt;&lt;blockquote&gt;VBoxManage modifyvm maquina-virtual --nic5 bridged --bridgeadapter5 bond0.130&lt;br /&gt;VBoxManage modifyvm maquina-virtual --nic6 bridged --bridgeadapter6 bond0.150&lt;br /&gt;VBoxManage modifyvm maquina-virtual --nic7 bridged --bridgeadapter7 bond0.30&lt;/blockquote&gt;Y con esto ya tendremos nuestras 7 interficies en una máquina virtual, funcionando en bonding (con alta disponibilidad y/o más ancho de banda, etc) y en la vlan que queramos. Si fuera el caso necesitar una interficie más, tenemos que saber que en global, entre GUI y VBoxManage podemos crear 8 interficies de red. Para mi caso fue suficiente.&lt;br /&gt;&lt;br /&gt;Links de interes:&lt;br /&gt;&lt;a href="https://www.virtualbox.org/manual/ch06.html"&gt;https://www.virtualbox.org/manual/ch06.html&lt;/a&gt;&lt;br /&gt;&lt;a href="https://www.virtualbox.org/manual/ch08.html#vboxmanage-modifyvm"&gt;https://www.virtualbox.org/manual/ch08.html#vboxmanage-modifyvm&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5282037860157731886-937526554327226366?l=eithel-inside.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://eithel-inside.blogspot.com/feeds/937526554327226366/comments/default' title='Enviar comentarios'/><link rel='replies' type='text/html' href='http://eithel-inside.blogspot.com/2011/09/anadir-mas-de-4-adaptadores-de-red-en.html#comment-form' title='0 comentarios'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5282037860157731886/posts/default/937526554327226366'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5282037860157731886/posts/default/937526554327226366'/><link rel='alternate' type='text/html' href='http://eithel-inside.blogspot.com/2011/09/anadir-mas-de-4-adaptadores-de-red-en.html' title='Añadir más de 4 adaptadores de red en VirtualBox'/><author><name>Eduardo Díaz Díaz</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='33' height='13' src='http://1.bp.blogspot.com/_W2hHthyTiyA/Suqwe5vVWjI/AAAAAAAAAIQ/nDBC814V-kM/S220/EiTheL.png'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://4.bp.blogspot.com/-h8u2jU6UyG0/ToSOh2wxDfI/AAAAAAAAAu0/4JxJNQo9j5Q/s72-c/escenari_indus_DHCP_VBOX.png' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5282037860157731886.post-7813795825035724247</id><published>2011-09-29T09:57:00.002+02:00</published><updated>2011-09-29T09:57:32.051+02:00</updated><title type='text'>Instalar Firefox 7 en Ubuntu</title><content type='html'>&lt;div dir="ltr" style="text-align: left;" trbidi="on"&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://www.muylinux.com/wp-content/uploads/2011/09/firefox-7.jpg" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="228" src="http://www.muylinux.com/wp-content/uploads/2011/09/firefox-7.jpg" width="320" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;Debido a la corrección de miles de errores y una grandísima mejora en la gestión de memoria de Firefox en sistemas Linux, se aconseja instalarse la nueva versión:&lt;br /&gt;&lt;br /&gt;&lt;blockquote&gt;sudo add-apt-repository ppa:ubuntu-mozilla-security/ppa&lt;br /&gt;sudo apt-get update&lt;br /&gt;sudo apt-get dist-upgrade&lt;/blockquote&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5282037860157731886-7813795825035724247?l=eithel-inside.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://eithel-inside.blogspot.com/feeds/7813795825035724247/comments/default' title='Enviar comentarios'/><link rel='replies' type='text/html' href='http://eithel-inside.blogspot.com/2011/09/instalar-firefox-7-en-ubuntu.html#comment-form' title='0 comentarios'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5282037860157731886/posts/default/7813795825035724247'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5282037860157731886/posts/default/7813795825035724247'/><link rel='alternate' type='text/html' href='http://eithel-inside.blogspot.com/2011/09/instalar-firefox-7-en-ubuntu.html' title='Instalar Firefox 7 en Ubuntu'/><author><name>Eduardo Díaz Díaz</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='33' height='13' src='http://1.bp.blogspot.com/_W2hHthyTiyA/Suqwe5vVWjI/AAAAAAAAAIQ/nDBC814V-kM/S220/EiTheL.png'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5282037860157731886.post-8178530175798595461</id><published>2011-09-23T12:07:00.004+02:00</published><updated>2011-09-23T12:07:28.476+02:00</updated><title type='text'>Classic Menu AppIndicator para Unity</title><content type='html'>&lt;div dir="ltr" style="text-align: left;" trbidi="on"&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://2.bp.blogspot.com/-u2IZqj8s478/TfIPKZev3xI/AAAAAAAAAKw/BnNdHJnNBbg/s1600/Classic-Menu.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="320" src="http://2.bp.blogspot.com/-u2IZqj8s478/TfIPKZev3xI/AAAAAAAAAKw/BnNdHJnNBbg/s320/Classic-Menu.png" width="319" /&gt;&lt;/a&gt;&lt;/div&gt;Ahora con unity, muchos echamos a faltar nuestro menú clásico de Ubuntu. No obstante, le hemos pillado la gracia al botón de Unity y no queremos desprendernos de él. Bien, pues ahora podemos estar en misa y repicando instalándonos un indicador en la barra superior en donde se nos desplegará el menú clásico de Ubuntu. &lt;br /&gt;&lt;br /&gt;Para instalarlo tenemos que seguir estos sencillos pasos:&lt;br /&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="background-color: white; color: #333333; font-family: monospace; font-size: 13px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: 18px; orphans: 2; text-align: left; text-indent: 0px; text-transform: none; white-space: nowrap; widows: 2; word-spacing: 0px;"&gt;sudo add-apt-repository ppa:diesch/testing&lt;br /&gt;sudo apt-get update&lt;br /&gt;sudo apt-get install classicmenu-indicator&lt;/span&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="background-color: white; color: #333333; font-family: monospace; font-size: 13px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: 18px; orphans: 2; text-align: left; text-indent: 0px; text-transform: none; white-space: nowrap; widows: 2; word-spacing: 0px;"&gt;&amp;nbsp;&lt;/span&gt; &lt;br /&gt;Luego, solo nos queda ejecutarlo (si lo queremos siempre, añádelo en los programas de inicio):&lt;br /&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="-webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; background-color: white; color: #333333; font-family: monospace; font-size: 13px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: 18px; orphans: 2; text-align: left; text-indent: 0px; text-transform: none; white-space: nowrap; widows: 2; word-spacing: 0px;"&gt;classicmenu-indicator&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://3.bp.blogspot.com/-O6AoDPRYjBo/TfIL71-c3KI/AAAAAAAAAKs/YLgxCfHYxrw/s1600/Classic-Menu-AppIndicator.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="259" src="http://3.bp.blogspot.com/-O6AoDPRYjBo/TfIL71-c3KI/AAAAAAAAAKs/YLgxCfHYxrw/s320/Classic-Menu-AppIndicator.png" width="320" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="background-color: white; color: #333333; font-family: monospace; font-size: 13px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: 18px; orphans: 2; text-align: left; text-indent: 0px; text-transform: none; white-space: nowrap; widows: 2; word-spacing: 0px;"&gt;&amp;nbsp;&lt;/span&gt; &lt;br /&gt;&lt;span style="font-size: xx-small;"&gt;(Fuente &lt;a href="http://www.tuxgarage.com/"&gt;TuxGarage&lt;/a&gt;)&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5282037860157731886-8178530175798595461?l=eithel-inside.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://eithel-inside.blogspot.com/feeds/8178530175798595461/comments/default' title='Enviar comentarios'/><link rel='replies' type='text/html' href='http://eithel-inside.blogspot.com/2011/09/classic-menu-appindicator-para-unity.html#comment-form' title='0 comentarios'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5282037860157731886/posts/default/8178530175798595461'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5282037860157731886/posts/default/8178530175798595461'/><link rel='alternate' type='text/html' href='http://eithel-inside.blogspot.com/2011/09/classic-menu-appindicator-para-unity.html' title='Classic Menu AppIndicator para Unity'/><author><name>Eduardo Díaz Díaz</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='33' height='13' src='http://1.bp.blogspot.com/_W2hHthyTiyA/Suqwe5vVWjI/AAAAAAAAAIQ/nDBC814V-kM/S220/EiTheL.png'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://2.bp.blogspot.com/-u2IZqj8s478/TfIPKZev3xI/AAAAAAAAAKw/BnNdHJnNBbg/s72-c/Classic-Menu.png' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5282037860157731886.post-6820707982028849860</id><published>2011-09-16T10:13:00.003+02:00</published><updated>2011-09-16T10:13:58.642+02:00</updated><title type='text'>Mercurial en Ubuntu (hgweb publishing method)</title><content type='html'>&lt;div dir="ltr" style="text-align: left;" trbidi="on"&gt;&lt;div style="text-align: justify;"&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://1.bp.blogspot.com/-ZPE557s_CNs/Tcdlx5ocn3I/AAAAAAAAAzg/7X9rX2IxoYU/s1600/mercurial_logo.png" imageanchor="1" style="clear: right; float: right; margin-bottom: 1em; margin-left: 1em;"&gt;&lt;img border="0" src="http://1.bp.blogspot.com/-ZPE557s_CNs/Tcdlx5ocn3I/AAAAAAAAAzg/7X9rX2IxoYU/s1600/mercurial_logo.png" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;b&gt;Mercurial&lt;/b&gt; es un &lt;a class="mw-redirect" href="http://es.wikipedia.org/wiki/Sistema_de_control_de_versiones" title="Sistema de control de versiones"&gt;sistema de control de versiones&lt;/a&gt; &lt;a href="http://es.wikipedia.org/wiki/Multiplataforma" title="Multiplataforma"&gt;multiplataforma&lt;/a&gt;, para &lt;a href="http://es.wikipedia.org/wiki/Desarrollador_de_software" title="Desarrollador de software"&gt;desarrolladores de software&lt;/a&gt;. Está implementado principalmente haciendo uso del &lt;a href="http://es.wikipedia.org/wiki/Lenguaje_de_programaci%C3%B3n" title="Lenguaje de programación"&gt;lenguaje de programación&lt;/a&gt; &lt;a href="http://es.wikipedia.org/wiki/Python" title="Python"&gt;Python&lt;/a&gt;, pero incluye una implementación binaria de &lt;a href="http://es.wikipedia.org/wiki/Diff" title="Diff"&gt;diff&lt;/a&gt; escrita en &lt;a class="mw-redirect" href="http://es.wikipedia.org/wiki/Lenguaje_de_programaci%C3%B3n_C" title="Lenguaje de programación C"&gt;C&lt;/a&gt;. Mercurial fue escrito originalmente para funcionar sobre Linux. Ha sido adaptado para &lt;a href="http://es.wikipedia.org/wiki/Microsoft_Windows" title="Microsoft Windows"&gt;Windows&lt;/a&gt;, &lt;a href="http://es.wikipedia.org/wiki/Mac_OS_X" title="Mac OS X"&gt;Mac OS X&lt;/a&gt; y la mayoría de otros sistemas &lt;a href="http://es.wikipedia.org/wiki/Unix" title="Unix"&gt;tipo Unix&lt;/a&gt;. Mercurial es, sobre todo, un programa para la &lt;a href="http://es.wikipedia.org/wiki/L%C3%ADnea_de_comandos" title="Línea de comandos"&gt;línea de comandos&lt;/a&gt;. Todas las operaciones de Mercurial se invocan como opciones dadas a su programa motor, &lt;tt&gt;hg&lt;/tt&gt;, que hace referencia al &lt;a href="http://es.wikipedia.org/wiki/S%C3%ADmbolo_qu%C3%ADmico" title="Símbolo químico"&gt;símbolo químico&lt;/a&gt; del &lt;a href="http://es.wikipedia.org/wiki/Mercurio_%28elemento%29" title="Mercurio (elemento)"&gt;mercurio&lt;/a&gt;.&lt;/div&gt;&lt;div style="text-align: justify;"&gt;Las principales metas de desarrollo de Mercurial incluyen un gran rendimiento y escalabilidad; desarrollo completamente distribuido, sin necesidad de un servidor; gestión robusta de archivos tanto de &lt;a href="http://es.wikipedia.org/wiki/Archivo_de_texto" title="Archivo de texto"&gt;texto&lt;/a&gt; como &lt;a href="http://es.wikipedia.org/wiki/Archivo_binario" title="Archivo binario"&gt;binarios&lt;/a&gt;; y capacidades avanzadas de ramificación e integración, todo ello manteniendo sencillez conceptual.&lt;sup class="reference" id="cite_ref-0"&gt;&lt;a href="http://es.wikipedia.org/wiki/Mercurial#cite_note-0"&gt;1&lt;/a&gt;&lt;/sup&gt; Incluye una interfaz web integrada.&lt;/div&gt;&lt;div style="text-align: justify;"&gt;El creador y desarrollador principal de Mercurial es &lt;a class="new" href="http://es.wikipedia.org/w/index.php?title=Matt_Mackall&amp;amp;action=edit&amp;amp;redlink=1" title="Matt Mackall (aún no redactado)"&gt;Matt Mackall&lt;/a&gt;. El &lt;a href="http://es.wikipedia.org/wiki/C%C3%B3digo_fuente" title="Código fuente"&gt;código fuente&lt;/a&gt; se encuentra disponible bajo los términos de la licencia &lt;a href="http://es.wikipedia.org/wiki/GNU_General_Public_License" title="GNU General Public License"&gt;GNU GPL&lt;/a&gt; versión&amp;nbsp;2, lo que clasifica a Mercurial como &lt;a href="http://es.wikipedia.org/wiki/Software_libre" title="Software libre"&gt;software libre&lt;/a&gt;.&lt;/div&gt;&lt;span style="font-size: xx-small;"&gt;(Fuente &lt;a href="http://es.wikipedia.org/wiki/Mercurial"&gt;Wikipedia&lt;/a&gt;)&lt;/span&gt; &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Así pues, vamos a instalar un sistema LAMP (Linux + Apache + MySQL + PHP) y luego vamos a instalar un mercurial:&lt;br /&gt;&lt;br /&gt;&lt;blockquote&gt;apt-get install mercurial libapache2-mod-wsgi&lt;/blockquote&gt;&lt;br /&gt;Luego preparamos unos directorios en donde copiaremos unos scripts que nos serán necesarios para ejecutar el mercurial en modo hgweb.&lt;br /&gt;&lt;br /&gt;&lt;pre style="background-color: #f9f9f9; border-bottom-color: white; border-bottom-style: none; border-bottom-width: 0px; border-left-color: white; border-left-style: none; border-left-width: 0px; border-right-color: white; border-right-style: none; border-right-width: 0px; border-top-color: white; border-top-style: none; border-top-width: 0px; color: black; font-family: 'Courier New', monospace; font-size: 1em; line-height: normal; overflow-x: auto; overflow-y: auto; padding-bottom: 15px; padding-left: 20px; padding-right: 20px; padding-top: 15px;"&gt;&lt;span class="kw2" style="color: #c20cb9; font-weight: bold;"&gt;mkdir&lt;/span&gt; &lt;span class="re5" style="color: #660033;"&gt;-p&lt;/span&gt; &lt;span class="sy0" style="color: black; font-weight: bold;"&gt;/&lt;/span&gt;var&lt;span class="sy0" style="color: black; font-weight: bold;"&gt;/&lt;/span&gt;hg&lt;span class="sy0" style="color: black; font-weight: bold;"&gt;/&lt;/span&gt;repositorios&lt;br /&gt;&lt;span class="kw2" style="color: #c20cb9; font-weight: bold;"&gt;mkdir&lt;/span&gt; &lt;span class="re5" style="color: #660033;"&gt;-p&lt;/span&gt; &lt;span class="sy0" style="color: black; font-weight: bold;"&gt;/&lt;/span&gt;var&lt;span class="sy0" style="color: black; font-weight: bold;"&gt;/&lt;/span&gt;hg&lt;span class="sy0" style="color: black; font-weight: bold;"&gt;/&lt;/span&gt;cgi-bin&lt;br /&gt;&lt;span class="kw2" style="color: #c20cb9; font-weight: bold;"&gt;touch&lt;/span&gt; &lt;span class="sy0" style="color: black; font-weight: bold;"&gt;/&lt;/span&gt;var&lt;span class="sy0" style="color: black; font-weight: bold;"&gt;/&lt;/span&gt;hg&lt;span class="sy0" style="color: black; font-weight: bold;"&gt;/&lt;/span&gt;hgweb.config&lt;/pre&gt;&lt;br /&gt;&lt;br /&gt;&amp;nbsp;Luego copiamos el script en la carpeta /var/hg/cgi-bin&lt;br /&gt;&lt;br /&gt;&lt;pre style="background-color: #f9f9f9; border-bottom-color: rgb(47, 111, 171); border-bottom-style: dashed; border-bottom-width: 1px; border-left-color: rgb(47, 111, 171); border-left-style: dashed; border-left-width: 1px; border-right-color: rgb(47, 111, 171); border-right-style: dashed; border-right-width: 1px; border-top-color: rgb(47, 111, 171); border-top-style: dashed; border-top-width: 1px; color: black; font-family: 'Courier New', monospace; font-size: 1em; line-height: 1.1em; overflow-x: auto; overflow-y: auto; padding-bottom: 15px; padding-left: 20px; padding-right: 20px; padding-top: 15px;"&gt;cp /usr/share/doc/mercurial-common/examples/hgwebdir.wsgi /var/hg/cgi-bin&lt;/pre&gt;&lt;br /&gt;&lt;br /&gt;y como no, le cambiamos los permisos a las carpetas:&lt;br /&gt;&lt;pre style="background-color: #f9f9f9; border-bottom-color: rgb(47, 111, 171); border-bottom-style: dashed; border-bottom-width: 1px; border-left-color: rgb(47, 111, 171); border-left-style: dashed; border-left-width: 1px; border-right-color: rgb(47, 111, 171); border-right-style: dashed; border-right-width: 1px; border-top-color: rgb(47, 111, 171); border-top-style: dashed; border-top-width: 1px; color: black; font-family: 'Courier New', monospace; font-size: 1em; line-height: 1.1em; overflow-x: auto; overflow-y: auto; padding-bottom: 15px; padding-left: 20px; padding-right: 20px; padding-top: 15px;"&gt;chown -R www-data:www-data /var/hg&lt;/pre&gt;&lt;br /&gt;&lt;br /&gt;Tendremos que modificar un poco el script copiado /var/hg/cgi-bin/hgwebdir.wsgi para que encuentre bien nuestra configuración:&lt;br /&gt;&lt;div style="line-height: 1.5em; margin-bottom: 0.5em; margin-left: 0px; margin-right: 0px; margin-top: 0.4em;"&gt;Donde pone&lt;/div&gt;&lt;pre style="background-color: #f9f9f9; border-bottom-color: rgb(47, 111, 171); border-bottom-style: dashed; border-bottom-width: 1px; border-left-color: rgb(47, 111, 171); border-left-style: dashed; border-left-width: 1px; border-right-color: rgb(47, 111, 171); border-right-style: dashed; border-right-width: 1px; border-top-color: rgb(47, 111, 171); border-top-style: dashed; border-top-width: 1px; color: black; font-family: 'Courier New', monospace; font-size: 1em; line-height: 1.1em; overflow-x: auto; overflow-y: auto; padding-bottom: 15px; padding-left: 20px; padding-right: 20px; padding-top: 15px;"&gt;application = hgwebdir('hgweb.config')&lt;br /&gt;&lt;/pre&gt;&lt;div style="line-height: 1.5em; margin-bottom: 0.5em; margin-left: 0px; margin-right: 0px; margin-top: 0.4em;"&gt;Pondremos:&lt;/div&gt;&lt;pre style="background-color: #f9f9f9; border-bottom-color: rgb(47, 111, 171); border-bottom-style: dashed; border-bottom-width: 1px; border-left-color: rgb(47, 111, 171); border-left-style: dashed; border-left-width: 1px; border-right-color: rgb(47, 111, 171); border-right-style: dashed; border-right-width: 1px; border-top-color: rgb(47, 111, 171); border-top-style: dashed; border-top-width: 1px; color: black; font-family: 'Courier New', monospace; font-size: 1em; line-height: 1.1em; overflow-x: auto; overflow-y: auto; padding-bottom: 15px; padding-left: 20px; padding-right: 20px; padding-top: 15px;"&gt;config = '/var/hg/hgweb.config'&lt;br /&gt;application = hgwebdir(config) &lt;br /&gt;&lt;/pre&gt;&lt;br /&gt;&lt;br /&gt;Otro archivo que tenemos que modificar es el /etc/mercurial/hgrc . Debemos añadir un usario para poder hacer commits, sino nos saldria este error:&lt;br /&gt;&lt;br /&gt;&lt;blockquote&gt;abort: no username supplied (see "hg help config")&lt;/blockquote&gt;&lt;br /&gt;Así pues, añadámoslo:&lt;br /&gt;&lt;br /&gt;&lt;blockquote&gt;[ui]&lt;br /&gt;; editor used to enter commit logs, etc.&amp;nbsp; Most text editors will work.&lt;br /&gt;editor = vim&lt;br /&gt;username = userEmail@domain.com&lt;/blockquote&gt;&lt;br /&gt;&lt;br /&gt;Una vez hecho esto, modificamos el archivo de configuración de apache /etc/apache2/sites-available/default-ssl&lt;br /&gt;&lt;br /&gt;Ahora ya podemos hacer lo que nos aconseja el &lt;a href="http://mercurial.selenic.com/"&gt;"Quick Start" de la página oficial&lt;/a&gt;:&lt;br /&gt;&lt;br /&gt;&lt;pre style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;$ hg init (project-directory)&lt;br /&gt;$ cd (project-directory)&lt;br /&gt;$ (add some files)&lt;br /&gt;$ hg add&lt;br /&gt;$ hg commit -m 'Initial commit'&lt;/pre&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5282037860157731886-6820707982028849860?l=eithel-inside.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://eithel-inside.blogspot.com/feeds/6820707982028849860/comments/default' title='Enviar comentarios'/><link rel='replies' type='text/html' href='http://eithel-inside.blogspot.com/2011/09/mercurial-en-ubuntu-hgweb-publishing.html#comment-form' title='0 comentarios'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5282037860157731886/posts/default/6820707982028849860'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5282037860157731886/posts/default/6820707982028849860'/><link rel='alternate' type='text/html' href='http://eithel-inside.blogspot.com/2011/09/mercurial-en-ubuntu-hgweb-publishing.html' title='Mercurial en Ubuntu (hgweb publishing method)'/><author><name>Eduardo Díaz Díaz</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='33' height='13' src='http://1.bp.blogspot.com/_W2hHthyTiyA/Suqwe5vVWjI/AAAAAAAAAIQ/nDBC814V-kM/S220/EiTheL.png'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://1.bp.blogspot.com/-ZPE557s_CNs/Tcdlx5ocn3I/AAAAAAAAAzg/7X9rX2IxoYU/s72-c/mercurial_logo.png' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5282037860157731886.post-3962263848153976525</id><published>2011-09-14T14:20:00.001+02:00</published><updated>2011-09-14T14:21:39.256+02:00</updated><title type='text'>Nueva manera de solucionar el problema de offending RSA key</title><content type='html'>&lt;div dir="ltr" style="text-align: left;" trbidi="on"&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://1.bp.blogspot.com/_Qgdk8ywk_n8/TUWZaq0bUxI/AAAAAAAAACE/ut3s4X8IhH4/s640/man_in_the_middle.jpg" imageanchor="1" style="clear: right; float: right; margin-bottom: 1em; margin-left: 1em;"&gt;&lt;img border="0" height="181" src="http://1.bp.blogspot.com/_Qgdk8ywk_n8/TUWZaq0bUxI/AAAAAAAAACE/ut3s4X8IhH4/s320/man_in_the_middle.jpg" width="320" /&gt;&lt;/a&gt;&lt;/div&gt;En un artículo anterior decíamos como solucionar el problema:&lt;br /&gt;&lt;ul style="text-align: left;"&gt;&lt;li&gt;&lt;a href="http://eithel-inside.blogspot.com/2010/09/problema-del-offending-key-con-ssh.html"&gt;http://eithel-inside.blogspot.com/2010/09/problema-del-offending-key-con-ssh.html&lt;/a&gt; &lt;/li&gt;&lt;/ul&gt;Ahora con las nuevas versiones podemos hacerlo más fácilmente:&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;usuario@miPC:~$ ssh usuario@192.168.0.23 -p 22&lt;br /&gt;@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@&lt;br /&gt;@&amp;nbsp;&amp;nbsp;&amp;nbsp; WARNING: REMOTE HOST IDENTIFICATION HAS CHANGED!&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; @&lt;br /&gt;@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@&lt;br /&gt;IT IS POSSIBLE THAT SOMEONE IS DOING SOMETHING NASTY!&lt;br /&gt;Someone could be eavesdropping on you right now (man-in-the-middle attack)!&lt;br /&gt;It is also possible that a host key has just been changed.&lt;br /&gt;The fingerprint for the RSA key sent by the remote host is&lt;br /&gt;a0:a9:95:25:7e:00:43:d2:42:61:5a:00:15:79:11:ff.&lt;br /&gt;Please contact your system administrator.&lt;br /&gt;Add correct host key in /home/usuario/.ssh/known_hosts to get rid of this message.&lt;br /&gt;Offending RSA key in /home/usuario/.ssh/known_hosts:50&lt;br /&gt;&amp;nbsp; remove with: ssh-keygen -f "/home/usuario/.ssh/known_hosts" -R 192.168.0.23&lt;br /&gt;RSA host key for 84.88.62.216 has changed and you have requested strict checking.&lt;br /&gt;Host key verification failed.&lt;br /&gt;&lt;br /&gt;usuario@miPC:~$ &lt;b&gt;ssh-keygen -f "/home/usuario/.ssh/known_hosts" -R 192.168.0.23&lt;/b&gt;&lt;br /&gt;/home/usuario/.ssh/known_hosts updated.&lt;br /&gt;Original contents retained as /home/usuario/.ssh/known_hosts.old&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5282037860157731886-3962263848153976525?l=eithel-inside.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://eithel-inside.blogspot.com/feeds/3962263848153976525/comments/default' title='Enviar comentarios'/><link rel='replies' type='text/html' href='http://eithel-inside.blogspot.com/2011/09/nueva-manera-de-solucionar-el-problema.html#comment-form' title='0 comentarios'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5282037860157731886/posts/default/3962263848153976525'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5282037860157731886/posts/default/3962263848153976525'/><link rel='alternate' type='text/html' href='http://eithel-inside.blogspot.com/2011/09/nueva-manera-de-solucionar-el-problema.html' title='Nueva manera de solucionar el problema de offending RSA key'/><author><name>Eduardo Díaz Díaz</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='33' height='13' src='http://1.bp.blogspot.com/_W2hHthyTiyA/Suqwe5vVWjI/AAAAAAAAAIQ/nDBC814V-kM/S220/EiTheL.png'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://1.bp.blogspot.com/_Qgdk8ywk_n8/TUWZaq0bUxI/AAAAAAAAACE/ut3s4X8IhH4/s72-c/man_in_the_middle.jpg' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5282037860157731886.post-8961593184156044198</id><published>2011-08-03T08:26:00.001+02:00</published><updated>2011-08-03T08:27:05.006+02:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Escritorio'/><title type='text'>Spotify Unlimited o Premium en Ubuntu</title><content type='html'>&lt;div dir="ltr" style="text-align: left;" trbidi="on"&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://3.bp.blogspot.com/-W9nvvMQyc0E/TjjpTBdBVLI/AAAAAAAAAtc/2lXG9ZlgSrY/s1600/spotify_ubuntu.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="156" src="http://3.bp.blogspot.com/-W9nvvMQyc0E/TjjpTBdBVLI/AAAAAAAAAtc/2lXG9ZlgSrY/s640/spotify_ubuntu.png" width="640" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;En un artículo anterior os explicaba como instalar Spotify en Ubuntu 9.10. Esa explicación es válida para las versiones más nuevas (como mínimo hasta la 11.04).&lt;br /&gt;&lt;br /&gt;&lt;a href="http://eithel-inside.blogspot.com/2009/12/instalar-spotify-en-ubuntu-910.html"&gt;http://eithel-inside.blogspot.com/2009/12/instalar-spotify-en-ubuntu-910.html&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;No obstante, los chicos de Spotify han creado un cliente nativo para Ubuntu, pese con algunas limitaciones:&lt;br /&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="color: #555555; font-family: helvetica, arial, 'nimbus sans l', sans-serif; font-size: 14px; line-height: 18px;"&gt;Por ser una versión preliminar, no ofrecemos soporte oficial, pero ya que estamos utilizándola nosotros mismos intentaremos que se mantenga a la par de las versiones para Windows y Mac. Como aún no hemos encontrado una manera segura e idónea de mostrar la publicidad, la versión para Linux sólo está disponible para suscriptores de&amp;nbsp;&lt;a href="https://www.spotify.com/es/get-spotify/overview/" style="background-attachment: initial; background-clip: initial; background-color: transparent; background-image: initial; background-origin: initial; background-position: initial initial; background-repeat: initial initial; border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; color: #0088cc; font-size: 14px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; outline-color: initial; outline-style: initial; outline-width: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-decoration: none; vertical-align: baseline;"&gt;Spotify Unlimited o Premium&lt;/a&gt;.&lt;/span&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="color: #555555; font-family: helvetica, arial, 'nimbus sans l', sans-serif; line-height: 18px;"&gt;&lt;span class="Apple-style-span" style="font-size: xx-small;"&gt;(Fuente &lt;a href="https://www.spotify.com/es/download/previews/"&gt;Spotify&lt;/a&gt;)&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="color: #555555; font-family: helvetica, arial, 'nimbus sans l', sans-serif; font-size: 14px; line-height: 18px;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;Así pues, a menos de que dispongas de una cuenta Unlimited o Premium esta solución no te servirá.&lt;br /&gt;&lt;br /&gt;Para poder instalarlo es tan sencillo como añadir el repositorio correspondiente, la llave y actualizar:&lt;span class="Apple-style-span" style="color: #555555; font-family: helvetica, arial, 'nimbus sans l', sans-serif; font-size: 14px; line-height: 18px;"&gt;&lt;span class="Apple-style-span" style="color: black; font-family: 'Times New Roman'; font-size: small; line-height: normal;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;1. Añade esta línea a tu lista de repositorios editando /etc/apt/sources.list&lt;br /&gt;&lt;div&gt;&lt;b&gt;&lt;i&gt;deb http://repository.spotify.com stable non-free&lt;/i&gt;&lt;/b&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;2. Si quieres comprobar los paquetes descargados, tendrás que añadir nuestra clave pública&lt;/div&gt;&lt;div&gt;&lt;b&gt;&lt;i&gt;sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 4E9CFF4E&lt;/i&gt;&lt;/b&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;3. Ejecuta apt-get update&lt;/div&gt;&lt;div&gt;&lt;b&gt;&lt;i&gt;sudo apt-get update&lt;/i&gt;&lt;/b&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;4. Instala Spotify&lt;/div&gt;&lt;div&gt;&lt;b&gt;&lt;i&gt;sudo apt-get install spotify-client-qt spotify-client-gnome-support&lt;/i&gt;&lt;/b&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5282037860157731886-8961593184156044198?l=eithel-inside.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://eithel-inside.blogspot.com/feeds/8961593184156044198/comments/default' title='Enviar comentarios'/><link rel='replies' type='text/html' href='http://eithel-inside.blogspot.com/2011/08/spotify-unlimited-o-premium-en-ubuntu.html#comment-form' title='0 comentarios'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5282037860157731886/posts/default/8961593184156044198'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5282037860157731886/posts/default/8961593184156044198'/><link rel='alternate' type='text/html' href='http://eithel-inside.blogspot.com/2011/08/spotify-unlimited-o-premium-en-ubuntu.html' title='Spotify Unlimited o Premium en Ubuntu'/><author><name>Eduardo Díaz Díaz</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='33' height='13' src='http://1.bp.blogspot.com/_W2hHthyTiyA/Suqwe5vVWjI/AAAAAAAAAIQ/nDBC814V-kM/S220/EiTheL.png'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://3.bp.blogspot.com/-W9nvvMQyc0E/TjjpTBdBVLI/AAAAAAAAAtc/2lXG9ZlgSrY/s72-c/spotify_ubuntu.png' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5282037860157731886.post-6859858997846686122</id><published>2011-07-01T14:31:00.003+02:00</published><updated>2011-07-01T14:50:07.055+02:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Administración'/><title type='text'>btrfs (Butter FS) en Ubuntu 11.04</title><content type='html'>&lt;div dir="ltr" style="text-align: left;" trbidi="on"&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="https://btrfs.wiki.kernel.org/skins/common/images-btrfs/wiki.png" imageanchor="1" style="clear: right; float: right; margin-bottom: 1em; margin-left: 1em;"&gt;&lt;img border="0" src="https://btrfs.wiki.kernel.org/skins/common/images-btrfs/wiki.png" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;span class="Apple-style-span" style="font-family: sans-serif; font-size: 13px; line-height: 19px;"&gt;&lt;/span&gt;&lt;br /&gt;&lt;div style="line-height: 1.5em; margin-bottom: 0.5em; margin-left: 0px; margin-right: 0px; margin-top: 0.4em; text-align: justify;"&gt;&lt;b&gt;Btrfs&lt;/b&gt;&amp;nbsp;(&lt;a href="http://es.wikipedia.org/wiki/%C3%81rbol-B" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="Árbol-B"&gt;B-tree&lt;/a&gt;&amp;nbsp;FS o normalmente pronunciado "Butter FS") es un&amp;nbsp;&lt;a href="http://es.wikipedia.org/wiki/Sistema_de_archivos" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="Sistema de archivos"&gt;sistema de archivos&lt;/a&gt;&amp;nbsp;&lt;a href="http://es.wikipedia.org/wiki/Copy-on-write" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="Copy-on-write"&gt;copy-on-write&lt;/a&gt;&amp;nbsp;anunciado por&amp;nbsp;&lt;a href="http://es.wikipedia.org/wiki/Oracle_Corporation" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="Oracle Corporation"&gt;Oracle Corporation&lt;/a&gt;&amp;nbsp;para&lt;a href="http://es.wikipedia.org/wiki/GNU/Linux" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="GNU/Linux"&gt;GNU/Linux&lt;/a&gt;.&lt;/div&gt;&lt;div style="line-height: 1.5em; margin-bottom: 0.5em; margin-left: 0px; margin-right: 0px; margin-top: 0.4em; text-align: justify;"&gt;Su objetivo es sustituir al actual sistema de archivos&amp;nbsp;&lt;a href="http://es.wikipedia.org/wiki/Ext3" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="Ext3"&gt;ext3&lt;/a&gt;, eliminando el mayor número de sus limitaciones, en especial con el tamaño máximo de los ficheros; además de la adopción de nuevas tecnologías no soportadas por ext3. Se afirma también que se "centrará en la tolerancia a fallos, reparación y fácil administración".&lt;/div&gt;&lt;span class="Apple-style-span" style="font-family: sans-serif; font-size: 13px; line-height: 19px;"&gt;&lt;a href="http://es.wikipedia.org/wiki/Theodore_Ts%27o" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="Theodore Ts'o"&gt;Theodore Ts'o&lt;/a&gt;, desarrollador de los sistemas&amp;nbsp;&lt;a href="http://es.wikipedia.org/wiki/Ext3" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="Ext3"&gt;ext3&lt;/a&gt;&amp;nbsp;y&amp;nbsp;&lt;a href="http://es.wikipedia.org/wiki/Ext4" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="Ext4"&gt;ext4&lt;/a&gt;, dice que Btrfs&amp;nbsp;&lt;i&gt;"tiene algunas de las ideas de diseño de&amp;nbsp;&lt;a href="http://es.wikipedia.org/wiki/Reiser4" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="Reiser4"&gt;Reiser4&lt;/a&gt;"&lt;/i&gt;&lt;sup style="line-height: 1em;"&gt;[&lt;i&gt;&lt;a href="http://es.wikipedia.org/wiki/Wikipedia:Verificabilidad" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="Wikipedia:Verificabilidad"&gt;cita&amp;nbsp;requerida&lt;/a&gt;&lt;/i&gt;]&lt;/sup&gt;&amp;nbsp;y que&lt;i&gt;"el sistema de archivos tiene soporte para algunas características avanzadas que están diseñadas para incorporarse en&amp;nbsp;&lt;a href="http://es.wikipedia.org/wiki/ZFS_(sistema_de_archivos)" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="ZFS (sistema de archivos)"&gt;ZFS&lt;/a&gt;"&lt;/i&gt;.&lt;sup style="line-height: 1em;"&gt;[&lt;i&gt;&lt;a href="http://es.wikipedia.org/wiki/Wikipedia:Verificabilidad" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="Wikipedia:Verificabilidad"&gt;cita&amp;nbsp;requerida&lt;/a&gt;&lt;/i&gt;]&lt;/sup&gt;&lt;/span&gt;&lt;span class="Apple-style-span" style="font-family: sans-serif; line-height: 19px;"&gt;&lt;/span&gt;&lt;br /&gt;&lt;div style="font-size: 13px; line-height: 1.5em; margin-bottom: 0.5em; margin-left: 0px; margin-right: 0px; margin-top: 0.4em; text-align: justify;"&gt;&lt;span class="Apple-style-span" style="font-family: sans-serif; line-height: 19px;"&gt;La versión 2.6.29 del&amp;nbsp;&lt;a class="mw-redirect" href="http://es.wikipedia.org/wiki/Linux_(n%C3%BAcleo)" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="Linux (núcleo)"&gt;núcleo Linux&lt;/a&gt;&amp;nbsp;ya soporta de manera experimental este sistema de archivos.&lt;/span&gt;&lt;/div&gt;&lt;div style="font-size: 13px; line-height: 1.5em; margin-bottom: 0.5em; margin-left: 0px; margin-right: 0px; margin-top: 0.4em; text-align: justify;"&gt;&lt;span class="Apple-style-span" style="font-family: sans-serif; line-height: 19px;"&gt;&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="font-size: 13px; line-height: 1.5em; margin-bottom: 0.5em; margin-left: 0px; margin-right: 0px; margin-top: 0.4em; text-align: justify;"&gt;&lt;span class="Apple-style-span" style="font-family: sans-serif; line-height: 19px;"&gt;&lt;b&gt;CARACTERÍSTICAS:&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="line-height: 1.5em; margin-bottom: 0.5em; margin-left: 0px; margin-right: 0px; margin-top: 0.4em;"&gt;&lt;/div&gt;&lt;div style="font-size: 13px; line-height: 1.5em; margin-bottom: 0.5em; margin-left: 0px; margin-right: 0px; margin-top: 0.4em; text-align: justify;"&gt;&lt;span class="Apple-style-span" style="font-family: sans-serif; line-height: 19px;"&gt;Btrfs está siendo desarrollado intensivamente y muchas de las características finales, como por ejemplo detectar si un volumen está lleno, no han sido incorporadas a la versión de pruebas. Las características finales presentadas son:&lt;/span&gt;&lt;/div&gt;&lt;ul style="font-size: 13px; line-height: 1.5em; list-style-type: square; margin-bottom: 0px; margin-left: 1.5em; margin-right: 0px; margin-top: 0.3em; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;&lt;li style="margin-bottom: 0.1em; text-align: justify;"&gt;&lt;span class="Apple-style-span" style="font-family: sans-serif; line-height: 19px;"&gt;Empaquetado eficiente en espacio de archivos pequeños y directorios indexados&lt;/span&gt;&lt;/li&gt;&lt;span class="Apple-style-span" style="font-family: sans-serif; line-height: 19px;"&gt;&lt;li style="margin-bottom: 0.1em; text-align: justify;"&gt;Asignación dinámica de&amp;nbsp;&lt;a href="http://es.wikipedia.org/wiki/Inodo" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="Inodo"&gt;inodos&lt;/a&gt;&amp;nbsp;(no se fija un número máximo de archivos al crear el sistema de archivos)&lt;/li&gt;&lt;li style="margin-bottom: 0.1em; text-align: justify;"&gt;&lt;a class="new" href="http://es.wikipedia.org/w/index.php?title=Snapshots&amp;amp;action=edit&amp;amp;redlink=1" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #ba0000; text-decoration: none;" title="Snapshots (aún no redactado)"&gt;Snapshots&lt;/a&gt;&amp;nbsp;escribibles y snapshots de snapshots&lt;/li&gt;&lt;li style="margin-bottom: 0.1em; text-align: justify;"&gt;Subvolúmenes (raíces del sistema de archivos internas separadas)&lt;/li&gt;&lt;li style="margin-bottom: 0.1em; text-align: justify;"&gt;Mirroring y Stripping a nivel de objeto&lt;/li&gt;&lt;li style="margin-bottom: 0.1em; text-align: justify;"&gt;Comprobación de datos y metadatos (alta seguridad de integridad)&lt;/li&gt;&lt;li style="margin-bottom: 0.1em; text-align: justify;"&gt;Compresión&lt;/li&gt;&lt;li style="margin-bottom: 0.1em; text-align: justify;"&gt;&lt;a href="http://es.wikipedia.org/wiki/Copy-on-write" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="Copy-on-write"&gt;Copy-on-write&lt;/a&gt;&amp;nbsp;del registro de todos los datos y metadatos&lt;/li&gt;&lt;li style="margin-bottom: 0.1em; text-align: justify;"&gt;Gran integración con device-mapper para soportar múltiples dispositivos, con varios algoritmos de&amp;nbsp;&lt;a href="http://es.wikipedia.org/wiki/RAID" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="RAID"&gt;RAID&lt;/a&gt;&amp;nbsp;incluidos&lt;/li&gt;&lt;li style="margin-bottom: 0.1em; text-align: justify;"&gt;Comprobación del sistema de archivos sin desmontar y comprobación muy rápida del sistema de archivos desmontado&lt;/li&gt;&lt;li style="margin-bottom: 0.1em; text-align: justify;"&gt;Copias de seguridad incrementales eficaces y mirroring del sistema de archivos&lt;/li&gt;&lt;li style="margin-bottom: 0.1em; text-align: justify;"&gt;Actualización desde&amp;nbsp;&lt;a href="http://es.wikipedia.org/wiki/Ext3" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="Ext3"&gt;ext3&lt;/a&gt;&amp;nbsp;a Btrfs, y reconversión a ext3 al momento de la actualización&lt;/li&gt;&lt;li style="margin-bottom: 0.1em; text-align: justify;"&gt;Modo optimizado para&amp;nbsp;&lt;a class="mw-redirect" href="http://es.wikipedia.org/wiki/SSD" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="SSD"&gt;SSD&lt;/a&gt;&amp;nbsp;(activado a través de una opción de montaje)&lt;/li&gt;&lt;li style="margin-bottom: 0.1em; text-align: justify;"&gt;&lt;a href="http://es.wikipedia.org/wiki/Defragmentaci%C3%B3n_de_archivos" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="Defragmentación de archivos"&gt;Defragmentación&lt;/a&gt;&amp;nbsp;sin desmontar&lt;/li&gt;&lt;/span&gt;&lt;/ul&gt;&lt;div style="font-size: 13px;"&gt;&lt;span class="Apple-style-span" style="font-family: sans-serif; line-height: 19px;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span" style="font-family: sans-serif; line-height: 19px;"&gt;&lt;span class="Apple-style-span" style="font-size: xx-small;"&gt;(Fuente &lt;a href="http://es.wikipedia.org/wiki/Btrfs"&gt;Wikipedia&lt;/a&gt;)&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="font-size: 13px;"&gt;&lt;span class="Apple-style-span" style="font-family: sans-serif; line-height: 19px;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class="separator" style="clear: both; font-size: 13px; text-align: center;"&gt;&lt;span class="Apple-style-span" style="font-family: sans-serif; line-height: 19px;"&gt;&lt;a href="http://www.phoronix.com/data/img/results/btrfs_compress_2635/2.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="329" src="http://www.phoronix.com/data/img/results/btrfs_compress_2635/2.png" width="640" /&gt;&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class="separator" style="clear: both; font-size: 13px; text-align: center;"&gt;&lt;span class="Apple-style-span" style="font-family: sans-serif; line-height: 19px;"&gt;&lt;a href="http://www.phoronix.com/data/img/results/btrfs_compress_2635/1.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="330" src="http://www.phoronix.com/data/img/results/btrfs_compress_2635/1.png" width="640" /&gt;&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class="separator" style="clear: both; font-size: 13px; text-align: center;"&gt;&lt;span class="Apple-style-span" style="font-family: sans-serif; line-height: 19px;"&gt;&lt;a href="http://www.phoronix.com/data/img/results/btrfs_compress_2635/3.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="330" src="http://www.phoronix.com/data/img/results/btrfs_compress_2635/3.png" width="640" /&gt;&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;&lt;span class="Apple-style-span" style="font-size: xx-small;"&gt;&lt;span class="Apple-style-span" style="font-family: sans-serif; line-height: 19px;"&gt;(Fuente &lt;a href="http://www.phoronix.com/scan.php?page=article&amp;amp;item=btrfs_compress_2635&amp;amp;num=1"&gt;phoronix&lt;/a&gt;&lt;/span&gt;&lt;span class="Apple-style-span" style="font-family: sans-serif; line-height: 19px;"&gt;)&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="font-family: sans-serif; font-size: 13px; line-height: 19px;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;Si comparamos EXT4 con Btrfs podemos ver que las mayores ventajas las podemos encontrar cuando usamos la compresión (o también se podia extender a la encriptación), ya que sinó usamos estas ventajas, el EXT4 és más rápido en condiciones normales. Así pues, nos debemos plantear cuando es conveniente usar un sistema de archivos o otro dependiendo de para que lo vayamos a usar.&lt;br /&gt;&lt;br /&gt;En mi caso particular, necesitaba montar un servidor de respaldo (backup) en donde la velocidad de acceso a los datos no es crítica, pero si en cambio el espacio. Así pues, Btrfs me ofrecía la compresión transparente de datos que necesitaba. A la hora de montar un sistema btrfs, podemos indicarle como opciones de montaje si queremos que la unidad comprima transparentemente o no. También podemos usar otra opción que fuerza aún más a la compresión aunque los archivos a comprimir no lo necesiten. Es decir, podemos comprimir 'inteligentemente' o 'sin discriminar' ningún archivo. Los resultados de mis pruebas fueron estos:&lt;br /&gt;&lt;div style="font-family: sans-serif; font-size: 13px; line-height: 1.5em;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;div&gt;&lt;span class="Apple-style-span" style="font-family: 'Courier New', Courier, monospace; font-size: x-small;"&gt;&lt;span class="Apple-style-span" style="line-height: 19px;"&gt;/dev/sdb1 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 1,8T &amp;nbsp;1,7T &amp;nbsp; 54G &amp;nbsp;97% /root/Respaldo/disc1&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span" style="font-family: 'Courier New', Courier, monospace; font-size: x-small;"&gt;&lt;span class="Apple-style-span" style="line-height: 19px;"&gt;/dev/sde1 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 1,8T &amp;nbsp;1,7T &amp;nbsp; 35G &amp;nbsp;99% /root/Respaldo/disc4&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span" style="font-family: 'Courier New', Courier, monospace; font-size: x-small;"&gt;&lt;span class="Apple-style-span" style="line-height: 19px;"&gt;/dev/sdc1 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 1,9T &amp;nbsp;1,3T &amp;nbsp;553G &amp;nbsp;71% /root/Respaldo/disc2&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span" style="font-family: 'Courier New', Courier, monospace; font-size: x-small;"&gt;&lt;span class="Apple-style-span" style="line-height: 19px;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;div style="font-family: sans-serif; font-size: 13px; line-height: 1.5em;"&gt;&lt;br /&gt;&lt;/div&gt;En donde el disc2 es el disco con la opción -o compress. Los demás estan en ext4 y contienen casi la misma información.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;INSTALACIÓN:&lt;/b&gt;&lt;br /&gt;&lt;div style="font-family: sans-serif; font-size: 13px; line-height: 1.5em;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="font-size: 13px; line-height: 1.5em;"&gt;&lt;span class="Apple-style-span" style="font-family: 'Courier New', Courier, monospace;"&gt;sudo apt-get install btrfs-tools&lt;/span&gt;&lt;/div&gt;&lt;div style="font-family: sans-serif; font-size: 13px; line-height: 1.5em;"&gt;&lt;br /&gt;&lt;/div&gt;Este paquete contiene las utilidades (mkfs, fsck, btrfsctl) usadas para trabajar con btrfs y una utilidad (btrfs-convert) para crear un sistema de archivos btrfs desde uno ext3.&lt;br /&gt;&lt;br /&gt;&lt;div&gt;Como el kernel de Ubuntu 11.04 ya está preparado para este sistema de archivos  (no como reiser4 o reiserfs), simplemente tendremos que formatear la unidad como solemos hacer habitualmente, pero con la nueva utilidad:&lt;br /&gt;&lt;br /&gt;&lt;div style="line-height: 1.5em;"&gt;&lt;span class="Apple-style-span" style="font-family: 'Courier New', Courier, monospace; font-size: x-small;"&gt;sudo mkfs.btrfs /dev/sda1&lt;/span&gt;&lt;/div&gt;&lt;div style="font-family: sans-serif; line-height: 1.5em;"&gt;&lt;span class="Apple-style-span" style="font-size: x-small;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;Nos dirá algo como esto:&lt;br /&gt;&lt;div&gt;&lt;span class="Apple-style-span" style="font-size: x-small;"&gt;&lt;/span&gt;&lt;br /&gt;&lt;div&gt;&lt;span class="Apple-style-span" style="font-size: x-small;"&gt;&lt;span class="Apple-style-span" style="line-height: 24px;"&gt;&lt;span class="Apple-style-span" style="font-family: 'Courier New', Courier, monospace;"&gt;WARNING! - Btrfs Btrfs v0.19 IS EXPERIMENTAL&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span" style="font-size: x-small;"&gt;&lt;span class="Apple-style-span" style="line-height: 24px;"&gt;&lt;span class="Apple-style-span" style="font-family: 'Courier New', Courier, monospace;"&gt;WARNING! - see http://btrfs.wiki.kernel.org before using&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span" style="font-size: x-small;"&gt;&lt;span class="Apple-style-span" style="line-height: 24px;"&gt;&lt;span class="Apple-style-span" style="font-family: 'Courier New', Courier, monospace;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span" style="font-size: x-small;"&gt;&lt;span class="Apple-style-span" style="line-height: 24px;"&gt;&lt;span class="Apple-style-span" style="font-family: 'Courier New', Courier, monospace;"&gt;fs created label (null) on /dev/sdd1&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span" style="font-size: x-small;"&gt;&lt;span class="Apple-style-span" style="line-height: 24px;"&gt;&lt;span class="Apple-style-span" style="font-family: 'Courier New', Courier, monospace;"&gt;&lt;span class="Apple-tab-span" style="white-space: pre;"&gt; &lt;/span&gt;nodesize 4096 leafsize 4096 sectorsize 4096 size 1.82TB&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span" style="font-size: x-small;"&gt;&lt;span class="Apple-style-span" style="line-height: 24px;"&gt;&lt;span class="Apple-style-span" style="font-family: 'Courier New', Courier, monospace;"&gt;Btrfs Btrfs v0.19&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span" style="font-family: sans-serif; font-size: x-small;"&gt;&lt;span class="Apple-style-span" style="line-height: 19px;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;div&gt;Como es un sistema de archivos en desarrollo, nos avisa de que seamos prudente con el uso que le demos.&lt;br /&gt;&lt;br /&gt;Ahora podemos montarlo con diversas opciones. Voy a exponer las que probé en referencia a la compresión transparente:&lt;br /&gt;&lt;br /&gt;Compresión de los archivos que comprensiblemente son susceptibles de ser comprimidos:&lt;br /&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="font-family: 'Courier New', Courier, monospace; font-size: x-small;"&gt;&lt;span class="Apple-style-span" style="line-height: 19px;"&gt;mount -o compress /dev/sdd1 /root/Respaldo/disc3&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span" style="font-family: sans-serif; font-size: x-small;"&gt;&lt;span class="Apple-style-span" style="line-height: 19px;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;Compresión de todos los archivos:&lt;br /&gt;&lt;div&gt;&lt;span class="Apple-style-span" style="font-family: 'Courier New', Courier, monospace; font-size: x-small;"&gt;&lt;span class="Apple-style-span" style="line-height: 19px;"&gt;mount -o compress-force /dev/sdd1 /root/Respaldo/disc3&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span" style="font-family: sans-serif; font-size: x-small;"&gt;&lt;span class="Apple-style-span" style="line-height: 19px;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;Una cosa que tenemos que tener en cuenta es que el comando du no muestra lo que ocupa en el disco, sino la información del tamaño de los archivos y lo que ocuparía sino estuviera comprimido. Esto es:&lt;br /&gt;&lt;div&gt;&lt;span class="Apple-style-span" style="font-family: sans-serif; font-size: x-small;"&gt;&lt;span class="Apple-style-span" style="line-height: 19px;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span" style="font-family: sans-serif; font-size: x-small;"&gt;&lt;/span&gt;&lt;br /&gt;&lt;div&gt;&lt;span class="Apple-style-span" style="font-family: sans-serif;"&gt;&lt;span class="Apple-style-span" style="line-height: 19px;"&gt;&lt;i&gt;root@XXXXX:/root/Respaldo/disc2#&lt;/i&gt; du -sch *&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;span class="Apple-style-span" style="font-family: sans-serif; line-height: 19px;"&gt;&lt;b&gt;1,7T&lt;/b&gt;&lt;span class="Apple-tab-span" style="white-space: pre;"&gt; &lt;/span&gt;total&lt;/span&gt;&lt;span class="Apple-style-span" style="font-family: sans-serif;"&gt;&lt;/span&gt;&lt;br /&gt;&lt;div style="line-height: 19px;"&gt;&lt;span class="Apple-style-span" style="font-family: sans-serif;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;div&gt;&lt;span class="Apple-style-span" style="font-family: sans-serif;"&gt;&lt;span class="Apple-style-span" style="line-height: 19px;"&gt;&lt;i&gt;root@XXXXX:/root/Respaldo/disc2#&lt;/i&gt; df -h&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span" style="font-family: sans-serif;"&gt;&lt;span class="Apple-style-span" style="line-height: 19px;"&gt;S.ficheros &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Tam. &amp;nbsp;Usado Disp. % Uso Montado en&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;span class="Apple-style-span" style="font-family: sans-serif; line-height: 19px;"&gt;/dev/sdc1 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 1,9T &amp;nbsp;&lt;b&gt;1,3T&lt;/b&gt; &amp;nbsp;553G &amp;nbsp;71% /root/Respaldo/disc2&lt;/span&gt;&lt;span class="Apple-style-span" style="font-family: sans-serif;"&gt;&lt;/span&gt;&lt;br /&gt;&lt;div&gt;&lt;div&gt;&lt;span class="Apple-style-span" style="font-family: sans-serif;"&gt;&lt;span class="Apple-style-span" style="line-height: 19px;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="line-height: 19px;"&gt;&lt;span class="Apple-style-span" style="font-family: sans-serif;"&gt;&lt;span class="Apple-style-span" style="font-size: xx-small;"&gt;(Prueba realizada en una partición montada con la opcion &lt;b&gt;-o compress&lt;/b&gt;)&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;div style="font-size: small; line-height: 19px;"&gt;&lt;span class="Apple-style-span" style="font-family: sans-serif;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;Enlaces de interés:&lt;br /&gt;&lt;ul style="text-align: left;"&gt;&lt;li&gt;&lt;a href="https://btrfs.wiki.kernel.org/index.php/Main_Page"&gt;https://btrfs.wiki.kernel.org/index.php/Main_Page&lt;/a&gt; &lt;/li&gt;&lt;li&gt;&lt;a href="http://www.phoronix.com/scan.php?page=article&amp;amp;item=btrfs_compress_2635&amp;amp;num=1"&gt;http://www.phoronix.com/scan.php?page=article&amp;amp;item=btrfs_compress_2635&amp;amp;num=1&lt;/a&gt; &lt;/li&gt;&lt;li&gt;&lt;a href="http://blog.philippklaus.de/2011/02/the-btrfs-file-system/"&gt;http://blog.philippklaus.de/2011/02/the-btrfs-file-system/&lt;/a&gt; &lt;/li&gt;&lt;li&gt;&lt;a href="http://ubuntuforums.org/showpost.php?p=8716089&amp;amp;postcount=1"&gt;http://ubuntuforums.org/showpost.php?p=8716089&amp;amp;postcount=1&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span" style="font-family: sans-serif; font-size: x-small;"&gt;&lt;span class="Apple-style-span" style="line-height: 19px;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span" style="font-family: sans-serif; font-size: x-small;"&gt;&lt;span class="Apple-style-span" style="line-height: 19px;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;br /&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5282037860157731886-6859858997846686122?l=eithel-inside.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://eithel-inside.blogspot.com/feeds/6859858997846686122/comments/default' title='Enviar comentarios'/><link rel='replies' type='text/html' href='http://eithel-inside.blogspot.com/2011/07/btrfs-butter-fs-en-ubuntu-1104.html#comment-form' title='0 comentarios'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5282037860157731886/posts/default/6859858997846686122'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5282037860157731886/posts/default/6859858997846686122'/><link rel='alternate' type='text/html' href='http://eithel-inside.blogspot.com/2011/07/btrfs-butter-fs-en-ubuntu-1104.html' title='btrfs (Butter FS) en Ubuntu 11.04'/><author><name>Eduardo Díaz Díaz</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='33' height='13' src='http://1.bp.blogspot.com/_W2hHthyTiyA/Suqwe5vVWjI/AAAAAAAAAIQ/nDBC814V-kM/S220/EiTheL.png'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5282037860157731886.post-4174048242156164697</id><published>2011-06-30T12:55:00.002+02:00</published><updated>2011-07-01T08:42:48.234+02:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Escritorio'/><title type='text'>Añadir repositorios de Virtualbox en Ubuntu 11.04</title><content type='html'>&lt;div dir="ltr" style="text-align: left;" trbidi="on"&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://4.bp.blogspot.com/-2tyzyBbgZ4A/TbX8yp91lKI/AAAAAAAAAEk/keGbjmto-TY/s1600/virtualbox.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="200" src="http://4.bp.blogspot.com/-2tyzyBbgZ4A/TbX8yp91lKI/AAAAAAAAAEk/keGbjmto-TY/s200/virtualbox.png" width="200" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;br /&gt;Para añadir el repositorio de VirtualBox en nuestro Ubuntu 11.04 solo tenemos que copiar y pegar la siguiente linea en un terminal de linux:&lt;/div&gt;&lt;br /&gt;&lt;span style="font-family: 'Courier New', Courier, monospace;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: 'Courier New', Courier, monospace; font-size: x-small;"&gt;sudo sh -c "echo 'deb http://download.virtualbox.org/virtualbox/debian `lsb_release -cs` contrib #Virtualbox' &amp;gt;&amp;gt; /etc/apt/sources.list.d/virtualbox.list" &amp;amp;&amp;amp; wget -q http://download.virtualbox.org/virtualbox/debian/oracle_vbox.asc -O- | sudo apt-key add -&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family: 'Courier New', Courier, monospace;"&gt;&lt;span style="font-size: xx-small;"&gt;(Fuente &lt;a href="http://www.taringa.net/posts/linux/10415751/Repositorio-Virtualbox-para-Ubuntu-11_04-Natty.html"&gt;taringa&lt;/a&gt;)&lt;/span&gt; &lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Luego tenemos que actualizar el repositorio con:&lt;br /&gt;&lt;span style="font-family: 'Courier New', Courier, monospace;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: 'Courier New', Courier, monospace;"&gt;sudo apt-get update&lt;/span&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5282037860157731886-4174048242156164697?l=eithel-inside.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://eithel-inside.blogspot.com/feeds/4174048242156164697/comments/default' title='Enviar comentarios'/><link rel='replies' type='text/html' href='http://eithel-inside.blogspot.com/2011/06/anadir-repositorios-de-virtualbox-en.html#comment-form' title='0 comentarios'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5282037860157731886/posts/default/4174048242156164697'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5282037860157731886/posts/default/4174048242156164697'/><link rel='alternate' type='text/html' href='http://eithel-inside.blogspot.com/2011/06/anadir-repositorios-de-virtualbox-en.html' title='Añadir repositorios de Virtualbox en Ubuntu 11.04'/><author><name>Eduardo Díaz Díaz</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='33' height='13' src='http://1.bp.blogspot.com/_W2hHthyTiyA/Suqwe5vVWjI/AAAAAAAAAIQ/nDBC814V-kM/S220/EiTheL.png'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://4.bp.blogspot.com/-2tyzyBbgZ4A/TbX8yp91lKI/AAAAAAAAAEk/keGbjmto-TY/s72-c/virtualbox.png' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5282037860157731886.post-5570862853242869371</id><published>2011-06-10T11:08:00.001+02:00</published><updated>2011-06-10T12:10:22.913+02:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Notas'/><title type='text'>Tux Padel / Paddle  (versión femenina)</title><content type='html'>&lt;div dir="ltr" style="text-align: left;" trbidi="on"&gt;¡¡Hola!!&lt;br /&gt;&lt;br /&gt;hace ya tiempo publiqué el primer Tux Padelero de la red:&lt;br /&gt;&lt;a href="http://eithel-inside.blogspot.com/2010/11/creado-tux-padelpng-en-conmemoracion-al.html"&gt;http://eithel-inside.blogspot.com/2010/11/creado-tux-padelpng-en-conmemoracion-al.html&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Ahora he creado dos tuxitos más.. pero ahora para las chicas!!&lt;br /&gt;&lt;br /&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://4.bp.blogspot.com/-5V8o4Ezxm28/TfHtiPGAU1I/AAAAAAAAAsU/NGIYCeiEwKw/s1600/Tux_Padel_Vane_v3.2.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="320" src="http://4.bp.blogspot.com/-5V8o4Ezxm28/TfHtiPGAU1I/AAAAAAAAAsU/NGIYCeiEwKw/s320/Tux_Padel_Vane_v3.2.png" width="320" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://4.bp.blogspot.com/-POryCgux9kY/TfHe6z2_s9I/AAAAAAAAAsQ/Z4bFi4xc0iQ/s1600/Tux_Padel_Vane_v2.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="320" src="http://4.bp.blogspot.com/-POryCgux9kY/TfHe6z2_s9I/AAAAAAAAAsQ/Z4bFi4xc0iQ/s320/Tux_Padel_Vane_v2.png" width="320" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;br /&gt;&lt;/div&gt;¡¡¡ A disfrutarlos!!!&lt;br /&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5282037860157731886-5570862853242869371?l=eithel-inside.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://eithel-inside.blogspot.com/feeds/5570862853242869371/comments/default' title='Enviar comentarios'/><link rel='replies' type='text/html' href='http://eithel-inside.blogspot.com/2011/06/tux-padel-paddle-version-femenina.html#comment-form' title='0 comentarios'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5282037860157731886/posts/default/5570862853242869371'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5282037860157731886/posts/default/5570862853242869371'/><link rel='alternate' type='text/html' href='http://eithel-inside.blogspot.com/2011/06/tux-padel-paddle-version-femenina.html' title='Tux Padel / Paddle  (versión femenina)'/><author><name>Eduardo Díaz Díaz</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='33' height='13' src='http://1.bp.blogspot.com/_W2hHthyTiyA/Suqwe5vVWjI/AAAAAAAAAIQ/nDBC814V-kM/S220/EiTheL.png'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://4.bp.blogspot.com/-5V8o4Ezxm28/TfHtiPGAU1I/AAAAAAAAAsU/NGIYCeiEwKw/s72-c/Tux_Padel_Vane_v3.2.png' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5282037860157731886.post-3472762445356962342</id><published>2011-05-05T14:06:00.000+02:00</published><updated>2011-05-05T14:06:08.613+02:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Administración'/><title type='text'>rsync y sudo.</title><content type='html'>&lt;div dir="ltr" style="text-align: left;" trbidi="on"&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://1.bp.blogspot.com/-otPpXx6-k_I/TcKST7q3WDI/AAAAAAAAArs/ParnDMpcR8E/s1600/rsync.jpg" imageanchor="1" style="clear: right; float: right; margin-bottom: 1em; margin-left: 1em;"&gt;&lt;img border="0" src="http://1.bp.blogspot.com/-otPpXx6-k_I/TcKST7q3WDI/AAAAAAAAArs/ParnDMpcR8E/s1600/rsync.jpg" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;Supongo que muchos de vosotros no&amp;nbsp;tenéis&amp;nbsp;contraseña de root para evitar entre otras cosas que se pueda entrar via ssh directamente como administrador. Eso esta muy bien, pero nos puede dificultar según que tareas administrativas, como puede ser la de hacer rsync, ya que al conectar via ssh el usuario que&amp;nbsp;debería&amp;nbsp;realizar la copia de seguridad no tiene privilegios suficientes a menos de que usemos el comando 'sudo'. Bien, pues para mantener esa&amp;nbsp;filosofía&amp;nbsp;deberíamos&amp;nbsp;hacer lo siguiente:&lt;/div&gt;&lt;br /&gt;Primero hacer que el servidor del cual queremos hacer copias no pida contraseña cuando se quiera usar sudo con el comando rsync. Esto se hace añadiendo al usuario en cuestión en el archivo /etc/sudoers :&lt;br /&gt;&lt;blockquote&gt;miusuario ALL= NOPASSWD:/usr/bin/rsync&lt;/blockquote&gt;Una vez hecho esto, ya podemos usar desde el equipo que sincroniza mediante rsync el siguiente comando:&lt;br /&gt;&lt;blockquote&gt;rsync -avhL --delete --rsync-path='sudo rsync' miusuario@servidor&lt;/blockquote&gt;Con este comando lo que haremos es conectarnos al servidor mediante el usuario 'miusuario' y ejecutaremos el comando rsync con privilegios administrativos, ya que lo haremos mediante sudo. Como en el archivo /etc/sudoers del servidor hemos puesto que "sudo rsync" no pida contraseña para el usuario miusuario, todo funcionará correctamente.&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5282037860157731886-3472762445356962342?l=eithel-inside.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://eithel-inside.blogspot.com/feeds/3472762445356962342/comments/default' title='Enviar comentarios'/><link rel='replies' type='text/html' href='http://eithel-inside.blogspot.com/2011/05/rsync-y-sudo.html#comment-form' title='0 comentarios'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5282037860157731886/posts/default/3472762445356962342'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5282037860157731886/posts/default/3472762445356962342'/><link rel='alternate' type='text/html' href='http://eithel-inside.blogspot.com/2011/05/rsync-y-sudo.html' title='rsync y sudo.'/><author><name>Eduardo Díaz Díaz</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='33' height='13' src='http://1.bp.blogspot.com/_W2hHthyTiyA/Suqwe5vVWjI/AAAAAAAAAIQ/nDBC814V-kM/S220/EiTheL.png'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://1.bp.blogspot.com/-otPpXx6-k_I/TcKST7q3WDI/AAAAAAAAArs/ParnDMpcR8E/s72-c/rsync.jpg' height='72' width='72'/><thr:total>0</thr:total><georss:featurename>España</georss:featurename><georss:point>41.57436149067422 2.5488277499999867</georss:point><georss:box>36.53886149067422 -6.262172250000013 46.60986149067422 11.359827749999987</georss:box></entry><entry><id>tag:blogger.com,1999:blog-5282037860157731886.post-8639071699808731540</id><published>2011-05-03T13:48:00.001+02:00</published><updated>2011-05-03T13:49:26.944+02:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Escritorio'/><title type='text'>Configurar accesos en Unity Ubuntu 11.04</title><content type='html'>&lt;div dir="ltr" style="text-align: left;" trbidi="on"&gt;&lt;a href="http://4.bp.blogspot.com/-S_L7Fqfd808/Tb_rCGoq1oI/AAAAAAAAAro/gqhHuXFY4u0/s1600/unity.png" imageanchor="1" style="clear: right; float: right; margin-bottom: 1em; margin-left: 1em;"&gt;&lt;img border="0" src="http://4.bp.blogspot.com/-S_L7Fqfd808/Tb_rCGoq1oI/AAAAAAAAAro/gqhHuXFY4u0/s1600/unity.png" /&gt;&lt;/a&gt;&lt;span class="Apple-style-span" style="font-family: sans-serif; font-size: 13px; line-height: 19px;"&gt;&lt;b&gt;Unity&lt;/b&gt;&amp;nbsp;es una&amp;nbsp;&lt;a href="http://es.wikipedia.org/wiki/Interfaz_de_usuario" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;"&gt;interfaz de usuario&lt;/a&gt;&amp;nbsp;o&amp;nbsp;&lt;a href="http://es.wikipedia.org/wiki/Shell_(inform%C3%A1tica)" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="Shell (informática)"&gt;shell&lt;/a&gt;&amp;nbsp;creada para el&amp;nbsp;&lt;a href="http://es.wikipedia.org/wiki/Entorno_de_escritorio" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;"&gt;entorno de escritorio&lt;/a&gt;&amp;nbsp;&lt;a href="http://es.wikipedia.org/wiki/GNOME" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;"&gt;GNOME&lt;/a&gt;, y desarrollado por&amp;nbsp;&lt;a class="mw-redirect" href="http://es.wikipedia.org/wiki/Canonical" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="Canonical"&gt;Canonical&lt;/a&gt;&amp;nbsp;para el sistema operativo&amp;nbsp;&lt;a href="http://es.wikipedia.org/wiki/Ubuntu" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;"&gt;Ubuntu&lt;/a&gt;. Su primer lanzamiento se realizó en la versión 10.10 de Ubuntu Netbook Remix. Fue diseñado con el propósito de aprovechar el espacio en pantallas pequeñas de los netbooks, especialmente el espacio vertical.&lt;/span&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="font-family: sans-serif; font-size: 13px; line-height: 19px;"&gt;&lt;/span&gt;&lt;br /&gt;&lt;div style="line-height: 1.5em; margin-bottom: 0.5em; margin-left: 0px; margin-right: 0px; margin-top: 0.4em;"&gt;En mayo de 2010,&amp;nbsp;&lt;a href="http://es.wikipedia.org/wiki/Mark_Shuttleworth" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;"&gt;Mark Shuttleworth&lt;/a&gt;&amp;nbsp;anunció Unity, una interfaz de usuario para el escritorio de Ubuntu.&lt;sup class="reference" id="cite_ref-3" style="font-style: normal; font-weight: normal; line-height: 1em;"&gt;&lt;a href="http://es.wikipedia.org/wiki/Unity_(entorno_de_escritorio)#cite_note-3" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;"&gt;4&lt;/a&gt;&lt;/sup&gt;&lt;/div&gt;&lt;div style="line-height: 1.5em; margin-bottom: 0.5em; margin-left: 0px; margin-right: 0px; margin-top: 0.4em;"&gt;Unity inicialmente fue creado debido a las diferencias en diseño y experiencia de usuario del shell de escritorio&amp;nbsp;&lt;a href="http://es.wikipedia.org/wiki/GNOME_Shell" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;"&gt;GNOME Shell&lt;/a&gt;, pero Unity también es un shell creado para el entorno de escritorio GNOME, por ende, ambos cumplen un mismo objetivo pero con una filosofía de uso diferente.&lt;/div&gt;&lt;div style="line-height: 1.5em; margin-bottom: 0.5em; margin-left: 0px; margin-right: 0px; margin-top: 0.4em;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="line-height: 1.5em; margin-bottom: 0.5em; margin-left: 0px; margin-right: 0px; margin-top: 0.4em;"&gt;(Fuente &lt;a href="http://es.wikipedia.org/wiki/Unity_(entorno_de_escritorio)"&gt;Wikipedia&lt;/a&gt;)&lt;/div&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="font-family: sans-serif; font-size: 13px; line-height: 19px;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;Como muchos habréis podido comprobar, los accesos directos de Unity ahora no son tan fácil de encontrar. Antes con Gnome teníamos los marcadores y fácilmente podiamos acceder a donde quisiéramos. Pues bien, si quereis añadir más marcadores que no solo el la "Carpeta Personal", debereis cambiar el archivo &lt;b&gt;&lt;i&gt;/usr/share/applications/nautilus-home.desktop&lt;/i&gt;&lt;/b&gt; y dejarlo así (o configurarlo como deseeis):&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;blockquote&gt;[Desktop Entry]&lt;br /&gt;Name=Home Folder&lt;br /&gt;Comment=Open your personal folder&lt;br /&gt;TryExec=nautilus&lt;br /&gt;Exec=nautilus --no-desktop&lt;br /&gt;Icon=user-home&lt;br /&gt;Terminal=false&lt;br /&gt;StartupNotify=true&lt;br /&gt;Type=Application&lt;br /&gt;Categories=GNOME;GTK;Core;&lt;br /&gt;OnlyShowIn=GNOME;Unity;&lt;br /&gt;X-GNOME-Bugzilla-Bugzilla=GNOME&lt;br /&gt;X-GNOME-Bugzilla-Product=nautilus&lt;br /&gt;X-GNOME-Bugzilla-Component=general&lt;br /&gt;X-Ubuntu-Gettext-Domain=nautilus&lt;br /&gt;X-Ayatana-Desktop-Shortcuts=Videos;Documentos;Musica;Imagenes;Descargas&lt;/blockquote&gt;&lt;blockquote&gt;[Vídeos Shortcut Group]&lt;br /&gt;Name=Videos&lt;br /&gt;Exec=nautilus Vídeos&lt;br /&gt;TargetEnvironment=Unity&amp;nbsp;&lt;/blockquote&gt;&lt;blockquote&gt;[Documentos Shortcut Group]&lt;br /&gt;Name=Documentos&lt;br /&gt;Exec=nautilus Documentos&lt;br /&gt;TargetEnvironment=Unity&amp;nbsp;&lt;/blockquote&gt;&lt;blockquote&gt;[Musica Shortcut Group]&lt;br /&gt;Name=Música&lt;br /&gt;Exec=nautilus Música&lt;br /&gt;TargetEnvironment=Unity&amp;nbsp;&lt;/blockquote&gt;&lt;blockquote&gt;[Pictures Shortcut Group]&lt;br /&gt;Name=Imágenes&lt;br /&gt;Exec=nautilus Imágenes&lt;br /&gt;TargetEnvironment=Unity&amp;nbsp;&lt;/blockquote&gt;&lt;blockquote&gt;[Descargas Shortcut Group]&lt;br /&gt;Name=Descargas&lt;br /&gt;Exec=nautilus Descargas&lt;br /&gt;TargetEnvironment=Unity&lt;/blockquote&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5282037860157731886-8639071699808731540?l=eithel-inside.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://eithel-inside.blogspot.com/feeds/8639071699808731540/comments/default' title='Enviar comentarios'/><link rel='replies' type='text/html' href='http://eithel-inside.blogspot.com/2011/05/configurar-accesos-en-unity-ubuntu-1104.html#comment-form' title='0 comentarios'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5282037860157731886/posts/default/8639071699808731540'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5282037860157731886/posts/default/8639071699808731540'/><link rel='alternate' type='text/html' href='http://eithel-inside.blogspot.com/2011/05/configurar-accesos-en-unity-ubuntu-1104.html' title='Configurar accesos en Unity Ubuntu 11.04'/><author><name>Eduardo Díaz Díaz</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='33' height='13' src='http://1.bp.blogspot.com/_W2hHthyTiyA/Suqwe5vVWjI/AAAAAAAAAIQ/nDBC814V-kM/S220/EiTheL.png'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://4.bp.blogspot.com/-S_L7Fqfd808/Tb_rCGoq1oI/AAAAAAAAAro/gqhHuXFY4u0/s72-c/unity.png' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5282037860157731886.post-8936766662552915622</id><published>2011-04-29T12:33:00.000+02:00</published><updated>2011-04-29T12:33:04.559+02:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Escritorio'/><title type='text'>Instalar Chrome en Ubuntu 11.04</title><content type='html'>&lt;div dir="ltr" style="text-align: left;" trbidi="on"&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://2.bp.blogspot.com/-iOfjJWY5Bs8/TbqSDCzBXnI/AAAAAAAAArg/45YCzEuzsXY/s1600/Pantallazo-Informaci%25C3%25B3n+de+Google+Chrome.png" imageanchor="1" style="clear: right; float: right; margin-bottom: 1em; margin-left: 1em;"&gt;&lt;img border="0" height="195" src="http://2.bp.blogspot.com/-iOfjJWY5Bs8/TbqSDCzBXnI/AAAAAAAAArg/45YCzEuzsXY/s320/Pantallazo-Informaci%25C3%25B3n+de+Google+Chrome.png" width="320" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;Lo primero que tenemos que hacer es descargar el programa de la página oficial. En mi caso, he descargado la versión para 64bits:&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;a href="http://www.google.com/chrome/"&gt;http://www.google.com/chrome/&lt;/a&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;Luego, instalamos con normalidad el archivo mediante &lt;i&gt;&lt;b&gt;gDebi&lt;/b&gt;&lt;/i&gt; o mediante la linea de comandos con "&lt;i&gt;&lt;b&gt;dpkg -&lt;/b&gt;&lt;b&gt;i&lt;/b&gt;&lt;/i&gt;".&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;Puede ser que nos pida alguna dependencia. En mi caso me pidió &lt;i&gt;libnspr4-0d&lt;/i&gt; . Lo instalé mediante el gestor de paquetes Synaptic y listo (asegurate que tienes los repositorios de software de terceros, software restringido, etc activado para poder encontrar las dependencias que necesites).&lt;/div&gt;&lt;br /&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://2.bp.blogspot.com/-AULXf-cKrGw/TbqTxnhGb7I/AAAAAAAAArk/tlFC8rSGllk/s1600/instalacion-chrome.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="276" src="http://2.bp.blogspot.com/-AULXf-cKrGw/TbqTxnhGb7I/AAAAAAAAArk/tlFC8rSGllk/s400/instalacion-chrome.png" width="400" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;&lt;div style="text-align: justify;"&gt;Luego, si lo que has hecho es actualizar desde otra versión, olvídate de tus antiguos iconos, ya que apuntan a un sitio en donde seguramente ya no tengas instalado el Chrome.&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;Mejor le das al nuevo botón Ubuntu que tienes arriba a mano izquierda y buscas directamente Chrome. Si quieres te creas el acceso directo.&amp;nbsp;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;Con esto espero que os funcione correctamente.&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5282037860157731886-8936766662552915622?l=eithel-inside.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://eithel-inside.blogspot.com/feeds/8936766662552915622/comments/default' title='Enviar comentarios'/><link rel='replies' type='text/html' href='http://eithel-inside.blogspot.com/2011/04/instalar-chrome-en-ubuntu-1104.html#comment-form' title='0 comentarios'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5282037860157731886/posts/default/8936766662552915622'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5282037860157731886/posts/default/8936766662552915622'/><link rel='alternate' type='text/html' href='http://eithel-inside.blogspot.com/2011/04/instalar-chrome-en-ubuntu-1104.html' title='Instalar Chrome en Ubuntu 11.04'/><author><name>Eduardo Díaz Díaz</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='33' height='13' src='http://1.bp.blogspot.com/_W2hHthyTiyA/Suqwe5vVWjI/AAAAAAAAAIQ/nDBC814V-kM/S220/EiTheL.png'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://2.bp.blogspot.com/-iOfjJWY5Bs8/TbqSDCzBXnI/AAAAAAAAArg/45YCzEuzsXY/s72-c/Pantallazo-Informaci%25C3%25B3n+de+Google+Chrome.png' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5282037860157731886.post-521233535010143723</id><published>2011-04-28T10:11:00.001+02:00</published><updated>2011-04-28T10:14:02.586+02:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Escritorio'/><title type='text'>Ya se puede descargar Ubuntu 11.04 (Natty Narwhal)</title><content type='html'>&lt;div dir="ltr" style="text-align: left;" trbidi="on"&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://4.bp.blogspot.com/-5H6j4UUyEmg/TGuAxxJED9I/AAAAAAAAAi0/pO29K7q1Jf8/s1600/Natty-Narwhal.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="200" src="http://4.bp.blogspot.com/-5H6j4UUyEmg/TGuAxxJED9I/AAAAAAAAAi0/pO29K7q1Jf8/s200/Natty-Narwhal.png" width="200" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;Ya podeis descargar Ubuntu 11.04. Esta versión viene cargadita de cambios:&lt;br /&gt;&lt;br /&gt;&lt;object style="height: 390px; width: 640px;"&gt;&lt;param name="movie" value="http://www.youtube.com/v/o1bs_q4xTvM?version=3"&gt;&lt;param name="allowFullScreen" value="true"&gt;&lt;param name="allowScriptAccess" value="always"&gt;&lt;embed src="http://www.youtube.com/v/o1bs_q4xTvM?version=3" type="application/x-shockwave-flash" allowfullscreen="true" allowScriptAccess="always" width="640" height="390"&gt;&lt;/object&gt;&lt;br /&gt;&lt;br /&gt;Enlace de la descarga:&lt;br /&gt;&lt;br /&gt;&lt;a href="http://cdimage.ubuntu.com/daily-live/current/"&gt;http://cdimage.ubuntu.com/daily-live/current/&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Más info de esta distribución:&lt;br /&gt;&lt;a href="http://eithel-inside.blogspot.com/2010/08/natty-narwhal-el-nombre-de-ubuntu-1104.html"&gt;http://eithel-inside.blogspot.com/2010/08/natty-narwhal-el-nombre-de-ubuntu-1104.html&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5282037860157731886-521233535010143723?l=eithel-inside.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://eithel-inside.blogspot.com/feeds/521233535010143723/comments/default' title='Enviar comentarios'/><link rel='replies' type='text/html' href='http://eithel-inside.blogspot.com/2011/04/ya-se-puede-descargar-ubuntu-1104-natty.html#comment-form' title='0 comentarios'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5282037860157731886/posts/default/521233535010143723'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5282037860157731886/posts/default/521233535010143723'/><link rel='alternate' type='text/html' href='http://eithel-inside.blogspot.com/2011/04/ya-se-puede-descargar-ubuntu-1104-natty.html' title='Ya se puede descargar Ubuntu 11.04 (Natty Narwhal)'/><author><name>Eduardo Díaz Díaz</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='33' height='13' src='http://1.bp.blogspot.com/_W2hHthyTiyA/Suqwe5vVWjI/AAAAAAAAAIQ/nDBC814V-kM/S220/EiTheL.png'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://4.bp.blogspot.com/-5H6j4UUyEmg/TGuAxxJED9I/AAAAAAAAAi0/pO29K7q1Jf8/s72-c/Natty-Narwhal.png' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5282037860157731886.post-1462601882460075708</id><published>2011-04-21T11:45:00.002+02:00</published><updated>2011-04-21T11:50:14.860+02:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Escritorio'/><title type='text'>Enviar mails en UTF-8 desde linea de comando</title><content type='html'>&lt;div dir="ltr" style="text-align: left;" trbidi="on"&gt;&lt;span class="Apple-style-span" style="font-family: sans-serif; font-size: 13px; line-height: 19px;"&gt;&lt;/span&gt;&lt;br /&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://3.bp.blogspot.com/-14Wx4YpgqRs/Ta_8n_-nr0I/AAAAAAAAArc/asZNuklCt1Q/s1600/tuxbymail.png" imageanchor="1" style="clear: right; float: right; margin-bottom: 1em; margin-left: 1em;"&gt;&lt;img border="0" src="http://3.bp.blogspot.com/-14Wx4YpgqRs/Ta_8n_-nr0I/AAAAAAAAArc/asZNuklCt1Q/s1600/tuxbymail.png" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div style="line-height: 1.5em; margin-bottom: 0.5em; margin-left: 0px; margin-right: 0px; margin-top: 0.4em; text-align: justify;"&gt;&lt;b&gt;mailx&lt;/b&gt;&amp;nbsp;es un programa que se encuentra en varios&amp;nbsp;&lt;a class="mw-redirect" href="http://es.wikipedia.org/wiki/Sistema_Operativo" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="Sistema Operativo"&gt;sistemas operativos&lt;/a&gt;&amp;nbsp;&lt;a class="mw-redirect" href="http://es.wikipedia.org/wiki/Unix-like" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="Unix-like"&gt;Unix-like&lt;/a&gt;&amp;nbsp;para enviar y recibir&amp;nbsp;&lt;a href="http://es.wikipedia.org/wiki/Correo_electr%C3%B3nico" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="Correo electrónico"&gt;correo&lt;/a&gt;, también conocido como programa&amp;nbsp;&lt;a href="http://es.wikipedia.org/wiki/MUA" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;"&gt;MUA&lt;/a&gt;. Es una versión mejorada del programa "mail" de&amp;nbsp;&lt;a href="http://es.wikipedia.org/wiki/Unix" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;"&gt;Unix&lt;/a&gt;.&lt;/div&gt;&lt;div style="line-height: 1.5em; margin-bottom: 0.5em; margin-left: 0px; margin-right: 0px; margin-top: 0.4em; text-align: justify;"&gt;mailx es un programa de correo que tiene una sintaxis similar a&amp;nbsp;&lt;a class="new" href="http://es.wikipedia.org/w/index.php?title=Ed_(editor_de_texto)&amp;amp;action=edit&amp;amp;redlink=1" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #ba0000; text-decoration: none;" title="Ed (editor de texto) (aún no redactado)"&gt;ed&lt;/a&gt;. Mailx permite enviar y recibir&amp;nbsp;&lt;a class="mw-redirect" href="http://es.wikipedia.org/wiki/Email" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="Email"&gt;email&lt;/a&gt;. Mailx no puede, por sí mismo, recibir email de otra computadora. Lee mensajes desde un archivo de la computadora local, que son enviados allí por otro agente de envio de correo como&amp;nbsp;&lt;a class="new" href="http://es.wikipedia.org/w/index.php?title=Procmail&amp;amp;action=edit&amp;amp;redlink=1" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #ba0000; text-decoration: none;" title="Procmail (aún no redactado)"&gt;procmail&lt;/a&gt;.&lt;/div&gt;&lt;div style="line-height: 1.5em; margin-bottom: 0.5em; margin-left: 0px; margin-right: 0px; margin-top: 0.4em;"&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;Una sintaxis simplificada de las funciones más utilizadas es:&lt;/div&gt;&lt;div style="text-align: justify;"&gt;mailx [-s asunto] [-a archivo_adjunto ] dirección_destino . . .&lt;/div&gt;&lt;br /&gt;&lt;div style="line-height: 1.5em; margin-bottom: 0.5em; margin-left: 0px; margin-right: 0px; margin-top: 0.4em; text-align: justify;"&gt;El final del mensaje se indica presionando CTRL+D.&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="font-size: xx-small;"&gt;(Fuente &lt;a href="http://es.wikipedia.org/wiki/Mailx"&gt;Wikipedia&lt;/a&gt;)&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Habitualmente es conocido como enviar estos mails, pero en ocasiones nos encontramos en que queremos enviar palabras acentuadas o otros signos que al enviarlos no salen bien. Por ejemplo:&lt;br /&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="font-family: Georgia, 'Times New Roman', serif; font-size: x-small;"&gt;echo "Hola campeón" | mail -s "Prueba" micorreo@electronico.es&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;El resultado es:&lt;br /&gt;&lt;blockquote&gt;Hola campeÃ³n&lt;/blockquote&gt;&lt;pre wrap=""&gt;&lt;/pre&gt;En cambio, podemos enviarlo correctamente haciendo lo siguiente:&lt;br /&gt;&lt;pre wrap=""&gt;&lt;span class="Apple-style-span" style="font-family: 'Times New Roman'; white-space: normal;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/pre&gt;&lt;pre wrap=""&gt;&lt;span class="Apple-style-span" style="font-size: x-small;"&gt;&lt;span class="Apple-style-span" style="font-family: Georgia, 'Times New Roman', serif; white-space: normal;"&gt;echo "Hola campeón" | mail -s "Prueba" -a 'Content-Type: text/plain; charset="UTF-8"' micorreo@electronico.es&lt;/span&gt;&lt;/span&gt;&lt;/pre&gt;&lt;pre wrap=""&gt;&lt;/pre&gt;&lt;br /&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5282037860157731886-1462601882460075708?l=eithel-inside.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://eithel-inside.blogspot.com/feeds/1462601882460075708/comments/default' title='Enviar comentarios'/><link rel='replies' type='text/html' href='http://eithel-inside.blogspot.com/2011/04/enviar-mails-en-utf-8-desde-linea-de.html#comment-form' title='0 comentarios'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5282037860157731886/posts/default/1462601882460075708'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5282037860157731886/posts/default/1462601882460075708'/><link rel='alternate' type='text/html' href='http://eithel-inside.blogspot.com/2011/04/enviar-mails-en-utf-8-desde-linea-de.html' title='Enviar mails en UTF-8 desde linea de comando'/><author><name>Eduardo Díaz Díaz</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='33' height='13' src='http://1.bp.blogspot.com/_W2hHthyTiyA/Suqwe5vVWjI/AAAAAAAAAIQ/nDBC814V-kM/S220/EiTheL.png'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://3.bp.blogspot.com/-14Wx4YpgqRs/Ta_8n_-nr0I/AAAAAAAAArc/asZNuklCt1Q/s72-c/tuxbymail.png' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5282037860157731886.post-4218300994003766739</id><published>2011-04-07T14:41:00.000+02:00</published><updated>2011-04-07T14:41:06.198+02:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Noticias'/><title type='text'>Feliz Cumpleaños.. Linux  (20 añitos ya...)</title><content type='html'>&lt;div dir="ltr" style="text-align: left;" trbidi="on"&gt;&lt;iframe allowfullscreen="" frameborder="0" height="390" src="http://www.youtube.com/embed/5ocq6_3-nEw" title="YouTube video player" width="640"&gt;&lt;/iframe&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.youtube.com/watch?v=5ocq6_3-nEw"&gt;http://www.youtube.com/watch?v=5ocq6_3-nEw&lt;/a&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5282037860157731886-4218300994003766739?l=eithel-inside.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://eithel-inside.blogspot.com/feeds/4218300994003766739/comments/default' title='Enviar comentarios'/><link rel='replies' type='text/html' href='http://eithel-inside.blogspot.com/2011/04/feliz-cumpleanos-linux-20-anitos-ya.html#comment-form' title='0 comentarios'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5282037860157731886/posts/default/4218300994003766739'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5282037860157731886/posts/default/4218300994003766739'/><link rel='alternate' type='text/html' href='http://eithel-inside.blogspot.com/2011/04/feliz-cumpleanos-linux-20-anitos-ya.html' title='Feliz Cumpleaños.. Linux  (20 añitos ya...)'/><author><name>Eduardo Díaz Díaz</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='33' height='13' src='http://1.bp.blogspot.com/_W2hHthyTiyA/Suqwe5vVWjI/AAAAAAAAAIQ/nDBC814V-kM/S220/EiTheL.png'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://img.youtube.com/vi/5ocq6_3-nEw/default.jpg' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5282037860157731886.post-1052299636932422391</id><published>2011-04-06T09:15:00.000+02:00</published><updated>2011-04-06T09:15:18.796+02:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Humor'/><title type='text'>Killing my software with Windows (letra incluída)</title><content type='html'>&lt;div dir="ltr" style="text-align: left;" trbidi="on"&gt;&lt;br /&gt;&lt;iframe allowfullscreen="" frameborder="0" height="390" src="http://www.youtube.com/embed/tGq0jGrJS6U" title="YouTube video player" width="480"&gt;&lt;/iframe&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.youtube.com/watch?v=tGq0jGrJS6U&amp;amp;feature=related"&gt;http://www.youtube.com/watch?v=tGq0jGrJS6U&amp;amp;feature=related&lt;/a&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5282037860157731886-1052299636932422391?l=eithel-inside.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://eithel-inside.blogspot.com/feeds/1052299636932422391/comments/default' title='Enviar comentarios'/><link rel='replies' type='text/html' href='http://eithel-inside.blogspot.com/2011/04/killing-my-software-with-windows-letra.html#comment-form' title='0 comentarios'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5282037860157731886/posts/default/1052299636932422391'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5282037860157731886/posts/default/1052299636932422391'/><link rel='alternate' type='text/html' href='http://eithel-inside.blogspot.com/2011/04/killing-my-software-with-windows-letra.html' title='Killing my software with Windows (letra incluída)'/><author><name>Eduardo Díaz Díaz</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='33' height='13' src='http://1.bp.blogspot.com/_W2hHthyTiyA/Suqwe5vVWjI/AAAAAAAAAIQ/nDBC814V-kM/S220/EiTheL.png'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://img.youtube.com/vi/tGq0jGrJS6U/default.jpg' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5282037860157731886.post-5230604559930607350</id><published>2011-03-23T13:15:00.002+01:00</published><updated>2011-03-24T09:02:18.511+01:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Escritorio'/><title type='text'>¡¡Firefox 4 ya esta listo!!</title><content type='html'>&lt;div dir="ltr" style="text-align: left;" trbidi="on"&gt;&lt;br /&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://www.mozilla-europe.org/img/home/main-feature-linux.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="260" src="http://www.mozilla-europe.org/img/home/main-feature-linux.png" width="400" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="font-family: sans-serif; line-height: 19px;"&gt;&lt;/span&gt;&lt;br /&gt;&lt;div style="font-size: 13px; line-height: 1.5em; margin: 0.4em 0px 0.5em;"&gt;&lt;b&gt;Mozilla Firefox 4&lt;/b&gt;&amp;nbsp;es la última versión estable del&amp;nbsp;&lt;a href="http://es.wikipedia.org/wiki/Navegador_web" style="background-image: none; color: #0645ad; text-decoration: none;"&gt;navegador web&lt;/a&gt;&amp;nbsp;&lt;a href="http://es.wikipedia.org/wiki/Mozilla_Firefox" style="background-image: none; color: #0645ad; text-decoration: none;"&gt;Mozilla Firefox&lt;/a&gt;, lanzado el 22 de marzo de 2011. La primera&amp;nbsp;&lt;i&gt;beta&lt;/i&gt;estuvo disponible el 6 de julio de 2010 y la&amp;nbsp;&lt;i&gt;Release Candidate 2&lt;/i&gt;&amp;nbsp;(&lt;a href="http://es.wikipedia.org/wiki/Fases_del_desarrollo_de_software" style="background-image: none; color: #0645ad; text-decoration: none;" title="Fases del desarrollo de software"&gt;candidata a versión final&lt;/a&gt;&amp;nbsp;2, que es idéntica a la versión final) fue lanzada el 18 de marzo de 2011. El nombre en código es&amp;nbsp;&lt;i&gt;&lt;a href="http://es.wikipedia.org/wiki/Parque_Nacional_de_las_Monta%C3%B1as_de_Tumucumaque" style="background-image: none; color: #0645ad; text-decoration: none;" title="Parque Nacional de las Montañas de Tumucumaque"&gt;Tumucumaque&lt;/a&gt;&lt;/i&gt;&amp;nbsp;y ha sido confirmada como la última gran actualización por parte de Mozilla. A partir de ahora el equipo de desarrolladores optarán por versiones más pequeñas y frecuentes como están haciendo el resto de navegadores web.&lt;/div&gt;&lt;div style="font-size: 13px; line-height: 1.5em; margin: 0.4em 0px 0.5em;"&gt;Las novedades principales de esta versión son mejoras en el rendimiento, soporte de estándares e interfaz de usuario.&lt;/div&gt;&lt;div style="font-size: 13px; line-height: 1.5em; margin: 0.4em 0px 0.5em;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="line-height: 1.5em; margin: 0.4em 0px 0.5em;"&gt;&lt;span class="Apple-style-span" style="font-size: xx-small;"&gt;(Fuente &lt;a href="http://es.wikipedia.org/wiki/Mozilla_Firefox_4"&gt;Wikipedia&lt;/a&gt;)&lt;/span&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;Tiene una valoración &lt;a href="http://en.wikipedia.org/wiki/Acid3"&gt;ACID3&lt;/a&gt; de 97 sobre 100.&lt;br /&gt;&lt;br /&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="https://lh6.googleusercontent.com/-qZOYyeg3kFs/TYnj_NnMaLI/AAAAAAAAArY/0392FWJW6K8/s1600/Firefox_4_Acid3_Result.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="216" src="https://lh6.googleusercontent.com/-qZOYyeg3kFs/TYnj_NnMaLI/AAAAAAAAArY/0392FWJW6K8/s320/Firefox_4_Acid3_Result.png" width="320" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.mozilla-europe.org/es/"&gt;http://www.mozilla-europe.org/es/&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Para instalarlo desde el repositorio:&lt;br /&gt;&lt;br /&gt;&lt;pre&gt;sudo add-apt-repository ppa:mozillateam/firefox-stable&lt;br /&gt;sudo apt-get update &amp;amp;&amp;amp; sudo apt-get upgrade&lt;/pre&gt;&lt;pre&gt;&amp;nbsp;&lt;/pre&gt;Una vez esto, tendremos que dejarlo en nuestro idioma. Aquí teneis los enlaces para ello (ya sea para un equipo de 32bits o de 64bits):&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;b&gt;32bits:&lt;/b&gt;&lt;/div&gt;&lt;div&gt;&lt;a href="http://releases.mozilla.org/pub/mozilla.org/firefox/releases/4.0/linux-i686/xpi/"&gt;http://releases.mozilla.org/pub/mozilla.org/firefox/releases/4.0/linux-i686/xpi/&lt;/a&gt;&lt;/div&gt;&lt;div&gt;&lt;b&gt;64bits:&lt;/b&gt;&lt;/div&gt;&lt;div&gt;&lt;a href="http://releases.mozilla.org/pub/mozilla.org/firefox/releases/4.0/linux-x86_64/xpi/"&gt;http://releases.mozilla.org/pub/mozilla.org/firefox/releases/4.0/linux-x86_64/xpi/&lt;/a&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5282037860157731886-5230604559930607350?l=eithel-inside.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://eithel-inside.blogspot.com/feeds/5230604559930607350/comments/default' title='Enviar comentarios'/><link rel='replies' type='text/html' href='http://eithel-inside.blogspot.com/2011/03/firefox-4-ya-esta-listo.html#comment-form' title='0 comentarios'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5282037860157731886/posts/default/5230604559930607350'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5282037860157731886/posts/default/5230604559930607350'/><link rel='alternate' type='text/html' href='http://eithel-inside.blogspot.com/2011/03/firefox-4-ya-esta-listo.html' title='¡¡Firefox 4 ya esta listo!!'/><author><name>Eduardo Díaz Díaz</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='33' height='13' src='http://1.bp.blogspot.com/_W2hHthyTiyA/Suqwe5vVWjI/AAAAAAAAAIQ/nDBC814V-kM/S220/EiTheL.png'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='https://lh6.googleusercontent.com/-qZOYyeg3kFs/TYnj_NnMaLI/AAAAAAAAArY/0392FWJW6K8/s72-c/Firefox_4_Acid3_Result.png' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5282037860157731886.post-4667880245209719978</id><published>2011-03-10T09:16:00.000+01:00</published><updated>2011-03-10T09:16:13.543+01:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Escritorio'/><title type='text'>Oracle VM VirtualBox Extension Pack</title><content type='html'>&lt;div dir="ltr" style="text-align: left;" trbidi="on"&gt;Oracle Virtualbox 4 esta disponible desde hace ya un tiempo y con esta nueva versión podemos comprobar que para tener soporte USB tenemos que instalar un pack extra, ya que sino veremos el siguiente error:&lt;br /&gt;&lt;br /&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="https://lh5.googleusercontent.com/-B_aMQVhc8B0/TXiGjYsDuNI/AAAAAAAAArM/-GtWC8wj_cE/s1600/problemavb.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="298" src="https://lh5.googleusercontent.com/-B_aMQVhc8B0/TXiGjYsDuNI/AAAAAAAAArM/-GtWC8wj_cE/s400/problemavb.png" width="400" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;Pues bien, procedamos a instalar el Oracle VM VirtualBox Extension Pack en nuestro Ubuntu (para el artículo se utilizó el 10.10):&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;ul style="text-align: left;"&gt;&lt;li&gt;Descargar&amp;nbsp;Oracle VM VirtualBox Extension Pack de&amp;nbsp;&lt;a href="http://www.oracle.com/technetwork/server-storage/virtualbox/downloads/index.html"&gt;http://www.oracle.com/technetwork/server-storage/virtualbox/downloads/index.html&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;br /&gt;&lt;br /&gt;&lt;ul style="text-align: left;"&gt;&lt;li&gt;Hacer doble click en el archivo descargado (unos 3Mb):&lt;/li&gt;&lt;/ul&gt;&lt;br /&gt;&lt;br /&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="https://lh6.googleusercontent.com/-UK_9Q92Jg_Y/TXiIH6KK8hI/AAAAAAAAArQ/LFz8aB1khXo/s1600/Pantallazo-VirtualBox+-+Pregunta.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="227" src="https://lh6.googleusercontent.com/-UK_9Q92Jg_Y/TXiIH6KK8hI/AAAAAAAAArQ/LFz8aB1khXo/s400/Pantallazo-VirtualBox+-+Pregunta.png" width="400" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;ul style="text-align: left;"&gt;&lt;li&gt;Le damos a Instalar&lt;/li&gt;&lt;/ul&gt;&lt;br /&gt;&lt;br /&gt;&lt;ul style="text-align: left;"&gt;&lt;li&gt;Finalmente vemos el mensaje:&lt;/li&gt;&lt;/ul&gt;&lt;br /&gt;&lt;br /&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="https://lh5.googleusercontent.com/-9q18LLzxvCQ/TXiIQBSYL2I/AAAAAAAAArU/Lc0Nl5Y2cRI/s1600/Pantallazo-VirtualBox+-+Informaci%25C3%25B3n.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="101" src="https://lh5.googleusercontent.com/-9q18LLzxvCQ/TXiIQBSYL2I/AAAAAAAAArU/Lc0Nl5Y2cRI/s320/Pantallazo-VirtualBox+-+Informaci%25C3%25B3n.png" width="320" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;En artículos anteriores se explicaba como habilitar el soporte USB con VirtualBox y Ubuntu:&lt;br /&gt;&lt;br /&gt;&lt;div style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px;"&gt;&lt;a href="http://eithel-inside.blogspot.com/2011/01/habilitar-soporte-usb-en-virtualbox.html"&gt;http://eithel-inside.blogspot.com/2011/01/habilitar-soporte-usb-en-virtualbox.html&lt;/a&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5282037860157731886-4667880245209719978?l=eithel-inside.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://eithel-inside.blogspot.com/feeds/4667880245209719978/comments/default' title='Enviar comentarios'/><link rel='replies' type='text/html' href='http://eithel-inside.blogspot.com/2011/03/oracle-vm-virtualbox-extension-pack.html#comment-form' title='2 comentarios'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5282037860157731886/posts/default/4667880245209719978'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5282037860157731886/posts/default/4667880245209719978'/><link rel='alternate' type='text/html' href='http://eithel-inside.blogspot.com/2011/03/oracle-vm-virtualbox-extension-pack.html' title='Oracle VM VirtualBox Extension Pack'/><author><name>Eduardo Díaz Díaz</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='33' height='13' src='http://1.bp.blogspot.com/_W2hHthyTiyA/Suqwe5vVWjI/AAAAAAAAAIQ/nDBC814V-kM/S220/EiTheL.png'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='https://lh5.googleusercontent.com/-B_aMQVhc8B0/TXiGjYsDuNI/AAAAAAAAArM/-GtWC8wj_cE/s72-c/problemavb.png' height='72' width='72'/><thr:total>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5282037860157731886.post-8642185746651569314</id><published>2011-03-09T12:32:00.001+01:00</published><updated>2011-03-09T12:36:20.735+01:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Administración'/><title type='text'>Deshabilitar IPv6 en Ubuntu</title><content type='html'>&lt;div dir="ltr" style="text-align: left;" trbidi="on"&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="https://lh6.googleusercontent.com/-A0V4wO4xyu0/TXdk-ZzFuMI/AAAAAAAAArI/doOyTXwrAl0/s1600/ipv6-v2.jpg" imageanchor="1" style="clear: right; float: right; margin-bottom: 1em; margin-left: 1em;"&gt;&lt;img border="0" src="https://lh6.googleusercontent.com/-A0V4wO4xyu0/TXdk-ZzFuMI/AAAAAAAAArI/doOyTXwrAl0/s1600/ipv6-v2.jpg" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;span class="Apple-style-span" style="font-family: sans-serif; font-size: 13px; line-height: 19px;"&gt;El&amp;nbsp;&lt;b&gt;Internet Protocol version 6 (IPv6)&lt;/b&gt;&amp;nbsp;(en&amp;nbsp;&lt;a href="http://es.wikipedia.org/wiki/Idioma_espa%C3%B1ol" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="Idioma español"&gt;español&lt;/a&gt;:&amp;nbsp;&lt;i&gt;Protocolo de Internet versión 6&lt;/i&gt;) es una versión del protocolo&amp;nbsp;&lt;a href="http://es.wikipedia.org/wiki/Internet_Protocol" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;"&gt;Internet Protocol&lt;/a&gt;&amp;nbsp;(IP), definida en el&amp;nbsp;&lt;a class="external mw-magiclink-rfc" href="http://tools.ietf.org/html/rfc2460" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: url(data:image/png; background-origin: initial; background-position: 100% 50%; background-repeat: no-repeat no-repeat; color: #3366bb; padding-right: 13px; text-decoration: none;"&gt;RFC 2460&lt;/a&gt;&amp;nbsp;y diseñada para reemplazar a&amp;nbsp;&lt;a href="http://es.wikipedia.org/wiki/IPv4" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="IPv4"&gt;Internet Protocol version 4&lt;/a&gt;&amp;nbsp;(IPv4)&amp;nbsp;&lt;a class="external mw-magiclink-rfc" href="http://tools.ietf.org/html/rfc791" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: url(data:image/png; background-origin: initial; background-position: 100% 50%; background-repeat: no-repeat no-repeat; color: #3366bb; padding-right: 13px; text-decoration: none;"&gt;RFC 791&lt;/a&gt;, que actualmente está implementado en la gran mayoría de dispositivos que acceden a&amp;nbsp;&lt;a href="http://es.wikipedia.org/wiki/Internet" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;"&gt;Internet&lt;/a&gt;.&amp;nbsp;&lt;/span&gt;&lt;span class="Apple-style-span" style="font-family: sans-serif; font-size: 13px; line-height: 19px;"&gt;&lt;a href="http://es.wikipedia.org/wiki/IPv4" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;"&gt;IPv4&lt;/a&gt;&amp;nbsp;posibilita 4.294.967.296 (2&lt;sup style="line-height: 1em;"&gt;32&lt;/sup&gt;) direcciones de red diferentes, un número inadecuado para dar una dirección a cada persona del planeta, y mucho menos a cada vehículo, teléfono, PDA, etcétera. En cambio, IPv6 admite 340.282.366.920.938.463.463.374.607.431.768.211.456 (2&lt;sup style="line-height: 1em;"&gt;128&lt;/sup&gt;&amp;nbsp;o 340&amp;nbsp;&lt;a href="http://es.wikipedia.org/wiki/Sextill%C3%B3n" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="Sextillón"&gt;sextillones&lt;/a&gt;&amp;nbsp;de direcciones) —cerca de 6,7 × 10&lt;sup style="line-height: 1em;"&gt;17&lt;/sup&gt;&amp;nbsp;(670 mil&amp;nbsp;&lt;a href="http://es.wikipedia.org/wiki/Bill%C3%B3n" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="Billón"&gt;billones&lt;/a&gt;) de direcciones por cada&amp;nbsp;&lt;a href="http://es.wikipedia.org/wiki/Mil%C3%ADmetro" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;"&gt;milímetro&lt;/a&gt;&amp;nbsp;cuadrado de la superficie de&amp;nbsp;&lt;a href="http://es.wikipedia.org/wiki/Tierra" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="Tierra"&gt;La Tierra&lt;/a&gt;.&lt;/span&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="font-family: sans-serif; font-size: 13px; line-height: 19px;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="font-family: sans-serif; line-height: 19px;"&gt;&lt;span class="Apple-style-span" style="font-size: xx-small;"&gt;(Fuente &lt;a href="http://es.wikipedia.org/wiki/IPv6"&gt;Wikipedia&lt;/a&gt;)&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="font-family: sans-serif; font-size: 13px; line-height: 19px;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;Pese a ser un artículo que podríamos considerar que rema a contracorriente (todos sabemos que antes o despues tendremos que bailar con IPv6), de momento tenemos muchas redes en las cuales, usando exclusívamente IPv4 estamos con IPv6 activado. Dicho de otro modo, tenemos activado un recurso que no estamos usando. Así que puede parecer razonable quererlo desactivar. Para hacerlo es bien sencillo:&lt;br /&gt;&lt;br /&gt;Añadimos/modificamos las siguientes lineas en el /etc/sysctl.conf&lt;br /&gt;&lt;br /&gt;&lt;blockquote&gt;net.ipv6.conf.all.disable_ipv6 = 1&lt;br /&gt;net.ipv6.conf.default.disable_ipv6 = 1&lt;br /&gt;net.ipv6.conf.lo.disable_ipv6 = 1&lt;/blockquote&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;Despues aplicamos:&lt;br /&gt;&lt;br /&gt;&lt;blockquote&gt;root@server:~# sysctl -p&lt;br /&gt;net.ipv6.conf.all.disable_ipv6 = 1&lt;br /&gt;net.ipv6.conf.default.disable_ipv6 = 1&lt;br /&gt;net.ipv6.conf.lo.disable_ipv6 = 1&lt;/blockquote&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;Si hacemos un ifconfig, veremos que ya no tenemos la dirección inet6 activa.&lt;/div&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5282037860157731886-8642185746651569314?l=eithel-inside.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://eithel-inside.blogspot.com/feeds/8642185746651569314/comments/default' title='Enviar comentarios'/><link rel='replies' type='text/html' href='http://eithel-inside.blogspot.com/2011/03/deshabilitar-ipv6-en-ubuntu.html#comment-form' title='0 comentarios'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5282037860157731886/posts/default/8642185746651569314'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5282037860157731886/posts/default/8642185746651569314'/><link rel='alternate' type='text/html' href='http://eithel-inside.blogspot.com/2011/03/deshabilitar-ipv6-en-ubuntu.html' title='Deshabilitar IPv6 en Ubuntu'/><author><name>Eduardo Díaz Díaz</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='33' height='13' src='http://1.bp.blogspot.com/_W2hHthyTiyA/Suqwe5vVWjI/AAAAAAAAAIQ/nDBC814V-kM/S220/EiTheL.png'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='https://lh6.googleusercontent.com/-A0V4wO4xyu0/TXdk-ZzFuMI/AAAAAAAAArI/doOyTXwrAl0/s72-c/ipv6-v2.jpg' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5282037860157731886.post-52222750216802986</id><published>2011-03-03T08:53:00.000+01:00</published><updated>2011-03-03T08:53:06.427+01:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Humor'/><title type='text'>La utilidad del comando sudo</title><content type='html'>&lt;div dir="ltr" style="text-align: left;" trbidi="on"&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="https://lh3.googleusercontent.com/-_e6V40NvBiA/TW9IvHo_v7I/AAAAAAAAArE/TiROyi7hYvo/s1600/superuser.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="234" src="https://lh3.googleusercontent.com/-_e6V40NvBiA/TW9IvHo_v7I/AAAAAAAAArE/TiROyi7hYvo/s640/superuser.png" width="640" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5282037860157731886-52222750216802986?l=eithel-inside.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://eithel-inside.blogspot.com/feeds/52222750216802986/comments/default' title='Enviar comentarios'/><link rel='replies' type='text/html' href='http://eithel-inside.blogspot.com/2011/03/la-utilidad-del-comando-sudo.html#comment-form' title='0 comentarios'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5282037860157731886/posts/default/52222750216802986'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5282037860157731886/posts/default/52222750216802986'/><link rel='alternate' type='text/html' href='http://eithel-inside.blogspot.com/2011/03/la-utilidad-del-comando-sudo.html' title='La utilidad del comando sudo'/><author><name>Eduardo Díaz Díaz</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='33' height='13' src='http://1.bp.blogspot.com/_W2hHthyTiyA/Suqwe5vVWjI/AAAAAAAAAIQ/nDBC814V-kM/S220/EiTheL.png'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='https://lh3.googleusercontent.com/-_e6V40NvBiA/TW9IvHo_v7I/AAAAAAAAArE/TiROyi7hYvo/s72-c/superuser.png' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5282037860157731886.post-2856669137021995415</id><published>2011-03-02T10:03:00.001+01:00</published><updated>2011-03-02T10:08:56.800+01:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Administración'/><title type='text'>IP Forwarding con Linux</title><content type='html'>&lt;div dir="ltr" style="text-align: left;" trbidi="on"&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="https://lh3.googleusercontent.com/-U3RfLJKE33Y/TW4JGYnj2qI/AAAAAAAAArA/whSagZZBe8o/s1600/IP_Forwarding_Linux_EiTheL2.png" imageanchor="1" style="clear: right; float: right; margin-bottom: 1em; margin-left: 1em;"&gt;&lt;img border="0" height="200" src="https://lh3.googleusercontent.com/-U3RfLJKE33Y/TW4JGYnj2qI/AAAAAAAAArA/whSagZZBe8o/s320/IP_Forwarding_Linux_EiTheL2.png" width="320" /&gt;&lt;/a&gt;&lt;/div&gt;El mecanismo de “IP forwarding” se encarga de la retransmisión de los paquetes que se&amp;nbsp;reciben por una interfaz física y de retransmitirlos por otra interfaz hacia otro nodo.&lt;br /&gt;&lt;div style="text-align: justify;"&gt;Cuando un paquete IP se recibe por una interfaz física, el modulo IP de entrada (IPinput )&amp;nbsp;procesa el paquete. Si la dirección IP destino del paquete se corresponde con la del dispositivo&amp;nbsp;se procesa el paquete y se pasa al modulo TCPinput.&lt;/div&gt;&lt;div style="text-align: justify;"&gt;En caso de que la dirección IP destino no se corresponda con la del dispositivo y el módulo IP&amp;nbsp;forwarding está desactivado, el paquete IP se descarta.&lt;/div&gt;&lt;div style="text-align: justify;"&gt;En el caso de que la dirección IP destino no se corresponda con la del dispositivo y el módulo&amp;nbsp;IP forwarding esté activado, se pasa el paquete al módulo IP de salida (IPoutput ), se consulta la&amp;nbsp;tabla de encaminamiento y el paquete se retransmite por la interfaz correspondiente.&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;(Fuente &lt;a href="http://studies.ac.upc.edu/FIB/STD/lab/IP_forwarding.pdf"&gt;Universitat Politècnica Catalunya&lt;/a&gt;)&lt;br /&gt;&lt;br /&gt;Imaginemos el escenario de la imagen. Tenemos uno o varios ordenadores en nuestra red (da igual que sistema operativo sean) y queremos que compartan una IP de salida a internet (o a otra red cualquiera). Lo que haremos es decirles a los equipos locales que su router es la ip del equipo con Linux:&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Equipo Linux:&lt;/b&gt;&lt;br /&gt;tarjeta de red 1:&amp;nbsp;10.10.0.1&lt;br /&gt;tarjeta de red 2: DHCP con nuestro proveedor de Internet&lt;br /&gt;&lt;br /&gt;&lt;b&gt;IP Local 1:&lt;/b&gt;&lt;br /&gt;tarjeta de red 1: 10.10.0.2 &amp;nbsp;(Con router apuntando a 10.10.0.1)&lt;br /&gt;&lt;br /&gt;&lt;b&gt;IP Local 2:&lt;/b&gt;&lt;br /&gt;tarjeta de red 1: 10.10.0.3 &amp;nbsp;(Con router apuntando a 10.10.0.1)&lt;br /&gt;&lt;br /&gt;Al equipo Linux le vamos a decir que todos los paquetes que provengan de la red 10.10.0.x (que recibiremos por su tarjeta de red 1) nos los encamine a otra red, internet o la que sea, sacando los paquetes por su tarjeta de red 2. Para ello lo haremos de la siguiente manera:&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Modificamos el valor booleano de&amp;nbsp;&lt;b&gt;/proc/sys/net/ipv4/ip_forward&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;&lt;pre&gt;echo 1 | sudo tee /proc/sys/net/ipv4/ip_forward&lt;br /&gt;&lt;/pre&gt;&lt;br /&gt;&lt;br /&gt;Descomentamos, modificamos o añadimos la siguiente linea en&amp;nbsp;&lt;b&gt;/etc/sysctl.conf&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;&lt;pre&gt;net.ipv4.ip_forward=1&lt;br /&gt;&lt;/pre&gt;&lt;br /&gt;&lt;br /&gt;Aplicamos los cambios con&lt;br /&gt;&lt;br /&gt;&lt;pre&gt;sysctl -p&lt;/pre&gt;&lt;br /&gt;&lt;br /&gt;Y ahora enrutamos los paquetes segun nuestras redes:&lt;br /&gt;&lt;br /&gt;&lt;pre&gt;iptables -F&lt;br /&gt;iptables -F -t nat&lt;br /&gt;iptables -t nat -A POSTROUTING -s 10.10.0.0/24 -o eth0 -j MASQUERADE&lt;br /&gt;iptables -A INPUT -m state --state ESTABLISHED,RELATED -j ACCEPT&lt;br /&gt;&lt;/pre&gt;&lt;br /&gt;&lt;br /&gt;Para listar las normas introducidas (y comprobar que estan bien aplicadas);&lt;br /&gt;&lt;br /&gt;&lt;pre&gt;iptables -L&lt;br /&gt;iptables -L -t nat&lt;br /&gt;&lt;/pre&gt;&lt;br /&gt;&lt;br /&gt;Con esto ya tendremos funcionando nuestro Linux como un router.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;&lt;i&gt;&lt;u&gt;NOTA&lt;/u&gt;&lt;/i&gt;&lt;/b&gt;: En un artículo anterior explicaba como hacer &lt;a href="http://eithel-inside.blogspot.com/2010/11/ip-forwarding-con-openwrt.html"&gt;IP Forwarding con OpenWRT&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5282037860157731886-2856669137021995415?l=eithel-inside.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://eithel-inside.blogspot.com/feeds/2856669137021995415/comments/default' title='Enviar comentarios'/><link rel='replies' type='text/html' href='http://eithel-inside.blogspot.com/2011/03/ip-forwarding-con-linux.html#comment-form' title='0 comentarios'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5282037860157731886/posts/default/2856669137021995415'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5282037860157731886/posts/default/2856669137021995415'/><link rel='alternate' type='text/html' href='http://eithel-inside.blogspot.com/2011/03/ip-forwarding-con-linux.html' title='IP Forwarding con Linux'/><author><name>Eduardo Díaz Díaz</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='33' height='13' src='http://1.bp.blogspot.com/_W2hHthyTiyA/Suqwe5vVWjI/AAAAAAAAAIQ/nDBC814V-kM/S220/EiTheL.png'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='https://lh3.googleusercontent.com/-U3RfLJKE33Y/TW4JGYnj2qI/AAAAAAAAArA/whSagZZBe8o/s72-c/IP_Forwarding_Linux_EiTheL2.png' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5282037860157731886.post-5618658151832396099</id><published>2011-02-28T15:34:00.001+01:00</published><updated>2011-02-28T15:34:23.760+01:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Administración'/><title type='text'>Instalar FreeRadius en Ubuntu (+ LDAP)</title><content type='html'>&lt;div dir="ltr" style="text-align: left;" trbidi="on"&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://freeradius.org/css/freeradius.png" imageanchor="1" style="clear: right; float: right; margin-bottom: 1em; margin-left: 1em;"&gt;&lt;img border="0" src="http://freeradius.org/css/freeradius.png" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;span class="Apple-style-span" style="font-family: sans-serif; font-size: 13px; line-height: 19px;"&gt;&lt;/span&gt;&lt;br /&gt;&lt;div style="line-height: 1.5em; margin-bottom: 0.5em; margin-left: 0px; margin-right: 0px; margin-top: 0.4em; text-align: justify;"&gt;&lt;b&gt;RADIUS&lt;/b&gt;&amp;nbsp;(&lt;a href="http://es.wikipedia.org/wiki/Acr%C3%B3nimo" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;"&gt;acrónimo&lt;/a&gt;&amp;nbsp;en&amp;nbsp;&lt;a href="http://es.wikipedia.org/wiki/Idioma_ingl%C3%A9s" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="Idioma inglés"&gt;inglés&lt;/a&gt;&amp;nbsp;de&amp;nbsp;&lt;i&gt;&lt;b&gt;R&lt;/b&gt;emote&amp;nbsp;&lt;b&gt;A&lt;/b&gt;uthentication&amp;nbsp;&lt;b&gt;D&lt;/b&gt;ial-&lt;b&gt;I&lt;/b&gt;n&amp;nbsp;&lt;b&gt;U&lt;/b&gt;ser&amp;nbsp;&lt;b&gt;S&lt;/b&gt;erver&lt;/i&gt;). Es un protocolo de&amp;nbsp;&lt;a href="http://es.wikipedia.org/wiki/Autenticaci%C3%B3n" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;"&gt;autenticación&lt;/a&gt;&amp;nbsp;y autorización para aplicaciones de acceso a la red o movilidad IP. Utiliza el puerto 1812&amp;nbsp;&lt;a class="mw-redirect" href="http://es.wikipedia.org/wiki/UDP" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="UDP"&gt;UDP&lt;/a&gt;&amp;nbsp;para establecer sus conexiones.&lt;/div&gt;&lt;div style="line-height: 1.5em; margin-bottom: 0.5em; margin-left: 0px; margin-right: 0px; margin-top: 0.4em; text-align: justify;"&gt;Cuando se realiza la conexión con un&amp;nbsp;&lt;a class="mw-redirect" href="http://es.wikipedia.org/wiki/ISP_(Internet)" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="ISP (Internet)"&gt;ISP&lt;/a&gt;&amp;nbsp;mediante&amp;nbsp;&lt;a href="http://es.wikipedia.org/wiki/M%C3%B3dem" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;"&gt;módem&lt;/a&gt;,&amp;nbsp;&lt;a href="http://es.wikipedia.org/wiki/DSL" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;"&gt;DSL&lt;/a&gt;,&amp;nbsp;&lt;a href="http://es.wikipedia.org/wiki/Cablem%C3%B3dem" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;"&gt;cablemódem&lt;/a&gt;,&amp;nbsp;&lt;a href="http://es.wikipedia.org/wiki/Ethernet" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;"&gt;Ethernet&lt;/a&gt;&amp;nbsp;o&amp;nbsp;&lt;a href="http://es.wikipedia.org/wiki/Wi-Fi" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;"&gt;Wi-Fi&lt;/a&gt;, se envía una información que generalmente es un nombre de usuario y una contraseña. Esta información se transfiere a un dispositivo&amp;nbsp;&lt;a class="mw-redirect" href="http://es.wikipedia.org/wiki/Network_Access_Server" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="Network Access Server"&gt;Network Access Server (NAS)&lt;/a&gt;&amp;nbsp;sobre el protocolo&amp;nbsp;&lt;a href="http://es.wikipedia.org/wiki/Point-to-Point_Protocol" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="Point-to-Point Protocol"&gt;PPP&lt;/a&gt;, quien redirige la petición a un servidor RADIUS sobre el protocolo RADIUS. El servidor RADIUS comprueba que la información es correcta utilizando esquemas de autenticación como&amp;nbsp;&lt;a href="http://es.wikipedia.org/wiki/PAP" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;"&gt;PAP&lt;/a&gt;,&amp;nbsp;&lt;a href="http://es.wikipedia.org/wiki/CHAP" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;"&gt;CHAP&lt;/a&gt;&amp;nbsp;o&amp;nbsp;&lt;a href="http://es.wikipedia.org/wiki/Extensible_Authentication_Protocol" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="Extensible Authentication Protocol"&gt;EAP&lt;/a&gt;. Si es aceptado, el servidor autorizará el acceso al sistema del ISP y le asigna los recursos de red como una&amp;nbsp;&lt;a href="http://es.wikipedia.org/wiki/Direcci%C3%B3n_IP" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;"&gt;dirección IP&lt;/a&gt;, y otros parámetros como&amp;nbsp;&lt;a href="http://es.wikipedia.org/wiki/L2TP" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;"&gt;L2TP&lt;/a&gt;, etc.&lt;/div&gt;&lt;div style="line-height: 1.5em; margin-bottom: 0.5em; margin-left: 0px; margin-right: 0px; margin-top: 0.4em; text-align: justify;"&gt;Una de las características más importantes del protocolo RADIUS es su capacidad de manejar sesiones, notificando cuando comienza y termina una conexión, así que al usuario se le podrá determinar su consumo y facturar en consecuencia; los datos se pueden utilizar con propósitos estadísticos.&lt;/div&gt;&lt;div style="line-height: 1.5em; margin-bottom: 0.5em; margin-left: 0px; margin-right: 0px; margin-top: 0.4em; text-align: justify;"&gt;FreeRadius es un servidor Radius de código abierto.&lt;/div&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="font-size: xx-small;"&gt;(Fuente &lt;a href="http://es.wikipedia.org/wiki/RADIUS"&gt;Wikipedia&lt;/a&gt;)&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Para instalar un servidor freeRadius basta con usar los paquetes própios de la distribución Ubuntu:&lt;br /&gt;&lt;br /&gt;&lt;blockquote&gt;&lt;span class="Apple-style-span" style="font-family: 'Courier New', Courier, monospace; font-size: x-small;"&gt;aptitude install freeradius freeradius-utils freeradius-ldap&lt;/span&gt;&lt;/blockquote&gt;&lt;br /&gt;Con estos paquetes tendremos instalado el servidor, utilidades y el plugin para validaciones LDAP. Para instalar el OpenLDAP podemos seguir un artículo ya publicado en este blog:&lt;br /&gt;&lt;br /&gt;&lt;ul style="text-align: left;"&gt;&lt;li&gt;&lt;a href="http://eithel-inside.blogspot.com/2010/08/instalar-un-servidor-openldap-en-ubuntu.html"&gt;Instalar un servidor OpenLDAP en Ubuntu&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;br /&gt;Una vez instalado el servidor Radius y el servidor OpenLDAP, solo necesitaremos decirle al servidor freeradius que se autentifique con OpenLDAP:&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;ul style="text-align: left;"&gt;&lt;li&gt;En &lt;b&gt;&lt;i&gt;/etc/freeradius/sites-available/default&lt;/i&gt;&lt;/b&gt; descomentamos la linea que pone &lt;b&gt;ldap&lt;/b&gt; para habilitar el módulo LDAP&lt;/li&gt;&lt;li&gt;En&amp;nbsp;&lt;b&gt;&lt;i&gt;/etc/freeradius/modules/ldap&lt;/i&gt;&lt;/b&gt; configuramos los parámetros de conexión con nuestro OpenLDAP&lt;/li&gt;&lt;/ul&gt;&lt;br /&gt;&lt;br /&gt;Con esto ya es suficiente para validarse (recordar reiniciar el servicio). Para probarlo podemos usar radtest:&lt;br /&gt;&lt;blockquote&gt;&lt;span class="Apple-style-span" style="font-family: 'Courier New', Courier, monospace; font-size: x-small;"&gt;radtest usuario Contraseña localhost 0 testing123&lt;/span&gt;&lt;/blockquote&gt;&lt;br /&gt;&lt;b&gt;NOTA&lt;/b&gt;: testing123 es la contraseña por defecto que tiene el parámetro secret en el archivo &lt;b&gt;clients.conf&lt;/b&gt; .&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5282037860157731886-5618658151832396099?l=eithel-inside.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://eithel-inside.blogspot.com/feeds/5618658151832396099/comments/default' title='Enviar comentarios'/><link rel='replies' type='text/html' href='http://eithel-inside.blogspot.com/2011/02/instalar-freeradius-en-ubuntu-ldap.html#comment-form' title='0 comentarios'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5282037860157731886/posts/default/5618658151832396099'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5282037860157731886/posts/default/5618658151832396099'/><link rel='alternate' type='text/html' href='http://eithel-inside.blogspot.com/2011/02/instalar-freeradius-en-ubuntu-ldap.html' title='Instalar FreeRadius en Ubuntu (+ LDAP)'/><author><name>Eduardo Díaz Díaz</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='33' height='13' src='http://1.bp.blogspot.com/_W2hHthyTiyA/Suqwe5vVWjI/AAAAAAAAAIQ/nDBC814V-kM/S220/EiTheL.png'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5282037860157731886.post-1204434480144703883</id><published>2011-02-24T08:53:00.000+01:00</published><updated>2011-02-24T08:53:01.043+01:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Videos'/><title type='text'>Instalar Ubuntu 10.10</title><content type='html'>&lt;div dir="ltr" style="text-align: left;" trbidi="on"&gt;&lt;iframe allowfullscreen="" frameborder="0" height="390" src="http://www.youtube.com/embed/J4TNeqQDLcY" title="YouTube video player" width="480"&gt;&lt;/iframe&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.youtube.com/watch?v=J4TNeqQDLcY"&gt;http://www.youtube.com/watch?v=J4TNeqQDLcY&lt;/a&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5282037860157731886-1204434480144703883?l=eithel-inside.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://eithel-inside.blogspot.com/feeds/1204434480144703883/comments/default' title='Enviar comentarios'/><link rel='replies' type='text/html' href='http://eithel-inside.blogspot.com/2011/02/instalar-ubuntu-1010.html#comment-form' title='0 comentarios'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5282037860157731886/posts/default/1204434480144703883'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5282037860157731886/posts/default/1204434480144703883'/><link rel='alternate' type='text/html' href='http://eithel-inside.blogspot.com/2011/02/instalar-ubuntu-1010.html' title='Instalar Ubuntu 10.10'/><author><name>Eduardo Díaz Díaz</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='33' height='13' src='http://1.bp.blogspot.com/_W2hHthyTiyA/Suqwe5vVWjI/AAAAAAAAAIQ/nDBC814V-kM/S220/EiTheL.png'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://img.youtube.com/vi/J4TNeqQDLcY/default.jpg' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5282037860157731886.post-764823348488365835</id><published>2011-02-22T09:17:00.002+01:00</published><updated>2011-02-22T09:18:14.575+01:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Escritorio'/><title type='text'>Instalar LibreOffice en español en Ubuntu 10.10</title><content type='html'>&lt;div dir="ltr" style="text-align: left;" trbidi="on"&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://3.bp.blogspot.com/-LAIAPy4qCBU/TWNoTBDCiiI/AAAAAAAAAq4/jlEuA74Rdzs/s1600/logo-Libre-office.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="81" src="http://3.bp.blogspot.com/-LAIAPy4qCBU/TWNoTBDCiiI/AAAAAAAAAq4/jlEuA74Rdzs/s320/logo-Libre-office.png" width="320" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;span class="Apple-style-span" style="font-family: sans-serif; font-size: x-small;"&gt;&lt;span class="Apple-style-span" style="line-height: 19px;"&gt;&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="font-family: sans-serif; font-size: 13px; line-height: 19px;"&gt;&lt;b&gt;LibreOffice&lt;/b&gt;&amp;nbsp;es una&amp;nbsp;&lt;a href="http://es.wikipedia.org/wiki/Suite_ofim%C3%A1tica" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="Suite ofimática"&gt;suite ofimática&lt;/a&gt;&amp;nbsp;&lt;a href="http://es.wikipedia.org/wiki/Software_libre" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="Software libre"&gt;libre&lt;/a&gt;&amp;nbsp;&lt;a href="http://es.wikipedia.org/wiki/Bifurcaci%C3%B3n_(desarrollo_de_software)" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="Bifurcación (desarrollo de software)"&gt;bifurcada&lt;/a&gt;&amp;nbsp;de&amp;nbsp;&lt;a href="http://es.wikipedia.org/wiki/OpenOffice.org" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="OpenOffice.org"&gt;OpenOffice.org&lt;/a&gt;&amp;nbsp;creada por&amp;nbsp;&lt;a href="http://es.wikipedia.org/wiki/The_Document_Foundation" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="The Document Foundation"&gt;The Document Foundation&lt;/a&gt;. Está disponible bajo licencia&amp;nbsp;&lt;a href="http://es.wikipedia.org/wiki/GNU_Lesser_General_Public_License" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="GNU Lesser General Public License"&gt;GNU Lesser General Public License&lt;/a&gt;.&lt;sup class="reference" id="cite_ref-2" style="font-style: normal; font-weight: normal; line-height: 1em;"&gt;&lt;a href="http://es.wikipedia.org/wiki/LibreOffice#cite_note-2" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;"&gt;3&lt;/a&gt;&lt;/sup&gt;&amp;nbsp;La compra de&amp;nbsp;&lt;a href="http://es.wikipedia.org/wiki/Sun_Microsystems" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="Sun Microsystems"&gt;Sun Microsystems&lt;/a&gt;&amp;nbsp;(líder del desarrollo de OpenOffice.org) por&lt;a href="http://es.wikipedia.org/wiki/Oracle" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="Oracle"&gt;Oracle&lt;/a&gt;&amp;nbsp;ha desencadenado esta bifurcación.&lt;/span&gt;&lt;br /&gt;&lt;div style="font-family: sans-serif; font-size: 13px; line-height: 1.5em; margin-bottom: 0.5em; margin-left: 0px; margin-right: 0px; margin-top: 0.4em; text-align: justify;"&gt;Dispone de un&amp;nbsp;&lt;a href="http://es.wikipedia.org/wiki/Procesador_de_texto" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="Procesador de texto"&gt;procesador de texto&lt;/a&gt;&amp;nbsp;(&lt;a class="new" href="http://es.wikipedia.org/w/index.php?title=LibreOffice_Writer&amp;amp;action=edit&amp;amp;redlink=1" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #ba0000; text-decoration: none;" title="LibreOffice Writer (aún no redactado)"&gt;LibreOffice Writer&lt;/a&gt;), un editor de&amp;nbsp;&lt;a href="http://es.wikipedia.org/wiki/Hoja_de_c%C3%A1lculo" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="Hoja de cálculo"&gt;hojas de cálculo&lt;/a&gt;&amp;nbsp;(&lt;a class="new" href="http://es.wikipedia.org/w/index.php?title=LibreOffice_Calc&amp;amp;action=edit&amp;amp;redlink=1" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #ba0000; text-decoration: none;" title="LibreOffice Calc (aún no redactado)"&gt;LibreOffice Calc&lt;/a&gt;), un creador de&lt;a href="http://es.wikipedia.org/wiki/Programa_de_presentaci%C3%B3n" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="Programa de presentación"&gt;presentaciones&lt;/a&gt;&amp;nbsp;(&lt;a class="new" href="http://es.wikipedia.org/w/index.php?title=LibreOffice_Impress&amp;amp;action=edit&amp;amp;redlink=1" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #ba0000; text-decoration: none;" title="LibreOffice Impress (aún no redactado)"&gt;LibreOffice Impress&lt;/a&gt;), un&amp;nbsp;&lt;a href="http://es.wikipedia.org/wiki/Sistema_de_gesti%C3%B3n_de_bases_de_datos" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="Sistema de gestión de bases de datos"&gt;gestor de bases de datos&lt;/a&gt;&amp;nbsp;(&lt;a class="new" href="http://es.wikipedia.org/w/index.php?title=LibreOffice_Base&amp;amp;action=edit&amp;amp;redlink=1" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #ba0000; text-decoration: none;" title="LibreOffice Base (aún no redactado)"&gt;LibreOffice Base&lt;/a&gt;), un&amp;nbsp;&lt;a href="http://es.wikipedia.org/wiki/Editor_de_gr%C3%A1ficos_vectoriales" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="Editor de gráficos vectoriales"&gt;editor de gráficos vectoriales&lt;/a&gt;(&lt;a class="new" href="http://es.wikipedia.org/w/index.php?title=LibreOffice_Draw&amp;amp;action=edit&amp;amp;redlink=1" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #ba0000; text-decoration: none;" title="LibreOffice Draw (aún no redactado)"&gt;LibreOffice Draw&lt;/a&gt;), y un&amp;nbsp;&lt;a href="http://es.wikipedia.org/wiki/Editor_de_f%C3%B3rmulas_matem%C3%A1ticas" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="Editor de fórmulas matemáticas"&gt;editor de fórmulas matemáticas&lt;/a&gt;&amp;nbsp;(&lt;a class="new" href="http://es.wikipedia.org/w/index.php?title=LibreOffice_Math&amp;amp;action=edit&amp;amp;redlink=1" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #ba0000; text-decoration: none;" title="LibreOffice Math (aún no redactado)"&gt;LibreOffice Math&lt;/a&gt;).&lt;/div&gt;&lt;div style="margin-bottom: 0.5em; margin-left: 0px; margin-right: 0px; margin-top: 0.4em;"&gt;&lt;/div&gt;&lt;div style="font-family: sans-serif; font-size: 13px; line-height: 1.5em; margin-bottom: 0.5em; margin-left: 0px; margin-right: 0px; margin-top: 0.4em; text-align: justify;"&gt;El 28 de septiembre de 2010, los miembros del proyecto&amp;nbsp;&lt;a href="http://es.wikipedia.org/wiki/OpenOffice.org" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="OpenOffice.org"&gt;OpenOffice.org&lt;/a&gt;&amp;nbsp;formaron un nuevo grupo llamado&amp;nbsp;&lt;a href="http://es.wikipedia.org/wiki/The_Document_Foundation" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="The Document Foundation"&gt;The Document Foundation&lt;/a&gt;&amp;nbsp;(en español,&amp;nbsp;&lt;i&gt;La Fundación Documento&lt;/i&gt;), poniendo a disposición una&amp;nbsp;&lt;a href="http://es.wikipedia.org/wiki/Bifurcaci%C3%B3n_(desarrollo_de_software)" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="Bifurcación (desarrollo de software)"&gt;bifurcación&lt;/a&gt;&amp;nbsp;de&amp;nbsp;&lt;a href="http://es.wikipedia.org/wiki/OpenOffice.org" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="OpenOffice.org"&gt;OpenOffice.org&lt;/a&gt;&amp;nbsp;llamada LibreOffice. La fundación declaró que coordinará y vigilará el desarrollo de LibreOffice.&amp;nbsp;&lt;a href="http://es.wikipedia.org/wiki/Oracle" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="Oracle"&gt;Oracle&lt;/a&gt;&amp;nbsp;fue invitada a convertirse en miembro de The Document Foundation y se le pidió que donara la marca OpenOffice.org al proyecto.&lt;sup class="reference" id="cite_ref-3" style="font-style: normal; font-weight: normal; line-height: 1em;"&gt;&lt;a href="http://es.wikipedia.org/wiki/LibreOffice#cite_note-3" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;"&gt;4&lt;/a&gt;&lt;/sup&gt;&amp;nbsp;Oracle en lugar de ello, rechazó el proyecto y exigió que todos los miembros del directorio de OpenOffice.org involucrados renunciaran. A finales de octubre de 2010, 33 voluntarios alemanes, no involucrados con el desarrollo, dejaron OpenOffice.org y se trasladaron a The Document Foundation para apoyar a LibreOffice.&lt;sup class="reference" id="cite_ref-collins-29-09-10_4-0" style="font-style: normal; font-weight: normal; line-height: 1em;"&gt;&lt;a href="http://es.wikipedia.org/wiki/LibreOffice#cite_note-collins-29-09-10-4" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;"&gt;5&lt;/a&gt;&lt;/sup&gt;&lt;/div&gt;&lt;div style="font-family: sans-serif; font-size: 13px; line-height: 1.5em; margin-bottom: 0.5em; margin-left: 0px; margin-right: 0px; margin-top: 0.4em; text-align: justify;"&gt;The Document Foundation recibió apoyo de parte de la antigua comunidad de OpenOffice.org, incluyendo entre ellas las empresas&amp;nbsp;&lt;a href="http://es.wikipedia.org/wiki/Novell" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="Novell"&gt;Novell&lt;/a&gt;,&amp;nbsp;&lt;a class="mw-redirect" href="http://es.wikipedia.org/wiki/RedHat" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="RedHat"&gt;RedHat&lt;/a&gt;,&amp;nbsp;&lt;a class="mw-redirect" href="http://es.wikipedia.org/wiki/Canonical" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="Canonical"&gt;Canonical&lt;/a&gt;&amp;nbsp;y&amp;nbsp;&lt;a href="http://es.wikipedia.org/wiki/Google" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="Google"&gt;Google&lt;/a&gt;. El objetivo es producir una suite ofimática independiente de cualquier proveedor, con soporte ODF y sin ninguna obligación de atribución de la autoría del código a Sun u Oracle.&lt;sup class="reference" id="cite_ref-5" style="font-style: normal; font-weight: normal; line-height: 1em;"&gt;&lt;a href="http://es.wikipedia.org/wiki/LibreOffice#cite_note-5" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: underline;"&gt;6&lt;/a&gt;&lt;/sup&gt;&lt;/div&gt;&lt;span class="Apple-style-span" style="font-size: xx-small;"&gt;(Fuente &lt;a href="http://es.wikipedia.org/wiki/LibreOffice"&gt;Wikipedia&lt;/a&gt;)&lt;/span&gt;&lt;br /&gt;&lt;div style="margin-bottom: 0.5em; margin-left: 0px; margin-right: 0px; margin-top: 0.4em;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="margin-bottom: 0.5em; margin-left: 0px; margin-right: 0px; margin-top: 0.4em;"&gt;Pues bien, una vez que sabemos que es LibreOffice, creo que es interesante empezar a instalárselo en vez del OpenOffice. Parece el mismo caso Mambo/Joomla , en el cual Mambo intentó 'aprovecharse' del desarrollo libre sin ánimo de colaborar con la comunidad y se creó Joomla como bifurcación de éste. Ahora Joomla es, posiblemente, uno de los mejores CMS que conocemos.&lt;/div&gt;&lt;div style="margin-bottom: 0.5em; margin-left: 0px; margin-right: 0px; margin-top: 0.4em;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="margin-bottom: 0.5em; margin-left: 0px; margin-right: 0px; margin-top: 0.4em;"&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-size: large;"&gt;Instalar LibreOffice&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;&lt;div style="margin-bottom: 0.5em; margin-left: 0px; margin-right: 0px; margin-top: 0.4em;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="margin-bottom: 0.5em; margin-left: 0px; margin-right: 0px; margin-top: 0.4em;"&gt;Bajamos los siguientes archivos de&amp;nbsp;&lt;a href="http://www.libreoffice.org/download"&gt;http://www.libreoffice.org/download&lt;/a&gt;&amp;nbsp;:&lt;/div&gt;&lt;div style="margin-bottom: 0.5em; margin-left: 0px; margin-right: 0px; margin-top: 0.4em;"&gt;&lt;/div&gt;&lt;ul style="text-align: left;"&gt;&lt;li&gt;Install deb&lt;/li&gt;&lt;li&gt;langpack-es deb&lt;/li&gt;&lt;li&gt;helppack-es deb&lt;/li&gt;&lt;/ul&gt;&lt;br /&gt;&lt;div style="margin-bottom: 0.5em; margin-left: 0px; margin-right: 0px; margin-top: 0.4em;"&gt;Una vez descargados, los instalaremos en ese mismo orden de la siguiente manera:&lt;/div&gt;&lt;div style="margin-bottom: 0.5em; margin-left: 0px; margin-right: 0px; margin-top: 0.4em;"&gt;Descomprimimos los tres archivos &lt;i&gt;tar.gz&lt;/i&gt; en tres carpetas distintas.&lt;/div&gt;&lt;div style="margin-bottom: 0.5em; margin-left: 0px; margin-right: 0px; margin-top: 0.4em;"&gt;Luego empezamos a instalar:&amp;nbsp;&lt;/div&gt;&lt;div style="margin-bottom: 0.5em; margin-left: 0px; margin-right: 0px; margin-top: 0.4em;"&gt;&lt;span class="Apple-style-span" style="font-family: 'Courier New', Courier, monospace;"&gt;cd&amp;nbsp;LibO_3.3.0rc4_Linux_x86-64_install-deb_en-US&lt;/span&gt;&lt;/div&gt;&lt;div style="margin-bottom: 0.5em; margin-left: 0px; margin-right: 0px; margin-top: 0.4em;"&gt;&lt;span class="Apple-style-span" style="font-family: 'Courier New', Courier, monospace;"&gt;cd DEBS&lt;/span&gt;&lt;/div&gt;&lt;div style="margin-bottom: 0.5em; margin-left: 0px; margin-right: 0px; margin-top: 0.4em;"&gt;&lt;span class="Apple-style-span" style="font-family: 'Courier New', Courier, monospace;"&gt;sudo dpkg -i *.deb&lt;/span&gt;&lt;/div&gt;&lt;div style="margin-bottom: 0.5em; margin-left: 0px; margin-right: 0px; margin-top: 0.4em;"&gt;luego integramos el programa con el escritorio:&lt;/div&gt;&lt;div style="margin-bottom: 0.5em; margin-left: 0px; margin-right: 0px; margin-top: 0.4em;"&gt;&lt;span class="Apple-style-span" style="font-family: 'Courier New', Courier, monospace;"&gt;cd desktop-integration&lt;/span&gt;&lt;/div&gt;&lt;div style="margin-bottom: 0.5em; margin-left: 0px; margin-right: 0px; margin-top: 0.4em;"&gt;&lt;span class="Apple-style-span" style="font-family: 'Courier New', Courier, monospace;"&gt;sudo dpkg -i *.deb&lt;/span&gt;&lt;/div&gt;&lt;div style="margin-bottom: 0.5em; margin-left: 0px; margin-right: 0px; margin-top: 0.4em;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="margin-bottom: 0.5em; margin-left: 0px; margin-right: 0px; margin-top: 0.4em;"&gt;Luego otra carpeta&lt;/div&gt;&lt;div style="margin-bottom: 0.5em; margin-left: 0px; margin-right: 0px; margin-top: 0.4em;"&gt;&lt;span class="Apple-style-span" style="font-family: 'Courier New', Courier, monospace;"&gt;cd&amp;nbsp;LibO_3.3.0rc4_Linux_x86-64_langpack-deb_es&lt;/span&gt;&lt;/div&gt;&lt;div style="margin-bottom: 0.5em; margin-left: 0px; margin-right: 0px; margin-top: 0.4em;"&gt;&lt;/div&gt;&lt;div style="margin-bottom: 0.5em; margin-left: 0px; margin-right: 0px; margin-top: 0.4em;"&gt;&lt;span class="Apple-style-span" style="font-family: 'Courier New', Courier, monospace;"&gt;cd DEBS&lt;/span&gt;&lt;/div&gt;&lt;div style="margin-bottom: 0.5em; margin-left: 0px; margin-right: 0px; margin-top: 0.4em;"&gt;&lt;span class="Apple-style-span" style="font-family: 'Courier New', Courier, monospace;"&gt;sudo dpkg -i *.deb&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;Y finalmente en la última&lt;/div&gt;&lt;div&gt;&lt;div style="margin-bottom: 0.5em; margin-left: 0px; margin-right: 0px; margin-top: 0.4em;"&gt;&lt;span class="Apple-style-span" style="font-family: 'Courier New', Courier, monospace;"&gt;cd&amp;nbsp;LibO_3.3.0rc4_Linux_x86-64_helppack-deb_es&lt;/span&gt;&lt;/div&gt;&lt;div style="margin-bottom: 0.5em; margin-left: 0px; margin-right: 0px; margin-top: 0.4em;"&gt;&lt;span class="Apple-style-span" style="font-family: 'Courier New', Courier, monospace;"&gt;cd DEBS&lt;/span&gt;&lt;/div&gt;&lt;div style="margin-bottom: 0.5em; margin-left: 0px; margin-right: 0px; margin-top: 0.4em;"&gt;&lt;span class="Apple-style-span" style="font-family: 'Courier New', Courier, monospace;"&gt;sudo dpkg -i *.deb&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;Si seguimos estos pasos tendremos &lt;b&gt;LibreOffice en español&lt;/b&gt; instalado en nuestro Ubuntu 10.10 y perfectamente integrado.&lt;/div&gt;&lt;br /&gt;&lt;div style="margin-bottom: 0.5em; margin-left: 0px; margin-right: 0px; margin-top: 0.4em;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5282037860157731886-764823348488365835?l=eithel-inside.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://eithel-inside.blogspot.com/feeds/764823348488365835/comments/default' title='Enviar comentarios'/><link rel='replies' type='text/html' href='http://eithel-inside.blogspot.com/2011/02/instalar-libreoffice-en-espanol-en.html#comment-form' title='3 comentarios'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5282037860157731886/posts/default/764823348488365835'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5282037860157731886/posts/default/764823348488365835'/><link rel='alternate' type='text/html' href='http://eithel-inside.blogspot.com/2011/02/instalar-libreoffice-en-espanol-en.html' title='Instalar LibreOffice en español en Ubuntu 10.10'/><author><name>Eduardo Díaz Díaz</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='33' height='13' src='http://1.bp.blogspot.com/_W2hHthyTiyA/Suqwe5vVWjI/AAAAAAAAAIQ/nDBC814V-kM/S220/EiTheL.png'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://3.bp.blogspot.com/-LAIAPy4qCBU/TWNoTBDCiiI/AAAAAAAAAq4/jlEuA74Rdzs/s72-c/logo-Libre-office.png' height='72' width='72'/><thr:total>3</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5282037860157731886.post-2756042229622367664</id><published>2011-02-18T08:35:00.000+01:00</published><updated>2011-02-18T08:35:52.175+01:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Escritorio'/><title type='text'>Arreglar problema de desaparición del reloj en Ubuntu</title><content type='html'>&lt;div dir="ltr" style="text-align: left;" trbidi="on"&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://cdn.bitelia.com/files/2010/04/Gnome-300x300.png" imageanchor="1" style="clear: right; float: right; margin-bottom: 1em; margin-left: 1em;"&gt;&lt;img border="0" src="http://cdn.bitelia.com/files/2010/04/Gnome-300x300.png" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;span class="Apple-style-span" style="font-family: sans-serif; line-height: 19px;"&gt;&lt;/span&gt;&lt;br /&gt;&lt;div style="font-size: 13px; line-height: 1.5em; margin-bottom: 0.5em; margin-left: 0px; margin-right: 0px; margin-top: 0.4em;"&gt;&lt;b&gt;GNOME&lt;/b&gt;&amp;nbsp;es un&amp;nbsp;&lt;a href="http://es.wikipedia.org/wiki/Entorno_de_escritorio" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;"&gt;entorno de escritorio&lt;/a&gt;&amp;nbsp;e infraestructura de desarrollo para&amp;nbsp;&lt;a href="http://es.wikipedia.org/wiki/Sistema_operativo" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="Sistema operativo"&gt;sistemas operativos&lt;/a&gt;&amp;nbsp;&lt;a href="http://es.wikipedia.org/wiki/Unix" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;"&gt;Unix&lt;/a&gt;&amp;nbsp;y derivados Unix como&amp;nbsp;&lt;a href="http://es.wikipedia.org/wiki/GNU/Linux" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;"&gt;GNU/Linux&lt;/a&gt;,&lt;a class="mw-redirect" href="http://es.wikipedia.org/wiki/BSD" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="BSD"&gt;BSD&lt;/a&gt;&amp;nbsp;o&amp;nbsp;&lt;a href="http://es.wikipedia.org/wiki/Solaris_(sistema_operativo)" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="Solaris (sistema operativo)"&gt;Solaris&lt;/a&gt;; compuesto enteramente de&amp;nbsp;&lt;a href="http://es.wikipedia.org/wiki/Software_libre" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;"&gt;software libre&lt;/a&gt;.&lt;/div&gt;&lt;div style="font-size: 13px; line-height: 1.5em; margin-bottom: 0.5em; margin-left: 0px; margin-right: 0px; margin-top: 0.4em;"&gt;El proyecto fue iniciado por los programadores mexicanos&amp;nbsp;&lt;a href="http://es.wikipedia.org/wiki/Miguel_de_Icaza" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;"&gt;Miguel de Icaza&lt;/a&gt;&amp;nbsp;y&amp;nbsp;&lt;a href="http://es.wikipedia.org/wiki/Federico_Mena" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;"&gt;Federico Mena&lt;/a&gt;&amp;nbsp;y forma parte oficial del proyecto&amp;nbsp;&lt;a href="http://es.wikipedia.org/wiki/GNU" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;"&gt;GNU&lt;/a&gt;. Nació como una alternativa a&amp;nbsp;&lt;a href="http://es.wikipedia.org/wiki/KDE" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;"&gt;KDE&lt;/a&gt;&amp;nbsp;bajo el nombre de&amp;nbsp;&lt;i&gt;&lt;b&gt;G&lt;/b&gt;NU&amp;nbsp;&lt;b&gt;N&lt;/b&gt;etwork&amp;nbsp;&lt;b&gt;O&lt;/b&gt;bject&amp;nbsp;&lt;b&gt;M&lt;/b&gt;odel&amp;nbsp;&lt;b&gt;E&lt;/b&gt;nvironment&lt;/i&gt;. Actualmente se encuentra disponible en 48 idiomas, entre ellos el&amp;nbsp;&lt;a href="http://es.wikipedia.org/wiki/Idioma_espa%C3%B1ol" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="Idioma español"&gt;español&lt;/a&gt;.&lt;/div&gt;&lt;div style="line-height: 1.5em; margin-bottom: 0.5em; margin-left: 0px; margin-right: 0px; margin-top: 0.4em;"&gt;&lt;span class="Apple-style-span" style="font-size: xx-small;"&gt;(Fuente &lt;a href="http://es.wikipedia.org/wiki/GNOME"&gt;Wikipedia&lt;/a&gt;)&lt;/span&gt;&lt;/div&gt;&lt;div style="font-size: 13px; line-height: 1.5em; margin-bottom: 0.5em; margin-left: 0px; margin-right: 0px; margin-top: 0.4em;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;En una ocasión el reloj y algunos iconos del panel superior de la barra de Ubuntu me desaparecieron. Se puede reestablecer la configuración inicial de las barras de gnome simplemente haciendo esto:&lt;br /&gt;&lt;br /&gt;&lt;blockquote&gt;&lt;span class="Apple-style-span" style="font-family: 'Courier New', Courier, monospace;"&gt;rm -r ~/.gconf/apps/panel&lt;/span&gt;&lt;/blockquote&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;Luego reiniciamos Ubuntu y ya todo estará como nuevo.&lt;/div&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5282037860157731886-2756042229622367664?l=eithel-inside.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://eithel-inside.blogspot.com/feeds/2756042229622367664/comments/default' title='Enviar comentarios'/><link rel='replies' type='text/html' href='http://eithel-inside.blogspot.com/2011/02/arreglar-problema-de-desaparicion-del.html#comment-form' title='0 comentarios'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5282037860157731886/posts/default/2756042229622367664'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5282037860157731886/posts/default/2756042229622367664'/><link rel='alternate' type='text/html' href='http://eithel-inside.blogspot.com/2011/02/arreglar-problema-de-desaparicion-del.html' title='Arreglar problema de desaparición del reloj en Ubuntu'/><author><name>Eduardo Díaz Díaz</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='33' height='13' src='http://1.bp.blogspot.com/_W2hHthyTiyA/Suqwe5vVWjI/AAAAAAAAAIQ/nDBC814V-kM/S220/EiTheL.png'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5282037860157731886.post-1330449317063957036</id><published>2011-02-14T09:55:00.001+01:00</published><updated>2011-02-14T09:56:14.853+01:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Notas'/><title type='text'>¡¡Feliz Dia de San Valentín!! (Tux Valentine's Day)</title><content type='html'>&lt;div dir="ltr" style="text-align: left;" trbidi="on"&gt;&lt;div style="text-align: center;"&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-size: large;"&gt;¡¡FELIZ DIA DE SAN VALENTIN!!&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;&lt;div style="text-align: center;"&gt;&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://4.bp.blogspot.com/-QmzQldda9RQ/TVjt9OdafuI/AAAAAAAAAqY/h5IdQmuuktE/s1600/brunocb-valentines-day-tux-16672.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" src="http://4.bp.blogspot.com/-QmzQldda9RQ/TVjt9OdafuI/AAAAAAAAAqY/h5IdQmuuktE/s1600/brunocb-valentines-day-tux-16672.png" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://1.bp.blogspot.com/-y9TqMMMyvkE/TVjt9qPbDgI/AAAAAAAAAqc/AQ5F0K0BEMI/s1600/images+%25282%2529.jpg" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" src="http://1.bp.blogspot.com/-y9TqMMMyvkE/TVjt9qPbDgI/AAAAAAAAAqc/AQ5F0K0BEMI/s1600/images+%25282%2529.jpg" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://2.bp.blogspot.com/-i1RT_Uv8tv8/TVjt9-hPc2I/AAAAAAAAAqg/LJjqm2DMnDY/s1600/image.miniatura.JPEG" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" src="http://2.bp.blogspot.com/-i1RT_Uv8tv8/TVjt9-hPc2I/AAAAAAAAAqg/LJjqm2DMnDY/s1600/image.miniatura.JPEG" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://4.bp.blogspot.com/-kVsQ2h0tL3o/TVjt-KeyaGI/AAAAAAAAAqk/p4I5GnZq648/s1600/Tux+Avatar+%252838%2529.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" src="http://4.bp.blogspot.com/-kVsQ2h0tL3o/TVjt-KeyaGI/AAAAAAAAAqk/p4I5GnZq648/s1600/Tux+Avatar+%252838%2529.png" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://1.bp.blogspot.com/-5_60xDM-HX8/TVjt-sDZEMI/AAAAAAAAAqs/dN5GZtEOHyY/s1600/ubuntu-rosa.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="227" src="http://1.bp.blogspot.com/-5_60xDM-HX8/TVjt-sDZEMI/AAAAAAAAAqs/dN5GZtEOHyY/s320/ubuntu-rosa.png" width="320" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://4.bp.blogspot.com/-llzJG1j1zyc/TVjt_NJu6sI/AAAAAAAAAqw/9zWZgY_Ui1w/s1600/TuxCupido_thumb.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" src="http://4.bp.blogspot.com/-llzJG1j1zyc/TVjt_NJu6sI/AAAAAAAAAqw/9zWZgY_Ui1w/s1600/TuxCupido_thumb.png" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;/div&gt;&lt;div style="text-align: center;"&gt;&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5282037860157731886-1330449317063957036?l=eithel-inside.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://eithel-inside.blogspot.com/feeds/1330449317063957036/comments/default' title='Enviar comentarios'/><link rel='replies' type='text/html' href='http://eithel-inside.blogspot.com/2011/02/feliz-dia-de-san-valentin-tux.html#comment-form' title='0 comentarios'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5282037860157731886/posts/default/1330449317063957036'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5282037860157731886/posts/default/1330449317063957036'/><link rel='alternate' type='text/html' href='http://eithel-inside.blogspot.com/2011/02/feliz-dia-de-san-valentin-tux.html' title='¡¡Feliz Dia de San Valentín!! (Tux Valentine&apos;s Day)'/><author><name>Eduardo Díaz Díaz</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='33' height='13' src='http://1.bp.blogspot.com/_W2hHthyTiyA/Suqwe5vVWjI/AAAAAAAAAIQ/nDBC814V-kM/S220/EiTheL.png'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://4.bp.blogspot.com/-QmzQldda9RQ/TVjt9OdafuI/AAAAAAAAAqY/h5IdQmuuktE/s72-c/brunocb-valentines-day-tux-16672.png' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5282037860157731886.post-4011445747620339296</id><published>2011-02-11T11:38:00.000+01:00</published><updated>2011-02-11T11:38:04.792+01:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Administración'/><title type='text'>Hardware Certificado y Compatible para Ubuntu Linux</title><content type='html'>&lt;div dir="ltr" style="text-align: left;" trbidi="on"&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://4.bp.blogspot.com/_W2hHthyTiyA/TKHGFJ8rLyI/AAAAAAAAAlo/Mtd7F4WYArg/s1600/ubuntucertified.png" imageanchor="1" style="clear: right; float: right; margin-bottom: 1em; margin-left: 1em;"&gt;&lt;img border="0" src="http://4.bp.blogspot.com/_W2hHthyTiyA/TKHGFJ8rLyI/AAAAAAAAAlo/Mtd7F4WYArg/s1600/ubuntucertified.png" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;Ayer día 10 de Febrero de 2011 se publicó una nueva lista actualizada de hardware certificado para Ubuntu. Podeis ver la lista del catálogo completo en&amp;nbsp;&lt;a href="http://www.ubuntu.com/certification/catalog"&gt;http://www.ubuntu.com/certification/catalog&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;En artículos anteriores hablamos de este listado:&lt;br /&gt;&lt;br /&gt;&lt;a href="http://eithel-inside.blogspot.com/2010/10/hardware-certificado-por-canonical.html"&gt;http://eithel-inside.blogspot.com/2010/10/hardware-certificado-por-canonical.html&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5282037860157731886-4011445747620339296?l=eithel-inside.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://eithel-inside.blogspot.com/feeds/4011445747620339296/comments/default' title='Enviar comentarios'/><link rel='replies' type='text/html' href='http://eithel-inside.blogspot.com/2011/02/hardware-certificado-y-compatible-para.html#comment-form' title='0 comentarios'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5282037860157731886/posts/default/4011445747620339296'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5282037860157731886/posts/default/4011445747620339296'/><link rel='alternate' type='text/html' href='http://eithel-inside.blogspot.com/2011/02/hardware-certificado-y-compatible-para.html' title='Hardware Certificado y Compatible para Ubuntu Linux'/><author><name>Eduardo Díaz Díaz</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='33' height='13' src='http://1.bp.blogspot.com/_W2hHthyTiyA/Suqwe5vVWjI/AAAAAAAAAIQ/nDBC814V-kM/S220/EiTheL.png'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://4.bp.blogspot.com/_W2hHthyTiyA/TKHGFJ8rLyI/AAAAAAAAAlo/Mtd7F4WYArg/s72-c/ubuntucertified.png' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5282037860157731886.post-4761761808520615398</id><published>2011-02-11T07:32:00.001+01:00</published><updated>2011-02-11T07:32:00.452+01:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Videos'/><title type='text'>¿Porque Software Libre en la Educación?</title><content type='html'>&lt;div dir="ltr" style="text-align: left;" trbidi="on"&gt;&lt;br /&gt;&lt;iframe allowfullscreen="" frameborder="0" height="390" src="http://www.youtube.com/embed/8ulqLna74wM" title="YouTube video player" width="480"&gt;&lt;/iframe&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.youtube.com/watch?v=8ulqLna74wM&amp;amp;feature=related"&gt;http://www.youtube.com/watch?v=8ulqLna74wM&amp;amp;feature=related&lt;/a&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5282037860157731886-4761761808520615398?l=eithel-inside.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://eithel-inside.blogspot.com/feeds/4761761808520615398/comments/default' title='Enviar comentarios'/><link rel='replies' type='text/html' href='http://eithel-inside.blogspot.com/2011/02/porque-software-libre-en-la-educacion.html#comment-form' title='0 comentarios'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5282037860157731886/posts/default/4761761808520615398'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5282037860157731886/posts/default/4761761808520615398'/><link rel='alternate' type='text/html' href='http://eithel-inside.blogspot.com/2011/02/porque-software-libre-en-la-educacion.html' title='¿Porque Software Libre en la Educación?'/><author><name>Eduardo Díaz Díaz</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='33' height='13' src='http://1.bp.blogspot.com/_W2hHthyTiyA/Suqwe5vVWjI/AAAAAAAAAIQ/nDBC814V-kM/S220/EiTheL.png'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://img.youtube.com/vi/8ulqLna74wM/default.jpg' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5282037860157731886.post-1237158529401902215</id><published>2011-02-04T08:24:00.000+01:00</published><updated>2011-02-04T08:24:33.512+01:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Administración'/><title type='text'>http_post_fields y http_post_data en Ubuntu y PHP</title><content type='html'>&lt;div dir="ltr" style="text-align: left;" trbidi="on"&gt;&lt;br /&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://2.bp.blogspot.com/_W2hHthyTiyA/TUunfSBpk_I/AAAAAAAAAqU/uuo5ExtC1wc/s1600/pecl_bigger.png" imageanchor="1" style="clear: right; float: right; margin-bottom: 1em; margin-left: 1em;"&gt;&lt;img border="0" src="http://2.bp.blogspot.com/_W2hHthyTiyA/TUunfSBpk_I/AAAAAAAAAqU/uuo5ExtC1wc/s1600/pecl_bigger.png" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;PECL (PHP Extension Community Library) es un conjunto de módulos para ampliar las capacidades de PHP (creación de pdf, manipulación de archivos zip, etc.). Varios de estos módulos estaban incluidos en PHP 4, pero ya no lo están en PHP 5.&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span" style="font-size: xx-small;"&gt;(Fuente &lt;a href="http://www.conocimientosweb.net/portal/downloads-file-1068-details.html"&gt;conocimientosweb.net&lt;/a&gt;)&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;div style="text-align: justify;"&gt;Nuestro objetivo era crear código PHP que consiguiera hacer un POST de HTML a una dirección y que la respuesta de la página a la que consultábamos la pudieramos tratar (modificar, enseñar, etc). Para ello se nos ocurrió hacerlo con el comando de PHP http_post_fields. Se podría haber realizado con CuRL, pero como ya en un artículo anterior se hablaba del uso de CuRL, hoy vamos a aprender a instalar una extensión en PHP.&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;Así pues, para instalar esta extensión de PHP en nuestro ubuntu, tendremos que instalar una serie de paquetes necesarios, y luego instalar la extensión propiamente dicha.&lt;/div&gt;&lt;br /&gt;&lt;b&gt;Instalamos pecl&lt;/b&gt;&lt;br /&gt;sudo apt-get install php-pear php5-dev libcurl4-openssl-dev libcurl4-gnutls-dev libmagic-dev&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Instalamos la extensión pecl_http&lt;/b&gt;&lt;br /&gt;sudo pecl install pecl_http&lt;br /&gt;&lt;br /&gt;Veremos como pecl se descarga la extensión y nos la instala:&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="font-family: 'Courier New', Courier, monospace;"&gt;root@XXX:~# sudo pecl install pecl_http&lt;/span&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="font-family: 'Courier New', Courier, monospace;"&gt;downloading pecl_http-1.7.0.tgz ...&lt;/span&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="font-family: 'Courier New', Courier, monospace;"&gt;Starting to download pecl_http-1.7.0.tgz (173,979 bytes)&lt;/span&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="font-family: 'Courier New', Courier, monospace;"&gt;.....................................done: 173,979 bytes&lt;/span&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="font-family: 'Courier New', Courier, monospace;"&gt;71 source files, building&lt;/span&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="font-family: 'Courier New', Courier, monospace;"&gt;running: phpize&lt;/span&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="font-family: 'Courier New', Courier, monospace;"&gt;Configuring for:&lt;/span&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="font-family: 'Courier New', Courier, monospace;"&gt;PHP Api Version: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 20041225&lt;/span&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="font-family: 'Courier New', Courier, monospace;"&gt;Zend Module Api No: &amp;nbsp; &amp;nbsp; &amp;nbsp;20060613&lt;/span&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="font-family: 'Courier New', Courier, monospace;"&gt;Zend Extension Api No: &amp;nbsp; 220060519&lt;/span&gt;&lt;br /&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;Configuramos el fichero php.ini según nos indica al final de la instalación del pecl_http (Habitualmente será /etc/php5/apache2/php.ini).&lt;br /&gt;&lt;br /&gt;&lt;div style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px;"&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Y finalmente copiamos el archivo&amp;nbsp;http.so en la carpeta de módulos de apache:&lt;br /&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="font-family: 'Courier New', Courier, monospace;"&gt;root@XXX:~# updatedb&lt;/span&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="font-family: 'Courier New', Courier, monospace;"&gt;root@XXX:~# locate http.so&lt;/span&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="font-family: 'Courier New', Courier, monospace;"&gt;/usr/lib/apache2/modules/mod_proxy_http.so&lt;/span&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="font-family: 'Courier New', Courier, monospace;"&gt;/usr/lib/php5/20090626/http.so&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Así que lo copiamos en&amp;nbsp;/usr/lib/apache2/modules&lt;br /&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="font-family: 'Courier New', Courier, monospace;"&gt;cp -a&amp;nbsp;/usr/lib/php5/20090626/http.so&amp;nbsp;/usr/lib/apache2/modules&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Bien, ahora reiniciamos el servidor apache y ya tenemos nuestra extensión de PHP pecl_http instalada en nuestro Apache.&lt;br /&gt;&lt;br /&gt;Me he apoyado en estas páginas para hacer el artículo:&lt;br /&gt;&lt;br /&gt;&lt;ul style="text-align: left;"&gt;&lt;li&gt;&lt;a href="http://php.net/manual/es/http.install.php"&gt;http://php.net/manual/es/http.install.php&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://es2.php.net/manual/es/function.http-post-fields.php"&gt;http://es2.php.net/manual/es/function.http-post-fields.php&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.mkfoster.com/2009/01/04/how-to-install-a-php-pecl-extensionmodule-on-ubuntu/"&gt;http://www.mkfoster.com/2009/01/04/how-to-install-a-php-pecl-extensionmodule-on-ubuntu/&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://hectorgarciaperez.wordpress.com/2010/08/12/instalar-la-extension-pecl_http-en-ubuntu/"&gt;http://hectorgarciaperez.wordpress.com/2010/08/12/instalar-la-extension-pecl_http-en-ubuntu/&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;br /&gt;Gracias a todos ellos.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5282037860157731886-1237158529401902215?l=eithel-inside.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://eithel-inside.blogspot.com/feeds/1237158529401902215/comments/default' title='Enviar comentarios'/><link rel='replies' type='text/html' href='http://eithel-inside.blogspot.com/2011/02/httppostfields-y-httppostdata-en-ubuntu.html#comment-form' title='0 comentarios'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5282037860157731886/posts/default/1237158529401902215'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5282037860157731886/posts/default/1237158529401902215'/><link rel='alternate' type='text/html' href='http://eithel-inside.blogspot.com/2011/02/httppostfields-y-httppostdata-en-ubuntu.html' title='http_post_fields y http_post_data en Ubuntu y PHP'/><author><name>Eduardo Díaz Díaz</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='33' height='13' src='http://1.bp.blogspot.com/_W2hHthyTiyA/Suqwe5vVWjI/AAAAAAAAAIQ/nDBC814V-kM/S220/EiTheL.png'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://2.bp.blogspot.com/_W2hHthyTiyA/TUunfSBpk_I/AAAAAAAAAqU/uuo5ExtC1wc/s72-c/pecl_bigger.png' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5282037860157731886.post-1826418511059072835</id><published>2011-01-26T10:45:00.000+01:00</published><updated>2011-01-26T10:45:54.473+01:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Escritorio'/><title type='text'>Habilitar soporte USB en Virtualbox</title><content type='html'>&lt;div dir="ltr" style="text-align: left;" trbidi="on"&gt;Puede que necesitemos usar nuestras entradas USB en nuestra máquina virtual. El problema es que cuando enchufamos un dispositivo, éste no se reconoce. Es como si no hubieramos pinchado nada al equipo. Bien, esto es porque tu usuario (el usuario que arranca la máquina virtual) no esta añadido al grupo vboxusers.&lt;br /&gt;Entra en el gestor de usuarios y grupos y dale a propiedades del grupo &lt;b&gt;vboxusers&lt;/b&gt;.&lt;br /&gt;&lt;br /&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://2.bp.blogspot.com/_W2hHthyTiyA/TT_s71Ay9RI/AAAAAAAAAqE/-ShgL_ScbZQ/s1600/Pantallazo-Configuraci%25C3%25B3n+de+los+grupos.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="300" src="http://2.bp.blogspot.com/_W2hHthyTiyA/TT_s71Ay9RI/AAAAAAAAAqE/-ShgL_ScbZQ/s400/Pantallazo-Configuraci%25C3%25B3n+de+los+grupos.png" width="400" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;Veras los usuarios del sistema y deberás marcar el tuyo. Con eso ya tendras soporte para USB.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5282037860157731886-1826418511059072835?l=eithel-inside.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://eithel-inside.blogspot.com/feeds/1826418511059072835/comments/default' title='Enviar comentarios'/><link rel='replies' type='text/html' href='http://eithel-inside.blogspot.com/2011/01/habilitar-soporte-usb-en-virtualbox.html#comment-form' title='0 comentarios'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5282037860157731886/posts/default/1826418511059072835'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5282037860157731886/posts/default/1826418511059072835'/><link rel='alternate' type='text/html' href='http://eithel-inside.blogspot.com/2011/01/habilitar-soporte-usb-en-virtualbox.html' title='Habilitar soporte USB en Virtualbox'/><author><name>Eduardo Díaz Díaz</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='33' height='13' src='http://1.bp.blogspot.com/_W2hHthyTiyA/Suqwe5vVWjI/AAAAAAAAAIQ/nDBC814V-kM/S220/EiTheL.png'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://2.bp.blogspot.com/_W2hHthyTiyA/TT_s71Ay9RI/AAAAAAAAAqE/-ShgL_ScbZQ/s72-c/Pantallazo-Configuraci%25C3%25B3n+de+los+grupos.png' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5282037860157731886.post-2780256077918347862</id><published>2011-01-25T07:15:00.006+01:00</published><updated>2011-01-25T07:15:00.945+01:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Administración'/><title type='text'>Instalar Timesheet Next Gen en Ubuntu</title><content type='html'>&lt;div dir="ltr" style="text-align: left;" trbidi="on"&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://1.bp.blogspot.com/_W2hHthyTiyA/TT1haEbbA8I/AAAAAAAAApk/SI-rKBOEkTw/s1600/barlow_logo.gif" imageanchor="1" style="clear: right; float: right; margin-bottom: 1em; margin-left: 1em;"&gt;&lt;img border="0" height="35" src="http://1.bp.blogspot.com/_W2hHthyTiyA/TT1haEbbA8I/AAAAAAAAApk/SI-rKBOEkTw/s320/barlow_logo.gif" width="320" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;&lt;div style="text-align: justify;"&gt;Timesheet Next Gen&amp;nbsp;&lt;span class="hps" title="Haz clic para obtener traducciones alternativas"&gt;es una&lt;/span&gt; &lt;span class="hps" title="Haz clic para obtener traducciones alternativas"&gt;continuación&lt;/span&gt; &lt;span class="hps" title="Haz clic para obtener traducciones alternativas"&gt;del&lt;/span&gt; &lt;span class="hps" title="Haz clic para obtener traducciones alternativas"&gt;proyecto&lt;/span&gt; &lt;span class="hps" title="Haz clic para obtener traducciones alternativas"&gt;&lt;a href="http://sourceforge.net/projects/tsheet/"&gt;Timesheet.php&lt;/a&gt;&lt;/span&gt; &lt;span class="hps" title="Haz clic para obtener traducciones alternativas"&gt;por&lt;/span&gt; &lt;span class="hps" title="Haz clic para obtener traducciones alternativas"&gt;Peter&lt;/span&gt; &lt;span class="hps" title="Haz clic para obtener traducciones alternativas"&gt;Kovacs&lt;/span&gt; &lt;span class="hps" title="Haz clic para obtener traducciones alternativas"&gt;D.&lt;/span&gt; &lt;span class="hps" title="Haz clic para obtener traducciones alternativas"&gt;y&lt;/span&gt; &lt;span class="hps" title="Haz clic para obtener traducciones alternativas"&gt;más tarde&lt;/span&gt; &lt;span class="hps" title="Haz clic para obtener traducciones alternativas"&gt;Domingo&lt;/span&gt; &lt;span class="hps" title="Haz clic para obtener traducciones alternativas"&gt;J.&lt;/span&gt; &lt;span class="hps" title="Haz clic para obtener traducciones alternativas"&gt;Gamble&lt;/span&gt;&lt;span title="Haz clic para obtener traducciones alternativas"&gt;.&lt;/span&gt; &lt;span class="hps" title="Haz clic para obtener traducciones alternativas"&gt;Timesheet.php&lt;/span&gt; &lt;span class="hps" title="Haz clic para obtener traducciones alternativas"&gt;tiene&lt;/span&gt; &lt;span class="hps" title="Haz clic para obtener traducciones alternativas"&gt;un&lt;/span&gt; &lt;span class="hps" title="Haz clic para obtener traducciones alternativas"&gt;gran número de seguidores&lt;/span&gt; &lt;span class="hps" title="Haz clic para obtener traducciones alternativas"&gt;de&lt;/span&gt;&amp;nbsp;&lt;span class="hps" title="Haz clic para obtener traducciones alternativas"&gt;usuarios&lt;/span&gt;&lt;span title="Haz clic para obtener traducciones alternativas"&gt;,&lt;/span&gt; &lt;span class="hps" title="Haz clic para obtener traducciones alternativas"&gt;pero lamentablemente&lt;/span&gt;&amp;nbsp;ya&amp;nbsp;&lt;span class="hps" title="Haz clic para obtener traducciones alternativas"&gt;no&lt;/span&gt; &lt;span class="hps" title="Haz clic para obtener traducciones alternativas"&gt;está&lt;/span&gt; &lt;span class="hps" title="Haz clic para obtener traducciones alternativas"&gt;desarrollado activamente&lt;/span&gt;&lt;span class="hps" title="Haz clic para obtener traducciones alternativas"&gt;.&amp;nbsp;&lt;/span&gt;&amp;nbsp;Timesheet Next Gen&amp;nbsp;&lt;span class="hps" title="Haz clic para obtener traducciones alternativas"&gt;está aquí&lt;/span&gt; &lt;span class="hps" title="Haz clic para obtener traducciones alternativas"&gt;para&lt;/span&gt; &lt;span class="hps" title="Haz clic para obtener traducciones alternativas"&gt;cambiar&lt;/span&gt; &lt;span class="hps" title="Haz clic para obtener traducciones alternativas"&gt;es "problema".&lt;/span&gt;&lt;/div&gt;&lt;span class="" id="result_box" lang="es"&gt;&lt;/span&gt;&lt;br /&gt;&lt;div style="text-align: justify;"&gt;&lt;span class="" id="result_box" lang="es"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;span class="" id="result_box" lang="es"&gt;&lt;span class="hps" title="Haz clic para obtener traducciones alternativas"&gt;&lt;div style="text-align: justify;"&gt;&lt;span class="hps" title="Haz clic para obtener traducciones alternativas"&gt;Este&lt;/span&gt; &lt;span class="hps" title="Haz clic para obtener traducciones alternativas"&gt;proyecto&lt;/span&gt; &lt;span class="hps" title="Haz clic para obtener traducciones alternativas"&gt;tiene&lt;/span&gt; &lt;span class="hps" title="Haz clic para obtener traducciones alternativas"&gt;dos&lt;/span&gt; &lt;span class="hps" title="Haz clic para obtener traducciones alternativas"&gt;objetivos&lt;/span&gt; &lt;span class="hps" title="Haz clic para obtener traducciones alternativas"&gt;principales&lt;/span&gt;&lt;span title="Haz clic para obtener traducciones alternativas"&gt;:&lt;/span&gt;&lt;/div&gt;&lt;/span&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;span class="hps" title="Haz clic para obtener traducciones alternativas"&gt;*&lt;/span&gt; &lt;span class="hps" title="Haz clic para obtener traducciones alternativas"&gt;En primer lugar&lt;/span&gt; &lt;span class="hps" title="Haz clic para obtener traducciones alternativas"&gt;nuestro objetivo es&lt;/span&gt; &lt;span class="hps" title="Haz clic para obtener traducciones alternativas"&gt;seguir apoyando&lt;/span&gt; &lt;span class="hps" title="Haz clic para obtener traducciones alternativas"&gt;la versión actual de&lt;/span&gt; &lt;span class="hps" title="Haz clic para obtener traducciones alternativas"&gt;Timesheet.php&lt;/span&gt;&lt;span title="Haz clic para obtener traducciones alternativas"&gt;,&lt;/span&gt; &lt;span class="hps" title="Haz clic para obtener traducciones alternativas"&gt;corrigiendo errores&lt;/span&gt; &lt;span class="hps" title="Haz clic para obtener traducciones alternativas"&gt;y&lt;/span&gt; &lt;span class="hps" title="Haz clic para obtener traducciones alternativas"&gt;la aplicación de&lt;/span&gt; &lt;span class="hps" title="Haz clic para obtener traducciones alternativas"&gt;parches&lt;/span&gt;&lt;span title="Haz clic para obtener traducciones alternativas"&gt;.&lt;/span&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;span class="" id="result_box" lang="es"&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;span class="hps" title="Haz clic para obtener traducciones alternativas"&gt;*&lt;/span&gt; &lt;span class="hps" title="Haz clic para obtener traducciones alternativas"&gt;En segundo lugar&lt;/span&gt; &lt;span class="hps" title="Haz clic para obtener traducciones alternativas"&gt;nos proponemos&lt;/span&gt; &lt;span class="hps" title="Haz clic para obtener traducciones alternativas"&gt;llevar&lt;/span&gt; &lt;span class="hps" title="Haz clic para obtener traducciones alternativas"&gt;Timesheet.php&lt;/span&gt;&amp;nbsp;actualizado al&amp;nbsp;&lt;/span&gt;Timesheet Next Gen&lt;span title="Haz clic para obtener traducciones alternativas"&gt;,&lt;/span&gt; &lt;span class="hps" title="Haz clic para obtener traducciones alternativas"&gt;centrándose&lt;/span&gt; &lt;span class="hps" title="Haz clic para obtener traducciones alternativas"&gt;en la facilidad&lt;/span&gt; &lt;span class="hps" title="Haz clic para obtener traducciones alternativas"&gt;de uso&lt;/span&gt; &lt;span class="hps" title="Haz clic para obtener traducciones alternativas"&gt;y&lt;/span&gt; &lt;span class="hps" title="Haz clic para obtener traducciones alternativas"&gt;la experiencia&lt;/span&gt; &lt;span class="hps" title="Haz clic para obtener traducciones alternativas"&gt;del usuario&lt;/span&gt;&lt;span title="Haz clic para obtener traducciones alternativas"&gt;,&lt;/span&gt; &lt;span class="hps" title="Haz clic para obtener traducciones alternativas"&gt;manteniendo&lt;/span&gt; &lt;span class="hps" title="Haz clic para obtener traducciones alternativas"&gt;compatible&lt;/span&gt; &lt;span class="hps atn" title="Haz clic para obtener traducciones alternativas"&gt;(en&amp;nbsp;&lt;/span&gt;&lt;span title="Haz clic para obtener traducciones alternativas"&gt;la medida de lo&lt;/span&gt; &lt;span class="hps" title="Haz clic para obtener traducciones alternativas"&gt;posible)&lt;/span&gt; &lt;span class="hps" title="Haz clic para obtener traducciones alternativas"&gt;con&lt;/span&gt; &lt;span class="hps" title="Haz clic para obtener traducciones alternativas"&gt;la última versión de&lt;/span&gt; &lt;span class="hps" title="Haz clic para obtener traducciones alternativas"&gt;Timesheet.php&lt;/span&gt;&lt;span title="Haz clic para obtener traducciones alternativas"&gt;.&lt;/span&gt;&lt;/div&gt;&lt;/span&gt;&lt;br /&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;span class="Apple-style-span" style="font-size: xx-small;"&gt;(Fuente &lt;a href="http://www.timesheetng.org/about-timesheet-next-gen"&gt;timesheetng&lt;/a&gt;)&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Para instalarlo necesitamos una instalación &lt;a href="http://es.wikipedia.org/wiki/LAMP"&gt;LAMP (Linux, Apache, MySQL y PHP)&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;Luego lo que haremos es una instalación basada en unas intrucciones que seguiremos mediante nuestro navegador web. Es muy intuitivo. Así que manos a la obra:&lt;br /&gt;&lt;br /&gt;&lt;b&gt;&lt;u&gt;DESCARGA DEL TAR:&lt;/u&gt;&lt;/b&gt;&lt;br /&gt;wget &lt;a href="https://sourceforge.net/projects/tsheetx/files/TimesheetNextGen/1.5.2/timesheet.ng-1.5.2.tar.gz/download"&gt;https://sourceforge.net/projects/tsheetx/files/TimesheetNextGen/1.5.2/timesheet.ng-1.5.2.tar.gz/download&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="font-family: 'Courier New', Courier, monospace; font-size: x-small;"&gt;100%[====================================&amp;gt;] 542.418 &amp;nbsp; &amp;nbsp; 1,25M/s &amp;nbsp; en 0,4s &amp;nbsp; &amp;nbsp;&lt;/span&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="font-family: 'Courier New', Courier, monospace; font-size: x-small;"&gt;2011-01-24 12:24:56 (1,25 MB/s) - «timesheet.ng-1.5.2.tar.gz» guardado [542418/542418]&lt;/span&gt;&lt;br /&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;b&gt;&lt;u&gt;DESCOMPRIMIR TAR:&lt;/u&gt;&lt;/b&gt;&lt;/div&gt;&lt;div&gt;Una vez descargado el tar ball, lo que haremos es descomprimirlo.&lt;/div&gt;&lt;br /&gt;&lt;blockquote&gt;&lt;span class="Apple-style-span" style="font-family: 'Courier New', Courier, monospace;"&gt;tar xfzv timesheet.ng-1.5.2.tar.gz&lt;/span&gt;&lt;/blockquote&gt;Esto creará una carpeta llamada &lt;b&gt;timesheet.ng-1.5.2&lt;/b&gt;.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;&lt;u&gt;HACER VISIBLE LA CARPETA POR APACHE:&lt;/u&gt;&lt;/b&gt;&lt;br /&gt;Primero movemos la carpeta al espacio que por defecto nos mapea Apache&lt;br /&gt;sudo mv timesheet.ng-1.5.2 /var/www&lt;br /&gt;&lt;br /&gt;Luego le cambiamos los permisos para que el usuario de Apache (www-data) puede tener acceso&lt;br /&gt;sudo chown -R www-data:www-data /var/www/timesheet.ng-1.5.2/&lt;br /&gt;&lt;br /&gt;&lt;b&gt;&lt;u&gt;INSTALAR;&lt;/u&gt;&lt;/b&gt;&lt;br /&gt;Si ahora vamos a&amp;nbsp;http://localhost/timesheet.ng-1.5.2/ nos redirigirá a&amp;nbsp;http://localhost/timesheet.ng-1.5.2/install/ y veremos lo siguiente:&lt;br /&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://4.bp.blogspot.com/_W2hHthyTiyA/TT1mrgMVJOI/AAAAAAAAApo/VHyRVeIvbW8/s1600/ts1.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="332" src="http://4.bp.blogspot.com/_W2hHthyTiyA/TT1mrgMVJOI/AAAAAAAAApo/VHyRVeIvbW8/s640/ts1.png" width="640" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;Lo primero que nos dice es que copiemos los archivos &lt;b&gt;database_credentials.inc.in&lt;/b&gt; y &lt;b&gt;table_names.inc.in&lt;/b&gt; que estan en la carpeta install a la carpeta anterior. Es decir, de&amp;nbsp;&lt;b&gt;&lt;i&gt;/var/www/timesheet.ng-1.5.2/install&lt;/i&gt;&lt;/b&gt; a la carpeta&amp;nbsp;&lt;b&gt;&lt;i&gt;/var/www/timesheet.ng-1.5.2/&lt;/i&gt;&lt;/b&gt; .Nos dice que nos aseguremos que sean &lt;u&gt;escribibles&lt;/u&gt;.. y eso lo hicimos antes dándole como propietario a toda la carpeta al usuario &lt;b&gt;www-data&lt;/b&gt;. Así pues, hagámoslo:&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;sudo cp -a&amp;nbsp;/var/www/timesheet.ng-1.5.2/install/database_credentials.inc.in ../database_credentials.inc&lt;/div&gt;&lt;div style="text-align: justify;"&gt;sudo cp -a&amp;nbsp;/var/www/timesheet.ng-1.5.2/install/table_names.inc.in ../table_names.inc&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;Bien, al darle al enlace 'refresh' nos saldrá el paso 2 (si todo ha ido bien, sino revisaremos las instrucciones).&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://3.bp.blogspot.com/_W2hHthyTiyA/TT1pMrmWnXI/AAAAAAAAAps/xKQFzzS26S0/s1600/ts2.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="320" src="http://3.bp.blogspot.com/_W2hHthyTiyA/TT1pMrmWnXI/AAAAAAAAAps/xKQFzzS26S0/s640/ts2.png" width="640" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;Bien, aqui nos dice que tenemos un error, pero no hay que asustarse. Es por que ha intentando entrar como el usuario www-data a nuestra base de datos. A menos de que supiéramos que esto iba a pasar y ya con anterioridad creáramos este usuario en la base de datos con esos privilégios, es normal que falle. Lo que haremos ahora es escoger la opción&amp;nbsp;"This database does not exist, please create it now. &lt;i&gt;&lt;span style="color: darkgreen; font-size: xx-small;"&gt;You must have DB Admin credentials for next step.&lt;/span&gt;&lt;/i&gt;" ya que queremos que nos cree lo necesario. En el paso siguiente, nos pedirá los datos de administrador de la base de datos. Así que seleccionamos esa opción y rellenamos el nombre de usuario y contraseña que querremos para el usuario que usará el TimeSheet Next Gen. Yo personalmente también he usado como "Password Function" la opción "PASSWORD" en vez de la de SHA1. Eso va a gustos. Una vez esto, le daremos al botón "Proceed to Step Three".&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://3.bp.blogspot.com/_W2hHthyTiyA/TT1q_yZ1wkI/AAAAAAAAApw/7Vl8yL4O8rw/s1600/ts3.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="191" src="http://3.bp.blogspot.com/_W2hHthyTiyA/TT1q_yZ1wkI/AAAAAAAAApw/7Vl8yL4O8rw/s400/ts3.png" width="400" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;Aquí introduciremos el usuario y contraseña del administrador (root por ejemplo). Luego le daremos al botón "Create the database".&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://2.bp.blogspot.com/_W2hHthyTiyA/TT1060tfAfI/AAAAAAAAAp0/Ud0R0rAXYA4/s1600/ts4.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="272" src="http://2.bp.blogspot.com/_W2hHthyTiyA/TT1060tfAfI/AAAAAAAAAp0/Ud0R0rAXYA4/s640/ts4.png" width="640" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;Ahora nos pedirá los datos para crear un usuario administrador del Timesheet Next Gen. Los rellenamos y le damos a "Install Now".&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://3.bp.blogspot.com/_W2hHthyTiyA/TT11goqJ9mI/AAAAAAAAAp4/eWGKETSdpmc/s1600/ts5.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="410" src="http://3.bp.blogspot.com/_W2hHthyTiyA/TT11goqJ9mI/AAAAAAAAAp4/eWGKETSdpmc/s640/ts5.png" width="640" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;¡Bien!, ahora ya la instalación esta realizada. Por seguridad, nos pide que los archivos&amp;nbsp;&lt;b&gt;database_credentials.inc&lt;/b&gt;&amp;nbsp;y&amp;nbsp;&lt;b&gt;table_names.inc&lt;/b&gt;&amp;nbsp;los hagamos de solo lectura y que borremos la carpeta install. Después de hacer esto ya podremos apretar donde pone "continue to Timesheet Next Gen". Así pues:&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;$ sudo chmod 440&amp;nbsp;/var/www/timesheet.ng-1.5.2/database_credentials.inc&amp;nbsp;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;$ sudo chmod 440&amp;nbsp;/var/www/timesheet.ng-1.5.2//table_names.inc&lt;/div&gt;&lt;br /&gt;&lt;div style="text-align: justify;"&gt;$ sudo rm -rf&amp;nbsp;/var/www/timesheet.ng-1.5.2/install/&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;/div&gt;&lt;br /&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://2.bp.blogspot.com/_W2hHthyTiyA/TT12yEjEUWI/AAAAAAAAAp8/R60f28QvNBM/s1600/ts6.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="122" src="http://2.bp.blogspot.com/_W2hHthyTiyA/TT12yEjEUWI/AAAAAAAAAp8/R60f28QvNBM/s640/ts6.png" width="640" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;Y si entramos con los datos de administrador del TimeSheet NG:&lt;br /&gt;&lt;br /&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://1.bp.blogspot.com/_W2hHthyTiyA/TT13659_HyI/AAAAAAAAAqA/vA49nZn1g9k/s1600/ts7.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="466" src="http://1.bp.blogspot.com/_W2hHthyTiyA/TT13659_HyI/AAAAAAAAAqA/vA49nZn1g9k/s640/ts7.png" width="640" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5282037860157731886-2780256077918347862?l=eithel-inside.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://eithel-inside.blogspot.com/feeds/2780256077918347862/comments/default' title='Enviar comentarios'/><link rel='replies' type='text/html' href='http://eithel-inside.blogspot.com/2011/01/instalar-timesheet-next-gen-en-ubuntu.html#comment-form' title='0 comentarios'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5282037860157731886/posts/default/2780256077918347862'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5282037860157731886/posts/default/2780256077918347862'/><link rel='alternate' type='text/html' href='http://eithel-inside.blogspot.com/2011/01/instalar-timesheet-next-gen-en-ubuntu.html' title='Instalar Timesheet Next Gen en Ubuntu'/><author><name>Eduardo Díaz Díaz</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='33' height='13' src='http://1.bp.blogspot.com/_W2hHthyTiyA/Suqwe5vVWjI/AAAAAAAAAIQ/nDBC814V-kM/S220/EiTheL.png'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://1.bp.blogspot.com/_W2hHthyTiyA/TT1haEbbA8I/AAAAAAAAApk/SI-rKBOEkTw/s72-c/barlow_logo.gif' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5282037860157731886.post-4117895858099160997</id><published>2011-01-24T06:30:00.003+01:00</published><updated>2011-01-24T06:30:00.288+01:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Administración'/><title type='text'>Actualizar Joomla! 1.5.x a 1.6</title><content type='html'>&lt;div dir="ltr" style="text-align: left;" trbidi="on"&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://1.bp.blogspot.com/_W2hHthyTiyA/TTl_zupBIJI/AAAAAAAAApg/cFXcdmjKIrs/s1600/boton_migrar_joomla16.png" imageanchor="1" style="clear: right; float: right; margin-bottom: 1em; margin-left: 1em;"&gt;&lt;img border="0" src="http://1.bp.blogspot.com/_W2hHthyTiyA/TTl_zupBIJI/AAAAAAAAApg/cFXcdmjKIrs/s1600/boton_migrar_joomla16.png" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;En artículos anteriores os hablaba de como instalar Joomla! en Ubuntu:&lt;/div&gt;&lt;br /&gt;&lt;a href="http://eithel-inside.blogspot.com/2010/04/instalar-joomla-en-ubuntu.html"&gt;http://eithel-inside.blogspot.com/2010/04/instalar-joomla-en-ubuntu.html&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;div style="text-align: justify;"&gt;El procedimiento es el mismo para la versión 1.6, así que lo que voy a explicar esta vez es como actualizar de una versión de Joomla! existente a una nueva versión. Antes de eso, me gustaria aprovechar un artículo sacado de JoomlaSpanish que creo que os puede ser de interes:&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;&lt;div style="-webkit-border-horizontal-spacing: 2px; -webkit-border-vertical-spacing: 2px; font-family: Crimson, Tahoma, Helvetica, Arial, sans-serif; font-size: 13px; margin-left: 0px; padding-left: 0px; text-align: justify;"&gt;&lt;strong&gt;¿Debo actualizar mi sitio?&lt;/strong&gt;&lt;br /&gt;&lt;br /&gt;Joomla! 1.6 ofrece muchas nuevas características y funciones a los usuarios de Joomla!, ¿pero esta Joomla! 1.6 pensado para usted?&lt;br /&gt;&lt;br /&gt;Antes de migrar su sitio a Joomla! 1.6 debe revisar los siguientes puntos para asegurarse de que el proceso va a ser lo más fluido posible.&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;¿Ha instalado Joomla! antes?&amp;nbsp;&lt;/strong&gt;&lt;br /&gt;&lt;br /&gt;Se recomienda experiencia y habilidad en Joomla! a nivel básico!.&lt;/div&gt;&lt;ul style="-webkit-border-horizontal-spacing: 2px; -webkit-border-vertical-spacing: 2px; font-family: Crimson, Tahoma, Helvetica, Arial, sans-serif; font-size: 13px;"&gt;&lt;li style="color: black; font-size: 12px; padding-left: 0px;"&gt;¿Necesita categorías anidadas o ACL?&lt;/li&gt;&lt;li style="color: black; font-size: 12px; padding-left: 0px;"&gt;¿Todas las extensiones que utiliza son compatibles con Joomla! 1.6?&lt;/li&gt;&lt;li style="color: black; font-size: 12px; padding-left: 0px;"&gt;¿Está su plantilla preparada para Joomla! 1.6?&lt;/li&gt;&lt;li style="color: black; font-size: 12px; padding-left: 0px;"&gt;¿Es capaz de adaptar el código de su sitio si es necesario?&lt;/li&gt;&lt;/ul&gt;&lt;div style="-webkit-border-horizontal-spacing: 2px; -webkit-border-vertical-spacing: 2px; font-family: Crimson, Tahoma, Helvetica, Arial, sans-serif; font-size: 13px; margin-left: 0px; padding-left: 0px; text-align: justify;"&gt;Si usted contestó sí a estas preguntas entonces Joomla! 1.6 es para usted. Recuerde que Joomla! 1.5 todavía seguira teniendo soporte, por lo que su actual sitio seguirá recibiendo actualizaciones regulares de seguridad sin tener que migrar a Joomla! 1.6.&lt;/div&gt;&lt;div style="-webkit-border-horizontal-spacing: 2px; -webkit-border-vertical-spacing: 2px; font-family: Crimson, Tahoma, Helvetica, Arial, sans-serif; font-size: 13px; margin-left: 0px; padding-left: 0px; text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="-webkit-border-horizontal-spacing: 2px; -webkit-border-vertical-spacing: 2px; font-family: Crimson, Tahoma, Helvetica, Arial, sans-serif; font-size: 13px; margin-left: 0px; padding-left: 0px; text-align: justify;"&gt;(Fuente &lt;a href="http://www.joomlaspanish.org/noticias/191-noticias-16/402-actualizando-tu-sitio-a-joomla-16.html"&gt;joomlaspanish.org&lt;/a&gt;)&lt;/div&gt;&lt;div style="-webkit-border-horizontal-spacing: 2px; -webkit-border-vertical-spacing: 2px; font-family: Crimson, Tahoma, Helvetica, Arial, sans-serif; font-size: 13px; margin-left: 0px; padding-left: 0px; text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="-webkit-border-horizontal-spacing: 2px; -webkit-border-vertical-spacing: 2px; font-family: Crimson, Tahoma, Helvetica, Arial, sans-serif; font-size: 13px; margin-left: 0px; padding-left: 0px; text-align: justify;"&gt;Una vez nos hayamos asegurado de que realmente queremos actualizar, podemos usar un componente llamado JUpgrade que lo que nos hace es toda la faena de una manera bastante eficaz. Para bajar el componente lo podeis hacer de la página de MatWare:&lt;/div&gt;&lt;div style="-webkit-border-horizontal-spacing: 2px; -webkit-border-vertical-spacing: 2px; font-family: Crimson, Tahoma, Helvetica, Arial, sans-serif; font-size: 13px; margin-left: 0px; padding-left: 0px; text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="-webkit-border-horizontal-spacing: 2px; -webkit-border-vertical-spacing: 2px; font-family: Crimson, Tahoma, Helvetica, Arial, sans-serif; font-size: 13px; margin-left: 0px; padding-left: 0px; text-align: justify;"&gt;&lt;a href="http://www.matware.com.ar/downloads/joomla/jupgrade.html"&gt;http://www.matware.com.ar/downloads/joomla/jupgrade.html&lt;/a&gt;&lt;/div&gt;&lt;div style="-webkit-border-horizontal-spacing: 2px; -webkit-border-vertical-spacing: 2px; font-family: Crimson, Tahoma, Helvetica, Arial, sans-serif; font-size: 13px; margin-left: 0px; padding-left: 0px; text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="-webkit-border-horizontal-spacing: 2px; -webkit-border-vertical-spacing: 2px; font-family: Crimson, Tahoma, Helvetica, Arial, sans-serif; font-size: 13px; margin-left: 0px; padding-left: 0px; text-align: justify;"&gt;Para usarlo podeis seguir las instrucciones de este video:&lt;/div&gt;&lt;div style="-webkit-border-horizontal-spacing: 2px; -webkit-border-vertical-spacing: 2px; font-family: Crimson, Tahoma, Helvetica, Arial, sans-serif; font-size: 13px; margin-left: 0px; padding-left: 0px; text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="margin-left: 0px; padding-left: 0px; text-align: justify;"&gt;&lt;span class="Apple-style-span" style="font-family: Crimson, Tahoma, Helvetica, Arial, sans-serif; font-size: x-small;"&gt;&lt;span class="Apple-style-span" style="-webkit-border-horizontal-spacing: 2px; -webkit-border-vertical-spacing: 2px;"&gt;&lt;iframe allowfullscreen="" class="youtube-player" frameborder="0" height="390" src="http://www.youtube.com/embed/cAufYW9SBm8" title="YouTube video player" type="text/html" width="640"&gt;&lt;/iframe&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="-webkit-border-horizontal-spacing: 2px; -webkit-border-vertical-spacing: 2px; font-family: Crimson, Tahoma, Helvetica, Arial, sans-serif; font-size: 13px; margin-left: 0px; padding-left: 0px; text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="-webkit-border-horizontal-spacing: 2px; -webkit-border-vertical-spacing: 2px; font-family: Crimson, Tahoma, Helvetica, Arial, sans-serif; font-size: 13px; margin-left: 0px; padding-left: 0px; text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="-webkit-border-horizontal-spacing: 2px; -webkit-border-vertical-spacing: 2px; font-family: Crimson, Tahoma, Helvetica, Arial, sans-serif; font-size: 13px; margin-left: 0px; padding-left: 0px; text-align: justify;"&gt;Os dejo un video (en ingles) sobre las novedades de Joomla! 1.6&lt;/div&gt;&lt;div style="-webkit-border-horizontal-spacing: 2px; -webkit-border-vertical-spacing: 2px; font-family: Crimson, Tahoma, Helvetica, Arial, sans-serif; font-size: 13px; margin-left: 0px; padding-left: 0px; text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="margin-left: 0px; padding-left: 0px; text-align: justify;"&gt;&lt;span class="Apple-style-span" style="font-family: Crimson, Tahoma, Helvetica, Arial, sans-serif; font-size: x-small;"&gt;&lt;span class="Apple-style-span" style="-webkit-border-horizontal-spacing: 2px; -webkit-border-vertical-spacing: 2px;"&gt;&lt;iframe allowfullscreen="" class="youtube-player" frameborder="0" height="390" src="http://www.youtube.com/embed/iw7tzibT3C4" title="YouTube video player" type="text/html" width="640"&gt;&lt;/iframe&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="margin-left: 0px; padding-left: 0px; text-align: justify;"&gt;&lt;span class="Apple-style-span" style="font-family: Crimson, Tahoma, Helvetica, Arial, sans-serif; font-size: x-small;"&gt;&lt;span class="Apple-style-span" style="-webkit-border-horizontal-spacing: 2px; -webkit-border-vertical-spacing: 2px;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="margin-left: 0px; padding-left: 0px; text-align: justify;"&gt;&lt;span class="Apple-style-span" style="font-family: Crimson, Tahoma, Helvetica, Arial, sans-serif; font-size: x-small;"&gt;&lt;span class="Apple-style-span" style="-webkit-border-horizontal-spacing: 2px; -webkit-border-vertical-spacing: 2px;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5282037860157731886-4117895858099160997?l=eithel-inside.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://eithel-inside.blogspot.com/feeds/4117895858099160997/comments/default' title='Enviar comentarios'/><link rel='replies' type='text/html' href='http://eithel-inside.blogspot.com/2011/01/actualizar-joomla-15x-16.html#comment-form' title='0 comentarios'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5282037860157731886/posts/default/4117895858099160997'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5282037860157731886/posts/default/4117895858099160997'/><link rel='alternate' type='text/html' href='http://eithel-inside.blogspot.com/2011/01/actualizar-joomla-15x-16.html' title='Actualizar Joomla! 1.5.x a 1.6'/><author><name>Eduardo Díaz Díaz</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='33' height='13' src='http://1.bp.blogspot.com/_W2hHthyTiyA/Suqwe5vVWjI/AAAAAAAAAIQ/nDBC814V-kM/S220/EiTheL.png'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://1.bp.blogspot.com/_W2hHthyTiyA/TTl_zupBIJI/AAAAAAAAApg/cFXcdmjKIrs/s72-c/boton_migrar_joomla16.png' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5282037860157731886.post-8607050364134385394</id><published>2011-01-21T13:09:00.000+01:00</published><updated>2011-01-21T13:09:28.237+01:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Administración'/><title type='text'>Arreglar cuando OpenOffice crea vacios con nombre1.odt nombre2.odt  ..</title><content type='html'>&lt;div dir="ltr" style="text-align: left;" trbidi="on"&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://1.bp.blogspot.com/_W2hHthyTiyA/TTl3UyGbQwI/AAAAAAAAApc/rafeKHSV_xQ/s1600/images+%25281%2529.jpg" imageanchor="1" style="clear: right; float: right; margin-bottom: 1em; margin-left: 1em;"&gt;&lt;img border="0" src="http://1.bp.blogspot.com/_W2hHthyTiyA/TTl3UyGbQwI/AAAAAAAAApc/rafeKHSV_xQ/s1600/images+%25281%2529.jpg" /&gt;&lt;/a&gt;&lt;/div&gt;Hace poco experimenté que cuando desde mi Ubuntu 10.10 grababa un archivo de openoffice en red en mi almacén NAS, este creaba en cada grabación un archivo vacio que se llamaba igual que el original pero con un número delante de .odt. Es decir:&lt;br /&gt;&lt;br /&gt;nombre original: mi_archivo.odt&lt;br /&gt;&lt;br /&gt;Entonces creaba en cada grabación archivos como:&lt;br /&gt;&lt;br /&gt;mi_archivo0.odt&lt;br /&gt;mi_archivo1.odt&lt;br /&gt;mi_archivo2.odt&lt;br /&gt;etc etc&lt;br /&gt;&lt;br /&gt;Bien, esto se produce debido a un bit de Read Lock que se hace cuando se graba en red. Hay casos en que la cabina de discos tiene sus propios bits de control (e incluso el protocolo que monta las unidades), con lo cual podemos solucionarlo montando dicha unidad de red con la opción nobrl. Es decir, algo como&lt;br /&gt;&lt;br /&gt;en el fstab:&lt;br /&gt;&lt;br /&gt;//mi_servidor/Mi_recurso_red /home/usuario/carpeta_local/ cifs rw,&lt;b&gt;nobrl&lt;/b&gt;,uid=1000,gid=1000 0 0&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5282037860157731886-8607050364134385394?l=eithel-inside.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://eithel-inside.blogspot.com/feeds/8607050364134385394/comments/default' title='Enviar comentarios'/><link rel='replies' type='text/html' href='http://eithel-inside.blogspot.com/2011/01/arreglar-cuando-openoffice-crea-vacios.html#comment-form' title='0 comentarios'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5282037860157731886/posts/default/8607050364134385394'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5282037860157731886/posts/default/8607050364134385394'/><link rel='alternate' type='text/html' href='http://eithel-inside.blogspot.com/2011/01/arreglar-cuando-openoffice-crea-vacios.html' title='Arreglar cuando OpenOffice crea vacios con nombre1.odt nombre2.odt  ..'/><author><name>Eduardo Díaz Díaz</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='33' height='13' src='http://1.bp.blogspot.com/_W2hHthyTiyA/Suqwe5vVWjI/AAAAAAAAAIQ/nDBC814V-kM/S220/EiTheL.png'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://1.bp.blogspot.com/_W2hHthyTiyA/TTl3UyGbQwI/AAAAAAAAApc/rafeKHSV_xQ/s72-c/images+%25281%2529.jpg' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5282037860157731886.post-4658338385107652512</id><published>2011-01-19T13:56:00.001+01:00</published><updated>2011-01-19T14:00:57.200+01:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Escritorio'/><title type='text'>Usa estádares abiertos</title><content type='html'>&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="https://developer.mozilla.org/@api/deki/files/275/=Moz_ffx_openStandards_264x198.jpg" imageanchor="1" style="clear: right; float: right; margin-bottom: 1em; margin-left: 1em;"&gt;&lt;img border="0" src="https://developer.mozilla.org/@api/deki/files/275/=Moz_ffx_openStandards_264x198.jpg" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;span class="Apple-style-span" style="font-family: Arial, Helvetica, sans-serif; font-size: 13px; line-height: 19px;"&gt;&lt;b&gt;Estándar abierto&lt;/b&gt;&lt;/span&gt;&lt;span class="Apple-style-span" style="font-size: 13px; line-height: 19px;"&gt;&amp;nbsp;es una especificación disponible públicamente para lograr una tarea específica-&lt;/span&gt;&lt;/div&gt;&lt;span class="Apple-style-span" style="font-size: 13px; line-height: 19px;"&gt;&lt;span class="Apple-style-span" style="font-family: Arial, Helvetica, sans-serif;"&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;div style="margin-left: 0px; margin-right: 0px; text-align: justify;"&gt;&lt;span class="Apple-style-span" style="font-size: 13px; line-height: 19px;"&gt;&lt;span class="Apple-style-span" style="font-family: Arial, Helvetica, sans-serif;"&gt;La especificación debe haber sido desarrollada en proceso abierto a toda la industria y también debe garantizar que cualquiera la puede usar sin necesidad de pagar regalías o rendir condiciones a ningún otro. Al permitir a todos el obtener e implementar el estándar, pueden incrementar y permitir la compatibilidad e interoperabilidad entre distintos componentes de&lt;a href="http://es.wikipedia.org/wiki/Hardware" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="Hardware"&gt;hardware&lt;/a&gt;&amp;nbsp;y&amp;nbsp;&lt;a href="http://es.wikipedia.org/wiki/Software" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="Software"&gt;software&lt;/a&gt;, ya que cualquiera con el conocimiento técnico necesario y recursos puede construir productos que trabajen con los de otros vendedores, los cuales comparten en su diseño base el estándar.&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="margin-left: 0px; margin-right: 0px; text-align: justify;"&gt;&lt;span class="Apple-style-span" style="font-size: 13px; line-height: 19px;"&gt;&lt;span class="Apple-style-span" style="font-family: Arial, Helvetica, sans-serif;"&gt;Los estándares abiertos tienden a generar un mercado libre y muy dinámico, porque al no haber restricciones en su uso lo común es que sobre unos estándares abiertos se edifiquen otros y así sucesivamente. Es el caso de los estándares más comunes de Internet y por tanto de la Internet misma.&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="margin-left: 0px; margin-right: 0px; text-align: justify;"&gt;&lt;span class="Apple-style-span" style="font-size: 13px; line-height: 19px;"&gt;&lt;span class="Apple-style-span" style="font-family: Arial, Helvetica, sans-serif;"&gt;En los estándares informáticos no abiertos, los poseedores de las&amp;nbsp;&lt;a href="http://es.wikipedia.org/wiki/Patente_de_software" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; color: #0645ad; text-decoration: none;" title="Patente de software"&gt;patentes de software&lt;/a&gt;&amp;nbsp;pueden imponer sobrecargos u otros términos de licencia en las implementaciones del estándar.&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="font-size: xx-small;"&gt;(Fuente &lt;a href="http://es.wikipedia.org/wiki/Est%C3%A1ndar_abierto"&gt;Wikipedia&lt;/a&gt;)&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;div style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px;"&gt;En la web de desarrolladores de Mozilla podemos encontrar este simpático fondo de pantalla para promocionar el uso de estandares abiertos:&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;a href="https://developer.mozilla.org/Project:en/Promote_MDC"&gt;https://developer.mozilla.org/Project:en/Promote_MDC&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;ul&gt;&lt;li&gt;&lt;a class="iconitext-16 ext-jpg " href="https://developer.mozilla.org/@api/deki/files/276/=Moz_ffx_openStandards_800x600.jpg" rel="internal"&gt;800x600 pixels&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a class="iconitext-16 ext-jpg " href="https://developer.mozilla.org/@api/deki/files/271/=Moz_ffx_openStandards_1024x768.jpg" rel="internal"&gt;1024x768 pixels&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a class="iconitext-16 ext-jpg " href="https://developer.mozilla.org/@api/deki/files/272/=Moz_ffx_openStandards_1280x1024.jpg" rel="internal"&gt;1280x1024 pixels&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a class="iconitext-16 ext-jpg " href="https://developer.mozilla.org/@api/deki/files/273/=Moz_ffx_openStandards_1440x900.jpg" rel="internal"&gt;1440x900 pixels&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a class="iconitext-16 ext-jpg " href="https://developer.mozilla.org/@api/deki/files/274/=Moz_ffx_openStandards_1680x1050.jpg" rel="internal"&gt;1680x1050 pixels&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5282037860157731886-4658338385107652512?l=eithel-inside.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://eithel-inside.blogspot.com/feeds/4658338385107652512/comments/default' title='Enviar comentarios'/><link rel='replies' type='text/html' href='http://eithel-inside.blogspot.com/2011/01/usa-estadares-abiertos.html#comment-form' title='0 comentarios'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5282037860157731886/posts/default/4658338385107652512'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5282037860157731886/posts/default/4658338385107652512'/><link rel='alternate' type='text/html' href='http://eithel-inside.blogspot.com/2011/01/usa-estadares-abiertos.html' title='Usa estádares abiertos'/><author><name>Eduardo Díaz Díaz</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='33' height='13' src='http://1.bp.blogspot.com/_W2hHthyTiyA/Suqwe5vVWjI/AAAAAAAAAIQ/nDBC814V-kM/S220/EiTheL.png'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5282037860157731886.post-3165903981319523177</id><published>2011-01-13T08:19:00.008+01:00</published><updated>2011-01-13T08:42:32.483+01:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Escritorio'/><title type='text'>Instalar DNIe en Ubuntu 10.10</title><content type='html'>&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://4.bp.blogspot.com/_W2hHthyTiyA/TS6nHhF9hoI/AAAAAAAAApE/Xn3-dWU7Byg/s1600/Dnielectronico.jpg" imageanchor="1" style="clear: right; float: right; margin-bottom: 1em; margin-left: 1em;"&gt;&lt;img border="0" height="210" src="http://4.bp.blogspot.com/_W2hHthyTiyA/TS6nHhF9hoI/AAAAAAAAApE/Xn3-dWU7Byg/s320/Dnielectronico.jpg" width="320" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div style="font-family: sans-serif; font-size: 13px; line-height: 19px; margin-left: 0px; margin-right: 0px;"&gt;En&amp;nbsp;&lt;a href="http://es.wikipedia.org/wiki/Espa%C3%B1a" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="España"&gt;España&lt;/a&gt;&amp;nbsp;se expide desde marzo del año 2006 un tipo especial de&amp;nbsp;&lt;a href="http://es.wikipedia.org/wiki/Documento_de_identidad" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="Documento de identidad"&gt;documento de identidad&lt;/a&gt;&amp;nbsp;denominado&amp;nbsp;&lt;b&gt;DNI electrónico&lt;/b&gt;. Se trata de la evolución del&amp;nbsp;&lt;a class="mw-redirect" href="http://es.wikipedia.org/wiki/Documento_Nacional_de_Identidad" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="Documento Nacional de Identidad"&gt;Documento Nacional de Identidad&lt;/a&gt;&amp;nbsp;pensada para adaptar su uso a la&amp;nbsp;&lt;a href="http://es.wikipedia.org/wiki/Sociedad_de_la_informaci%C3%B3n" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="Sociedad de la información"&gt;sociedad de la información&lt;/a&gt;&amp;nbsp;y para que sus portadores puedan darle uso para determinados servicios electrónicos.&lt;/div&gt;&lt;div style="font-family: sans-serif; font-size: 13px; line-height: 19px; margin-left: 0px; margin-right: 0px;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="font-family: sans-serif; font-size: 13px; line-height: 19px; margin-left: 0px; margin-right: 0px;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="font-family: sans-serif; font-size: 13px; line-height: 19px; margin-left: 0px; margin-right: 0px;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="font-family: sans-serif; font-size: 13px; line-height: 19px; margin-left: 0px; margin-right: 0px;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="font-family: sans-serif; font-size: 13px; line-height: 19px; margin-left: 0px; margin-right: 0px;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="font-family: sans-serif; font-size: 13px; line-height: 19px; margin-left: 0px; margin-right: 0px;"&gt;&lt;hr /&gt;Instalamos los paquetes necesarios (libccid y pcscd)&lt;/div&gt;&lt;div style="font-family: sans-serif; font-size: 13px; line-height: 19px; margin-left: 0px; margin-right: 0px;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://2.bp.blogspot.com/_W2hHthyTiyA/TS6miU4JrVI/AAAAAAAAApA/alTN6K4prwU/s1600/paquetesdni.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="163" src="http://2.bp.blogspot.com/_W2hHthyTiyA/TS6miU4JrVI/AAAAAAAAApA/alTN6K4prwU/s640/paquetesdni.png" width="640" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div style="font-family: sans-serif; font-size: 13px; line-height: 19px; margin-left: 0px; margin-right: 0px;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="font-family: sans-serif; font-size: 13px; line-height: 19px; margin-left: 0px; margin-right: 0px;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="font-family: sans-serif; line-height: 19px; margin-left: 0px; margin-right: 0px;"&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-size: large;"&gt;libccid&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;&lt;div style="font-family: sans-serif; font-size: 13px; line-height: 19px; margin-left: 0px; margin-right: 0px;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="font-family: sans-serif; font-size: 13px; line-height: 19px; margin-left: 0px; margin-right: 0px;"&gt;La información relativa a este paquete es la siguiente:&lt;/div&gt;&lt;div style="font-family: sans-serif; font-size: 13px; line-height: 19px; margin-left: 0px; margin-right: 0px;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="margin-left: 0px; margin-right: 0px;"&gt;&lt;/div&gt;&lt;div style="margin-left: 0px; margin-right: 0px;"&gt;&lt;span class="Apple-style-span" style="font-family: Times, 'Times New Roman', serif; font-size: x-small;"&gt;&lt;span class="Apple-style-span" style="line-height: 19px;"&gt;&lt;i&gt;This library provides a PC/SC IFD handler implementation for the USB smart&lt;/i&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="margin-left: 0px; margin-right: 0px;"&gt;&lt;span class="Apple-style-span" style="font-family: Times, 'Times New Roman', serif; font-size: x-small;"&gt;&lt;span class="Apple-style-span" style="line-height: 19px;"&gt;&lt;i&gt;card drivers compliant to the CCID protocol.&lt;/i&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="margin-left: 0px; margin-right: 0px;"&gt;&lt;span class="Apple-style-span" style="font-family: Times, 'Times New Roman', serif; font-size: x-small;"&gt;&lt;span class="Apple-style-span" style="line-height: 19px;"&gt;&lt;i&gt;&lt;br /&gt;&lt;/i&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="margin-left: 0px; margin-right: 0px;"&gt;&lt;span class="Apple-style-span" style="font-family: Times, 'Times New Roman', serif; font-size: x-small;"&gt;&lt;span class="Apple-style-span" style="line-height: 19px;"&gt;&lt;i&gt;This package is needed to communicate with the CCID smartcard readers through&lt;/i&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="margin-left: 0px; margin-right: 0px;"&gt;&lt;span class="Apple-style-span" style="font-family: Times, 'Times New Roman', serif; font-size: x-small;"&gt;&lt;span class="Apple-style-span" style="line-height: 19px;"&gt;&lt;i&gt;the PC/SC Lite resource manager (pcscd).&lt;/i&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="margin-left: 0px; margin-right: 0px;"&gt;&lt;span class="Apple-style-span" style="font-family: Times, 'Times New Roman', serif; font-size: x-small;"&gt;&lt;span class="Apple-style-span" style="line-height: 19px;"&gt;&lt;i&gt;&lt;br /&gt;&lt;/i&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="margin-left: 0px; margin-right: 0px;"&gt;&lt;span class="Apple-style-span" style="font-family: Times, 'Times New Roman', serif; font-size: x-small;"&gt;&lt;span class="Apple-style-span" style="line-height: 19px;"&gt;&lt;i&gt;Supported USB readers are (see homepage for more info):&lt;/i&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="margin-left: 0px; margin-right: 0px;"&gt;&lt;span class="Apple-style-span" style="font-family: Times, 'Times New Roman', serif; font-size: x-small;"&gt;&lt;span class="Apple-style-span" style="line-height: 19px;"&gt;&lt;i&gt;&amp;nbsp;- ActivCard USB reader 3.0&lt;/i&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="margin-left: 0px; margin-right: 0px;"&gt;&lt;span class="Apple-style-span" style="font-family: Times, 'Times New Roman', serif; font-size: x-small;"&gt;&lt;span class="Apple-style-span" style="line-height: 19px;"&gt;&lt;i&gt;&amp;nbsp;- Advanced Card Systems ACR 38U-CCID&lt;/i&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="margin-left: 0px; margin-right: 0px;"&gt;&lt;span class="Apple-style-span" style="font-family: Times, 'Times New Roman', serif; font-size: x-small;"&gt;&lt;span class="Apple-style-span" style="line-height: 19px;"&gt;&lt;i&gt;&amp;nbsp;- Alcor Micro AU9520&lt;/i&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="margin-left: 0px; margin-right: 0px;"&gt;&lt;span class="Apple-style-span" style="font-family: Times, 'Times New Roman', serif; font-size: x-small;"&gt;&lt;span class="Apple-style-span" style="line-height: 19px;"&gt;&lt;i&gt;&amp;nbsp;- Athena ASE IIIe USB V2&lt;/i&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="margin-left: 0px; margin-right: 0px;"&gt;&lt;span class="Apple-style-span" style="font-family: Times, 'Times New Roman', serif; font-size: x-small;"&gt;&lt;span class="Apple-style-span" style="line-height: 19px;"&gt;&lt;i&gt;&amp;nbsp;- Athena ASE IIIe KB USB&lt;/i&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="margin-left: 0px; margin-right: 0px;"&gt;&lt;span class="Apple-style-span" style="font-family: Times, 'Times New Roman', serif; font-size: x-small;"&gt;&lt;span class="Apple-style-span" style="line-height: 19px;"&gt;&lt;i&gt;&amp;nbsp;- Axalto Reflex USB v3&lt;/i&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="margin-left: 0px; margin-right: 0px;"&gt;&lt;span class="Apple-style-span" style="font-family: Times, 'Times New Roman', serif; font-size: x-small;"&gt;&lt;span class="Apple-style-span" style="line-height: 19px;"&gt;&lt;i&gt;&amp;nbsp;- Blutronics Bludrive II CCID&lt;/i&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="margin-left: 0px; margin-right: 0px;"&gt;&lt;span class="Apple-style-span" style="font-family: Times, 'Times New Roman', serif; font-size: x-small;"&gt;&lt;span class="Apple-style-span" style="line-height: 19px;"&gt;&lt;i&gt;&amp;nbsp;- C3PO LTC31&lt;/i&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="margin-left: 0px; margin-right: 0px;"&gt;&lt;span class="Apple-style-span" style="font-family: Times, 'Times New Roman', serif; font-size: x-small;"&gt;&lt;span class="Apple-style-span" style="line-height: 19px;"&gt;&lt;i&gt;&amp;nbsp;- C3PO LTC32&lt;/i&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="margin-left: 0px; margin-right: 0px;"&gt;&lt;span class="Apple-style-span" style="font-family: Times, 'Times New Roman', serif; font-size: x-small;"&gt;&lt;span class="Apple-style-span" style="line-height: 19px;"&gt;&lt;i&gt;&amp;nbsp;- C3PO KBR36&lt;/i&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="margin-left: 0px; margin-right: 0px;"&gt;&lt;span class="Apple-style-span" style="font-family: Times, 'Times New Roman', serif; font-size: x-small;"&gt;&lt;span class="Apple-style-span" style="line-height: 19px;"&gt;&lt;i&gt;&amp;nbsp;- C3PO TLTC2USB&lt;/i&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="margin-left: 0px; margin-right: 0px;"&gt;&lt;span class="Apple-style-span" style="font-family: Times, 'Times New Roman', serif; font-size: x-small;"&gt;&lt;span class="Apple-style-span" style="line-height: 19px;"&gt;&lt;i&gt;&amp;nbsp;- Charismathics token&lt;/i&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="margin-left: 0px; margin-right: 0px;"&gt;&lt;span class="Apple-style-span" style="font-family: Times, 'Times New Roman', serif; font-size: x-small;"&gt;&lt;span class="Apple-style-span" style="line-height: 19px;"&gt;&lt;i&gt;&amp;nbsp;- Cherry XX33 keyboard&lt;/i&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="margin-left: 0px; margin-right: 0px;"&gt;&lt;span class="Apple-style-span" style="font-family: Times, 'Times New Roman', serif; font-size: x-small;"&gt;&lt;span class="Apple-style-span" style="line-height: 19px;"&gt;&lt;i&gt;&amp;nbsp;- Cherry XX44 keyboard&lt;/i&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="margin-left: 0px; margin-right: 0px;"&gt;&lt;span class="Apple-style-span" style="font-family: Times, 'Times New Roman', serif; font-size: x-small;"&gt;&lt;span class="Apple-style-span" style="line-height: 19px;"&gt;&lt;i&gt;&amp;nbsp;- Cherry SmartTerminal ST2XXX&lt;/i&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="margin-left: 0px; margin-right: 0px;"&gt;&lt;span class="Apple-style-span" style="font-family: Times, 'Times New Roman', serif; font-size: x-small;"&gt;&lt;span class="Apple-style-span" style="line-height: 19px;"&gt;&lt;i&gt;&amp;nbsp;- Cherry ST-1044U&lt;/i&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="margin-left: 0px; margin-right: 0px;"&gt;&lt;span class="Apple-style-span" style="font-family: Times, 'Times New Roman', serif; font-size: x-small;"&gt;&lt;span class="Apple-style-span" style="line-height: 19px;"&gt;&lt;i&gt;&amp;nbsp;- Dell keyboard SK-3106&lt;/i&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="margin-left: 0px; margin-right: 0px;"&gt;&lt;span class="Apple-style-span" style="font-family: Times, 'Times New Roman', serif; font-size: x-small;"&gt;&lt;span class="Apple-style-span" style="line-height: 19px;"&gt;&lt;i&gt;&amp;nbsp;- Dell smart card reader keyboard&lt;/i&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="margin-left: 0px; margin-right: 0px;"&gt;&lt;span class="Apple-style-span" style="font-family: Times, 'Times New Roman', serif; font-size: x-small;"&gt;&lt;span class="Apple-style-span" style="line-height: 19px;"&gt;&lt;i&gt;&amp;nbsp;- Eutron SIM Pocket Combo&lt;/i&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="margin-left: 0px; margin-right: 0px;"&gt;&lt;span class="Apple-style-span" style="font-family: Times, 'Times New Roman', serif; font-size: x-small;"&gt;&lt;span class="Apple-style-span" style="line-height: 19px;"&gt;&lt;i&gt;&amp;nbsp;- Eutron CryptoIdentity&lt;/i&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="margin-left: 0px; margin-right: 0px;"&gt;&lt;span class="Apple-style-span" style="font-family: Times, 'Times New Roman', serif; font-size: x-small;"&gt;&lt;span class="Apple-style-span" style="line-height: 19px;"&gt;&lt;i&gt;&amp;nbsp;- Eutron Smart Pocket&lt;/i&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="margin-left: 0px; margin-right: 0px;"&gt;&lt;span class="Apple-style-span" style="font-family: Times, 'Times New Roman', serif; font-size: x-small;"&gt;&lt;span class="Apple-style-span" style="line-height: 19px;"&gt;&lt;i&gt;&amp;nbsp;- Eutron Digipass 860&lt;/i&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="margin-left: 0px; margin-right: 0px;"&gt;&lt;span class="Apple-style-span" style="font-family: Times, 'Times New Roman', serif; font-size: x-small;"&gt;&lt;span class="Apple-style-span" style="line-height: 19px;"&gt;&lt;i&gt;&amp;nbsp;- Fujitsu Siemens Computers SmartCard USB 2A&lt;/i&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="margin-left: 0px; margin-right: 0px;"&gt;&lt;span class="Apple-style-span" style="font-family: Times, 'Times New Roman', serif; font-size: x-small;"&gt;&lt;span class="Apple-style-span" style="line-height: 19px;"&gt;&lt;i&gt;&amp;nbsp;- Fujitsu Siemens Computers SmartCard Keyboard USB 2A&lt;/i&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="margin-left: 0px; margin-right: 0px;"&gt;&lt;span class="Apple-style-span" style="font-family: Times, 'Times New Roman', serif; font-size: x-small;"&gt;&lt;span class="Apple-style-span" style="line-height: 19px;"&gt;&lt;i&gt;&amp;nbsp;- Gemplus GemPC 433 SL&lt;/i&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="margin-left: 0px; margin-right: 0px;"&gt;&lt;span class="Apple-style-span" style="font-family: Times, 'Times New Roman', serif; font-size: x-small;"&gt;&lt;span class="Apple-style-span" style="line-height: 19px;"&gt;&lt;i&gt;&amp;nbsp;- Gemplus GemPC Key&lt;/i&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="margin-left: 0px; margin-right: 0px;"&gt;&lt;span class="Apple-style-span" style="font-family: Times, 'Times New Roman', serif; font-size: x-small;"&gt;&lt;span class="Apple-style-span" style="line-height: 19px;"&gt;&lt;i&gt;&amp;nbsp;- Gemplus GemPC PinPad&lt;/i&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="margin-left: 0px; margin-right: 0px;"&gt;&lt;span class="Apple-style-span" style="font-family: Times, 'Times New Roman', serif; font-size: x-small;"&gt;&lt;span class="Apple-style-span" style="line-height: 19px;"&gt;&lt;i&gt;&amp;nbsp;- Gemplus GemPC Twin&lt;/i&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="margin-left: 0px; margin-right: 0px;"&gt;&lt;span class="Apple-style-span" style="font-family: Times, 'Times New Roman', serif; font-size: x-small;"&gt;&lt;span class="Apple-style-span" style="line-height: 19px;"&gt;&lt;i&gt;&amp;nbsp;- Gemplus GemCore POS Pro&lt;/i&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="margin-left: 0px; margin-right: 0px;"&gt;&lt;span class="Apple-style-span" style="font-family: Times, 'Times New Roman', serif; font-size: x-small;"&gt;&lt;span class="Apple-style-span" style="line-height: 19px;"&gt;&lt;i&gt;&amp;nbsp;- Gemplus GemCore SIM Pro&lt;/i&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="margin-left: 0px; margin-right: 0px;"&gt;&lt;span class="Apple-style-span" style="font-family: Times, 'Times New Roman', serif; font-size: x-small;"&gt;&lt;span class="Apple-style-span" style="line-height: 19px;"&gt;&lt;i&gt;&amp;nbsp;- Giesecke &amp;amp; Devrient StarSign Card Token 350&lt;/i&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="margin-left: 0px; margin-right: 0px;"&gt;&lt;span class="Apple-style-span" style="font-family: Times, 'Times New Roman', serif; font-size: x-small;"&gt;&lt;span class="Apple-style-span" style="line-height: 19px;"&gt;&lt;i&gt;&amp;nbsp;- Giesecke &amp;amp; Devrient StarSign Card Token 550&lt;/i&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="margin-left: 0px; margin-right: 0px;"&gt;&lt;span class="Apple-style-span" style="font-family: Times, 'Times New Roman', serif; font-size: x-small;"&gt;&lt;span class="Apple-style-span" style="line-height: 19px;"&gt;&lt;i&gt;&amp;nbsp;- HP USB Smart Card Keyboard&lt;/i&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="margin-left: 0px; margin-right: 0px;"&gt;&lt;span class="Apple-style-span" style="font-family: Times, 'Times New Roman', serif; font-size: x-small;"&gt;&lt;span class="Apple-style-span" style="line-height: 19px;"&gt;&lt;i&gt;&amp;nbsp;- HP USB Smartcard Reader&lt;/i&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="margin-left: 0px; margin-right: 0px;"&gt;&lt;span class="Apple-style-span" style="font-family: Times, 'Times New Roman', serif; font-size: x-small;"&gt;&lt;span class="Apple-style-span" style="line-height: 19px;"&gt;&lt;i&gt;&amp;nbsp;- id3 Semiconductors CL1356D&lt;/i&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="margin-left: 0px; margin-right: 0px;"&gt;&lt;span class="Apple-style-span" style="font-family: Times, 'Times New Roman', serif; font-size: x-small;"&gt;&lt;span class="Apple-style-span" style="line-height: 19px;"&gt;&lt;i&gt;&amp;nbsp;- id3 Semiconductors CL1356T&lt;/i&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="margin-left: 0px; margin-right: 0px;"&gt;&lt;span class="Apple-style-span" style="font-family: Times, 'Times New Roman', serif; font-size: x-small;"&gt;&lt;span class="Apple-style-span" style="line-height: 19px;"&gt;&lt;i&gt;&amp;nbsp;- Kobil KAAN Base&lt;/i&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="margin-left: 0px; margin-right: 0px;"&gt;&lt;span class="Apple-style-span" style="font-family: Times, 'Times New Roman', serif; font-size: x-small;"&gt;&lt;span class="Apple-style-span" style="line-height: 19px;"&gt;&lt;i&gt;&amp;nbsp;- Kobil KAAN Advanced&lt;/i&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="margin-left: 0px; margin-right: 0px;"&gt;&lt;span class="Apple-style-span" style="font-family: Times, 'Times New Roman', serif; font-size: x-small;"&gt;&lt;span class="Apple-style-span" style="line-height: 19px;"&gt;&lt;i&gt;&amp;nbsp;- Kobil KAAN SIM III&lt;/i&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="margin-left: 0px; margin-right: 0px;"&gt;&lt;span class="Apple-style-span" style="font-family: Times, 'Times New Roman', serif; font-size: x-small;"&gt;&lt;span class="Apple-style-span" style="line-height: 19px;"&gt;&lt;i&gt;&amp;nbsp;- Kobil mIDentity&lt;/i&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="margin-left: 0px; margin-right: 0px;"&gt;&lt;span class="Apple-style-span" style="font-family: Times, 'Times New Roman', serif; font-size: x-small;"&gt;&lt;span class="Apple-style-span" style="line-height: 19px;"&gt;&lt;i&gt;&amp;nbsp;- Lexar Smart Enterprise Guardian&lt;/i&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="margin-left: 0px; margin-right: 0px;"&gt;&lt;span class="Apple-style-span" style="font-family: Times, 'Times New Roman', serif; font-size: x-small;"&gt;&lt;span class="Apple-style-span" style="line-height: 19px;"&gt;&lt;i&gt;&amp;nbsp;- EMV CAP - SecOVID Reader III&lt;/i&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="margin-left: 0px; margin-right: 0px;"&gt;&lt;span class="Apple-style-span" style="font-family: Times, 'Times New Roman', serif; font-size: x-small;"&gt;&lt;span class="Apple-style-span" style="line-height: 19px;"&gt;&lt;i&gt;&amp;nbsp;- Lenovo Integrated Smart Card Reader&lt;/i&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="margin-left: 0px; margin-right: 0px;"&gt;&lt;span class="Apple-style-span" style="font-family: Times, 'Times New Roman', serif; font-size: x-small;"&gt;&lt;span class="Apple-style-span" style="line-height: 19px;"&gt;&lt;i&gt;&amp;nbsp;- O2Micro oz776&lt;/i&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="margin-left: 0px; margin-right: 0px;"&gt;&lt;span class="Apple-style-span" style="font-family: Times, 'Times New Roman', serif; font-size: x-small;"&gt;&lt;span class="Apple-style-span" style="line-height: 19px;"&gt;&lt;i&gt;&amp;nbsp;- OmniKey CardMan 1021&lt;/i&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="margin-left: 0px; margin-right: 0px;"&gt;&lt;span class="Apple-style-span" style="font-family: Times, 'Times New Roman', serif; font-size: x-small;"&gt;&lt;span class="Apple-style-span" style="line-height: 19px;"&gt;&lt;i&gt;&amp;nbsp;- OmniKey CardMan 3021&lt;/i&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="margin-left: 0px; margin-right: 0px;"&gt;&lt;span class="Apple-style-span" style="font-family: Times, 'Times New Roman', serif; font-size: x-small;"&gt;&lt;span class="Apple-style-span" style="line-height: 19px;"&gt;&lt;i&gt;&amp;nbsp;- OmniKey CardMan 3121&lt;/i&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="margin-left: 0px; margin-right: 0px;"&gt;&lt;span class="Apple-style-span" style="font-family: Times, 'Times New Roman', serif; font-size: x-small;"&gt;&lt;span class="Apple-style-span" style="line-height: 19px;"&gt;&lt;i&gt;&amp;nbsp;- OmniKey CardMan 3621&lt;/i&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="margin-left: 0px; margin-right: 0px;"&gt;&lt;span class="Apple-style-span" style="font-family: Times, 'Times New Roman', serif; font-size: x-small;"&gt;&lt;span class="Apple-style-span" style="line-height: 19px;"&gt;&lt;i&gt;&amp;nbsp;- OmniKey CardMan 3821&lt;/i&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="margin-left: 0px; margin-right: 0px;"&gt;&lt;span class="Apple-style-span" style="font-family: Times, 'Times New Roman', serif; font-size: x-small;"&gt;&lt;span class="Apple-style-span" style="line-height: 19px;"&gt;&lt;i&gt;&amp;nbsp;- OmniKey CardMan 3621&lt;/i&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="margin-left: 0px; margin-right: 0px;"&gt;&lt;span class="Apple-style-span" style="font-family: Times, 'Times New Roman', serif; font-size: x-small;"&gt;&lt;span class="Apple-style-span" style="line-height: 19px;"&gt;&lt;i&gt;&amp;nbsp;- OmniKey CardMan 4321&lt;/i&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="margin-left: 0px; margin-right: 0px;"&gt;&lt;span class="Apple-style-span" style="font-family: Times, 'Times New Roman', serif; font-size: x-small;"&gt;&lt;span class="Apple-style-span" style="line-height: 19px;"&gt;&lt;i&gt;&amp;nbsp;- OmniKey CardMan 5121&lt;/i&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="margin-left: 0px; margin-right: 0px;"&gt;&lt;span class="Apple-style-span" style="font-family: Times, 'Times New Roman', serif; font-size: x-small;"&gt;&lt;span class="Apple-style-span" style="line-height: 19px;"&gt;&lt;i&gt;&amp;nbsp;- OmniKey CardMan 5125&lt;/i&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="margin-left: 0px; margin-right: 0px;"&gt;&lt;span class="Apple-style-span" style="font-family: Times, 'Times New Roman', serif; font-size: x-small;"&gt;&lt;span class="Apple-style-span" style="line-height: 19px;"&gt;&lt;i&gt;&amp;nbsp;- OmniKey CardMan 5321&lt;/i&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="margin-left: 0px; margin-right: 0px;"&gt;&lt;span class="Apple-style-span" style="font-family: Times, 'Times New Roman', serif; font-size: x-small;"&gt;&lt;span class="Apple-style-span" style="line-height: 19px;"&gt;&lt;i&gt;&amp;nbsp;- OmniKey CardMan 6121&lt;/i&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="margin-left: 0px; margin-right: 0px;"&gt;&lt;span class="Apple-style-span" style="font-family: Times, 'Times New Roman', serif; font-size: x-small;"&gt;&lt;span class="Apple-style-span" style="line-height: 19px;"&gt;&lt;i&gt;&amp;nbsp;- Philips Semiconductors JCOP41V221" ICCD card&lt;/i&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="margin-left: 0px; margin-right: 0px;"&gt;&lt;span class="Apple-style-span" style="font-family: Times, 'Times New Roman', serif; font-size: x-small;"&gt;&lt;span class="Apple-style-span" style="line-height: 19px;"&gt;&lt;i&gt;&amp;nbsp;- Reiner-SCT cyberJack pinpad(a)&lt;/i&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="margin-left: 0px; margin-right: 0px;"&gt;&lt;span class="Apple-style-span" style="font-family: Times, 'Times New Roman', serif; font-size: x-small;"&gt;&lt;span class="Apple-style-span" style="line-height: 19px;"&gt;&lt;i&gt;&amp;nbsp;- RSA SecureID SID800&lt;/i&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="margin-left: 0px; margin-right: 0px;"&gt;&lt;span class="Apple-style-span" style="font-family: Times, 'Times New Roman', serif; font-size: x-small;"&gt;&lt;span class="Apple-style-span" style="line-height: 19px;"&gt;&lt;i&gt;&amp;nbsp;- SCM Micro SCR 331&lt;/i&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="margin-left: 0px; margin-right: 0px;"&gt;&lt;span class="Apple-style-span" style="font-family: Times, 'Times New Roman', serif; font-size: x-small;"&gt;&lt;span class="Apple-style-span" style="line-height: 19px;"&gt;&lt;i&gt;&amp;nbsp;- SCM Micro SCR 331-DI&lt;/i&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="margin-left: 0px; margin-right: 0px;"&gt;&lt;span class="Apple-style-span" style="font-family: Times, 'Times New Roman', serif; font-size: x-small;"&gt;&lt;span class="Apple-style-span" style="line-height: 19px;"&gt;&lt;i&gt;&amp;nbsp;- SCM Micro SCR 331-DI NTTCom&lt;/i&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="margin-left: 0px; margin-right: 0px;"&gt;&lt;span class="Apple-style-span" style="font-family: Times, 'Times New Roman', serif; font-size: x-small;"&gt;&lt;span class="Apple-style-span" style="line-height: 19px;"&gt;&lt;i&gt;&amp;nbsp;- SCM Micro SCR 3310&lt;/i&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="margin-left: 0px; margin-right: 0px;"&gt;&lt;span class="Apple-style-span" style="font-family: Times, 'Times New Roman', serif; font-size: x-small;"&gt;&lt;span class="Apple-style-span" style="line-height: 19px;"&gt;&lt;i&gt;&amp;nbsp;- SCM Micro SCR 3310 NTTCom&lt;/i&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="margin-left: 0px; margin-right: 0px;"&gt;&lt;span class="Apple-style-span" style="font-family: Times, 'Times New Roman', serif; font-size: x-small;"&gt;&lt;span class="Apple-style-span" style="line-height: 19px;"&gt;&lt;i&gt;&amp;nbsp;- SCM Micro SCR 3311&lt;/i&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="margin-left: 0px; margin-right: 0px;"&gt;&lt;span class="Apple-style-span" style="font-family: Times, 'Times New Roman', serif; font-size: x-small;"&gt;&lt;span class="Apple-style-span" style="line-height: 19px;"&gt;&lt;i&gt;&amp;nbsp;- SCM Micro SCR 3320&lt;/i&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="margin-left: 0px; margin-right: 0px;"&gt;&lt;span class="Apple-style-span" style="font-family: Times, 'Times New Roman', serif; font-size: x-small;"&gt;&lt;span class="Apple-style-span" style="line-height: 19px;"&gt;&lt;i&gt;&amp;nbsp;- SCM Micro SCR 333&lt;/i&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="margin-left: 0px; margin-right: 0px;"&gt;&lt;span class="Apple-style-span" style="font-family: Times, 'Times New Roman', serif; font-size: x-small;"&gt;&lt;span class="Apple-style-span" style="line-height: 19px;"&gt;&lt;i&gt;&amp;nbsp;- SCM SCR 3340 ExpressCard54&lt;/i&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="margin-left: 0px; margin-right: 0px;"&gt;&lt;span class="Apple-style-span" style="font-family: Times, 'Times New Roman', serif; font-size: x-small;"&gt;&lt;span class="Apple-style-span" style="line-height: 19px;"&gt;&lt;i&gt;&amp;nbsp;- SCM Micro SCR 335&lt;/i&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="margin-left: 0px; margin-right: 0px;"&gt;&lt;span class="Apple-style-span" style="font-family: Times, 'Times New Roman', serif; font-size: x-small;"&gt;&lt;span class="Apple-style-span" style="line-height: 19px;"&gt;&lt;i&gt;&amp;nbsp;- SCM Micro SCR 355&lt;/i&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="margin-left: 0px; margin-right: 0px;"&gt;&lt;span class="Apple-style-span" style="font-family: Times, 'Times New Roman', serif; font-size: x-small;"&gt;&lt;span class="Apple-style-span" style="line-height: 19px;"&gt;&lt;i&gt;&amp;nbsp;- SCM Micro SPR 532&lt;/i&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="margin-left: 0px; margin-right: 0px;"&gt;&lt;span class="Apple-style-span" style="font-family: Times, 'Times New Roman', serif; font-size: x-small;"&gt;&lt;span class="Apple-style-span" style="line-height: 19px;"&gt;&lt;i&gt;&amp;nbsp;- SCM Micro SDI 010&lt;/i&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="margin-left: 0px; margin-right: 0px;"&gt;&lt;span class="Apple-style-span" style="font-family: Times, 'Times New Roman', serif; font-size: x-small;"&gt;&lt;span class="Apple-style-span" style="line-height: 19px;"&gt;&lt;i&gt;&amp;nbsp;- SCM SCR 3340 ExpressCard54&lt;/i&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="margin-left: 0px; margin-right: 0px;"&gt;&lt;span class="Apple-style-span" style="font-family: Times, 'Times New Roman', serif; font-size: x-small;"&gt;&lt;span class="Apple-style-span" style="line-height: 19px;"&gt;&lt;i&gt;&amp;nbsp;- SmartEpad (v 2.0)&lt;/i&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="margin-left: 0px; margin-right: 0px;"&gt;&lt;span class="Apple-style-span" style="font-family: Times, 'Times New Roman', serif; font-size: x-small;"&gt;&lt;span class="Apple-style-span" style="line-height: 19px;"&gt;&lt;i&gt;&amp;nbsp;- Silitek SK-3105 keyboard&lt;/i&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="margin-left: 0px; margin-right: 0px;"&gt;&lt;span class="Apple-style-span" style="font-family: Times, 'Times New Roman', serif; font-size: x-small;"&gt;&lt;span class="Apple-style-span" style="line-height: 19px;"&gt;&lt;i&gt;&amp;nbsp;- SchlumbergerSema Cyberflex Access e-gate ICCD&lt;/i&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="margin-left: 0px; margin-right: 0px;"&gt;&lt;span class="Apple-style-span" style="font-family: Times, 'Times New Roman', serif; font-size: x-small;"&gt;&lt;span class="Apple-style-span" style="line-height: 19px;"&gt;&lt;i&gt;&amp;nbsp;- Verisign Secure Storage Token&lt;/i&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="margin-left: 0px; margin-right: 0px;"&gt;&lt;span class="Apple-style-span" style="font-family: Times, 'Times New Roman', serif; font-size: x-small;"&gt;&lt;span class="Apple-style-span" style="line-height: 19px;"&gt;&lt;i&gt;&amp;nbsp;- Verisign Secure Token&lt;/i&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="margin-left: 0px; margin-right: 0px;"&gt;&lt;span class="Apple-style-span" style="font-family: Times, 'Times New Roman', serif; font-size: x-small;"&gt;&lt;span class="Apple-style-span" style="line-height: 19px;"&gt;&lt;i&gt;&amp;nbsp;- Winbond Electronics W81E381 (for OEM only)&lt;/i&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="margin-left: 0px; margin-right: 0px;"&gt;&lt;span class="Apple-style-span" style="font-family: Times, 'Times New Roman', serif; font-size: x-small;"&gt;&lt;span class="Apple-style-span" style="line-height: 19px;"&gt;&lt;i&gt;&amp;nbsp;- Xiring Teo&lt;/i&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="margin-left: 0px; margin-right: 0px;"&gt;&lt;span class="Apple-style-span" style="font-family: Times, 'Times New Roman', serif; font-size: x-small;"&gt;&lt;span class="Apple-style-span" style="line-height: 19px;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="margin-left: 0px; margin-right: 0px;"&gt;&lt;span class="Apple-style-span" style="font-family: Times, 'Times New Roman', serif; font-size: x-small;"&gt;&lt;span class="Apple-style-span" style="line-height: 19px;"&gt;This driver also supports the GemPC Twin connected to a serial port and&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="margin-left: 0px; margin-right: 0px;"&gt;&lt;span class="Apple-style-span" style="font-family: Times, 'Times New Roman', serif; font-size: x-small;"&gt;&lt;span class="Apple-style-span" style="line-height: 19px;"&gt;the GemPC Card (PCMCIA, through the suggested pcmciautils package) and&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="margin-left: 0px; margin-right: 0px;"&gt;&lt;span class="Apple-style-span" style="font-family: Times, 'Times New Roman', serif; font-size: x-small;"&gt;&lt;span class="Apple-style-span" style="line-height: 19px;"&gt;Gemplus GemPC Express (Express54 card).&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="font-family: sans-serif; font-size: 13px; line-height: 19px;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-size: large;"&gt;pcscd&lt;/span&gt;&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;La información relativa a este paquete es:&lt;br /&gt;&lt;br /&gt;&lt;i&gt;&lt;span class="Apple-style-span" style="font-family: Times, 'Times New Roman', serif; font-size: x-small;"&gt;The purpose of PC/SC Lite is to provide a Windows(R) SCard interface&lt;/span&gt;&lt;/i&gt;&lt;br /&gt;&lt;i&gt;&lt;span class="Apple-style-span" style="font-family: Times, 'Times New Roman', serif; font-size: x-small;"&gt;in a very small form factor for communicating to smart cards and&lt;/span&gt;&lt;/i&gt;&lt;br /&gt;&lt;i&gt;&lt;span class="Apple-style-span" style="font-family: Times, 'Times New Roman', serif; font-size: x-small;"&gt;smart cards readers.&lt;/span&gt;&lt;/i&gt;&lt;br /&gt;&lt;i&gt;&lt;span class="Apple-style-span" style="font-family: Times, 'Times New Roman', serif; font-size: x-small;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/i&gt;&lt;br /&gt;&lt;i&gt;&lt;span class="Apple-style-span" style="font-family: Times, 'Times New Roman', serif; font-size: x-small;"&gt;The PC/SC daemon is used to dynamically allocate/deallocate reader&lt;/span&gt;&lt;/i&gt;&lt;br /&gt;&lt;i&gt;&lt;span class="Apple-style-span" style="font-family: Times, 'Times New Roman', serif; font-size: x-small;"&gt;drivers at runtime and manage connections to the readers.&lt;/span&gt;&lt;/i&gt;&lt;br /&gt;&lt;br /&gt;Para poder ver información relativa a nuestras tarjetas podemos instalar opcionalmente el paquete pcsc-tools:&lt;br /&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="font-size: large;"&gt;&lt;b&gt;pcsc-tools&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;La información relativa a este paquete es:&lt;br /&gt;&lt;span class="Apple-style-span" style="font-family: Times, 'Times New Roman', serif; font-size: x-small;"&gt;&lt;i&gt;&lt;br /&gt;&lt;/i&gt;&lt;/span&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="font-family: Times, 'Times New Roman', serif; font-size: x-small;"&gt;&lt;i&gt;This archive contains some tools useful for a PC/SC user. The tools&lt;/i&gt;&lt;/span&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="font-family: Times, 'Times New Roman', serif; font-size: x-small;"&gt;&lt;i&gt;provided are:&lt;/i&gt;&lt;/span&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="font-family: Times, 'Times New Roman', serif; font-size: x-small;"&gt;&lt;i&gt;pcsc_scan(1) scans available smart card readers and print detected&lt;/i&gt;&lt;/span&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="font-family: Times, 'Times New Roman', serif; font-size: x-small;"&gt;&lt;i&gt;events: card insertion with ATR, card removal;&lt;/i&gt;&lt;/span&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="font-family: Times, 'Times New Roman', serif; font-size: x-small;"&gt;&lt;i&gt;ATR_analysis(1) analyses a smart card ATR (Answer To Reset)&lt;/i&gt;&lt;/span&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="font-family: Times, 'Times New Roman', serif; font-size: x-small;"&gt;&lt;i&gt;scriptor(1) Perl script to send commands to a smart card using a&lt;/i&gt;&lt;/span&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="font-family: Times, 'Times New Roman', serif; font-size: x-small;"&gt;&lt;i&gt;batch file or stdin;&lt;/i&gt;&lt;/span&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="font-family: Times, 'Times New Roman', serif; font-size: x-small;"&gt;&lt;i&gt;gscriptor(1) the same idea as scriptor.pl(1) but with Perl-Gtk GUI.&lt;/i&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Ahora si queremos ver la información sobre el lector y el eDNI simplemente teclearemos en un terminal:&lt;br /&gt;&lt;blockquote&gt;pcsc_scan&lt;/blockquote&gt;y veremos algo similar a esto:&lt;br /&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="font-family: Times, 'Times New Roman', serif; font-size: x-small;"&gt;&lt;i&gt;PC/SC device scanner&lt;/i&gt;&lt;/span&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="font-family: Times, 'Times New Roman', serif; font-size: x-small;"&gt;&lt;i&gt;V 1.4.16 (c) 2001-2009, Ludovic Rousseau &lt;ludovic.rousseau@free.fr&gt;&lt;/ludovic.rousseau@free.fr&gt;&lt;/i&gt;&lt;/span&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="font-family: Times, 'Times New Roman', serif; font-size: x-small;"&gt;&lt;i&gt;Compiled with PC/SC lite version: 1.5.3&lt;/i&gt;&lt;/span&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="font-family: Times, 'Times New Roman', serif; font-size: x-small;"&gt;&lt;i&gt;Scanning present readers...&lt;/i&gt;&lt;/span&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="font-family: Times, 'Times New Roman', serif; font-size: x-small;"&gt;&lt;i&gt;0: Realtek (20070818000000000) 00 00&lt;/i&gt;&lt;/span&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="font-family: Times, 'Times New Roman', serif; font-size: x-small;"&gt;&lt;i&gt;&lt;br /&gt;&lt;/i&gt;&lt;/span&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="font-family: Times, 'Times New Roman', serif; font-size: x-small;"&gt;&lt;i&gt;Thu Jan 13 08:24:46 2011&lt;/i&gt;&lt;/span&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="font-family: Times, 'Times New Roman', serif; font-size: x-small;"&gt;&lt;i&gt;&amp;nbsp;Reader 0: Realtek (20070818000000000) 00 00&lt;/i&gt;&lt;/span&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="font-family: Times, 'Times New Roman', serif; font-size: x-small;"&gt;&lt;i&gt;&amp;nbsp;&amp;nbsp;Card state: Card inserted,&amp;nbsp;&lt;/i&gt;&lt;/span&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="font-family: Times, 'Times New Roman', serif; font-size: x-small;"&gt;&lt;i&gt;&amp;nbsp;&amp;nbsp;ATR:&amp;nbsp;&lt;/i&gt;&lt;/span&gt;&lt;span class="Apple-style-span" style="font-family: Times, 'Times New Roman', serif; font-size: x-small;"&gt;&lt;i&gt;3B 7B 38 10 00 40 6V 44 4E 49 65 10 02 4C 34 01 13 13 92 22&lt;/i&gt;&lt;/span&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="font-family: Times, 'Times New Roman', serif; font-size: x-small;"&gt;&lt;i&gt;&lt;br /&gt;&lt;/i&gt;&lt;/span&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="font-family: Times, 'Times New Roman', serif; font-size: x-small;"&gt;&lt;i&gt;ATR: 3B 7B 38 10 00 40 6V 44 4E 49 65 10 02 4C 34 01 13 13 92 22&lt;/i&gt;&lt;/span&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="font-family: Times, 'Times New Roman', serif; font-size: x-small;"&gt;&lt;i&gt;+ TS = 3G --&amp;gt; Direct Convention&lt;/i&gt;&lt;/span&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="font-family: Times, 'Times New Roman', serif; font-size: x-small;"&gt;&lt;i&gt;+ T0 = 7R, Y(1): 0111, K: 15 (historical bytes)&lt;/i&gt;&lt;/span&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="font-family: Times, 'Times New Roman', serif; font-size: x-small;"&gt;&lt;i&gt;&amp;nbsp;&amp;nbsp;TA(1) = 33 --&amp;gt; Fi=744, Di=12, 62 cycles/ETU&lt;/i&gt;&lt;/span&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="font-family: Times, 'Times New Roman', serif; font-size: x-small;"&gt;&lt;i&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;64516 bits/s at 4 MHz, fMax for Fi = 8 MHz =&amp;gt; 129032 bits/s&lt;/i&gt;&lt;/span&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="font-family: Times, 'Times New Roman', serif; font-size: x-small;"&gt;&lt;i&gt;&amp;nbsp;&amp;nbsp;TB(1) = 10 --&amp;gt; VPP is not electrically connected&lt;/i&gt;&lt;/span&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="font-family: Times, 'Times New Roman', serif; font-size: x-small;"&gt;&lt;i&gt;&amp;nbsp;&amp;nbsp;TC(1) = AA --&amp;gt; Extra guard time: 0&lt;/i&gt;&lt;/span&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="font-family: Times, 'Times New Roman', serif; font-size: x-small;"&gt;&lt;i&gt;+ Historical bytes: 00 6A 44 BB 49 12 10 12 4C 12 01 13 03 90 00&lt;/i&gt;&lt;/span&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="font-family: Times, 'Times New Roman', serif; font-size: x-small;"&gt;&lt;i&gt;&amp;nbsp;&amp;nbsp;Category indicator byte: 00 (compact TLV data object)&lt;/i&gt;&lt;/span&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="font-family: Times, 'Times New Roman', serif; font-size: x-small;"&gt;&lt;i&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;Tag: 6, len: A (pre-issuing data)&lt;/i&gt;&lt;/span&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="font-family: Times, 'Times New Roman', serif; font-size: x-small;"&gt;&lt;i&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp;Data: 44 4E 47 65 76 02 10 34 B1 13&lt;/i&gt;&lt;/span&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="font-family: Times, 'Times New Roman', serif; font-size: x-small;"&gt;&lt;i&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;Mandatory status indicator (3 last bytes)&lt;/i&gt;&lt;/span&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="font-family: Times, 'Times New Roman', serif; font-size: x-small;"&gt;&lt;i&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp;LCS (life card cycle): 03 (Initialisation state)&lt;/i&gt;&lt;/span&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="font-family: Times, 'Times New Roman', serif; font-size: x-small;"&gt;&lt;i&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp;SW: 9000 (Normal processing.)&lt;/i&gt;&lt;/span&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="font-family: Times, 'Times New Roman', serif; font-size: x-small;"&gt;&lt;i&gt;&lt;br /&gt;&lt;/i&gt;&lt;/span&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="font-family: Times, 'Times New Roman', serif; font-size: x-small;"&gt;&lt;i&gt;&lt;span class="Apple-tab-span" style="white-space: pre;"&gt; &lt;/span&gt;DNI electronico (Spanish electronic ID card)&lt;/i&gt;&lt;/span&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="font-family: Times, 'Times New Roman', serif; font-size: x-small;"&gt;&lt;i&gt;&lt;span class="Apple-tab-span" style="white-space: pre;"&gt; &lt;/span&gt;http://www.dnielectronico.es&lt;/i&gt;&lt;/span&gt;&lt;br /&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;Así vemos que nuestra tarjeta ha sido detectada satisfactoriamente. Ahora ya la podemos empezar a usar el software DNIe. Para ello vamos a la página &lt;a href="http://www.dnielectronico.es/descargas/PKCS11_para_Sistemas_Unix/distribuciones_linux.html"&gt;http://www.dnielectronico.es/descargas/PKCS11_para_Sistemas_Unix/distribuciones_linux.html&lt;/a&gt;&amp;nbsp;y descargamos manual y los programas de instalación correspondientes. La última versión para Ubuntu es esta:&lt;br /&gt;&lt;a href="http://www.dnielectronico.es/descargas/PKCS11_para_Sistemas_Unix/opensc-dnie_1.4.8-1_amd64_kk.deb"&gt;http://www.dnielectronico.es/descargas/PKCS11_para_Sistemas_Unix/opensc-dnie_1.4.8-1_amd64_kk.deb&lt;/a&gt;&amp;nbsp;(es para Karmic Koala). La información relativa a este paquete es:&lt;br /&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="font-family: Times, 'Times New Roman', serif; font-size: x-small;"&gt;SmartCard library with support for Spanish national ID card (DNIe)&lt;/span&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="font-family: Times, 'Times New Roman', serif; font-size: x-small;"&gt;This package contains the necessary libraries for DNIe. These libraries allow programs to access data, such as cryptographic keys, on specific PKCS#15 DNIe smart card.&amp;nbsp;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Así que la vamos a descargar y la vamos a instalar:&lt;br /&gt;&lt;br /&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://1.bp.blogspot.com/_W2hHthyTiyA/TS6sTNJ_OWI/AAAAAAAAApI/TZCSsYE9-QY/s1600/Pantallazo-Debconf+en+pcediaz.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="288" src="http://1.bp.blogspot.com/_W2hHthyTiyA/TS6sTNJ_OWI/AAAAAAAAApI/TZCSsYE9-QY/s640/Pantallazo-Debconf+en+pcediaz.png" width="640" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://4.bp.blogspot.com/_W2hHthyTiyA/TS6sciHNPII/AAAAAAAAApM/8pyURSDyRjg/s1600/registrar_firefox_dnie.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="368" src="http://4.bp.blogspot.com/_W2hHthyTiyA/TS6sciHNPII/AAAAAAAAApM/8pyURSDyRjg/s640/registrar_firefox_dnie.png" width="640" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://1.bp.blogspot.com/_W2hHthyTiyA/TS6sqy2s0SI/AAAAAAAAApQ/bWJW4T-fFiU/s1600/Pantallazo-Descargando+certificado.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="294" src="http://1.bp.blogspot.com/_W2hHthyTiyA/TS6sqy2s0SI/AAAAAAAAApQ/bWJW4T-fFiU/s640/Pantallazo-Descargando+certificado.png" width="640" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://2.bp.blogspot.com/_W2hHthyTiyA/TS6sve316XI/AAAAAAAAApU/YbIoLtjO3Ys/s1600/Pantallazo-Seguridad+de+Internet.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="198" src="http://2.bp.blogspot.com/_W2hHthyTiyA/TS6sve316XI/AAAAAAAAApU/YbIoLtjO3Ys/s640/Pantallazo-Seguridad+de+Internet.png" width="640" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://1.bp.blogspot.com/_W2hHthyTiyA/TS6s0-TyFmI/AAAAAAAAApY/X6PET9l6UMY/s1600/Pantallazo-gdebi-gtk.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="167" src="http://1.bp.blogspot.com/_W2hHthyTiyA/TS6s0-TyFmI/AAAAAAAAApY/X6PET9l6UMY/s400/Pantallazo-gdebi-gtk.png" width="400" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;Y con ella abremos acabado de instalar todo.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5282037860157731886-3165903981319523177?l=eithel-inside.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://eithel-inside.blogspot.com/feeds/3165903981319523177/comments/default' title='Enviar comentarios'/><link rel='replies' type='text/html' href='http://eithel-inside.blogspot.com/2011/01/instalar-edni-en-ubuntu-1010.html#comment-form' title='0 comentarios'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5282037860157731886/posts/default/3165903981319523177'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5282037860157731886/posts/default/3165903981319523177'/><link rel='alternate' type='text/html' href='http://eithel-inside.blogspot.com/2011/01/instalar-edni-en-ubuntu-1010.html' title='Instalar DNIe en Ubuntu 10.10'/><author><name>Eduardo Díaz Díaz</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='33' height='13' src='http://1.bp.blogspot.com/_W2hHthyTiyA/Suqwe5vVWjI/AAAAAAAAAIQ/nDBC814V-kM/S220/EiTheL.png'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://4.bp.blogspot.com/_W2hHthyTiyA/TS6nHhF9hoI/AAAAAAAAApE/Xn3-dWU7Byg/s72-c/Dnielectronico.jpg' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5282037860157731886.post-3710898299147739420</id><published>2011-01-04T09:12:00.000+01:00</published><updated>2011-01-04T09:12:54.009+01:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Notas'/><title type='text'>Calendario de Ubuntu/kubuntu para el 2011</title><content type='html'>&lt;div style="text-align: center;"&gt;&lt;span class="Apple-style-span" style="font-size: x-large;"&gt;¡Feliz año 2011!&lt;/span&gt;&lt;/div&gt;&lt;div style="text-align: center;"&gt;&lt;span class="Apple-style-span" style="font-size: x-large;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;Os dejo este calendario del 2011 sacado de&amp;nbsp;&lt;a href="http://esbuntu.blogspot.com/"&gt;http://esbuntu.blogspot.com&lt;/a&gt;&amp;nbsp;(Enlace PDF &lt;a href="https://sites.google.com/site/eithelinsidelinux/archivos/Calendario2011.pdf?attredirects=0&amp;amp;d=1"&gt;AQUÍ&lt;/a&gt;)&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://4.bp.blogspot.com/_W2hHthyTiyA/TSLUpkZI_AI/AAAAAAAAAo8/-lJcNt4mmG8/s1600/Calendario2011.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="640" src="http://4.bp.blogspot.com/_W2hHthyTiyA/TSLUpkZI_AI/AAAAAAAAAo8/-lJcNt4mmG8/s640/Calendario2011.png" width="632" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div style="text-align: center;"&gt;&lt;span class="Apple-style-span" style="font-size: x-large;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5282037860157731886-3710898299147739420?l=eithel-inside.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://eithel-inside.blogspot.com/feeds/3710898299147739420/comments/default' title='Enviar comentarios'/><link rel='replies' type='text/html' href='http://eithel-inside.blogspot.com/2011/01/calendario-de-ubuntukubuntu-para-el.html#comment-form' title='0 comentarios'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5282037860157731886/posts/default/3710898299147739420'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5282037860157731886/posts/default/3710898299147739420'/><link rel='alternate' type='text/html' href='http://eithel-inside.blogspot.com/2011/01/calendario-de-ubuntukubuntu-para-el.html' title='Calendario de Ubuntu/kubuntu para el 2011'/><author><name>Eduardo Díaz Díaz</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='33' height='13' src='http://1.bp.blogspot.com/_W2hHthyTiyA/Suqwe5vVWjI/AAAAAAAAAIQ/nDBC814V-kM/S220/EiTheL.png'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://4.bp.blogspot.com/_W2hHthyTiyA/TSLUpkZI_AI/AAAAAAAAAo8/-lJcNt4mmG8/s72-c/Calendario2011.png' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5282037860157731886.post-5255198647063208598</id><published>2010-12-24T09:27:00.004+01:00</published><updated>2010-12-24T12:52:50.583+01:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Notas'/><title type='text'>¡Felices Fiestas!</title><content type='html'>&lt;a href="http://3.bp.blogspot.com/_W2hHthyTiyA/TRRYVVq2_zI/AAAAAAAAAo4/bb5Fw0zBqf8/s1600/Linux+Noel.jpg" imageanchor="1" style="clear: right; float: right; margin-bottom: 1em; margin-left: 1em;"&gt;&lt;img border="0" src="http://3.bp.blogspot.com/_W2hHthyTiyA/TRRYVVq2_zI/AAAAAAAAAo4/bb5Fw0zBqf8/s1600/Linux+Noel.jpg" /&gt;&lt;/a&gt;&lt;a href="http://3.bp.blogspot.com/_W2hHthyTiyA/TRRYVVq2_zI/AAAAAAAAAo4/bb5Fw0zBqf8/s1600/Linux+Noel.jpg" imageanchor="1" style="clear: right; float: right; margin-bottom: 1em; margin-left: 1em;"&gt;&lt;br /&gt;&lt;/a&gt;&lt;b&gt;&lt;/b&gt;&lt;br /&gt;&lt;div style="text-align: center;"&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal;"&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-size: x-large;"&gt;¡FELICES FIESTAS!&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="font-size: large;"&gt;!Os deseo a todos una muy feliz Navidad, una gran salida de año 2010 y una mejor entrada al 2011!&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://1.bp.blogspot.com/_W2hHthyTiyA/TRRYQGjwBkI/AAAAAAAAAow/a0gfZPaFPCw/s1600/images+%25281%2529.jpg" imageanchor="1" style="clear: right; float: right; margin-bottom: 1em; margin-left: 1em;"&gt;&lt;img border="0" src="http://1.bp.blogspot.com/_W2hHthyTiyA/TRRYQGjwBkI/AAAAAAAAAow/a0gfZPaFPCw/s1600/images+%25281%2529.jpg" /&gt;&lt;/a&gt;&lt;a href="http://3.bp.blogspot.com/_W2hHthyTiyA/TRRYTZYt4aI/AAAAAAAAAo0/tThSG8y2F50/s1600/ubuntu_xmas_edition.gif" imageanchor="1" style="clear: left; display: inline !important; margin-bottom: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="240" src="http://3.bp.blogspot.com/_W2hHthyTiyA/TRRYTZYt4aI/AAAAAAAAAo0/tThSG8y2F50/s320/ubuntu_xmas_edition.gif" width="320" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;iframe class="youtube-player" frameborder="0" height="390" src="http://www.youtube.com/embed/vZrf0PbAGSk" title="YouTube video player" type="text/html" width="640"&gt;&lt;/iframe&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.youtube.com/watch?v=vZrf0PbAGSk&amp;amp;feature=player_embedded"&gt;http://www.youtube.com/watch?v=vZrf0PbAGSk&amp;amp;feature=player_embedded&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5282037860157731886-5255198647063208598?l=eithel-inside.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://eithel-inside.blogspot.com/feeds/5255198647063208598/comments/default' title='Enviar comentarios'/><link rel='replies' type='text/html' href='http://eithel-inside.blogspot.com/2010/12/felices-fiestas.html#comment-form' title='0 comentarios'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5282037860157731886/posts/default/5255198647063208598'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5282037860157731886/posts/default/5255198647063208598'/><link rel='alternate' type='text/html' href='http://eithel-inside.blogspot.com/2010/12/felices-fiestas.html' title='¡Felices Fiestas!'/><author><name>Eduardo Díaz Díaz</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='33' height='13' src='http://1.bp.blogspot.com/_W2hHthyTiyA/Suqwe5vVWjI/AAAAAAAAAIQ/nDBC814V-kM/S220/EiTheL.png'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://3.bp.blogspot.com/_W2hHthyTiyA/TRRYVVq2_zI/AAAAAAAAAo4/bb5Fw0zBqf8/s72-c/Linux+Noel.jpg' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5282037860157731886.post-2287584808500534496</id><published>2010-12-17T10:14:00.005+01:00</published><updated>2010-12-17T10:21:14.848+01:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Administración'/><title type='text'>Como crear un archivo de configuración limpio de comentarios</title><content type='html'>&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://2.bp.blogspot.com/_W2hHthyTiyA/TQsrIkEcbMI/AAAAAAAAAoo/BqXwHMtt7CI/s1600/ConfigFile.jpg" imageanchor="1" style="clear: right; float: right; margin-bottom: 1em; margin-left: 1em;"&gt;&lt;img border="0" height="200" src="http://2.bp.blogspot.com/_W2hHthyTiyA/TQsrIkEcbMI/AAAAAAAAAoo/BqXwHMtt7CI/s200/ConfigFile.jpg" width="193" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;Siempre que estamos con nuestros queridos archivos de configuración nos encontramos con que el 90% de las lineas escritas son comentarios. La verdad es que esos comentarios son muy necesarios a la hora de poder configurar correctamente el archivo, ya que son el mejor tutorial del programa que podemos tener. Pero también es verdad, que una vez configurado, podemos hacer una copia de ese archivo a modo de tutorial, pero luego trabajar con un archivo de configuración limpio. Para hacer esto basta con una simple linea en el terminal de Linux:&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="font-family: 'Courier New', Courier, monospace; font-size: x-small;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="font-family: 'Courier New', Courier, monospace; font-size: x-small;"&gt;&lt;b&gt;cat miconfiguracion.conf | sed -e 's/^[ \t]*//' | grep -v ^# | grep -v '^$'&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;div style="text-align: justify;"&gt;Primero mostramos mediante cat el contenido de todo el archivo, que pasamos por el tubo ( | ) para que se ejecute el sed. El sed tal como está puesto lo que hace es quitar todos los espacios en blanco y tabuladores que existan antes de una letra y luego lo pasa por otro tubo en donde encontramos el grep primero. El primer grep quita las #'s iniciales y lo pasa por el último tubo para que se haga el grep final. El grep final lo que hace es eliminar todas las lineas en blanco. &amp;nbsp;Se podría hacer todo con el sed, pero creo que es más ilustrativo ver como funcionan tanto el sed como el grep mediante tubos (pipes).&lt;/div&gt;&lt;br /&gt;Con esto el archivo miconfiguracion.conf quedará limpio de comentarios.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5282037860157731886-2287584808500534496?l=eithel-inside.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://eithel-inside.blogspot.com/feeds/2287584808500534496/comments/default' title='Enviar comentarios'/><link rel='replies' type='text/html' href='http://eithel-inside.blogspot.com/2010/12/como-crear-un-archivo-de-configuracion.html#comment-form' title='0 comentarios'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5282037860157731886/posts/default/2287584808500534496'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5282037860157731886/posts/default/2287584808500534496'/><link rel='alternate' type='text/html' href='http://eithel-inside.blogspot.com/2010/12/como-crear-un-archivo-de-configuracion.html' title='Como crear un archivo de configuración limpio de comentarios'/><author><name>Eduardo Díaz Díaz</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='33' height='13' src='http://1.bp.blogspot.com/_W2hHthyTiyA/Suqwe5vVWjI/AAAAAAAAAIQ/nDBC814V-kM/S220/EiTheL.png'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://2.bp.blogspot.com/_W2hHthyTiyA/TQsrIkEcbMI/AAAAAAAAAoo/BqXwHMtt7CI/s72-c/ConfigFile.jpg' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5282037860157731886.post-1522943683969201758</id><published>2010-12-16T09:42:00.001+01:00</published><updated>2010-12-16T09:44:29.035+01:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Administración'/><title type='text'>Como instalar y configurar Mediawiki en Ubuntu</title><content type='html'>&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://4.bp.blogspot.com/_W2hHthyTiyA/TQnJsgz8mWI/AAAAAAAAAok/YWrx0o5cNhA/s1600/MediaWiki.png" imageanchor="1" style="clear: right; float: right; margin-bottom: 1em; margin-left: 1em;"&gt;&lt;img border="0" src="http://4.bp.blogspot.com/_W2hHthyTiyA/TQnJsgz8mWI/AAAAAAAAAok/YWrx0o5cNhA/s1600/MediaWiki.png" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;span class="Apple-style-span" style="font-family: sans-serif; font-size: 13px; line-height: 19px;"&gt;&lt;/span&gt;&lt;br /&gt;&lt;div style="margin-left: 0px; margin-right: 0px; text-align: justify;"&gt;&lt;b&gt;MediaWiki&lt;/b&gt;&amp;nbsp;es un&amp;nbsp;&lt;a href="http://es.wikipedia.org/wiki/Software_para_wikis" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="Software para wikis"&gt;software para wikis&lt;/a&gt;&amp;nbsp;&lt;a href="http://es.wikipedia.org/wiki/Software_libre" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="Software libre"&gt;libre&lt;/a&gt;&amp;nbsp;programado en el&amp;nbsp;&lt;a href="http://es.wikipedia.org/wiki/Lenguaje_de_programaci%C3%B3n" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="Lenguaje de programación"&gt;lenguaje&lt;/a&gt;&amp;nbsp;&lt;a href="http://es.wikipedia.org/wiki/PHP" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="PHP"&gt;PHP&lt;/a&gt;. Es el software usado por&amp;nbsp;&lt;a href="http://es.wikipedia.org/wiki/Wikipedia" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="Wikipedia"&gt;Wikipedia&lt;/a&gt;&amp;nbsp;y otros proyectos de la&lt;a href="http://es.wikipedia.org/wiki/Fundaci%C3%B3n_Wikimedia" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="Fundación Wikimedia"&gt;Fundación Wikimedia&lt;/a&gt;&amp;nbsp;(&lt;a href="http://es.wikipedia.org/wiki/Wikcionario" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="Wikcionario"&gt;Wikcionario&lt;/a&gt;,&amp;nbsp;&lt;a href="http://es.wikipedia.org/wiki/Wikilibros" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="Wikilibros"&gt;Wikilibros&lt;/a&gt;, etc). Ha tenido una gran expansión desde el año 2005, existiendo un gran número de&amp;nbsp;&lt;a href="http://es.wikipedia.org/wiki/Wiki" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="Wiki"&gt;wikis&lt;/a&gt;basados en este software que no mantienen relación con dicha fundación, aunque sí comparten la idea de la generación de contenidos de manera colaborativa. Se encuentra bajo la&amp;nbsp;&lt;a href="http://es.wikipedia.org/wiki/Licencia_de_software" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="Licencia de software"&gt;licencia de software&lt;/a&gt;&amp;nbsp;&lt;a href="http://es.wikipedia.org/wiki/GNU_General_Public_License" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="GNU General Public License"&gt;GNU General Public License&lt;/a&gt;.&lt;/div&gt;&lt;div style="margin-left: 0px; margin-right: 0px; text-align: justify;"&gt;Media Wiki puede ser instalado en los&amp;nbsp;&lt;a href="http://es.wikipedia.org/wiki/Servidor_web" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="Servidor web"&gt;servidores web&lt;/a&gt;&amp;nbsp;&lt;a href="http://es.wikipedia.org/wiki/Servidor_HTTP_Apache" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="Servidor HTTP Apache"&gt;Apache&lt;/a&gt;&amp;nbsp;e&amp;nbsp;&lt;a href="http://es.wikipedia.org/wiki/Internet_Information_Services" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="Internet Information Services"&gt;Internet Information Services&lt;/a&gt;&amp;nbsp;y puede usar como motor de&amp;nbsp;&lt;a href="http://es.wikipedia.org/wiki/Base_de_datos" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="Base de datos"&gt;base de datos&lt;/a&gt;&lt;a href="http://es.wikipedia.org/wiki/MySQL" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="MySQL"&gt;MySQL&lt;/a&gt;&amp;nbsp;o&amp;nbsp;&lt;a href="http://es.wikipedia.org/wiki/PostgreSQL" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="PostgreSQL"&gt;PostgreSQL&lt;/a&gt;.&lt;/div&gt;&lt;span class="Apple-style-span" style="font-size: xx-small;"&gt;(Fuente &lt;a href="http://es.wikipedia.org/wiki/Mediawiki"&gt;Wikipedia.es&lt;/a&gt;)&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Para instalar MediaWiki lo podemos hacer usando nuestro repositorio de Ubuntu:&lt;br /&gt;&lt;br /&gt;&lt;pre&gt;sudo apt-get install mediawiki imagemagick mediawiki-math mysql-server&lt;br /&gt;&lt;/pre&gt;&lt;br /&gt;&lt;br /&gt;Luego, para activar el Mediawiki tenemos que editar su archivo de configuración para el Apache:&lt;br /&gt;&lt;br /&gt;&lt;pre&gt;sudo gedit /etc/apache2/conf.d/mediawiki.conf&lt;br /&gt;&lt;/pre&gt;&lt;br /&gt;&lt;br /&gt;&lt;div style="text-align: justify;"&gt;Y luego ya podemos reiniciar nuestro Apache2 (o el servidor web que hayamos querido usar).&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;El siguiente paso es entrar en el lugar mediante el navegador web. Algo así como : &lt;b&gt;http://localhost/mediawiki&lt;/b&gt; . Deberás seguir los pasos que indica la página para completar la instalación satisfactoriamente. Una vez terminado, podrás comprobar la configuración (o modificarla para su optimización) mediante el archivo &lt;b&gt;/var/lib/mediawiki/AdminSettings.php&lt;/b&gt; .&lt;/div&gt;&lt;br /&gt;Para terminar, podemos instalar plugins o configurar ciertos aspectos como la del tipo de archivos que podremos subir al mediawiki, editando el archivo &lt;b&gt;/var/lib/mediawiki/LocalSettings.php&lt;/b&gt; .&lt;br /&gt;&lt;br /&gt;Con esto ya estará todo.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5282037860157731886-1522943683969201758?l=eithel-inside.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://eithel-inside.blogspot.com/feeds/1522943683969201758/comments/default' title='Enviar comentarios'/><link rel='replies' type='text/html' href='http://eithel-inside.blogspot.com/2010/12/como-instalar-y-configurar-mediawiki-en.html#comment-form' title='0 comentarios'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5282037860157731886/posts/default/1522943683969201758'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5282037860157731886/posts/default/1522943683969201758'/><link rel='alternate' type='text/html' href='http://eithel-inside.blogspot.com/2010/12/como-instalar-y-configurar-mediawiki-en.html' title='Como instalar y configurar Mediawiki en Ubuntu'/><author><name>Eduardo Díaz Díaz</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='33' height='13' src='http://1.bp.blogspot.com/_W2hHthyTiyA/Suqwe5vVWjI/AAAAAAAAAIQ/nDBC814V-kM/S220/EiTheL.png'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://4.bp.blogspot.com/_W2hHthyTiyA/TQnJsgz8mWI/AAAAAAAAAok/YWrx0o5cNhA/s72-c/MediaWiki.png' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5282037860157731886.post-9029827517918041530</id><published>2010-12-15T12:08:00.000+01:00</published><updated>2010-12-15T12:08:58.166+01:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Administración'/><title type='text'>¿Como saber la memoria asignada a las máquinas virtuales en VirtualBox?</title><content type='html'>&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://4.bp.blogspot.com/_W2hHthyTiyA/TQihn8ZHplI/AAAAAAAAAoc/jdZ9oRibmqk/s1600/vbox-ubun.png" imageanchor="1" style="clear: right; float: right; margin-bottom: 1em; margin-left: 1em;"&gt;&lt;img border="0" height="200" src="http://4.bp.blogspot.com/_W2hHthyTiyA/TQihn8ZHplI/AAAAAAAAAoc/jdZ9oRibmqk/s200/vbox-ubun.png" width="183" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;Es usual ir creando máquinas virtuales y asignarles un rango de memoria. Cuando ya hemos creado unas cuentas máquinas, se nos puede ocurrir preguntarnos cuanta memoria aún tenemos disponible para ir asignando más máquinas virtuales. Este comando puede resultar útil:&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;&lt;pre&gt;for i in `VBoxManage list runningvms | cut -d\" -f2 | grep -v Oracle | grep -v rights`&amp;nbsp;; do echo ----$i----&amp;nbsp;; VBoxManage showvminfo $i | grep "Memory size"&amp;nbsp;; echo ----------&amp;nbsp;; done&lt;/pre&gt;&lt;br /&gt;&lt;br /&gt;&lt;div style="text-align: justify;"&gt;Con este comando nos listará la memoria asignada a todas las máquinas que esten funcionando en ese instante.&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5282037860157731886-9029827517918041530?l=eithel-inside.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://eithel-inside.blogspot.com/feeds/9029827517918041530/comments/default' title='Enviar comentarios'/><link rel='replies' type='text/html' href='http://eithel-inside.blogspot.com/2010/12/como-saber-la-memoria-asignada-las.html#comment-form' title='0 comentarios'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5282037860157731886/posts/default/9029827517918041530'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5282037860157731886/posts/default/9029827517918041530'/><link rel='alternate' type='text/html' href='http://eithel-inside.blogspot.com/2010/12/como-saber-la-memoria-asignada-las.html' title='¿Como saber la memoria asignada a las máquinas virtuales en VirtualBox?'/><author><name>Eduardo Díaz Díaz</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='33' height='13' src='http://1.bp.blogspot.com/_W2hHthyTiyA/Suqwe5vVWjI/AAAAAAAAAIQ/nDBC814V-kM/S220/EiTheL.png'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://4.bp.blogspot.com/_W2hHthyTiyA/TQihn8ZHplI/AAAAAAAAAoc/jdZ9oRibmqk/s72-c/vbox-ubun.png' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5282037860157731886.post-226159029080630729</id><published>2010-12-14T10:17:00.000+01:00</published><updated>2010-12-14T10:17:49.785+01:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Notas'/><title type='text'>Most important links of websites related to Ubuntu</title><content type='html'>&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://4.bp.blogspot.com/_W2hHthyTiyA/TQc1aBYyYnI/AAAAAAAAAoY/-2luhGrs2u0/s1600/39382717_2.jpg" imageanchor="1" style="clear: right; float: right; margin-bottom: 1em; margin-left: 1em;"&gt;&lt;img border="0" height="194" src="http://4.bp.blogspot.com/_W2hHthyTiyA/TQc1aBYyYnI/AAAAAAAAAoY/-2luhGrs2u0/s320/39382717_2.jpg" width="320" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;u&gt;&lt;b&gt;Bookmarks&lt;/b&gt;&lt;/u&gt;&lt;br /&gt;&lt;br /&gt;&lt;ul&gt;&lt;li&gt;&lt;a href="http://translate.google.com/translate?hl=es&amp;amp;sl=es&amp;amp;tl=en&amp;amp;u=http://eithel-inside.blogspot.com/2010/08/instalar-un-servidor-openldap-en-ubuntu.html&amp;amp;rurl=translate.google.es&amp;amp;twu=1"&gt;Install OpenLDAP under Ubuntu&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://translate.google.com/translate?hl=es&amp;amp;sl=es&amp;amp;tl=en&amp;amp;u=http://eithel-inside.blogspot.com/2010/10/freenx-en-ubuntu-1010-es-neatx.html&amp;amp;rurl=translate.google.es&amp;amp;twu=1"&gt;FreeNX under Ubuntu 10.10 is Neatx&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://translate.google.com/translate?hl=es&amp;amp;sl=es&amp;amp;tl=en&amp;amp;u=http://eithel-inside.blogspot.com/2010/04/openvpn-es-una-solucion-de-conectividad.html&amp;amp;rurl=translate.google.es&amp;amp;twu=1"&gt;Install OpenVPN client and server under Ubuntu&lt;/a&gt;&lt;/li&gt;&lt;li&gt; &lt;a href="http://translate.google.com/translate?hl=es&amp;amp;sl=es&amp;amp;tl=en&amp;amp;u=http://eithel-inside.blogspot.com/2010/01/crear-un-servidor-pxe-en-ubuntu.html&amp;amp;rurl=translate.google.es&amp;amp;twu=1"&gt;Setting up a PXE server under Ubuntu&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://translate.google.com/translate?hl=es&amp;amp;sl=es&amp;amp;tl=en&amp;amp;u=http://eithel-inside.blogspot.com/2010/04/instalar-joomla-en-ubuntu.html&amp;amp;rurl=translate.google.es&amp;amp;twu=1"&gt;Installing Joomla! under Ubuntu&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://translate.google.com/translate?hl=es&amp;amp;sl=es&amp;amp;tl=en&amp;amp;u=http://eithel-inside.blogspot.com/2010/01/instalar-un-servidor-tftp.html&amp;amp;rurl=translate.google.es&amp;amp;twu=1"&gt;Install a TFTP Server&lt;/a&gt; &lt;/li&gt;&lt;li&gt;&lt;a href="http://translate.google.com/translate?hl=es&amp;amp;sl=es&amp;amp;tl=en&amp;amp;u=http://eithel-inside.blogspot.com/2010/09/instalar-sims-3-en-ubuntu-1004.html&amp;amp;rurl=translate.google.es&amp;amp;twu=1"&gt;Install The Sims 3 under Ubuntu 10.04&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://translate.google.com/translate?hl=es&amp;amp;sl=es&amp;amp;tl=en&amp;amp;u=http://eithel-inside.blogspot.com/2010/11/instalar-directx-9c-en-ubuntu-1010.html&amp;amp;rurl=translate.google.es&amp;amp;twu=1"&gt;Install DirectX 9c under Ubuntu 10.10&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://translate.google.com/translate?hl=es&amp;amp;sl=es&amp;amp;tl=en&amp;amp;u=http://eithel-inside.blogspot.com/2010/07/instalar-glpi-en-ubuntu-1004.html&amp;amp;rurl=translate.google.es&amp;amp;twu=1"&gt;Install GLPI under Ubuntu 10.04&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5282037860157731886-226159029080630729?l=eithel-inside.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://eithel-inside.blogspot.com/feeds/226159029080630729/comments/default' title='Enviar comentarios'/><link rel='replies' type='text/html' href='http://eithel-inside.blogspot.com/2010/12/most-important-links-of-websites.html#comment-form' title='0 comentarios'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5282037860157731886/posts/default/226159029080630729'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5282037860157731886/posts/default/226159029080630729'/><link rel='alternate' type='text/html' href='http://eithel-inside.blogspot.com/2010/12/most-important-links-of-websites.html' title='Most important links of websites related to Ubuntu'/><author><name>Eduardo Díaz Díaz</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='33' height='13' src='http://1.bp.blogspot.com/_W2hHthyTiyA/Suqwe5vVWjI/AAAAAAAAAIQ/nDBC814V-kM/S220/EiTheL.png'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://4.bp.blogspot.com/_W2hHthyTiyA/TQc1aBYyYnI/AAAAAAAAAoY/-2luhGrs2u0/s72-c/39382717_2.jpg' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5282037860157731886.post-2147164526958989088</id><published>2010-12-13T12:53:00.000+01:00</published><updated>2010-12-13T12:53:37.651+01:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Administración'/><title type='text'>Solucionar el error apt-mirror: can't write to intermediate file.</title><content type='html'>&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://1.bp.blogspot.com/_W2hHthyTiyA/TQYJIfJDKbI/AAAAAAAAAoU/W_thEvY0LKI/s1600/mirror-ubuntu.png" imageanchor="1" style="clear: right; float: right; margin-bottom: 1em; margin-left: 1em;"&gt;&lt;img border="0" height="278" src="http://1.bp.blogspot.com/_W2hHthyTiyA/TQYJIfJDKbI/AAAAAAAAAoU/W_thEvY0LKI/s320/mirror-ubuntu.png" width="320" /&gt;&lt;/a&gt;&lt;/div&gt;Hace unos dias expliqué como crear un espejo de los repositorios oficiales (o no) de Ubuntu o de otras distribuciones. También se explicaba como especificar que arquitectura descargar y como solucionar algun error típico:&lt;br /&gt;&lt;br /&gt;&lt;ul&gt;&lt;li&gt;&lt;span class="Apple-style-span" style="color: #dd6599; cursor: pointer; font-family: Helvetica, Arial, sans-serif; font-size: 13px; line-height: 18px; overflow-x: hidden; overflow-y: hidden;"&gt;&lt;b&gt;&lt;u&gt;&lt;a href="http://www.blogger.com/goog_408023803"&gt;EiTheL Inside: Crear un&amp;nbsp;&lt;/a&gt;&lt;/u&gt;&lt;/b&gt;&lt;/span&gt;&lt;b style="color: #dd6599; cursor: pointer; font-weight: bold; overflow-x: hidden; overflow-y: hidden; text-decoration: underline;"&gt;&lt;a href="http://www.blogger.com/goog_408023803"&gt;mirror&lt;/a&gt;&lt;/b&gt;&lt;span class="Apple-style-span" style="color: #dd6599;"&gt;&lt;span class="Apple-style-span" style="cursor: pointer; overflow-x: hidden; overflow-y: hidden;"&gt;&lt;b&gt;&lt;a href="http://www.blogger.com/goog_408023803"&gt;&amp;nbsp;de los repositorios de Ubuntu&lt;/a&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;a href="http://eithel-inside.blogspot.com/2010/11/crear-un-mirror-de-los-repositorios-de.html"&gt;&amp;nbsp;(24 - Nov -2010)&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;span class="Apple-style-span" style="color: #dd6599; cursor: pointer; font-family: Helvetica, Arial, sans-serif; font-size: 13px; line-height: 18px; overflow-x: hidden; overflow-y: hidden;"&gt;&lt;u&gt;&lt;a href="http://www.blogger.com/goog_408023798"&gt;&lt;b&gt;EiTheL Inside: &lt;/b&gt;&lt;/a&gt;&lt;/u&gt;&lt;/span&gt;&lt;a href="http://eithel-inside.blogspot.com/2010/11/apt-mirror-para-amd64.html"&gt;&lt;b&gt;apt-mirror para amd64 o i386&amp;nbsp;&lt;/b&gt;(29 - Nov -2010)&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;br /&gt;&lt;div&gt;Hoy quiero explicaros como arreglar el problema "&lt;b&gt;apt-mirror: can't write to intermediate file (index-urls.0) at /usr/bin/apt-mirror line 210.&lt;/b&gt;". Este problema se suele dar cuando ejecutamos el script de /etc/cron.d/apt-mirror. Nos solemos dar cuenta de que nuestro script programado para que se lance a cierta hora del dia no se ejecuta correctamente. Luego miramos de ejecutarlo a mano como el usuario "apt-mirror" y nos da ese error. Para arreglarlo basta con hacer lo siguiente:&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span" style="font-family: 'Courier New', Courier, monospace;"&gt;&lt;span class="Apple-style-span" style="font-size: x-small;"&gt;root@repositorio:/var/spool# chown -R apt-mirror:apt-mirror apt-mirror/&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;Hay que tener en cuenta que mi directorio de mirroring es &lt;b&gt;/var/spool/apt-mirror/&lt;/b&gt;. En vuestro caso tendreis que comprobar que sea el mismo y aplicar lo anteriormente explicado a vuestro caso particular.&lt;/div&gt;Haciendo los pasos anteriores lo que hemos hecho es que el usuario apt-mirror pueda escribir en la carpeta /var/spool/apt-mirror/ . Sino puede escribir, como root podremos sincronizar nuestro repositorio pero no como el usuario apt-mirror, que es el que utiliza por defecto el script.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5282037860157731886-2147164526958989088?l=eithel-inside.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://eithel-inside.blogspot.com/feeds/2147164526958989088/comments/default' title='Enviar comentarios'/><link rel='replies' type='text/html' href='http://eithel-inside.blogspot.com/2010/12/solucionar-el-error-apt-mirror-cant.html#comment-form' title='0 comentarios'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5282037860157731886/posts/default/2147164526958989088'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5282037860157731886/posts/default/2147164526958989088'/><link rel='alternate' type='text/html' href='http://eithel-inside.blogspot.com/2010/12/solucionar-el-error-apt-mirror-cant.html' title='Solucionar el error apt-mirror: can&apos;t write to intermediate file.'/><author><name>Eduardo Díaz Díaz</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='33' height='13' src='http://1.bp.blogspot.com/_W2hHthyTiyA/Suqwe5vVWjI/AAAAAAAAAIQ/nDBC814V-kM/S220/EiTheL.png'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://1.bp.blogspot.com/_W2hHthyTiyA/TQYJIfJDKbI/AAAAAAAAAoU/W_thEvY0LKI/s72-c/mirror-ubuntu.png' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5282037860157731886.post-2770150754198937959</id><published>2010-12-02T14:31:00.002+01:00</published><updated>2010-12-02T14:31:23.570+01:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Videos'/><title type='text'>Video de como instalar Ubuntu 10.10</title><content type='html'>Está en ingles pero se ve la instalación completa de un Ubuntu 10.10. Lo hace en una máquina virtual sobre un Mac, pero la instalación seria exactamente igual en un PC directamente.&lt;br /&gt;&lt;br /&gt;&lt;object style="height: 390px; width: 640px;"&gt;&lt;param name="movie" value="http://www.youtube.com/v/3HZwXuCKFQg?version=3"&gt;&lt;param name="allowFullScreen" value="true"&gt;&lt;param name="allowScriptAccess" value="always"&gt;&lt;embed src="http://www.youtube.com/v/3HZwXuCKFQg?version=3" type="application/x-shockwave-flash" allowfullscreen="true" allowScriptAccess="always" width="640" height="390"&gt;&lt;/object&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5282037860157731886-2770150754198937959?l=eithel-inside.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://eithel-inside.blogspot.com/feeds/2770150754198937959/comments/default' title='Enviar comentarios'/><link rel='replies' type='text/html' href='http://eithel-inside.blogspot.com/2010/12/video-de-como-instalar-ubuntu-1010.html#comment-form' title='0 comentarios'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5282037860157731886/posts/default/2770150754198937959'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5282037860157731886/posts/default/2770150754198937959'/><link rel='alternate' type='text/html' href='http://eithel-inside.blogspot.com/2010/12/video-de-como-instalar-ubuntu-1010.html' title='Video de como instalar Ubuntu 10.10'/><author><name>Eduardo Díaz Díaz</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='33' height='13' src='http://1.bp.blogspot.com/_W2hHthyTiyA/Suqwe5vVWjI/AAAAAAAAAIQ/nDBC814V-kM/S220/EiTheL.png'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5282037860157731886.post-3887850229918506932</id><published>2010-12-01T06:21:00.000+01:00</published><updated>2010-12-01T06:21:00.821+01:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Administración'/><title type='text'>Cómo solucionar en eGroupWare el fallo "no crontab for www-data"</title><content type='html'>&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://2.bp.blogspot.com/_W2hHthyTiyA/TPTg7iNSZxI/AAAAAAAAAn8/i6GDtJYIVow/s1600/CD_egroupware1_01.jpg" imageanchor="1" style="clear: right; float: right; margin-bottom: 1em; margin-left: 1em;"&gt;&lt;img border="0" src="http://2.bp.blogspot.com/_W2hHthyTiyA/TPTg7iNSZxI/AAAAAAAAAn8/i6GDtJYIVow/s1600/CD_egroupware1_01.jpg" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;En artículos anteriores explicaba como instalar eGroupware, como crear programas para este entorno colaborativo o como instalar aplicaciones de terceros:&lt;/div&gt;&lt;br /&gt;&lt;ul&gt;&lt;li&gt;&lt;a href="http://eithel-inside.blogspot.com/2010/05/instalar-egroupware-trabajo.html"&gt;http://eithel-inside.blogspot.com/2010/05/instalar-egroupware-trabajo.html&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://eithel-inside.blogspot.com/2010/05/instalar-una-aplicacion-en-egroupware.html"&gt;http://eithel-inside.blogspot.com/2010/05/instalar-una-aplicacion-en-egroupware.html&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://eithel-inside.blogspot.com/2010/05/crear-una-aplicacion-egroupware.html"&gt;http://eithel-inside.blogspot.com/2010/05/crear-una-aplicacion-egroupware.html&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;br /&gt;&lt;div style="text-align: justify;"&gt;Con estos tutoriales la verdad es que tenemos conocimientos más que amplios para poder usar esta herramienta de una manera eficiente. No obstante, aún nos quedan muchas cosas que explicar. Hoy querría explicaros como usar los "Servicios Asíncronos Programados". Si no tocamos nada de la instalación inicial, es posible que estos servicios asíncronos no funcionen. Si miramos dentro de configuración de los servicios asíncronos, vemos que nunca se han ejecutado servicios asíncronos y nos avisa que quizas no haya ningún crontab para el usuario www-data (no crontab for www-data). Esto es porque eGroupware, como sabeis, usa el usuario de apache para ejecutarse (el usuario www-data). Este usuario no tiene asignado ningún crontab por defecto, ya que es un usuario que básicamente lo que hace es ejecutar Apache (por lo cual no suele ser necesario). No obstante, para los servicios asíncronos de eGroupWare lo necesitamos. Así de esta manera, podremos lanzar copias de seguridad programas, recibir notícias de administración o enviar alarmas sobre citas creadas. ¿Cómo arreglar esto?. Fácil. Hemos de crear un crontab para www-data:&lt;/div&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="font-family: 'Courier New', Courier, monospace;"&gt;su www-data&lt;/span&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="font-family: 'Courier New', Courier, monospace;"&gt;crontab -e&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;div style="text-align: justify;"&gt;Guardamos (en blanco) y listos. El crontab para www-data ya esta creado. Ahora vamos al eGroupWare y ya podrémos añadir en el crontab la sincronización de servicios asíncronos. Lo que hará básicamente es añadir una linea en el crontab que hemos creado:&lt;/div&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="font-family: 'Courier New', Courier, monospace;"&gt;&lt;span class="Apple-style-span" style="font-size: xx-small;"&gt;*/5 * * * * /usr/bin/php5 -q -d memory_limit=-1 /var/www/egw1/phpgwapi/cron/asyncservices.php default&lt;/span&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5282037860157731886-3887850229918506932?l=eithel-inside.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://eithel-inside.blogspot.com/feeds/3887850229918506932/comments/default' title='Enviar comentarios'/><link rel='replies' type='text/html' href='http://eithel-inside.blogspot.com/2010/12/como-solucionar-en-egroupware-el-fallo.html#comment-form' title='0 comentarios'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5282037860157731886/posts/default/3887850229918506932'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5282037860157731886/posts/default/3887850229918506932'/><link rel='alternate' type='text/html' href='http://eithel-inside.blogspot.com/2010/12/como-solucionar-en-egroupware-el-fallo.html' title='Cómo solucionar en eGroupWare el fallo &quot;no crontab for www-data&quot;'/><author><name>Eduardo Díaz Díaz</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='33' height='13' src='http://1.bp.blogspot.com/_W2hHthyTiyA/Suqwe5vVWjI/AAAAAAAAAIQ/nDBC814V-kM/S220/EiTheL.png'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://2.bp.blogspot.com/_W2hHthyTiyA/TPTg7iNSZxI/AAAAAAAAAn8/i6GDtJYIVow/s72-c/CD_egroupware1_01.jpg' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5282037860157731886.post-837561085627355945</id><published>2010-11-30T06:37:00.000+01:00</published><updated>2010-11-30T06:37:00.201+01:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Videos'/><title type='text'>El software libre" de Las TIC en un CLIC</title><content type='html'>&lt;object height="385" width="640"&gt;&lt;param name="movie" value="http://www.youtube.com/v/9NrPGDtzv50?fs=1&amp;amp;hl=en_US"&gt;&lt;/param&gt;&lt;param name="allowFullScreen" value="true"&gt;&lt;/param&gt;&lt;param name="allowscriptaccess" value="always"&gt;&lt;/param&gt;&lt;embed src="http://www.youtube.com/v/9NrPGDtzv50?fs=1&amp;amp;hl=en_US" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="640" height="385"&gt;&lt;/embed&gt;&lt;/object&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.youtube.com/watch?v=9NrPGDtzv50"&gt;http://www.youtube.com/watch?v=9NrPGDtzv50&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5282037860157731886-837561085627355945?l=eithel-inside.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://eithel-inside.blogspot.com/feeds/837561085627355945/comments/default' title='Enviar comentarios'/><link rel='replies' type='text/html' href='http://eithel-inside.blogspot.com/2010/11/el-software-libre-de-las-tic-en-un-clic.html#comment-form' title='0 comentarios'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5282037860157731886/posts/default/837561085627355945'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5282037860157731886/posts/default/837561085627355945'/><link rel='alternate' type='text/html' href='http://eithel-inside.blogspot.com/2010/11/el-software-libre-de-las-tic-en-un-clic.html' title='El software libre&quot; de Las TIC en un CLIC'/><author><name>Eduardo Díaz Díaz</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='33' height='13' src='http://1.bp.blogspot.com/_W2hHthyTiyA/Suqwe5vVWjI/AAAAAAAAAIQ/nDBC814V-kM/S220/EiTheL.png'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5282037860157731886.post-6457438317993050514</id><published>2010-11-29T13:06:00.002+01:00</published><updated>2010-11-30T08:49:00.278+01:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Administración'/><title type='text'>apt-mirror para amd64 o i386</title><content type='html'>&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://2.bp.blogspot.com/_W2hHthyTiyA/TPSsYbrhd0I/AAAAAAAAAn4/M1WfDDsDqrw/s1600/box_ubuntu_disc.png" imageanchor="1" style="clear: right; float: right; margin-bottom: 1em; margin-left: 1em;"&gt;&lt;img border="0" src="http://2.bp.blogspot.com/_W2hHthyTiyA/TPSsYbrhd0I/AAAAAAAAAn4/M1WfDDsDqrw/s1600/box_ubuntu_disc.png" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;En un artículo anterior expliqué como crear un repositorio local en espejo para Ubuntu/Debian (mirror del repositorio oficial):&lt;br /&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="color: #474b4e; font-family: Helvetica, Arial, sans-serif; font-size: 13px; line-height: 18px;"&gt;&lt;/span&gt;&lt;br /&gt;&lt;div class="gs-title" style="color: #dd6599; height: 1,4em; line-height: 1,5em; overflow-x: hidden; overflow-y: hidden; position: static; text-decoration: underline;"&gt;&lt;a class="gs-title" href="http://eithel-inside.blogspot.com/2010/11/crear-un-mirror-de-los-repositorios-de.html" style="color: #dd6599; cursor: pointer; font-weight: bold; height: 1,4em; line-height: 1,5em; overflow-x: hidden; overflow-y: hidden; text-decoration: underline;" target="_blank"&gt;EiTheL Inside: Crear un&amp;nbsp;&lt;b style="color: #dd6599; text-decoration: underline;"&gt;mirror&lt;/b&gt;&amp;nbsp;de los repositorios de Ubuntu&lt;/a&gt;&amp;nbsp;(24 - Nov -2010)&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;Ahora quiero explicaros como hacer para que también podais sincronizar (o seleccionar explícitamente) la versión 32 o 64 bits de la distribución (o ambas).&lt;br /&gt;&lt;br /&gt;Para ello basta con poner deb-i386 o deb-amd64 delanta de la linea de sincronización de la ruta de nuestro archivo &lt;b&gt;/etc/apt/mirror.list&lt;/b&gt;. Por ejemplo:&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;pre&gt;&lt;span class="Apple-style-span" style="font-size: xx-small;"&gt;#MAVERICK#&lt;br /&gt;deb-i386 http://es.archive.ubuntu.com/ubuntu maverick main restricted universe multiverse&lt;br /&gt;deb-i386 http://es.archive.ubuntu.com/ubuntu maverick-security main restricted universe multiverse&lt;/span&gt;&lt;/pre&gt;&lt;pre&gt;&lt;span class="Apple-style-span" style="font-size: xx-small;"&gt;deb-i386 http://es.archive.ubuntu.com/ubuntu maverick-updates main restricted universe multiverse&lt;/span&gt;&lt;/pre&gt;&lt;pre&gt;&lt;span class="Apple-style-span" style="font-size: xx-small;"&gt;#deb-i386 http://es.archive.ubuntu.com/ubuntu maverick-proposed main restricted universe multiverse&lt;/span&gt;&lt;/pre&gt;&lt;pre&gt;&lt;span class="Apple-style-span" style="font-size: xx-small;"&gt;#deb-i386 http://es.archive.ubuntu.com/ubuntu maverick-backports main restricted universe multiverse&lt;/span&gt;&lt;/pre&gt;&lt;pre&gt;&lt;span class="Apple-style-span" style="font-size: xx-small;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/pre&gt;&lt;pre&gt;&lt;span class="Apple-style-span" style="font-family: 'Times New Roman'; white-space: normal;"&gt;&lt;pre style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px;"&gt;&lt;span class="Apple-style-span" style="font-size: xx-small;"&gt;deb-amd64 http://es.archive.ubuntu.com/ubuntu maverick main restricted universe multiverse&lt;br /&gt;deb-amd64 http://es.archive.ubuntu.com/ubuntu maverick-security main restricted universe multiverse&lt;/span&gt;&lt;/pre&gt;&lt;/span&gt;&lt;span class="Apple-style-span" style="font-family: 'Times New Roman'; white-space: normal;"&gt;&lt;pre style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px;"&gt;&lt;span class="Apple-style-span" style="font-size: xx-small;"&gt;deb-amd64 http://es.archive.ubuntu.com/ubuntu maverick-updates main restricted universe multiverse&lt;/span&gt;&lt;/pre&gt;&lt;/span&gt;&lt;span class="Apple-style-span" style="font-family: 'Times New Roman'; white-space: normal;"&gt;&lt;pre style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px;"&gt;&lt;span class="Apple-style-span" style="font-size: xx-small;"&gt;#deb-amd64 http://es.archive.ubuntu.com/ubuntu maverick-proposed main restricted universe multiverse&lt;/span&gt;&lt;/pre&gt;&lt;/span&gt;&lt;span class="Apple-style-span" style="font-family: 'Times New Roman'; white-space: normal;"&gt;&lt;pre style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px;"&gt;&lt;span class="Apple-style-span" style="font-size: xx-small;"&gt;#deb-amd64 http://es.archive.ubuntu.com/ubuntu maverick-backports main restricted universe multiverse&lt;/span&gt;&lt;/pre&gt;&lt;/span&gt;&lt;/pre&gt;&lt;pre&gt;&lt;span class="Apple-style-span" style="font-size: xx-small;"&gt;&lt;br /&gt;deb-src http://es.archive.ubuntu.com/ubuntu maverick main restricted universe multiverse&lt;br /&gt;deb-src http://es.archive.ubuntu.com/ubuntu maverick-security main restricted universe multiverse&lt;br /&gt;deb-src http://es.archive.ubuntu.com/ubuntu maverick-updates main restricted universe multiverse&lt;br /&gt;#deb-src http://es.archive.ubuntu.com/ubuntu maverick-proposed main restricted universe multiverse&lt;br /&gt;#deb-src http://es.archive.ubuntu.com/ubuntu maverick-backports main restricted universe multiverse&lt;/span&gt;&lt;br /&gt;&lt;/pre&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;De esta manera podremos tener las arquitecturas de 32 y de 64 bits en nuestro repositorio.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5282037860157731886-6457438317993050514?l=eithel-inside.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://eithel-inside.blogspot.com/feeds/6457438317993050514/comments/default' title='Enviar comentarios'/><link rel='replies' type='text/html' href='http://eithel-inside.blogspot.com/2010/11/apt-mirror-para-amd64.html#comment-form' title='0 comentarios'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5282037860157731886/posts/default/6457438317993050514'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5282037860157731886/posts/default/6457438317993050514'/><link rel='alternate' type='text/html' href='http://eithel-inside.blogspot.com/2010/11/apt-mirror-para-amd64.html' title='apt-mirror para amd64 o i386'/><author><name>Eduardo Díaz Díaz</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='33' height='13' src='http://1.bp.blogspot.com/_W2hHthyTiyA/Suqwe5vVWjI/AAAAAAAAAIQ/nDBC814V-kM/S220/EiTheL.png'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://2.bp.blogspot.com/_W2hHthyTiyA/TPSsYbrhd0I/AAAAAAAAAn4/M1WfDDsDqrw/s72-c/box_ubuntu_disc.png' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5282037860157731886.post-5957932552756933633</id><published>2010-11-26T13:53:00.001+01:00</published><updated>2010-11-26T14:13:08.670+01:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Noticias'/><title type='text'>Creado Tux Padel.png en conmemoración al X Campeonato Mundial de Pádel</title><content type='html'>&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://2.bp.blogspot.com/_W2hHthyTiyA/TO-s5-xGZ0I/AAAAAAAAAnk/Qk1pXZ_H2vE/s1600/tux-padel.png" imageanchor="1" style="clear: right; float: right; margin-bottom: 1em; margin-left: 1em;"&gt;&lt;img border="0" src="http://2.bp.blogspot.com/_W2hHthyTiyA/TO-s5-xGZ0I/AAAAAAAAAnk/Qk1pXZ_H2vE/s1600/tux-padel.png" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;b&gt;La Riviera Maya será sede del X Campeonato Mundial de Pádel&lt;/b&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;· Más de 380 deportistas de 20 países competirán para ganar el puesto de “Mejor del Mundo”&lt;/div&gt;&lt;div style="text-align: justify;"&gt;· Del 29 de noviembre al 5 de diciembre se llevará a cabo la justa en el hotel Gran Palladium Resort &amp;amp; Spa, el cual tendrá la mayor cobertura televisiva en la historia de este deporte creado en México.&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;El hotel Gran Palladium Riviera Maya Resort &amp;amp; Spa será la sede de este importante evento que reúne a veinte países y que se espera tenga una significativa derrama económica durante la temporada baja, ya que se llevará a cabo del 29 de noviembre al 5 de diciembre de 2010.&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;b&gt;Cobertura televisiva e internet&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;Jorge Raya, productor de Canal 30, informó que dicha empresa televisiva generará la señal de todos y cada uno de los partidos del X Campeonato Mundial de Padel y así millones de telespectadores en todo el mundo, podrá disfrutar de este bello deporte.&lt;br /&gt;&lt;br /&gt;Los organizadores de la justa deportiva continúan en pláticas con el consorcio de telecomunicaciones Grupo Imagen, quien también esta interesado en la cobertura y la difusión del Padel.&lt;br /&gt;&lt;br /&gt;A través de la página web &lt;a href="http://www.veloenvivo.com/"&gt;www.veloenvivo.com&lt;/a&gt; los aficionados podrán seguir todos y cada uno de los partidos en los que participarán alrededor de 400 jugadores que competirán en las modalidades de individuales varonil, femenil, por parejas, tipo Copa Davis.&lt;br /&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span" style="font-size: xx-small;"&gt;(Fuente&amp;nbsp;&lt;a href="http://www.padelfip.org/noticia.php?idn=43"&gt;http://www.padelfip.org&lt;/a&gt;)&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;He creado este Tux Padelero ya que no habia visto aún a ninguno. Espero que os guste ;)&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;Un&amp;nbsp;&lt;span class="Apple-style-span" style="font-family: sans-serif; font-size: 13px; line-height: 19px;"&gt;&lt;b&gt;PNG&lt;/b&gt;&lt;/span&gt;&lt;span class="Apple-style-span" style="font-family: sans-serif; font-size: 13px; line-height: 19px;"&gt;&amp;nbsp;(&lt;/span&gt;&lt;span class="Apple-style-span" style="font-family: sans-serif; font-size: 13px; line-height: 19px;"&gt;&lt;i&gt;&lt;b&gt;P&lt;/b&gt;ortable&amp;nbsp;&lt;b&gt;N&lt;/b&gt;etwork&amp;nbsp;&lt;b&gt;G&lt;/b&gt;raphics&lt;/i&gt;&lt;/span&gt;&lt;span class="Apple-style-span" style="font-family: sans-serif; font-size: 13px; line-height: 19px;"&gt;) es un&amp;nbsp;&lt;/span&gt;&lt;span class="Apple-style-span" style="font-family: sans-serif; font-size: 13px; line-height: 19px;"&gt;&lt;a class="mw-redirect" href="http://es.wikipedia.org/wiki/Formatos_gr%C3%A1ficos" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="Formatos gráficos"&gt;formato gráfico&lt;/a&gt;&lt;/span&gt;&lt;span class="Apple-style-span" style="font-family: sans-serif; font-size: 13px; line-height: 19px;"&gt;&amp;nbsp;basado en un&amp;nbsp;&lt;/span&gt;&lt;span class="Apple-style-span" style="font-family: sans-serif; font-size: 13px; line-height: 19px;"&gt;&lt;a href="http://es.wikipedia.org/wiki/Algoritmo_de_compresi%C3%B3n_sin_p%C3%A9rdida" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="Algoritmo de compresión sin pérdida"&gt;algoritmo de compresión sin pérdida&lt;/a&gt;&lt;/span&gt;&lt;span class="Apple-style-span" style="font-family: sans-serif; font-size: 13px; line-height: 19px;"&gt;&amp;nbsp;para&amp;nbsp;&lt;/span&gt;&lt;span class="Apple-style-span" style="font-family: sans-serif; font-size: 13px; line-height: 19px;"&gt;&lt;a class="mw-redirect" href="http://es.wikipedia.org/wiki/Bitmap" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="Bitmap"&gt;bitmaps&lt;/a&gt;&lt;/span&gt;&lt;span class="Apple-style-span" style="font-family: sans-serif; font-size: 13px; line-height: 19px;"&gt;&amp;nbsp;no sujeto a&amp;nbsp;&lt;/span&gt;&lt;span class="Apple-style-span" style="font-family: sans-serif; font-size: 13px; line-height: 19px;"&gt;&lt;a href="http://es.wikipedia.org/wiki/Patente" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="Patente"&gt;patentes&lt;/a&gt;&lt;/span&gt;&lt;span class="Apple-style-span" style="font-family: sans-serif; font-size: 13px; line-height: 19px;"&gt;. Este formato fue desarrollado en buena parte para solventar las deficiencias del formato&amp;nbsp;&lt;/span&gt;&lt;span class="Apple-style-span" style="font-family: sans-serif; font-size: 13px; line-height: 19px;"&gt;&lt;a class="mw-redirect" href="http://es.wikipedia.org/wiki/GIF" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="GIF"&gt;GIF&lt;/a&gt;&lt;/span&gt;&lt;span class="Apple-style-span" style="font-family: sans-serif; font-size: 13px; line-height: 19px;"&gt;&amp;nbsp;y permite almacenar imágenes con una mayor profundidad de contraste y otros importantes datos.&lt;/span&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="font-family: sans-serif; line-height: 19px;"&gt;&lt;div style="font-size: 13px; margin-left: 0px; margin-right: 0px;"&gt;Las imágenes PNG usan la extensión .png y han obtenido un&amp;nbsp;&lt;a href="http://es.wikipedia.org/wiki/Multipurpose_Internet_Mail_Extensions" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="Multipurpose Internet Mail Extensions"&gt;tipo MIME&lt;/a&gt;&amp;nbsp;(image/png) aprobado el&amp;nbsp;&lt;a href="http://es.wikipedia.org/wiki/14_de_octubre" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="14 de octubre"&gt;14 de octubre&lt;/a&gt;&amp;nbsp;de&amp;nbsp;&lt;a href="http://es.wikipedia.org/wiki/1996" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="1996"&gt;1996&lt;/a&gt;.&lt;/div&gt;&lt;div style="font-size: 13px; margin-left: 0px; margin-right: 0px;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="margin-left: 0px; margin-right: 0px;"&gt;&lt;span class="Apple-style-span" style="font-size: xx-small;"&gt;(Fuente &lt;a href="http://es.wikipedia.org/wiki/Portable_Network_Graphics"&gt;Wikipedia&lt;/a&gt;)&lt;/span&gt;&lt;/div&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5282037860157731886-5957932552756933633?l=eithel-inside.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://eithel-inside.blogspot.com/feeds/5957932552756933633/comments/default' title='Enviar comentarios'/><link rel='replies' type='text/html' href='http://eithel-inside.blogspot.com/2010/11/creado-tux-padelpng-en-conmemoracion-al.html#comment-form' title='1 comentarios'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5282037860157731886/posts/default/5957932552756933633'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5282037860157731886/posts/default/5957932552756933633'/><link rel='alternate' type='text/html' href='http://eithel-inside.blogspot.com/2010/11/creado-tux-padelpng-en-conmemoracion-al.html' title='Creado Tux Padel.png en conmemoración al X Campeonato Mundial de Pádel'/><author><name>Eduardo Díaz Díaz</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='33' height='13' src='http://1.bp.blogspot.com/_W2hHthyTiyA/Suqwe5vVWjI/AAAAAAAAAIQ/nDBC814V-kM/S220/EiTheL.png'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://2.bp.blogspot.com/_W2hHthyTiyA/TO-s5-xGZ0I/AAAAAAAAAnk/Qk1pXZ_H2vE/s72-c/tux-padel.png' height='72' width='72'/><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5282037860157731886.post-2472270407872340174</id><published>2010-11-25T14:45:00.000+01:00</published><updated>2010-11-25T14:45:39.605+01:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Humor'/><title type='text'>M$ Windows pirata y con parches.</title><content type='html'>&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://3.bp.blogspot.com/_W2hHthyTiyA/TO5oUl82ONI/AAAAAAAAAnc/AsQtN2yVLmo/s1600/disfraces1.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="240" src="http://3.bp.blogspot.com/_W2hHthyTiyA/TO5oUl82ONI/AAAAAAAAAnc/AsQtN2yVLmo/s320/disfraces1.png" width="320" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://3.bp.blogspot.com/_W2hHthyTiyA/TO5oVQ7pYzI/AAAAAAAAAng/7927A-18sjE/s1600/disfraces2.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="240" src="http://3.bp.blogspot.com/_W2hHthyTiyA/TO5oVQ7pYzI/AAAAAAAAAng/7927A-18sjE/s320/disfraces2.png" width="320" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: left;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: left;"&gt;&lt;span class="Apple-style-span" style="font-size: xx-small;"&gt;(Fuente&amp;nbsp;&lt;a href="http://ubuntulife.wordpress.com/category/humor/page/5/"&gt;http://ubuntulife.wordpress.com/&lt;/a&gt;)&lt;/span&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5282037860157731886-2472270407872340174?l=eithel-inside.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://eithel-inside.blogspot.com/feeds/2472270407872340174/comments/default' title='Enviar comentarios'/><link rel='replies' type='text/html' href='http://eithel-inside.blogspot.com/2010/11/m-windows-pirata-y-con-parches.html#comment-form' title='0 comentarios'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5282037860157731886/posts/default/2472270407872340174'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5282037860157731886/posts/default/2472270407872340174'/><link rel='alternate' type='text/html' href='http://eithel-inside.blogspot.com/2010/11/m-windows-pirata-y-con-parches.html' title='M$ Windows pirata y con parches.'/><author><name>Eduardo Díaz Díaz</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='33' height='13' src='http://1.bp.blogspot.com/_W2hHthyTiyA/Suqwe5vVWjI/AAAAAAAAAIQ/nDBC814V-kM/S220/EiTheL.png'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://3.bp.blogspot.com/_W2hHthyTiyA/TO5oUl82ONI/AAAAAAAAAnc/AsQtN2yVLmo/s72-c/disfraces1.png' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5282037860157731886.post-3954947266427737708</id><published>2010-11-24T11:21:00.004+01:00</published><updated>2010-11-24T11:29:52.308+01:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Administración'/><title type='text'>Crear un mirror de los repositorios de Ubuntu</title><content type='html'>&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://2.bp.blogspot.com/_W2hHthyTiyA/TOzmqEgyvHI/AAAAAAAAAnY/fsjJado_Y8o/s1600/4840791432_659b41b7aa.jpg" imageanchor="1" style="clear: right; float: right; margin-bottom: 1em; margin-left: 1em;"&gt;&lt;img border="0" height="152" src="http://2.bp.blogspot.com/_W2hHthyTiyA/TOzmqEgyvHI/AAAAAAAAAnY/fsjJado_Y8o/s320/4840791432_659b41b7aa.jpg" width="320" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;span class="Apple-style-span" style="font-family: arial, sans-serif; font-size: 16px;"&gt;apt-mirror es una pequeña herramienta que proporciona la capacidad para replicar cualquier parte (o incluso todo) el repositorio de Debian y/o Ubuntu (o cualquier otra fuente apt que normalmente es proporcionada por los desarrolladores de código abierto).&lt;/span&gt;&lt;/div&gt;&lt;span class="Apple-style-span" style="font-family: arial, sans-serif; font-size: 16px;"&gt;&lt;span title=""&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="font-family: arial, sans-serif; font-size: 16px;"&gt;&lt;span title=""&gt;Características principales:&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;ul&gt;&lt;li&gt;Configuración tan simple como apt "sources.list"&lt;/li&gt;&lt;li&gt;Soporta la descarga multiproceso&lt;/li&gt;&lt;li&gt;Soporta múltiples arquitecturas, al mismo tiempo&lt;/li&gt;&lt;li&gt;Funciona en todos los sistemas POSIX con perl, gunzip, y wget&lt;/li&gt;&lt;li&gt;Funciona muy bien en canales sobrecargados de Internet&lt;/li&gt;&lt;li&gt;Nunca se produce un mirror inconsistente&lt;/li&gt;&lt;li&gt;Elimina automáticamente los archivos innecesarios&lt;/li&gt;&lt;/ul&gt;&lt;span title=""&gt;No hay manera más fácil de crear un mirror de Debian o Ubuntu que hacer uso de apt-mirror.&amp;nbsp;&lt;/span&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="font-family: arial, sans-serif; font-size: 16px;"&gt;&lt;span title=""&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="font-family: arial, sans-serif; font-size: 16px;"&gt;&lt;span title=""&gt;Así pues, vamos a instalarlo:&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="font-size: 16px;"&gt;&lt;span title=""&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;pre&gt;&lt;span class="Apple-style-span" style="font-family: 'Courier New', Courier, monospace;"&gt;&lt;span class="Apple-style-span" style="font-size: xx-small;"&gt;root&lt;/span&gt;&lt;span class="sy0" style="font-size: xx-small;"&gt;@&lt;/span&gt;&lt;span class="Apple-style-span" style="font-size: xx-small;"&gt;repositori:~&lt;/span&gt;&lt;span class="co0"&gt;&lt;span class="Apple-style-span" style="font-size: xx-small;"&gt;# &lt;/span&gt;&lt;span class="Apple-style-span" style="font-size: x-small;"&gt;&lt;b&gt;apt-get install apt-mirror&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class="Apple-style-span" style="font-size: xx-small;"&gt;&lt;br /&gt;Leyendo lista de paquetes... Hecho&lt;br /&gt;Creando árbol de dependencias      &lt;br /&gt;Leyendo la información de estado... Hecho&lt;br /&gt;Se instalarán los siguientes paquetes NUEVOS:&lt;br /&gt;  apt-mirror&lt;br /&gt;&lt;/span&gt;&lt;span class="nu0" style="font-size: xx-small;"&gt;0&lt;/span&gt;&lt;span class="Apple-style-span" style="font-size: xx-small;"&gt; actualizados, &lt;/span&gt;&lt;span class="nu0" style="font-size: xx-small;"&gt;1&lt;/span&gt;&lt;span class="Apple-style-span" style="font-size: xx-small;"&gt; se instalarán, &lt;/span&gt;&lt;span class="nu0" style="font-size: xx-small;"&gt;0&lt;/span&gt;&lt;span class="Apple-style-span" style="font-size: xx-small;"&gt; para eliminar y &lt;/span&gt;&lt;span class="nu0" style="font-size: xx-small;"&gt;48&lt;/span&gt;&lt;span class="Apple-style-span" style="font-size: xx-small;"&gt; no actualizados.&lt;br /&gt;Necesito descargar &lt;/span&gt;&lt;span class="nu0" style="font-size: xx-small;"&gt;14&lt;/span&gt;&lt;span class="Apple-style-span" style="font-size: xx-small;"&gt;,8kB de archivos.&lt;br /&gt;Se utilizarán 127kB de espacio de disco adicional después de esta operación.&lt;br /&gt;Des:&lt;/span&gt;&lt;span class="nu0" style="font-size: xx-small;"&gt;1&lt;/span&gt;&lt;span class="Apple-style-span" style="font-size: xx-small;"&gt; http:&lt;/span&gt;&lt;span class="sy0" style="font-size: xx-small;"&gt;//&lt;/span&gt;&lt;span class="Apple-style-span" style="font-size: xx-small;"&gt;es.archive.ubuntu.com&lt;/span&gt;&lt;span class="sy0" style="font-size: xx-small;"&gt;/&lt;/span&gt;&lt;span class="Apple-style-span" style="font-size: xx-small;"&gt;ubuntu&lt;/span&gt;&lt;span class="sy0" style="font-size: xx-small;"&gt;/&lt;/span&gt;&lt;span class="Apple-style-span" style="font-size: xx-small;"&gt; lucid&lt;/span&gt;&lt;span class="sy0" style="font-size: xx-small;"&gt;/&lt;/span&gt;&lt;span class="Apple-style-span" style="font-size: xx-small;"&gt;universe apt-mirror &lt;/span&gt;&lt;span class="nu0" style="font-size: xx-small;"&gt;0.4&lt;/span&gt;&lt;span class="nu0" style="font-size: xx-small;"&gt;.7&lt;/span&gt;&lt;span class="Apple-style-span" style="font-size: xx-small;"&gt;-0ubuntu1 &lt;/span&gt;&lt;span class="br0" style="font-size: xx-small;"&gt;[&lt;/span&gt;&lt;span class="nu0" style="font-size: xx-small;"&gt;14&lt;/span&gt;&lt;span class="Apple-style-span" style="font-size: xx-small;"&gt;,8kB&lt;/span&gt;&lt;span class="br0" style="font-size: xx-small;"&gt;]&lt;/span&gt;&lt;span class="Apple-style-span" style="font-size: xx-small;"&gt;&lt;br /&gt;Descargados &lt;/span&gt;&lt;span class="nu0" style="font-size: xx-small;"&gt;14&lt;/span&gt;&lt;span class="Apple-style-span" style="font-size: xx-small;"&gt;,8kB en 0s &lt;/span&gt;&lt;span class="br0" style="font-size: xx-small;"&gt;(&lt;/span&gt;&lt;span class="nu0" style="font-size: xx-small;"&gt;17&lt;/span&gt;&lt;span class="Apple-style-span" style="font-size: xx-small;"&gt;,8kB&lt;/span&gt;&lt;span class="sy0" style="font-size: xx-small;"&gt;/&lt;/span&gt;&lt;span class="Apple-style-span" style="font-size: xx-small;"&gt;s&lt;/span&gt;&lt;span class="br0" style="font-size: xx-small;"&gt;)&lt;/span&gt;&lt;span class="Apple-style-span" style="font-size: xx-small;"&gt;&lt;br /&gt;Seleccionando el paquete apt-mirror previamente no seleccionado.&lt;br /&gt;&lt;/span&gt;&lt;span class="br0" style="font-size: xx-small;"&gt;(&lt;/span&gt;&lt;span class="Apple-style-span" style="font-size: xx-small;"&gt;Leyendo la base de datos ...  &lt;/span&gt;&lt;span class="nu0" style="font-size: xx-small;"&gt;00&lt;/span&gt;&lt;span class="sy0" style="font-size: xx-small;"&gt;%&lt;/span&gt;&lt;span class="Apple-style-span" style="font-size: xx-small;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;span class="nu0" style="font-size: xx-small;"&gt;42967&lt;/span&gt;&lt;span class="Apple-style-span" style="font-size: xx-small;"&gt; ficheros y directorios instalados actualmente.&lt;/span&gt;&lt;span class="br0" style="font-size: xx-small;"&gt;)&lt;/span&gt;&lt;span class="Apple-style-span" style="font-size: xx-small;"&gt;&lt;br /&gt;Desempaquetando apt-mirror &lt;/span&gt;&lt;span class="br0" style="font-size: xx-small;"&gt;(&lt;/span&gt;&lt;span class="Apple-style-span" style="font-size: xx-small;"&gt;de ...&lt;/span&gt;&lt;span class="sy0" style="font-size: xx-small;"&gt;/&lt;/span&gt;&lt;span class="Apple-style-span" style="font-size: xx-small;"&gt;apt-mirror_0&lt;/span&gt;&lt;span class="nu0" style="font-size: xx-small;"&gt;.4&lt;/span&gt;&lt;span class="nu0" style="font-size: xx-small;"&gt;.7&lt;/span&gt;&lt;span class="Apple-style-span" style="font-size: xx-small;"&gt;-0ubuntu1_all.deb&lt;/span&gt;&lt;span class="br0" style="font-size: xx-small;"&gt;)&lt;/span&gt;&lt;span class="Apple-style-span" style="font-size: xx-small;"&gt; ...&lt;br /&gt;Procesando disparadores para man-db ...&lt;br /&gt;Configurando apt-mirror &lt;/span&gt;&lt;span class="br0" style="font-size: xx-small;"&gt;(&lt;/span&gt;&lt;span class="nu0" style="font-size: xx-small;"&gt;0.4&lt;/span&gt;&lt;span class="nu0" style="font-size: xx-small;"&gt;.7&lt;/span&gt;&lt;span class="Apple-style-span" style="font-size: xx-small;"&gt;-0ubuntu1&lt;/span&gt;&lt;span class="br0" style="font-size: xx-small;"&gt;)&lt;/span&gt;&lt;span class="Apple-style-span" style="font-size: xx-small;"&gt; ...&lt;/span&gt;&lt;/span&gt;&lt;/pre&gt;&lt;br /&gt;&lt;div style="text-align: justify;"&gt;&lt;span class="Apple-style-span" style="font-family: arial, sans-serif; font-size: 16px;"&gt;&lt;span title=""&gt;Con esto ya tenemos el apt-mirror instalado. Ahora tendremos que configurar el archivo de configuración del apt-mirror para decirle lo que queremos replicar y donde lo queremos bajar.&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;span class="Apple-style-span" style="font-family: arial, sans-serif; font-size: 16px;"&gt;&lt;span title=""&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;span title=""&gt;&lt;span class="Apple-style-span" style="font-family: arial, sans-serif;"&gt;Editamos /etc/apt/mirror.list y añadimos las siguientes lineas:&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="font-family: 'Courier New', Courier, monospace; font-size: xx-small;"&gt;#MAVERICK#&lt;/span&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="font-family: 'Courier New', Courier, monospace;"&gt;&lt;span class="Apple-style-span" style="font-size: xx-small;"&gt;deb http://es.archive.ubuntu.com/ubuntu maverick main restricted universe multiverse&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="font-family: 'Courier New', Courier, monospace;"&gt;&lt;span class="Apple-style-span" style="font-size: xx-small;"&gt;deb http://es.archive.ubuntu.com/ubuntu maverick-security main restricted universe multiverse&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="font-family: 'Courier New', Courier, monospace;"&gt;&lt;span class="Apple-style-span" style="font-size: xx-small;"&gt;deb http://es.archive.ubuntu.com/ubuntu maverick-updates main restricted universe multiverse&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="font-family: 'Courier New', Courier, monospace;"&gt;&lt;span class="Apple-style-span" style="font-size: xx-small;"&gt;#deb http://es.archive.ubuntu.com/ubuntu maverick-proposed main restricted universe multiverse&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="font-family: 'Courier New', Courier, monospace;"&gt;&lt;span class="Apple-style-span" style="font-size: xx-small;"&gt;#deb http://es.archive.ubuntu.com/ubuntu maverick-backports main restricted universe multiverse&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="font-family: 'Courier New', Courier, monospace;"&gt;&lt;span class="Apple-style-span" style="font-size: xx-small;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="font-family: 'Courier New', Courier, monospace;"&gt;&lt;span class="Apple-style-span" style="font-size: xx-small;"&gt;deb-src http://es.archive.ubuntu.com/ubuntu maverick main restricted universe multiverse&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="font-family: 'Courier New', Courier, monospace;"&gt;&lt;span class="Apple-style-span" style="font-size: xx-small;"&gt;deb-src http://es.archive.ubuntu.com/ubuntu maverick-security main restricted universe multiverse&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="font-family: 'Courier New', Courier, monospace;"&gt;&lt;span class="Apple-style-span" style="font-size: xx-small;"&gt;deb-src http://es.archive.ubuntu.com/ubuntu maverick-updates main restricted universe multiverse&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="font-family: 'Courier New', Courier, monospace;"&gt;&lt;span class="Apple-style-span" style="font-size: xx-small;"&gt;#deb-src http://es.archive.ubuntu.com/ubuntu maverick-proposed main restricted universe multiverse&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="font-family: 'Courier New', Courier, monospace;"&gt;&lt;span class="Apple-style-span" style="font-size: xx-small;"&gt;#deb-src http://es.archive.ubuntu.com/ubuntu maverick-backports main restricted universe multiverse&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="font-family: arial, sans-serif;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;&lt;div style="text-align: justify;"&gt;&lt;span class="Apple-style-span" style="font-family: arial, sans-serif;"&gt;Con esto, se bajará el repositorio de la distribución Maverick (10.10) en&amp;nbsp;&lt;b&gt;/var/spool/apt-mirror/mirror&lt;/b&gt; .&lt;/span&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;span class="Apple-style-span" style="font-family: arial, sans-serif;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;span class="Apple-style-span" style="font-family: arial, sans-serif;"&gt;Si queremos que cada noche se sincronice, podemos modificar la entrada en&lt;b&gt; /etc/cront.d/apt-mirror&lt;/b&gt; descomentando la linea que existe para quedar de esta manera:&lt;/span&gt;&lt;/div&gt;&lt;span class="Apple-style-span" style="font-family: 'Courier New', Courier, monospace; font-size: xx-small;"&gt;0 4 &amp;nbsp; &amp;nbsp; * * * &amp;nbsp; apt-mirror &amp;nbsp; &amp;nbsp; &amp;nbsp;/usr/bin/apt-mirror &amp;gt; /var/spool/apt-mirror/var/cron.log&lt;/span&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="font-family: arial, sans-serif;"&gt;De esta manera, cada dia a las 4 de la mañana se sincronizará el repositorio.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;div style="text-align: justify;"&gt;&lt;span class="Apple-style-span" style="font-family: arial, sans-serif; font-size: 16px;"&gt;&lt;span title=""&gt;Bien, ahora quedará que el repositorio que hemos bajado sea accesible. Para que sea accesible instalaremos un servidor web (apache2) y crearemos un enlace a nuestro recien replicado repositorio:&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;span class="Apple-style-span" style="font-family: monospace; white-space: pre;"&gt;root&lt;/span&gt;&lt;span class="Apple-style-span" style="font-family: monospace; white-space: pre;"&gt;&lt;span class="sy0"&gt;@&lt;/span&gt;&lt;/span&gt;&lt;span class="Apple-style-span" style="font-family: monospace; white-space: pre;"&gt;repositori:~&lt;/span&gt;&lt;span class="Apple-style-span" style="font-family: monospace; white-space: pre;"&gt;&lt;span class="co0"&gt;# apt-get install apache2&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="font-family: arial, sans-serif; font-size: 16px;"&gt;Un vez hecho esto, ya podremos crear un enlace a nuestro repositorio:&lt;/span&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="font-family: arial, sans-serif;"&gt;&lt;/span&gt;&lt;br /&gt;&lt;pre&gt;&lt;span class="kw2"&gt;&lt;span class="Apple-style-span" style="font-size: x-small;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/pre&gt;&lt;pre&gt;&lt;span class="kw2"&gt;&lt;span class="Apple-style-span" style="font-size: x-small;"&gt;ln&lt;/span&gt;&lt;/span&gt;&lt;span class="Apple-style-span" style="font-size: x-small;"&gt; &lt;span class="re5"&gt;-s&lt;/span&gt; &lt;span class="sy0"&gt;/&lt;/span&gt;var&lt;span class="sy0"&gt;/&lt;/span&gt;spool&lt;span class="sy0"&gt;/&lt;/span&gt;apt-mirror&lt;span class="sy0"&gt;/&lt;/span&gt;mirror&lt;span class="sy0"&gt;/&lt;/span&gt;es.archive.ubuntu.com&lt;span class="sy0"&gt;/&lt;/span&gt;ubuntu &lt;span class="sy0"&gt;/&lt;/span&gt;var&lt;span class="sy0"&gt;/&lt;/span&gt;www&lt;span class="sy0"&gt;/&lt;/span&gt;ubuntu&lt;/span&gt;&lt;/pre&gt;&lt;br /&gt;&lt;div style="text-align: justify;"&gt;&lt;span class="Apple-style-span" style="font-family: arial, sans-serif; font-size: 16px;"&gt;&lt;span title=""&gt;Si ahora vamos a nuestro firefox y tecleamos http://localhost/ubuntu veremos el repositorio y por tanto ya tendremos creado un repositorio de Ubuntu, replicado del oficial y accesible.&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;span class="Apple-style-span" style="font-family: arial, sans-serif; font-size: 16px;"&gt;&lt;span title=""&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;span class="Apple-style-span" style="font-family: arial, sans-serif; font-size: 16px;"&gt;&lt;span title=""&gt;Ahora sólo quedará que los equipos clientes accedan a él. Para ello modificaremos nuestro &lt;b&gt;/etc/apt/sources.list&lt;/b&gt;:&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;span class="Apple-style-span" style="font-family: 'Courier New', Courier, monospace;"&gt;deb http://192.168.1.10/ubuntu/ lucid main restricted&lt;/span&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="font-family: 'Courier New', Courier, monospace;"&gt;(etc...)&lt;/span&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="font-family: arial, sans-serif;"&gt;(192.168.1.10 es un ejemplo en donde se reflejaria nuestra IP local en donde hemos replicado el repositorio).&lt;/span&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="font-family: arial, sans-serif;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="font-family: arial, sans-serif;"&gt;Alguna vez veremos que nuestro apt-mirror nos da un error:&lt;/span&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="font-family: arial, sans-serif; white-space: pre;"&gt;&lt;b&gt;apt-mirror is already running , exiting at /usr/bin/apt-mirror line 187.&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;&lt;pre&gt;&lt;span class="Apple-style-span" style="font-family: arial, sans-serif;"&gt;&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/span&gt;&lt;/pre&gt;&lt;span class="Apple-style-span" style="font-family: arial, sans-serif;"&gt;Para arreglarlo basta con borrar un archivo:&lt;/span&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="font-family: arial, sans-serif; white-space: pre;"&gt;&lt;span class="kw2"&gt;&lt;b&gt;rm&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class="Apple-style-span" style="font-family: arial, sans-serif; white-space: pre;"&gt;&lt;b&gt; &lt;/b&gt;&lt;/span&gt;&lt;span class="Apple-style-span" style="font-family: arial, sans-serif; white-space: pre;"&gt;&lt;span class="sy0"&gt;&lt;b&gt;/&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class="Apple-style-span" style="font-family: arial, sans-serif; white-space: pre;"&gt;&lt;b&gt;var&lt;/b&gt;&lt;/span&gt;&lt;span class="Apple-style-span" style="font-family: arial, sans-serif; white-space: pre;"&gt;&lt;span class="sy0"&gt;&lt;b&gt;/&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class="Apple-style-span" style="font-family: arial, sans-serif; white-space: pre;"&gt;&lt;b&gt;spool&lt;/b&gt;&lt;/span&gt;&lt;span class="Apple-style-span" style="font-family: arial, sans-serif; white-space: pre;"&gt;&lt;span class="sy0"&gt;&lt;b&gt;/&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class="Apple-style-span" style="font-family: arial, sans-serif; white-space: pre;"&gt;&lt;b&gt;apt-mirror&lt;/b&gt;&lt;/span&gt;&lt;span class="Apple-style-span" style="font-family: arial, sans-serif; white-space: pre;"&gt;&lt;span class="sy0"&gt;&lt;b&gt;/&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class="Apple-style-span" style="font-family: arial, sans-serif; white-space: pre;"&gt;&lt;b&gt;var&lt;/b&gt;&lt;/span&gt;&lt;span class="Apple-style-span" style="font-family: arial, sans-serif; white-space: pre;"&gt;&lt;span class="sy0"&gt;&lt;b&gt;/&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class="Apple-style-span" style="font-family: arial, sans-serif; white-space: pre;"&gt;&lt;b&gt;apt-mirror.lock&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="font-family: arial, sans-serif;"&gt;Tened en cuenta que bajar todo un repositorio ocupa un espacio considerable:&lt;/span&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="font-family: arial, sans-serif;"&gt;&lt;/span&gt;&lt;br /&gt;&lt;pre&gt;&lt;span class="Apple-style-span" style="font-family: 'Courier New', Courier, monospace;"&gt;root@repositori:/var/www/ubuntu# du -sch *&lt;/span&gt;&lt;/pre&gt;&lt;pre&gt;&lt;span class="Apple-style-span" style="font-family: 'Courier New', Courier, monospace;"&gt;105M    dists&lt;br /&gt;68G    pool&lt;br /&gt;69G    total&lt;br /&gt;&lt;/span&gt;&lt;/pre&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="font-family: arial, sans-serif;"&gt;¡Que tegais un buen mirroring!&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="font-family: arial, sans-serif; font-size: 16px;"&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5282037860157731886-3954947266427737708?l=eithel-inside.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://eithel-inside.blogspot.com/feeds/3954947266427737708/comments/default' title='Enviar comentarios'/><link rel='replies' type='text/html' href='http://eithel-inside.blogspot.com/2010/11/crear-un-mirror-de-los-repositorios-de.html#comment-form' title='0 comentarios'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5282037860157731886/posts/default/3954947266427737708'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5282037860157731886/posts/default/3954947266427737708'/><link rel='alternate' type='text/html' href='http://eithel-inside.blogspot.com/2010/11/crear-un-mirror-de-los-repositorios-de.html' title='Crear un mirror de los repositorios de Ubuntu'/><author><name>Eduardo Díaz Díaz</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='33' height='13' src='http://1.bp.blogspot.com/_W2hHthyTiyA/Suqwe5vVWjI/AAAAAAAAAIQ/nDBC814V-kM/S220/EiTheL.png'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://2.bp.blogspot.com/_W2hHthyTiyA/TOzmqEgyvHI/AAAAAAAAAnY/fsjJado_Y8o/s72-c/4840791432_659b41b7aa.jpg' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5282037860157731886.post-6814447856135205966</id><published>2010-11-16T12:22:00.000+01:00</published><updated>2010-11-16T12:22:07.021+01:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Escritorio'/><title type='text'>Confirmar excepción de seguridad en Thunderbird (cert8.db y cert_override.txt)</title><content type='html'>&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://4.bp.blogspot.com/_W2hHthyTiyA/TOJntcPhHnI/AAAAAAAAAnQ/QL9qAJsdfvg/s1600/thunderbird.png" imageanchor="1" style="clear: right; float: right; margin-bottom: 1em; margin-left: 1em;"&gt;&lt;img border="0" height="186" src="http://4.bp.blogspot.com/_W2hHthyTiyA/TOJntcPhHnI/AAAAAAAAAnQ/QL9qAJsdfvg/s200/thunderbird.png" width="200" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;En ocasiones nos podemos encontrar con un problema a la hora de confirmar una excepción de seguridad y que esta excepción se recuerde de forma permanente con el fin de que no nos pida dicha confirmación en próximas conexiones. Esto se puede solucionar facilmente borrando dos archivos dentro de nuestra carpeta profile de el cliente de correo Thunderbird. Por ejemplo:&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;Imaginemos que somos el usuario UbuntuFoo:&lt;/div&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="font-family: 'Courier New', Courier, monospace;"&gt;cd /home/UbuntuFoo/.thunderbird/&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Aqui veremos una carpeta y algunos archivos. Si vemos una carpeta acabada en .default, significará que es nuestro perfil por defecto (si solo tenemos un perfil este será el perfil por defecto). Así pues, entramos en la carpeta acabada en .default. Por ejemplo&lt;br /&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="font-family: 'Courier New', Courier, monospace;"&gt;cd&amp;nbsp;cvxlpgkg.default&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Aqui dentro veremos muchos archivos, pero solo nos interesan dos archivos:&amp;nbsp;&lt;b&gt;cert8.db&lt;/b&gt; y&amp;nbsp;&lt;b&gt;cert_override.txt&lt;/b&gt;.&lt;br /&gt;&lt;br /&gt;Borremos estos dos archivos que son la base de datos de certificados válidos (también podemos moverlos y si algo falla los restauraremos más adelante).&lt;br /&gt;&lt;br /&gt;Con esto, la próxima conexión en la nos pida añadir las excepciones de seguridad las añadirá con la salvedad de que ya no nos las volverá a pedir.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5282037860157731886-6814447856135205966?l=eithel-inside.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://eithel-inside.blogspot.com/feeds/6814447856135205966/comments/default' title='Enviar comentarios'/><link rel='replies' type='text/html' href='http://eithel-inside.blogspot.com/2010/11/confirmar-excepcion-de-seguridad-en.html#comment-form' title='0 comentarios'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5282037860157731886/posts/default/6814447856135205966'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5282037860157731886/posts/default/6814447856135205966'/><link rel='alternate' type='text/html' href='http://eithel-inside.blogspot.com/2010/11/confirmar-excepcion-de-seguridad-en.html' title='Confirmar excepción de seguridad en Thunderbird (cert8.db y cert_override.txt)'/><author><name>Eduardo Díaz Díaz</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='33' height='13' src='http://1.bp.blogspot.com/_W2hHthyTiyA/Suqwe5vVWjI/AAAAAAAAAIQ/nDBC814V-kM/S220/EiTheL.png'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://4.bp.blogspot.com/_W2hHthyTiyA/TOJntcPhHnI/AAAAAAAAAnQ/QL9qAJsdfvg/s72-c/thunderbird.png' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5282037860157731886.post-1858841501028394461</id><published>2010-11-12T11:22:00.000+01:00</published><updated>2010-11-12T11:22:02.646+01:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Escritorio'/><title type='text'>Instalar DirectX 9c en Ubuntu 10.10</title><content type='html'>&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://2.bp.blogspot.com/_W2hHthyTiyA/TN0U3tV62eI/AAAAAAAAAnM/wLVEeU98Owo/s1600/directx9_x.jpg" imageanchor="1" style="clear: right; float: right; margin-bottom: 1em; margin-left: 1em;"&gt;&lt;img border="0" height="213" src="http://2.bp.blogspot.com/_W2hHthyTiyA/TN0U3tV62eI/AAAAAAAAAnM/wLVEeU98Owo/s320/directx9_x.jpg" width="320" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="font-family: sans-serif; font-size: 13px; line-height: 19px;"&gt;&lt;b&gt;DirectX&lt;/b&gt;&amp;nbsp;es una colección de&amp;nbsp;&lt;a href="http://es.wikipedia.org/wiki/Interfaz_de_programaci%C3%B3n_de_aplicaciones" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="Interfaz de programación de aplicaciones"&gt;API&lt;/a&gt;&amp;nbsp;creadas y recreadas para facilitar las complejas tareas relacionadas con&amp;nbsp;&lt;a href="http://es.wikipedia.org/wiki/Multimedia" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="Multimedia"&gt;multimedia&lt;/a&gt;, especialmente programación de&amp;nbsp;&lt;a href="http://es.wikipedia.org/wiki/Videojuego" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="Videojuego"&gt;juegos&lt;/a&gt;&amp;nbsp;y vídeo en la plataforma&amp;nbsp;&lt;a href="http://es.wikipedia.org/wiki/Microsoft_Windows" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="Microsoft Windows"&gt;Microsoft Windows&lt;/a&gt;.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="font-family: sans-serif; font-size: 13px; line-height: 19px;"&gt;A pesar de ser desarrollado exclusivamente para la plataforma Windows, se está desarrollando una implementación de código abierto de su API para sistemas&amp;nbsp;&lt;a href="http://es.wikipedia.org/wiki/Unix" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="Unix"&gt;Unix&lt;/a&gt;&amp;nbsp;(en particular&amp;nbsp;&lt;a class="mw-redirect" href="http://es.wikipedia.org/wiki/Linux" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="Linux"&gt;Linux&lt;/a&gt;) y&amp;nbsp;&lt;a href="http://es.wikipedia.org/wiki/X_Window_System" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="X Window System"&gt;X Window System&lt;/a&gt;&amp;nbsp;por el proyecto&amp;nbsp;&lt;a href="http://es.wikipedia.org/wiki/Wine" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="Wine"&gt;WineHQ&lt;/a&gt;, del cual existe fork propietario,&amp;nbsp;&lt;a href="http://es.wikipedia.org/wiki/Cedega" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="Cedega"&gt;Cedega&lt;/a&gt;, desarrollada por la empresa de software&amp;nbsp;&lt;a class="new" href="http://es.wikipedia.org/w/index.php?title=Transgaming&amp;amp;action=edit&amp;amp;redlink=1" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #cc2200; text-decoration: none;" title="Transgaming (aún no redactado)"&gt;Transgaming&lt;/a&gt;&amp;nbsp;y orientada a la ejecución de juegos desarrollados para Windows bajo sistemas Unix.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="font-size: x-small;"&gt;(Fuente &lt;a href="http://es.wikipedia.org/wiki/DirectX"&gt;Wikipedia&lt;/a&gt;)&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Primero nos bajamos las DirectX desde Microsoft:&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.microsoft.com/downloads/en/details.aspx?FamilyID=3b170b25-abab-4bc3-ae91-50ceb6d8fa8d"&gt;http://www.microsoft.com/downloads/en/details.aspx?FamilyID=3b170b25-abab-4bc3-ae91-50ceb6d8fa8d&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Luego creamos una carpeta en donde se descomprimirá el contenido de las directx.&lt;br /&gt;&lt;br /&gt;Luego pulsaremos encima del icono del ejecutable que nos hemos descargado y activaremos el bit de ejecución.&lt;br /&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://1.bp.blogspot.com/_W2hHthyTiyA/TN0TGN42eNI/AAAAAAAAAm4/lbDlTBLsA_8/s1600/directx9c-0.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="285" src="http://1.bp.blogspot.com/_W2hHthyTiyA/TN0TGN42eNI/AAAAAAAAAm4/lbDlTBLsA_8/s400/directx9c-0.png" width="400" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;Una vez hecho esto ya podemos ejecutarlo mediante Wine:&lt;br /&gt;&lt;br /&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://3.bp.blogspot.com/_W2hHthyTiyA/TN0TL4CrACI/AAAAAAAAAm8/fqNFDZvZWhE/s1600/directx9c-1.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="119" src="http://3.bp.blogspot.com/_W2hHthyTiyA/TN0TL4CrACI/AAAAAAAAAm8/fqNFDZvZWhE/s320/directx9c-1.png" width="320" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;Escojeremos la carpeta que habiamos creado anteriormente para su descompresión:&lt;br /&gt;&lt;br /&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://3.bp.blogspot.com/_W2hHthyTiyA/TN0ToMd_fxI/AAAAAAAAAnA/rAymfgxY9zo/s1600/directx9c-2.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="320" src="http://3.bp.blogspot.com/_W2hHthyTiyA/TN0ToMd_fxI/AAAAAAAAAnA/rAymfgxY9zo/s320/directx9c-2.png" width="266" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;Una vez realizado esto, ya se nos descomprimirá todo el contenido. Entraremos a la carpeta y veremos que hay un&amp;nbsp;DXSETUP.exe entre todos los archivos. Ése es el que debemos ejecutar. Una vez ejecutado haremos la instalación de DirectX:&lt;br /&gt;&lt;br /&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://1.bp.blogspot.com/_W2hHthyTiyA/TN0UGmjv0MI/AAAAAAAAAnE/8HxvuGfQN_M/s1600/directx9c-3.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="307" src="http://1.bp.blogspot.com/_W2hHthyTiyA/TN0UGmjv0MI/AAAAAAAAAnE/8HxvuGfQN_M/s400/directx9c-3.png" width="400" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;Una vez acabada la instalación veremos la siguiente pantalla:&lt;br /&gt;&lt;br /&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://4.bp.blogspot.com/_W2hHthyTiyA/TN0UaUWT4hI/AAAAAAAAAnI/qE2Ad1D9QT4/s1600/directx9c-4.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="246" src="http://4.bp.blogspot.com/_W2hHthyTiyA/TN0UaUWT4hI/AAAAAAAAAnI/qE2Ad1D9QT4/s320/directx9c-4.png" width="320" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;Con estos pasos ya habremos instalado las DirectX en nuestro entorno Wine.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5282037860157731886-1858841501028394461?l=eithel-inside.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://eithel-inside.blogspot.com/feeds/1858841501028394461/comments/default' title='Enviar comentarios'/><link rel='replies' type='text/html' href='http://eithel-inside.blogspot.com/2010/11/instalar-directx-9c-en-ubuntu-1010.html#comment-form' title='1 comentarios'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5282037860157731886/posts/default/1858841501028394461'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5282037860157731886/posts/default/1858841501028394461'/><link rel='alternate' type='text/html' href='http://eithel-inside.blogspot.com/2010/11/instalar-directx-9c-en-ubuntu-1010.html' title='Instalar DirectX 9c en Ubuntu 10.10'/><author><name>Eduardo Díaz Díaz</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='33' height='13' src='http://1.bp.blogspot.com/_W2hHthyTiyA/Suqwe5vVWjI/AAAAAAAAAIQ/nDBC814V-kM/S220/EiTheL.png'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://2.bp.blogspot.com/_W2hHthyTiyA/TN0U3tV62eI/AAAAAAAAAnM/wLVEeU98Owo/s72-c/directx9_x.jpg' height='72' width='72'/><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5282037860157731886.post-4303066666943382149</id><published>2010-11-11T17:18:00.000+01:00</published><updated>2010-11-11T17:18:59.373+01:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Administración'/><title type='text'>Instalar Trac en Ubuntu en modo standalone</title><content type='html'>&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://3.bp.blogspot.com/_W2hHthyTiyA/TNwV2eaq5AI/AAAAAAAAAm0/pnGNGEJKXlo/s1600/trac_logo.png" imageanchor="1" style="clear: right; float: right; margin-bottom: 1em; margin-left: 1em;"&gt;&lt;img border="0" src="http://3.bp.blogspot.com/_W2hHthyTiyA/TNwV2eaq5AI/AAAAAAAAAm0/pnGNGEJKXlo/s1600/trac_logo.png" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;&lt;div style="font-family: sans-serif; font-size: 13px; line-height: 19px; margin-left: 0px; margin-right: 0px;"&gt;&lt;b&gt;Trac&lt;/b&gt;&amp;nbsp;es una herramienta para la&amp;nbsp;&lt;a href="http://es.wikipedia.org/wiki/Gesti%C3%B3n_de_proyectos" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="Gestión de proyectos"&gt;gestión de proyectos&lt;/a&gt;&amp;nbsp;y el&amp;nbsp;&lt;a href="http://es.wikipedia.org/wiki/Sistema_de_seguimiento_de_errores" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="Sistema de seguimiento de errores"&gt;seguimiento de errores&lt;/a&gt;&amp;nbsp;escrita en&amp;nbsp;&lt;a href="http://es.wikipedia.org/wiki/Python" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="Python"&gt;Python&lt;/a&gt;, inspirado en&amp;nbsp;&lt;a class="new" href="http://es.wikipedia.org/w/index.php?title=CVSTrac&amp;amp;action=edit&amp;amp;redlink=1" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #cc2200; text-decoration: none;" title="CVSTrac (aún no redactado)"&gt;CVSTrac&lt;/a&gt;. Su nombre original era&amp;nbsp;&lt;i&gt;svntrac&lt;/i&gt;, debido a su fuerte dependencia de&amp;nbsp;&lt;a href="http://es.wikipedia.org/wiki/Subversion" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="Subversion"&gt;Subversion&lt;/a&gt;.&lt;sup class="reference" id="cite_ref-1" style="font-style: normal; font-weight: normal; line-height: 1em;"&gt;&lt;a href="http://es.wikipedia.org/wiki/Trac#cite_note-1" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;"&gt;2&lt;/a&gt;&lt;/sup&gt;&amp;nbsp;Está desarrollado y mantenido por&amp;nbsp;&lt;a class="new" href="http://es.wikipedia.org/w/index.php?title=Edgewall_Software&amp;amp;action=edit&amp;amp;redlink=1" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #cc2200; text-decoration: none;" title="Edgewall Software (aún no redactado)"&gt;Edgewall Software&lt;/a&gt;, es&amp;nbsp;&lt;a href="http://es.wikipedia.org/wiki/Software_libre" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="Software libre"&gt;software libre&lt;/a&gt;&amp;nbsp;y de&amp;nbsp;&lt;a href="http://es.wikipedia.org/wiki/C%C3%B3digo_abierto" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="Código abierto"&gt;código abierto&lt;/a&gt;.&lt;/div&gt;&lt;div style="font-family: sans-serif; font-size: 13px; line-height: 19px; margin-left: 0px; margin-right: 0px;"&gt;Hasta mediados de 2005 estaba disponible bajo la&amp;nbsp;&lt;a href="http://es.wikipedia.org/wiki/GNU_General_Public_License" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="GNU General Public License"&gt;Licencia Pública General de GNU&lt;/a&gt;, pero desde su versión 0.9 se distribuye bajo la&lt;a href="http://es.wikipedia.org/wiki/Licencia_BSD#Nueva_Licencia_BSD_o_BSD_modificada_.28de_3_cl.C3.A1usulas.29" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="Licencia BSD"&gt;Licencia BSD modificada&lt;/a&gt;.&lt;sup class="reference" id="cite_ref-2" style="font-style: normal; font-weight: normal; line-height: 1em;"&gt;&lt;a href="http://es.wikipedia.org/wiki/Trac#cite_note-2" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;"&gt;3&lt;/a&gt;&lt;/sup&gt;&lt;/div&gt;&lt;div style="margin-left: 0px; margin-right: 0px;"&gt;&lt;/div&gt;&lt;ul style="font-family: sans-serif; font-size: 13px; line-height: 19px; list-style-image: url(http://bits.wikimedia.org/skins-1.5/vector/images/bullet-icon.png?1); list-style-type: square; margin-bottom: 0px; margin-right: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;&lt;li style="margin-bottom: 0,1em;"&gt;Permite&amp;nbsp;&lt;a href="http://es.wikipedia.org/wiki/Hiperenlace" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="Hiperenlace"&gt;enlazar&lt;/a&gt;&amp;nbsp;información entre una&amp;nbsp;&lt;a href="http://es.wikipedia.org/wiki/Base_de_datos" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="Base de datos"&gt;base de datos&lt;/a&gt;&amp;nbsp;de&amp;nbsp;&lt;a href="http://es.wikipedia.org/wiki/Error_de_software" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="Error de software"&gt;errores de software&lt;/a&gt;, un sistema de control de versiones y el contenido de un&lt;a href="http://es.wikipedia.org/wiki/Wiki" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="Wiki"&gt;wiki&lt;/a&gt;.&lt;/li&gt;&lt;li style="margin-bottom: 0,1em;"&gt;Sirve como interfaz&amp;nbsp;&lt;a href="http://es.wikipedia.org/wiki/World_Wide_Web" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="World Wide Web"&gt;web&lt;/a&gt;&amp;nbsp;de un sistema de&amp;nbsp;&lt;a href="http://es.wikipedia.org/wiki/Control_de_versiones" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="Control de versiones"&gt;control de versiones&lt;/a&gt;&amp;nbsp;como&amp;nbsp;&lt;a href="http://es.wikipedia.org/wiki/Subversion" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="Subversion"&gt;Subversion&lt;/a&gt;,&amp;nbsp;&lt;a href="http://es.wikipedia.org/wiki/Git" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="Git"&gt;Git&lt;/a&gt;,&amp;nbsp;&lt;a href="http://es.wikipedia.org/wiki/Mercurial" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="Mercurial"&gt;Mercurial&lt;/a&gt;,&amp;nbsp;&lt;a href="http://es.wikipedia.org/wiki/Bazaar_(software)" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="Bazaar (software)"&gt;Bazaar&lt;/a&gt;&amp;nbsp;o&amp;nbsp;&lt;a class="new" href="http://es.wikipedia.org/w/index.php?title=Darcs&amp;amp;action=edit&amp;amp;redlink=1" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #cc2200; text-decoration: none;" title="Darcs (aún no redactado)"&gt;Darcs&lt;/a&gt;.&lt;/li&gt;&lt;li style="margin-bottom: 0,1em;"&gt;Utiliza un sistema de&amp;nbsp;&lt;a href="http://es.wikipedia.org/wiki/Plantilla" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="Plantilla"&gt;plantillas&lt;/a&gt;&amp;nbsp;web propio llamado&amp;nbsp;&lt;a class="external text" href="http://genshi.edgewall.org/" rel="nofollow" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: url(http://bits.wikimedia.org/skins-1.5/vector/images/external-link-ltr-icon.png?2); background-origin: initial; background-position: 100% 50%; background-repeat: no-repeat no-repeat; color: #3366bb; padding-bottom: 0px; padding-left: 0px; padding-right: 13px; padding-top: 0px; text-decoration: none;"&gt;Genshi&lt;/a&gt;.&lt;/li&gt;&lt;/ul&gt;&lt;div style="font-family: sans-serif; line-height: 19px;"&gt;&lt;span class="Apple-style-span" style="font-size: x-small;"&gt;(Fuente &lt;a href="http://es.wikipedia.org/wiki/Trac"&gt;Wikipedia&lt;/a&gt;)&lt;/span&gt;&lt;/div&gt;&lt;div style="font-family: sans-serif; font-size: 13px; line-height: 19px;"&gt;&lt;br /&gt;&lt;/div&gt;Primero instalamos el paquete:&lt;br /&gt;&lt;div style="margin-left: 0px; margin-right: 0px;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="margin-left: 0px; margin-right: 0px;"&gt;&lt;/div&gt;&lt;pre&gt;apt-get install trac&lt;br /&gt;&lt;/pre&gt;&lt;pre&gt;&lt;/pre&gt;Para configurarlo crearemos un directorio para el repositorio del proyecto:&lt;br /&gt;&lt;div style="margin-left: 0px; margin-right: 0px;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="margin-left: 0px; margin-right: 0px;"&gt;&lt;/div&gt;&lt;pre&gt;&lt;span class="kw2"&gt;mkdir&lt;/span&gt; &lt;span class="sy0"&gt;/&lt;/span&gt;var&lt;span class="sy0"&gt;/&lt;/span&gt;lib&lt;span class="sy0"&gt;/&lt;/span&gt;trac1&lt;/pre&gt;&lt;pre&gt;&lt;/pre&gt;Y finalmente lo inicializamos:&lt;br /&gt;&lt;div style="margin-left: 0px; margin-right: 0px;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="margin-left: 0px; margin-right: 0px;"&gt;&lt;/div&gt;&lt;pre&gt;trac-admin /var/lib/trac1/ initenv&lt;br /&gt;Creating a new Trac environment at /var/lib/trac1&lt;br /&gt;&lt;br /&gt;Trac will first ask a few questions about your environment &lt;br /&gt;in order to initialize and prepare the project database.&lt;br /&gt;&lt;br /&gt; Please enter the name of your project.&lt;br /&gt; This name will be used in page titles and descriptions.&lt;br /&gt;&lt;br /&gt;Project Name [My Project]&amp;gt; Projecte Proves EiTheL Inside&lt;br /&gt; &lt;br /&gt; Please specify the connection string for the database to use.&lt;br /&gt; By default, a local SQLite database is created in the environment&lt;br /&gt; directory. It is also possible to use an already existing&lt;br /&gt; PostgreSQL database (check the Trac documentation for the exact&lt;br /&gt; connection string syntax).&lt;br /&gt;&lt;br /&gt;Database connection string [sqlite:db/trac.db]&amp;gt; &lt;br /&gt; &lt;br /&gt; Please specify the type of version control system,&lt;br /&gt; By default, it will be svn.&lt;br /&gt;&lt;br /&gt; If you don't want to use Trac with version control integration,&lt;br /&gt; choose the default here and don't specify a repository directory.&lt;br /&gt; in the next question.&lt;br /&gt;&lt;br /&gt;Repository type [svn]&amp;gt; &lt;br /&gt;&lt;br /&gt; Please specify the absolute path to the version control&lt;br /&gt; repository, or leave it blank to use Trac without a repository.&lt;br /&gt; You can also set the repository location later.&lt;br /&gt;&lt;br /&gt;Path to repository [/path/to/repos]&amp;gt; /var/lib/trac1-repo&lt;br /&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="font-size: x-small;"&gt;Creating and Initializing Project&lt;br /&gt; Installing default wiki pages&lt;br /&gt; TracSearch imported from /usr/lib/python2.6/dist-packages/trac/wiki/default-pages/TracSearch&lt;br /&gt; TracReports imported from /usr/lib/python2.6/dist-packages/trac/wiki/default-pages/TracReports&lt;br /&gt; InterMapTxt imported from /usr/lib/python2.6/dist-packages/trac/wiki/default-pages/InterMapTxt&lt;br /&gt; TracWorkflow imported from /usr/lib/python2.6/dist-packages/trac/wiki/default-pages/TracWorkflow&lt;br /&gt; TracPermissions imported from /usr/lib/python2.6/dist-packages/trac/wiki/default-pages/TracPermissions&lt;br /&gt; WikiRestructuredText imported from /usr/lib/python2.6/dist-packages/trac/wiki/default-pages/WikiRestructuredText&lt;br /&gt; WikiRestructuredTextLinks imported from /usr/lib/python2.6/dist-packages/trac/wiki/default-pages/WikiRestructuredTextLinks&lt;br /&gt; TracLinks imported from /usr/lib/python2.6/dist-packages/trac/wiki/default-pages/TracLinks&lt;br /&gt; SandBox imported from /usr/lib/python2.6/dist-packages/trac/wiki/default-pages/SandBox&lt;br /&gt; TracAccessibility imported from /usr/lib/python2.6/dist-packages/trac/wiki/default-pages/TracAccessibility&lt;br /&gt; TracRoadmap imported from /usr/lib/python2.6/dist-packages/trac/wiki/default-pages/TracRoadmap&lt;br /&gt; TracWiki imported from /usr/lib/python2.6/dist-packages/trac/wiki/default-pages/TracWiki&lt;br /&gt; WikiProcessors imported from /usr/lib/python2.6/dist-packages/trac/wiki/default-pages/WikiProcessors&lt;br /&gt; TracEnvironment imported from /usr/lib/python2.6/dist-packages/trac/wiki/default-pages/TracEnvironment&lt;br /&gt; TracChangeset imported from /usr/lib/python2.6/dist-packages/trac/wiki/default-pages/TracChangeset&lt;br /&gt; TracTickets imported from /usr/lib/python2.6/dist-packages/trac/wiki/default-pages/TracTickets&lt;br /&gt; TracFineGrainedPermissions imported from /usr/lib/python2.6/dist-packages/trac/wiki/default-pages/TracFineGrainedPermissions&lt;br /&gt; TracRss imported from /usr/lib/python2.6/dist-packages/trac/wiki/default-pages/TracRss&lt;br /&gt; WikiDeletePage imported from /usr/lib/python2.6/dist-packages/trac/wiki/default-pages/WikiDeletePage&lt;br /&gt; TitleIndex imported from /usr/lib/python2.6/dist-packages/trac/wiki/default-pages/TitleIndex&lt;br /&gt; TracStandalone imported from /usr/lib/python2.6/dist-packages/trac/wiki/default-pages/TracStandalone&lt;br /&gt; TracTimeline imported from /usr/lib/python2.6/dist-packages/trac/wiki/default-pages/TracTimeline&lt;br /&gt; WikiNewPage imported from /usr/lib/python2.6/dist-packages/trac/wiki/default-pages/WikiNewPage&lt;br /&gt; TracInterfaceCustomization imported from /usr/lib/python2.6/dist-packages/trac/wiki/default-pages/TracInterfaceCustomization&lt;br /&gt; CamelCase imported from /usr/lib/python2.6/dist-packages/trac/wiki/default-pages/CamelCase&lt;br /&gt; PageTemplates imported from /usr/lib/python2.6/dist-packages/trac/wiki/default-pages/PageTemplates&lt;br /&gt; TracLogging imported from /usr/lib/python2.6/dist-packages/trac/wiki/default-pages/TracLogging&lt;br /&gt; RecentChanges imported from /usr/lib/python2.6/dist-packages/trac/wiki/default-pages/RecentChanges&lt;br /&gt; TracNavigation imported from /usr/lib/python2.6/dist-packages/trac/wiki/default-pages/TracNavigation&lt;br /&gt; WikiMacros imported from /usr/lib/python2.6/dist-packages/trac/wiki/default-pages/WikiMacros&lt;br /&gt; TracBrowser imported from /usr/lib/python2.6/dist-packages/trac/wiki/default-pages/TracBrowser&lt;br /&gt; WikiStart imported from /usr/lib/python2.6/dist-packages/trac/wiki/default-pages/WikiStart&lt;br /&gt; TracQuery imported from /usr/lib/python2.6/dist-packages/trac/wiki/default-pages/TracQuery&lt;br /&gt; WikiPageNames imported from /usr/lib/python2.6/dist-packages/trac/wiki/default-pages/WikiPageNames&lt;br /&gt; TracBackup imported from /usr/lib/python2.6/dist-packages/trac/wiki/default-pages/TracBackup&lt;br /&gt; WikiFormatting imported from /usr/lib/python2.6/dist-packages/trac/wiki/default-pages/WikiFormatting&lt;br /&gt; InterTrac imported from /usr/lib/python2.6/dist-packages/trac/wiki/default-pages/InterTrac&lt;br /&gt; TracAdmin imported from /usr/lib/python2.6/dist-packages/trac/wiki/default-pages/TracAdmin&lt;br /&gt; InterWiki imported from /usr/lib/python2.6/dist-packages/trac/wiki/default-pages/InterWiki&lt;br /&gt; TracRevisionLog imported from /usr/lib/python2.6/dist-packages/trac/wiki/default-pages/TracRevisionLog&lt;br /&gt; TracCgi imported from /usr/lib/python2.6/dist-packages/trac/wiki/default-pages/TracCgi&lt;br /&gt; TracUnicode imported from /usr/lib/python2.6/dist-packages/trac/wiki/default-pages/TracUnicode&lt;br /&gt; TracSupport imported from /usr/lib/python2.6/dist-packages/trac/wiki/default-pages/TracSupport&lt;br /&gt; TracModPython imported from /usr/lib/python2.6/dist-packages/trac/wiki/default-pages/TracModPython&lt;br /&gt; TracUpgrade imported from /usr/lib/python2.6/dist-packages/trac/wiki/default-pages/TracUpgrade&lt;br /&gt; TracSyntaxColoring imported from /usr/lib/python2.6/dist-packages/trac/wiki/default-pages/TracSyntaxColoring&lt;br /&gt; TracPlugins imported from /usr/lib/python2.6/dist-packages/trac/wiki/default-pages/TracPlugins&lt;br /&gt; TracFastCgi imported from /usr/lib/python2.6/dist-packages/trac/wiki/default-pages/TracFastCgi&lt;br /&gt; TracGuide imported from /usr/lib/python2.6/dist-packages/trac/wiki/default-pages/TracGuide&lt;br /&gt; TracTicketsCustomFields imported from /usr/lib/python2.6/dist-packages/trac/wiki/default-pages/TracTicketsCustomFields&lt;br /&gt; TracInstall imported from /usr/lib/python2.6/dist-packages/trac/wiki/default-pages/TracInstall&lt;br /&gt; TracIni imported from /usr/lib/python2.6/dist-packages/trac/wiki/default-pages/TracIni&lt;br /&gt; TracNotification imported from /usr/lib/python2.6/dist-packages/trac/wiki/default-pages/TracNotification&lt;br /&gt; TracImport imported from /usr/lib/python2.6/dist-packages/trac/wiki/default-pages/TracImport&lt;br /&gt; WikiHtml imported from /usr/lib/python2.6/dist-packages/trac/wiki/default-pages/WikiHtml&lt;br /&gt;/var/lib/python-support/python2.6/svn/fs.py:27: DeprecationWarning: The popen2 module is deprecated.  Use the subprocess module.&lt;br /&gt;  import sys as _sys, os as _os, popen2 as _popen2, tempfile as _tempfile&lt;br /&gt;/usr/lib/python2.6/dist-packages/trac/core.py:36: DeprecationWarning: BaseException.message has been deprecated as of Python 2.6&lt;br /&gt;  self.message = message&lt;br /&gt;&lt;br /&gt;---------------------------------------------------------------------&lt;br /&gt;Warning: couldn't index the repository.&lt;br /&gt;&lt;br /&gt;This can happen for a variety of reasons: wrong repository type, &lt;br /&gt;no appropriate third party library for this repository type,&lt;br /&gt;no actual repository at the specified repository path...&lt;br /&gt;&lt;br /&gt;You can nevertheless start using your Trac environment, but &lt;br /&gt;you'll need to check again your trac.ini file and the [trac] &lt;br /&gt;repository_type and repository_path settings in order to enable&lt;br /&gt;the Trac repository browser.&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;---------------------------------------------------------------------&lt;br /&gt;Project environment for 'Projecte Proves EiTheL Inside' created.&lt;br /&gt;&lt;br /&gt;You may now configure the environment by editing the file:&lt;br /&gt;&lt;br /&gt;  /var/lib/trac1/conf/trac.ini&lt;br /&gt;&lt;br /&gt;If you'd like to take this new project environment for a test drive,&lt;br /&gt;try running the Trac standalone web server `tracd`:&lt;br /&gt;&lt;br /&gt;  tracd --port 8000 /var/lib/trac1&lt;br /&gt;&lt;br /&gt;Then point your browser to http://localhost:8000/trac1.&lt;br /&gt;There you can also browse the documentation for your installed&lt;br /&gt;version of Trac, including information on further setup (such as&lt;br /&gt;deploying Trac to a real web server).&lt;br /&gt;&lt;br /&gt;The latest documentation can also always be found on the project&lt;br /&gt;website:&lt;br /&gt;&lt;br /&gt;  http://trac.edgewall.org/&lt;br /&gt;&lt;br /&gt;Congratulations!&lt;br /&gt;&lt;/pre&gt;&lt;pre&gt;&lt;/pre&gt;Ahora podemos arrancarlo en modo standalone:&lt;br /&gt;&lt;pre&gt;&lt;/pre&gt;&lt;pre&gt;tracd --port 8000 /var/lib/trac1&lt;/pre&gt;&lt;pre&gt;&lt;pre&gt;Server starting in PID 11741.&lt;br /&gt;Serving on 0.0.0.0:8000 view at http://127.0.0.1:8000/&lt;br /&gt;&lt;/pre&gt;&lt;pre&gt;&lt;/pre&gt;&lt;pre&gt;&lt;/pre&gt;&lt;pre&gt;&lt;/pre&gt;&lt;/pre&gt;&lt;pre&gt;&lt;/pre&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5282037860157731886-4303066666943382149?l=eithel-inside.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://eithel-inside.blogspot.com/feeds/4303066666943382149/comments/default' title='Enviar comentarios'/><link rel='replies' type='text/html' href='http://eithel-inside.blogspot.com/2010/11/instalar-trac-en-ubuntu-en-modo.html#comment-form' title='0 comentarios'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5282037860157731886/posts/default/4303066666943382149'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5282037860157731886/posts/default/4303066666943382149'/><link rel='alternate' type='text/html' href='http://eithel-inside.blogspot.com/2010/11/instalar-trac-en-ubuntu-en-modo.html' title='Instalar Trac en Ubuntu en modo standalone'/><author><name>Eduardo Díaz Díaz</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='33' height='13' src='http://1.bp.blogspot.com/_W2hHthyTiyA/Suqwe5vVWjI/AAAAAAAAAIQ/nDBC814V-kM/S220/EiTheL.png'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://3.bp.blogspot.com/_W2hHthyTiyA/TNwV2eaq5AI/AAAAAAAAAm0/pnGNGEJKXlo/s72-c/trac_logo.png' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5282037860157731886.post-2739044803957723155</id><published>2010-11-05T12:41:00.002+01:00</published><updated>2010-11-05T12:41:39.429+01:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Humor'/><title type='text'>Liberar al pingüíno</title><content type='html'>&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://2.bp.blogspot.com/_W2hHthyTiyA/TNPtTQcAj7I/AAAAAAAAAmw/PVQtxkoqC3Y/s1600/pinguinolibre.jpg" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="576" src="http://2.bp.blogspot.com/_W2hHthyTiyA/TNPtTQcAj7I/AAAAAAAAAmw/PVQtxkoqC3Y/s640/pinguinolibre.jpg" width="640" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5282037860157731886-2739044803957723155?l=eithel-inside.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://eithel-inside.blogspot.com/feeds/2739044803957723155/comments/default' title='Enviar comentarios'/><link rel='replies' type='text/html' href='http://eithel-inside.blogspot.com/2010/11/liberar-al-pinguino.html#comment-form' title='0 comentarios'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5282037860157731886/posts/default/2739044803957723155'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5282037860157731886/posts/default/2739044803957723155'/><link rel='alternate' type='text/html' href='http://eithel-inside.blogspot.com/2010/11/liberar-al-pinguino.html' title='Liberar al pingüíno'/><author><name>Eduardo Díaz Díaz</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='33' height='13' src='http://1.bp.blogspot.com/_W2hHthyTiyA/Suqwe5vVWjI/AAAAAAAAAIQ/nDBC814V-kM/S220/EiTheL.png'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://2.bp.blogspot.com/_W2hHthyTiyA/TNPtTQcAj7I/AAAAAAAAAmw/PVQtxkoqC3Y/s72-c/pinguinolibre.jpg' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5282037860157731886.post-5024715797317440967</id><published>2010-11-03T12:06:00.000+01:00</published><updated>2010-11-03T12:06:26.936+01:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Administración'/><title type='text'>ip forwarding con OpenWRT</title><content type='html'>&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;/div&gt;&lt;div style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; text-align: justify;"&gt;En un artículo anterior explicaba que era el OpenWRT:&lt;/div&gt;&lt;div style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; text-align: justify;"&gt;&lt;/div&gt;&lt;ul&gt;&lt;li&gt;&lt;a href="http://eithel-inside.blogspot.com/2010/10/que-es-y-como-se-instala-openwrt.html"&gt;Que es y como se instala OpenWRT (Publicado el 25 de octubre de 2010)&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;div&gt;&lt;div style="text-align: justify;"&gt;También os comentaba en ese artículo que esto era util para infinidad de cosas, ya que lo que estábamos haciendo es embedir un sistema operativo en un router. Si además ese sistema operativo es un GNU/Linux, pues las posibilidades son muy extensas. Voy a poner un ejemplo:&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;div style="text-align: justify;"&gt;Imaginemos que tenemos por casa un Router LAN-WiFi de sobras, ya que en algún momento tuvimos una conexión ADSL con una compañia, y luego nos cambiamos a otra (con lo cual, nos regalában otro router). Mucha gente lo que hace es guardarlo en un cajón durante años, antes de tirarlo. Otros directamente lo tiran a la basura. Yo os propongo instalar un GNU/Linux. Si nos paramos a pensar en ese router como un ordenador (y no sólo como un router), observaremos que tiene 4 (o más) puertos ethernet y una antena para conexión inalámbrica. Ya que nuestro nuevo router (vamos a pensar que es un cablemodem de fibra, por ejemplo) nos cae lejos de nuestros PCs de casa, la opción para conectarnos al Cablemodem será por WiFi.&amp;nbsp;&lt;/div&gt;&lt;/div&gt;&lt;br /&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://3.bp.blogspot.com/_W2hHthyTiyA/TNE2uIgRZlI/AAAAAAAAAms/mgHC0S_LP3A/s1600/openwrt-scenario2.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="468" src="http://3.bp.blogspot.com/_W2hHthyTiyA/TNE2uIgRZlI/AAAAAAAAAms/mgHC0S_LP3A/s640/openwrt-scenario2.png" width="640" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;&lt;div style="text-align: justify;"&gt;Así pues, sólo me queda la opción de comprarme unas tarjetas WiFi para instalarlas al PC1 y al PC2 y de esa manera acceder al Cablemodem, y a su vez, a Internet. Pero... ¿Que pasaría si me conecto por cable al Router LAN-WiFi y que sea el Router LAN-WiFi el que se conecte con el Cablemodem?.&lt;/div&gt;&lt;div style="text-align: justify;"&gt;Bien, la primera ventaja que se me ocurre es que de una manera sencilla, el PC1 y el PC2 estarán conectados por red cableada, siendo la seguridad y la velocidad muy superiores. Por otro lado nos evita comprar tarjetas WiFi para los PCs, ya que reusaremos lo que ya teniamos en casa.Luego quedará saber como queda la conectividad a Internet: El Router LAN-WiFi establecerá la conexión con nuestro Cablemodem (como si de un PC/Cliente se tratara) y hara que tanto PC1 como PC2 salgan através de él.&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;Para los que estais familiarizados con el enrutamiento en GNU/Linux, sabreis que lo que estoy diciendo es que vamos a usar el OpenWRT (Router LAN-WiFi) para hacer &lt;a href="http://en.wikipedia.org/wiki/IP_forwarding"&gt;ip forwarding&lt;/a&gt;.&amp;nbsp;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;Pues ahora que vemos que ventajas nos daria este escenario, vamos a ver como lo hacemos:&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;Dividimos nuestra red local en dos redes.&amp;nbsp;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;/div&gt;&lt;ol&gt;&lt;li&gt;La primera es la que contiene PC1, PC2 y Router LAN-WiFi. &lt;b&gt;(192.168.1.0/24)&lt;/b&gt;&lt;/li&gt;&lt;li&gt;La segunda es la que contiene Router LAN-WiFi y Cablemodem.&amp;nbsp;&lt;b&gt;(192.168.0.0/24)&lt;/b&gt;&lt;/li&gt;&lt;/ol&gt;&lt;br /&gt;&lt;div style="text-align: justify;"&gt;Observamos como efectivamente, el Router LAN-WiFi (que es donde tenemos instalado OpenWRT) esta en las dos redes, ya que justamente él es el que nos va a pasar de una red a la otra (enrutandonos).&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;Así pues dejaremos los equipos de esta manera configurados:&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;b&gt;&lt;u&gt;PC1&lt;/u&gt;&lt;/b&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;IP: 192.168.1.2&lt;/div&gt;&lt;div style="text-align: justify;"&gt;Mascara: 255.255.255.0&lt;/div&gt;&lt;div style="text-align: justify;"&gt;Puerta de enlace: 192.168.1.1&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;b&gt;&lt;u&gt;PC2&lt;/u&gt;&lt;/b&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;/div&gt;&lt;div style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; text-align: justify;"&gt;IP: 192.168.1.3&lt;/div&gt;&lt;div style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; text-align: justify;"&gt;Mascara: 255.255.255.0&lt;/div&gt;&lt;div style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; text-align: justify;"&gt;Puerta de enlace: 192.168.1.1&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;div style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; text-align: justify;"&gt;&lt;b&gt;&lt;u&gt;Router LAN-WiFi&lt;/u&gt;&lt;/b&gt;&lt;/div&gt;&lt;div style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; text-align: justify;"&gt;IP-1: 192.168.1.1 (para la red cableada br-lan)&lt;/div&gt;&lt;div style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; text-align: justify;"&gt;IP-2: 192.168.0.12 (para la red wifi)&lt;/div&gt;&lt;div style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; text-align: justify;"&gt;Mascara: 255.255.255.0&lt;/div&gt;&lt;div style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; text-align: justify;"&gt;Puerta de enlace: 192.168.0.1&lt;/div&gt;&lt;div style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; text-align: justify;"&gt;&lt;b&gt;&lt;u&gt;Cablemodem&lt;/u&gt;&lt;/b&gt;&lt;/div&gt;&lt;div style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; text-align: justify;"&gt;IP: 192.168.0.1&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;&lt;div style="text-align: justify;"&gt;La configuración de las IPs en todos los dispositivos no es una tarea complicada, así que me voy a centrar en como configurar el IP FORWARDING, ya que es la gracia de este escenario. Para configurar el IP FORWARDING simplemente tenemos que añadir una regla en el cortafuegos del OpenWRT para que todas las peticiones de la red cableada salgan "enmascaradas" por el red WiFi, enrutandolas al Cablemodem. Para ello editaremos en el OpenWRT el archivo /etc/firewall.user (sino existe lo podeis crear sin problemas) y añadir este contenido:&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="font-family: 'Courier New', Courier, monospace;"&gt;&lt;span class="Apple-style-span" style="font-size: small;"&gt;root@OpenWrt:~# cat /etc/firewall.user&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="font-family: 'Courier New', Courier, monospace;"&gt;&lt;span class="Apple-style-span" style="font-size: small;"&gt;# This file is interpreted as shell script.&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="font-family: 'Courier New', Courier, monospace;"&gt;&lt;span class="Apple-style-span" style="font-size: small;"&gt;# Put your custom iptables rules here, they will&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="font-family: 'Courier New', Courier, monospace;"&gt;&lt;span class="Apple-style-span" style="font-size: small;"&gt;# be executed with each firewall (re-)start.&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="font-family: 'Courier New', Courier, monospace;"&gt;&lt;span class="Apple-style-span" style="font-size: small;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="font-family: 'Courier New', Courier, monospace;"&gt;&lt;span class="Apple-style-span" style="font-size: small;"&gt;iptables -t nat -A POSTROUTING -s 192.168.1.0/24 -o wlan0 -j MASQUERADE&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;En donde wlan0 es nuestra red wifi y 192.168.1.0/24 es nuestra red cableada. Lo que estamos diciendo en esta regla es que reenvie todas las peticiones que vengan de 192.168.1.0/24 como si fueran peticiones realizadas por el 192.168.0.12 (Router WiFi), enmascarando la conexión.&amp;nbsp;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;Con esto ya tendremos tanto en PC1 como en PC2 conexión a Internet através del Router WiFi, y además disfrutaremos de una conexión cableada y segura entre PC1 y PC2.&lt;br /&gt;&lt;br /&gt;En otro ejemplo explicaré como abrir puertos para conectar desde Internet a PC1 dado este mismo escenario.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5282037860157731886-5024715797317440967?l=eithel-inside.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://eithel-inside.blogspot.com/feeds/5024715797317440967/comments/default' title='Enviar comentarios'/><link rel='replies' type='text/html' href='http://eithel-inside.blogspot.com/2010/11/ip-forwarding-con-openwrt.html#comment-form' title='4 comentarios'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5282037860157731886/posts/default/5024715797317440967'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5282037860157731886/posts/default/5024715797317440967'/><link rel='alternate' type='text/html' href='http://eithel-inside.blogspot.com/2010/11/ip-forwarding-con-openwrt.html' title='ip forwarding con OpenWRT'/><author><name>Eduardo Díaz Díaz</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='33' height='13' src='http://1.bp.blogspot.com/_W2hHthyTiyA/Suqwe5vVWjI/AAAAAAAAAIQ/nDBC814V-kM/S220/EiTheL.png'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://3.bp.blogspot.com/_W2hHthyTiyA/TNE2uIgRZlI/AAAAAAAAAms/mgHC0S_LP3A/s72-c/openwrt-scenario2.png' height='72' width='72'/><thr:total>4</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5282037860157731886.post-8652679468675752120</id><published>2010-10-30T06:10:00.001+02:00</published><updated>2010-10-30T06:10:01.048+02:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Noticias'/><title type='text'>Primer aniversario de EiTheL InSiDe</title><content type='html'>&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://2.bp.blogspot.com/_W2hHthyTiyA/TMg9_ywT17I/AAAAAAAAAmk/RXNxWs1cVN4/s1600/Cumple-EiTheL.png" imageanchor="1" style="clear: right; float: right; margin-bottom: 1em; margin-left: 1em;"&gt;&lt;img border="0" height="200" src="http://2.bp.blogspot.com/_W2hHthyTiyA/TMg9_ywT17I/AAAAAAAAAmk/RXNxWs1cVN4/s200/Cumple-EiTheL.png" width="134" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;¡Pues si! Ya hace un año que emprendí la aventura de crear un blog en donde ir explicando las diferentes experiencias que me parecian interesantes compartir con el resto de la comunidad. La verdad es que ha ido mucho mejor de lo que me podia esperar ya que la acogida por número de visitas ha sido mayor de la que me esperaba en este primer año.&amp;nbsp;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;Mirando atrás veo que más o menos se ha respetado la idea inicial de hacer artículos que pudieran ser de una cierta calidad con explicaciones paso a paso de casos prácticos. De hecho, la idea era poder devolver una parte de las ayudas que durante todos estos años la comunidad me ha prestado con sus wikis, blogs, páginas personales y demás medios por los cuales me he ido enriqueciendo conceptualmente durante todo este tiempo.&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;Los datos de entradas en este primer año han sido las siguientes:&lt;br /&gt;&lt;br /&gt;&lt;b&gt;&lt;i&gt;&lt;u&gt;Artículos redactados:&lt;/u&gt;&lt;/i&gt;&lt;/b&gt; &lt;b&gt;&lt;span class="Apple-style-span" style="font-size: small;"&gt;129 artículos&lt;/span&gt;&lt;/b&gt;&lt;br /&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-size: small;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/b&gt;&lt;br /&gt;&lt;b&gt;&lt;i&gt;&lt;u&gt;Artículos Top 5:&lt;/u&gt;&lt;/i&gt;&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;&lt;ol&gt;&lt;li&gt;&lt;a href="http://eithel-inside.blogspot.com/2010/04/openvpn-es-una-solucion-de-conectividad.html"&gt;Instalar un servidor y cliente OpenVPN en Ubuntu&lt;/a&gt;&amp;nbsp;(&lt;span class="Apple-style-span" style="-webkit-border-horizontal-spacing: 2px; -webkit-border-vertical-spacing: 2px; border-collapse: collapse; font-family: arial, verdana, sans-serif; font-size: 11px; font-weight: bold;"&gt;1.448 visitas&lt;/span&gt;)&lt;/li&gt;&lt;li&gt;&lt;a href="http://eithel-inside.blogspot.com/2010/05/freenx-en-ubuntu-1004-es-neatx.html"&gt;FreeNX en Ubuntu 10.04 es Neatx&lt;/a&gt;&amp;nbsp;(&lt;span class="Apple-style-span" style="-webkit-border-horizontal-spacing: 2px; -webkit-border-vertical-spacing: 2px; border-collapse: collapse; font-family: arial, verdana, sans-serif; font-size: 11px; font-weight: bold;"&gt;1.157&lt;/span&gt;&lt;span class="Apple-style-span" style="-webkit-border-horizontal-spacing: 2px; -webkit-border-vertical-spacing: 2px; border-collapse: collapse; font-family: arial, verdana, sans-serif; font-size: 11px; font-weight: bold;"&gt;&amp;nbsp;visitas&lt;/span&gt;)&lt;/li&gt;&lt;li&gt;&lt;a href="http://eithel-inside.blogspot.com/2010/01/crear-un-servidor-pxe-en-ubuntu.html"&gt;Crear un servidor PXE en Ubuntu&lt;/a&gt;&amp;nbsp;(&lt;span class="Apple-style-span" style="-webkit-border-horizontal-spacing: 2px; -webkit-border-vertical-spacing: 2px; border-collapse: collapse; font-family: arial, verdana, sans-serif; font-size: 11px; font-weight: bold;"&gt;1.147&lt;/span&gt;&lt;span class="Apple-style-span" style="-webkit-border-horizontal-spacing: 2px; -webkit-border-vertical-spacing: 2px; border-collapse: collapse; font-family: arial, verdana, sans-serif; font-size: 11px; font-weight: bold;"&gt;&amp;nbsp;visitas&lt;/span&gt;)&lt;/li&gt;&lt;li&gt;&lt;a href="http://eithel-inside.blogspot.com/2009/12/instalar-un-servidor-dhcp-en-ubuntu-910.html"&gt;Instalar un servidor DHCP en Ubuntu 9.10&lt;/a&gt;&amp;nbsp;(&lt;span class="Apple-style-span" style="-webkit-border-horizontal-spacing: 2px; -webkit-border-vertical-spacing: 2px; border-collapse: collapse; font-family: arial, verdana, sans-serif; font-size: 11px; font-weight: bold;"&gt;1.129&lt;/span&gt;&lt;span class="Apple-style-span" style="-webkit-border-horizontal-spacing: 2px; -webkit-border-vertical-spacing: 2px; border-collapse: collapse; font-family: arial, verdana, sans-serif; font-size: 11px; font-weight: bold;"&gt;&amp;nbsp;visitas&lt;/span&gt;)&lt;/li&gt;&lt;li&gt;&lt;a href="http://eithel-inside.blogspot.com/2010/01/instalar-un-servidor-tftp.html"&gt;Instalar un servidor TFTP&lt;/a&gt;&amp;nbsp;(&lt;span class="Apple-style-span" style="-webkit-border-horizontal-spacing: 2px; -webkit-border-vertical-spacing: 2px; border-collapse: collapse; font-family: arial, verdana, sans-serif; font-size: 11px; font-weight: bold;"&gt;921&lt;/span&gt;&lt;span class="Apple-style-span" style="-webkit-border-horizontal-spacing: 2px; -webkit-border-vertical-spacing: 2px; border-collapse: collapse; font-family: arial, verdana, sans-serif; font-size: 11px; font-weight: bold;"&gt;&amp;nbsp;visitas&lt;/span&gt;)&lt;/li&gt;&lt;/ol&gt;&lt;br /&gt;&lt;b&gt;&lt;i&gt;&lt;u&gt;Visitas recibidas:&lt;/u&gt;&lt;/i&gt;&lt;/b&gt;&amp;nbsp;&lt;span class="Apple-style-span" style="-webkit-border-horizontal-spacing: 2px; -webkit-border-vertical-spacing: 2px; border-collapse: collapse; font-family: arial, verdana, sans-serif; font-size: 18px; font-weight: bold;"&gt;18.066&lt;/span&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="-webkit-border-horizontal-spacing: 2px; -webkit-border-vertical-spacing: 2px; border-collapse: collapse; font-family: arial, verdana, sans-serif; font-size: 18px; font-weight: bold;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;&lt;b&gt;&lt;i&gt;&lt;u&gt;Páginas Vistas:&lt;/u&gt;&lt;/i&gt;&lt;/b&gt;&amp;nbsp;&lt;span class="Apple-style-span" style="-webkit-border-horizontal-spacing: 2px; -webkit-border-vertical-spacing: 2px; border-collapse: collapse; font-family: arial, verdana, sans-serif; font-size: 18px; font-weight: bold;"&gt;23.920&lt;/span&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="-webkit-border-horizontal-spacing: 2px; -webkit-border-vertical-spacing: 2px; border-collapse: collapse; font-family: arial, verdana, sans-serif; font-size: 18px; font-weight: bold;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;&lt;b&gt;&lt;i&gt;&lt;u&gt;Ciudades Top 5:&lt;/u&gt;&lt;/i&gt;&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;&lt;ol&gt;&lt;li&gt;Barcelona (&lt;span class="Apple-style-span" style="-webkit-border-horizontal-spacing: 2px; -webkit-border-vertical-spacing: 2px; border-collapse: collapse; font-family: arial, verdana, sans-serif; font-size: 11px; font-weight: bold;"&gt;1.337 visitas&lt;/span&gt;)&lt;/li&gt;&lt;li&gt;Madrid (&lt;span class="Apple-style-span" style="-webkit-border-horizontal-spacing: 2px; -webkit-border-vertical-spacing: 2px; border-collapse: collapse; font-family: arial, verdana, sans-serif; font-size: 11px; font-weight: bold;"&gt;1.292&lt;/span&gt;&lt;span class="Apple-style-span" style="-webkit-border-horizontal-spacing: 2px; -webkit-border-vertical-spacing: 2px; border-collapse: collapse; font-family: arial, verdana, sans-serif; font-size: 11px; font-weight: bold;"&gt;&amp;nbsp;visitas&lt;/span&gt;)&lt;/li&gt;&lt;li&gt;Mexico City (&lt;span class="Apple-style-span" style="-webkit-border-horizontal-spacing: 2px; -webkit-border-vertical-spacing: 2px; border-collapse: collapse; font-family: arial, verdana, sans-serif; font-size: 11px; font-weight: bold;"&gt;956&lt;/span&gt;&lt;span class="Apple-style-span" style="-webkit-border-horizontal-spacing: 2px; -webkit-border-vertical-spacing: 2px; border-collapse: collapse; font-family: arial, verdana, sans-serif; font-size: 11px; font-weight: bold;"&gt;&amp;nbsp;visitas&lt;/span&gt;)&lt;/li&gt;&lt;li&gt;Buenos Aires (&lt;span class="Apple-style-span" style="-webkit-border-horizontal-spacing: 2px; -webkit-border-vertical-spacing: 2px; border-collapse: collapse; font-family: arial, verdana, sans-serif; font-size: 11px; font-weight: bold;"&gt;798&lt;/span&gt;&lt;span class="Apple-style-span" style="-webkit-border-horizontal-spacing: 2px; -webkit-border-vertical-spacing: 2px; border-collapse: collapse; font-family: arial, verdana, sans-serif; font-size: 11px; font-weight: bold;"&gt;&amp;nbsp;visitas&lt;/span&gt;)&lt;/li&gt;&lt;li&gt;Bogotá (&lt;span class="Apple-style-span" style="-webkit-border-horizontal-spacing: 2px; -webkit-border-vertical-spacing: 2px; border-collapse: collapse; font-family: arial, verdana, sans-serif; font-size: 11px; font-weight: bold;"&gt;762&lt;/span&gt;&lt;span class="Apple-style-span" style="-webkit-border-horizontal-spacing: 2px; -webkit-border-vertical-spacing: 2px; border-collapse: collapse; font-family: arial, verdana, sans-serif; font-size: 11px; font-weight: bold;"&gt;&amp;nbsp;visitas&lt;/span&gt;)&lt;/li&gt;&lt;/ol&gt;&lt;br /&gt;&lt;b&gt;&lt;i&gt;&lt;u&gt;Paises Top 5:&lt;/u&gt;&lt;/i&gt;&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;&lt;ol&gt;&lt;li&gt;España (&lt;span class="Apple-style-span" style="-webkit-border-horizontal-spacing: 2px; -webkit-border-vertical-spacing: 2px; border-collapse: collapse; font-family: arial, verdana, sans-serif; font-size: 11px; font-weight: bold;"&gt;6.959&lt;/span&gt;&lt;span class="Apple-style-span" style="-webkit-border-horizontal-spacing: 2px; -webkit-border-vertical-spacing: 2px; border-collapse: collapse; font-family: arial, verdana, sans-serif; font-size: 11px; font-weight: bold;"&gt;&amp;nbsp;visitas&lt;/span&gt;)&lt;/li&gt;&lt;li&gt;Mexico (&lt;span class="Apple-style-span" style="-webkit-border-horizontal-spacing: 2px; -webkit-border-vertical-spacing: 2px; border-collapse: collapse; font-family: arial, verdana, sans-serif; font-size: 11px; font-weight: bold;"&gt;2.621&lt;/span&gt;&lt;span class="Apple-style-span" style="-webkit-border-horizontal-spacing: 2px; -webkit-border-vertical-spacing: 2px; border-collapse: collapse; font-family: arial, verdana, sans-serif; font-size: 11px; font-weight: bold;"&gt;&amp;nbsp;visitas&lt;/span&gt;)&lt;/li&gt;&lt;li&gt;Argentina (&lt;span class="Apple-style-span" style="-webkit-border-horizontal-spacing: 2px; -webkit-border-vertical-spacing: 2px; border-collapse: collapse; font-family: arial, verdana, sans-serif; font-size: 11px; font-weight: bold;"&gt;1.695&lt;/span&gt;&lt;span class="Apple-style-span" style="-webkit-border-horizontal-spacing: 2px; -webkit-border-vertical-spacing: 2px; border-collapse: collapse; font-family: arial, verdana, sans-serif; font-size: 11px; font-weight: bold;"&gt;&amp;nbsp;visitas&lt;/span&gt;)&lt;/li&gt;&lt;li&gt;Colombia (&lt;span class="Apple-style-span" style="-webkit-border-horizontal-spacing: 2px; -webkit-border-vertical-spacing: 2px; border-collapse: collapse; font-family: arial, verdana, sans-serif; font-size: 11px; font-weight: bold;"&gt;1.398&lt;/span&gt;&lt;span class="Apple-style-span" style="-webkit-border-horizontal-spacing: 2px; -webkit-border-vertical-spacing: 2px; border-collapse: collapse; font-family: arial, verdana, sans-serif; font-size: 11px; font-weight: bold;"&gt;&amp;nbsp;visitas&lt;/span&gt;)&lt;/li&gt;&lt;li&gt;Chile (&lt;span class="Apple-style-span" style="-webkit-border-horizontal-spacing: 2px; -webkit-border-vertical-spacing: 2px; border-collapse: collapse; font-family: arial, verdana, sans-serif; font-size: 11px; font-weight: bold;"&gt;1.131&lt;/span&gt;&lt;span class="Apple-style-span" style="-webkit-border-horizontal-spacing: 2px; -webkit-border-vertical-spacing: 2px; border-collapse: collapse; font-family: arial, verdana, sans-serif; font-size: 11px; font-weight: bold;"&gt;&amp;nbsp;visitas&lt;/span&gt;)&lt;/li&gt;&lt;/ol&gt;&lt;br /&gt;&lt;br /&gt;Los objetivos para este nuevo año del blog son:&lt;br /&gt;&lt;ul&gt;&lt;li&gt;Contestar más rápido los comentarios que hagan los lectores.&lt;/li&gt;&lt;li&gt;Cambiar la apariencia del sitio.&lt;/li&gt;&lt;li&gt;Continuar poniendo artículos de interés.&lt;/li&gt;&lt;li&gt;Superar el numero de artículos y visitas recibidas.&lt;/li&gt;&lt;/ul&gt;&lt;div&gt;Gracias a todos los lectores por vuestros comentarios.&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5282037860157731886-8652679468675752120?l=eithel-inside.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://eithel-inside.blogspot.com/feeds/8652679468675752120/comments/default' title='Enviar comentarios'/><link rel='replies' type='text/html' href='http://eithel-inside.blogspot.com/2010/10/primer-aniversario-de-eithel-inside.html#comment-form' title='0 comentarios'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5282037860157731886/posts/default/8652679468675752120'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5282037860157731886/posts/default/8652679468675752120'/><link rel='alternate' type='text/html' href='http://eithel-inside.blogspot.com/2010/10/primer-aniversario-de-eithel-inside.html' title='Primer aniversario de EiTheL InSiDe'/><author><name>Eduardo Díaz Díaz</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='33' height='13' src='http://1.bp.blogspot.com/_W2hHthyTiyA/Suqwe5vVWjI/AAAAAAAAAIQ/nDBC814V-kM/S220/EiTheL.png'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://2.bp.blogspot.com/_W2hHthyTiyA/TMg9_ywT17I/AAAAAAAAAmk/RXNxWs1cVN4/s72-c/Cumple-EiTheL.png' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5282037860157731886.post-3434215771957300680</id><published>2010-10-29T06:33:00.000+02:00</published><updated>2010-10-29T06:33:00.653+02:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Videos'/><title type='text'>Anuncio sobre Ubuntu</title><content type='html'>&lt;object height="385" width="640"&gt;&lt;param name="movie" value="http://www.youtube.com/v/vYTJPaM82nQ?fs=1&amp;amp;hl=en_US"&gt;&lt;/param&gt;&lt;param name="allowFullScreen" value="true"&gt;&lt;/param&gt;&lt;param name="allowscriptaccess" value="always"&gt;&lt;/param&gt;&lt;embed src="http://www.youtube.com/v/vYTJPaM82nQ?fs=1&amp;amp;hl=en_US" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="640" height="385"&gt;&lt;/embed&gt;&lt;/object&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.youtube.com/watch?v=vYTJPaM82nQ"&gt;http://www.youtube.com/watch?v=vYTJPaM82nQ&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5282037860157731886-3434215771957300680?l=eithel-inside.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://eithel-inside.blogspot.com/feeds/3434215771957300680/comments/default' title='Enviar comentarios'/><link rel='replies' type='text/html' href='http://eithel-inside.blogspot.com/2010/10/anuncio-sobre-ubuntu.html#comment-form' title='0 comentarios'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5282037860157731886/posts/default/3434215771957300680'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5282037860157731886/posts/default/3434215771957300680'/><link rel='alternate' type='text/html' href='http://eithel-inside.blogspot.com/2010/10/anuncio-sobre-ubuntu.html' title='Anuncio sobre Ubuntu'/><author><name>Eduardo Díaz Díaz</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='33' height='13' src='http://1.bp.blogspot.com/_W2hHthyTiyA/Suqwe5vVWjI/AAAAAAAAAIQ/nDBC814V-kM/S220/EiTheL.png'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5282037860157731886.post-325285756736329298</id><published>2010-10-27T14:26:00.000+02:00</published><updated>2010-10-27T14:26:24.095+02:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Administración'/><title type='text'>FreeNX en Ubuntu 10.10 es Neatx</title><content type='html'>&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://4.bp.blogspot.com/_W2hHthyTiyA/TMgaUsUiVpI/AAAAAAAAAmg/9hUqfA-zARM/s1600/neatx.png" imageanchor="1" style="clear: right; float: right; margin-bottom: 1em; margin-left: 1em;"&gt;&lt;img border="0" height="58" src="http://4.bp.blogspot.com/_W2hHthyTiyA/TMgaUsUiVpI/AAAAAAAAAmg/9hUqfA-zARM/s320/neatx.png" width="320" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;En un artículo anterior explicaba como instalar FreeNX (ahora tomado por Google y llamado &lt;a href="http://code.google.com/p/neatx/"&gt;Neatx&lt;/a&gt;) en Ubuntu 10.04:&lt;/div&gt;&lt;br /&gt;&lt;ul&gt;&lt;li style="text-align: justify;"&gt;&lt;a href="http://eithel-inside.blogspot.com/2010/05/freenx-en-ubuntu-1004-es-neatx.html"&gt;FreeNX en Ubuntu 10.04 es Neatx&lt;/a&gt;&amp;nbsp;(14 de mayo de 2010)&lt;/li&gt;&lt;/ul&gt;&lt;br /&gt;&lt;div style="text-align: justify;"&gt;Pues ahora para instalarlo en Ubuntu 10.10 el procedimiento es el mismo que para 10.04 (revisad el artículo anterior) pero despues de realizar esos pasos tenemos que modificar un archivo:&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;&lt;pre&gt;&lt;span class="Apple-style-span" style="font-family: 'Times New Roman';"&gt;&lt;span class="Apple-style-span" style="white-space: normal;"&gt;Archivo a cambiar: &lt;/span&gt;&lt;/span&gt;&lt;b&gt;/etc/apt/sources.list.d/freenx-team-ppa-maverick.list&lt;/b&gt;&lt;/pre&gt;&lt;pre&gt;&lt;/pre&gt;cambiar esto:&lt;br /&gt;&lt;pre&gt;&lt;pre&gt;deb http://ppa.launchpad.net/freenx-team/ppa/ubuntu maverick main&lt;br /&gt;deb-src http://ppa.launchpad.net/freenx-team/ppa/ubuntu maverick main&lt;/pre&gt;&lt;span class="anchor" id="line-52"&gt;&lt;/span&gt;&lt;span class="anchor" id="line-53"&gt;&lt;/span&gt;&lt;div class="line862"&gt;&lt;/div&gt;&lt;/pre&gt;&lt;br /&gt;&lt;br /&gt;por esto:&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;pre&gt;deb http://ppa.launchpad.net/freenx-team/ppa/ubuntu lucid main&lt;br /&gt;deb-src http://ppa.launchpad.net/freenx-team/ppa/ubuntu lucid main &lt;/pre&gt;&lt;pre&gt;&lt;/pre&gt;Ahora ya podeis hacer el apt-get update y luego apt-get install neatx-server.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5282037860157731886-325285756736329298?l=eithel-inside.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://eithel-inside.blogspot.com/feeds/325285756736329298/comments/default' title='Enviar comentarios'/><link rel='replies' type='text/html' href='http://eithel-inside.blogspot.com/2010/10/freenx-en-ubuntu-1010-es-neatx.html#comment-form' title='0 comentarios'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5282037860157731886/posts/default/325285756736329298'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5282037860157731886/posts/default/325285756736329298'/><link rel='alternate' type='text/html' href='http://eithel-inside.blogspot.com/2010/10/freenx-en-ubuntu-1010-es-neatx.html' title='FreeNX en Ubuntu 10.10 es Neatx'/><author><name>Eduardo Díaz Díaz</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='33' height='13' src='http://1.bp.blogspot.com/_W2hHthyTiyA/Suqwe5vVWjI/AAAAAAAAAIQ/nDBC814V-kM/S220/EiTheL.png'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://4.bp.blogspot.com/_W2hHthyTiyA/TMgaUsUiVpI/AAAAAAAAAmg/9hUqfA-zARM/s72-c/neatx.png' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5282037860157731886.post-2355736531928703961</id><published>2010-10-25T14:31:00.001+02:00</published><updated>2010-10-25T14:32:25.322+02:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Administración'/><title type='text'>Que es y como se instala OpenWRT.</title><content type='html'>&lt;span class="Apple-style-span" style="font-family: sans-serif; font-size: 13px; line-height: 19px;"&gt;&lt;/span&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="font-family: sans-serif; font-size: 13px; line-height: 19px;"&gt;&lt;/span&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="font-family: sans-serif; font-size: 13px; line-height: 19px;"&gt;&lt;/span&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="font-family: sans-serif; font-size: 13px; line-height: 19px;"&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://1.bp.blogspot.com/_W2hHthyTiyA/TMVedHDr3QI/AAAAAAAAAmc/qm_eop2eZ9A/s1600/openwrt-logo.png" imageanchor="1" style="clear: right; float: right; margin-bottom: 1em; margin-left: 1em;"&gt;&lt;img border="0" height="81" src="http://1.bp.blogspot.com/_W2hHthyTiyA/TMVedHDr3QI/AAAAAAAAAmc/qm_eop2eZ9A/s320/openwrt-logo.png" width="320" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div style="margin-left: 0px; margin-right: 0px; text-align: justify;"&gt;El soporte fue limitado originalmente al modelo&amp;nbsp;&lt;a href="http://es.wikipedia.org/wiki/Linksys" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="Linksys"&gt;Linksys&lt;/a&gt;&amp;nbsp;&lt;a href="http://es.wikipedia.org/wiki/WRT54G" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="WRT54G"&gt;WRT54G&lt;/a&gt;, pero desde su rápida expansión se ha incluido soporte para otros fabricantes y dispositivos, incluidos el Netgear, D-Link, ASUS y algunos otros. El&amp;nbsp;&lt;a class="mw-redirect" href="http://es.wikipedia.org/wiki/Router" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="Router"&gt;router&lt;/a&gt;&amp;nbsp;más popular sigue siendo el&amp;nbsp;&lt;a href="http://es.wikipedia.org/wiki/Linksys" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="Linksys"&gt;Linksys&lt;/a&gt;&amp;nbsp;&lt;a href="http://es.wikipedia.org/wiki/WRT54G" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="WRT54G"&gt;WRT54G&lt;/a&gt;&amp;nbsp;y el ASUS WL500G.&amp;nbsp;&lt;b&gt;OpenWRT&lt;/b&gt;&amp;nbsp;utiliza principalmente un interfaz de línea de comando, pero también dispone de una interfaz WEB en constante mejora. El soporte técnico es provisto como en la mayoría de los proyectos&amp;nbsp;&lt;a class="mw-redirect" href="http://es.wikipedia.org/wiki/OpenSource" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="OpenSource"&gt;OpenSource&lt;/a&gt;, a través de foros y su canal&amp;nbsp;&lt;a class="mw-redirect" href="http://es.wikipedia.org/wiki/IRC" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="IRC"&gt;IRC&lt;/a&gt;.&lt;/div&gt;&lt;div style="margin-left: 0px; margin-right: 0px; text-align: justify;"&gt;El desarrollo de&amp;nbsp;&lt;b&gt;OpenWRT&lt;/b&gt;&amp;nbsp;fue impulsado inicialmente gracias a la licencia&amp;nbsp;&lt;a class="mw-redirect" href="http://es.wikipedia.org/wiki/GPL" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="GPL"&gt;GPL&lt;/a&gt;&amp;nbsp;y su carácter vírico, que impulsaba a todos aquellos fabricantes que modificaban y mejoraban el código, a liberar éste y contribuir cada vez más al proyecto en general. Poco a poco el software ha ido creciendo y se encuentran características implementadas que no tienen muchos otros fabricantes de dispositivos comerciales para el sector no profesional, tales como&amp;nbsp;&lt;a class="mw-redirect" href="http://es.wikipedia.org/wiki/QoS" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="QoS"&gt;QoS&lt;/a&gt;,&amp;nbsp;&lt;a href="http://es.wikipedia.org/wiki/Red_privada_virtual" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="Red privada virtual"&gt;VPN&lt;/a&gt;&amp;nbsp;y otras características que dotan a&amp;nbsp;&lt;b&gt;OpenWRT&lt;/b&gt;&amp;nbsp;de un dispositivo realmente potente y versátil, apto para utilizar los hardware donde corre&amp;nbsp;&lt;b&gt;OpenWRT&lt;/b&gt;&amp;nbsp;no sólo para utilizarlos como routers, sino como servidores de archivo, nodos&amp;nbsp;&lt;a class="mw-redirect" href="http://es.wikipedia.org/wiki/P2P" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="P2P"&gt;P2P&lt;/a&gt;, servidores de WEBcams,&amp;nbsp;&lt;a href="http://es.wikipedia.org/wiki/Firewall" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="Firewall"&gt;firewall&lt;/a&gt;&amp;nbsp;o puertas de acceso&amp;nbsp;&lt;a href="http://es.wikipedia.org/wiki/Red_privada_virtual" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="Red privada virtual"&gt;VPN&lt;/a&gt;.&lt;/div&gt;&lt;/span&gt;&lt;br /&gt;&lt;div style="text-align: justify;"&gt;&lt;span class="Apple-style-span" style="font-family: sans-serif; font-size: 13px; line-height: 19px;"&gt;En la actualidad existe un&amp;nbsp;&lt;/span&gt;&lt;span class="Apple-style-span" style="font-family: sans-serif; font-size: 13px; line-height: 19px;"&gt;&lt;a href="http://es.wikipedia.org/wiki/Subport%C3%A1til" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="Subportátil"&gt;ultra portátil&lt;/a&gt;&lt;/span&gt;&lt;span class="Apple-style-span" style="font-family: sans-serif; font-size: 13px; line-height: 19px;"&gt;&amp;nbsp;con esta distribución Linux, llamado&amp;nbsp;&lt;/span&gt;&lt;span class="Apple-style-span" style="font-family: sans-serif; font-size: 13px; line-height: 19px;"&gt;&lt;a class="external text" href="http://sharism.cc/specs/" rel="nofollow" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: url(http://bits.wikimedia.org/skins-1.5/vector/images/external-link-ltr-icon.png?2); background-origin: initial; background-position: 100% 50%; background-repeat: no-repeat no-repeat; color: #3366bb; padding-bottom: 0px; padding-left: 0px; padding-right: 13px; padding-top: 0px; text-decoration: none;"&gt;Ben NanoNote&lt;/a&gt;&lt;/span&gt;&lt;span class="Apple-style-span" style="font-family: sans-serif; font-size: 13px; line-height: 19px;"&gt;&amp;nbsp;fabricado por la empresa&amp;nbsp;&lt;/span&gt;&lt;span class="Apple-style-span" style="font-family: sans-serif; font-size: 13px; line-height: 19px;"&gt;&lt;a class="external text" href="http://en.qi-hardware.com/wiki/Main_Page" rel="nofollow" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: url(http://bits.wikimedia.org/skins-1.5/vector/images/external-link-ltr-icon.png?2); background-origin: initial; background-position: 100% 50%; background-repeat: no-repeat no-repeat; color: #3366bb; padding-bottom: 0px; padding-left: 0px; padding-right: 13px; padding-top: 0px; text-decoration: none;"&gt;Qi-Hardware&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;&lt;span class="Apple-style-span" style="font-size: x-small;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="font-size: x-small;"&gt;(Fuente &lt;/span&gt;&lt;a href="http://es.wikipedia.org/wiki/OpenWrt"&gt;&lt;span class="Apple-style-span" style="font-size: x-small;"&gt;Wikipedia&lt;/span&gt;&lt;/a&gt;&lt;span class="Apple-style-span" style="font-size: x-small;"&gt;)&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Dicho en unas palabras más simplistas, se trata de coger tu Router Wifi e instalarle un Linux. Yo lo probé con un router wifi que me sobraba (me cambié de compañia de internet y me dieron nuevo router). La instalación es sencilla:&lt;br /&gt;&lt;br /&gt;&lt;ul&gt;&lt;li&gt;Descargarse firmware de la web oficial. Por ejemplo de &amp;nbsp;&lt;a href="http://downloads.openwrt.org/kamikaze/8.09.2/"&gt;http://downloads.openwrt.org/kamikaze/8.09.2/&lt;/a&gt;&amp;nbsp;. Aqui tendras que escoger según la marca de tu Router el firmware adecuado.&lt;/li&gt;&lt;li&gt;Instalar el nuevo firmware&lt;/li&gt;&lt;li&gt;Reiniciar&lt;/li&gt;&lt;/ul&gt;&lt;br /&gt;Una vez esto, verás que ya tienes tu Router con una distribución OpenWrt instalada y funcionando sin problemas. El login/pass por defecto es &amp;nbsp;root/toor . Cámbialo tan pronto puedas. La interficie web es muy sencilla y se pueden instalar nuevos programas con mucha facilidad. ¿Utilidades? Supongo que entendereis que muchísimas. Ahora tu Router es un sistema operativo. Así que toca operar con él.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5282037860157731886-2355736531928703961?l=eithel-inside.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://eithel-inside.blogspot.com/feeds/2355736531928703961/comments/default' title='Enviar comentarios'/><link rel='replies' type='text/html' href='http://eithel-inside.blogspot.com/2010/10/que-es-y-como-se-instala-openwrt.html#comment-form' title='0 comentarios'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5282037860157731886/posts/default/2355736531928703961'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5282037860157731886/posts/default/2355736531928703961'/><link rel='alternate' type='text/html' href='http://eithel-inside.blogspot.com/2010/10/que-es-y-como-se-instala-openwrt.html' title='Que es y como se instala OpenWRT.'/><author><name>Eduardo Díaz Díaz</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='33' height='13' src='http://1.bp.blogspot.com/_W2hHthyTiyA/Suqwe5vVWjI/AAAAAAAAAIQ/nDBC814V-kM/S220/EiTheL.png'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://1.bp.blogspot.com/_W2hHthyTiyA/TMVedHDr3QI/AAAAAAAAAmc/qm_eop2eZ9A/s72-c/openwrt-logo.png' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5282037860157731886.post-2665177200319661784</id><published>2010-10-11T08:49:00.000+02:00</published><updated>2010-10-11T08:49:43.945+02:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Escritorio'/><title type='text'>Actualizar distro de Ubuntu 10.04 a Ubuntu 10.10 (Maverick Meerkat)</title><content type='html'>&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://3.bp.blogspot.com/_W2hHthyTiyA/TLKzXp38mVI/AAAAAAAAAmY/CGsd-nR_fvM/s1600/ubuntu10.jpg" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="253" src="http://3.bp.blogspot.com/_W2hHthyTiyA/TLKzXp38mVI/AAAAAAAAAmY/CGsd-nR_fvM/s320/ubuntu10.jpg" width="320" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;Muchos de vosotros estareis intentando actualizaros vuestra distribución a Ubuntu 10.10 y por más que abriis el Gestor de Actualiazaciones no os sale la opción para actualizar la distribución. Para que os salga la opción debereis ejecutar "&lt;b&gt;update-manager -d&lt;/b&gt;" :&lt;br /&gt;&lt;br /&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://1.bp.blogspot.com/_W2hHthyTiyA/TLKy7WOgdJI/AAAAAAAAAmM/E2TJuAoCsps/s1600/Pantallazo-Ejecutar+una+aplicaci%C3%B3n.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="97" src="http://1.bp.blogspot.com/_W2hHthyTiyA/TLKy7WOgdJI/AAAAAAAAAmM/E2TJuAoCsps/s320/Pantallazo-Ejecutar+una+aplicaci%C3%B3n.png" width="320" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;Una vez hecho esto vereis que ya os sale la opción y podreis actualizar vuestra distribución a la última versión:&lt;br /&gt;&lt;br /&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://4.bp.blogspot.com/_W2hHthyTiyA/TLKzB-br_2I/AAAAAAAAAmQ/ldAtlQCjxQU/s1600/Pantallazo-Actualizaci%C3%B3n+completa+de+la+distribuci%C3%B3n.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="240" src="http://4.bp.blogspot.com/_W2hHthyTiyA/TLKzB-br_2I/AAAAAAAAAmQ/ldAtlQCjxQU/s320/Pantallazo-Actualizaci%C3%B3n+completa+de+la+distribuci%C3%B3n.png" width="320" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://2.bp.blogspot.com/_W2hHthyTiyA/TLKzGZff94I/AAAAAAAAAmU/grHT19CP6MA/s1600/Pantallazo-Ventana+sin+t%C3%ADtulo-1.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="320" src="http://2.bp.blogspot.com/_W2hHthyTiyA/TLKzGZff94I/AAAAAAAAAmU/grHT19CP6MA/s320/Pantallazo-Ventana+sin+t%C3%ADtulo-1.png" width="290" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5282037860157731886-2665177200319661784?l=eithel-inside.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://eithel-inside.blogspot.com/feeds/2665177200319661784/comments/default' title='Enviar comentarios'/><link rel='replies' type='text/html' href='http://eithel-inside.blogspot.com/2010/10/actualizar-distro-de-ubuntu-1004-ubuntu.html#comment-form' title='0 comentarios'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5282037860157731886/posts/default/2665177200319661784'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5282037860157731886/posts/default/2665177200319661784'/><link rel='alternate' type='text/html' href='http://eithel-inside.blogspot.com/2010/10/actualizar-distro-de-ubuntu-1004-ubuntu.html' title='Actualizar distro de Ubuntu 10.04 a Ubuntu 10.10 (Maverick Meerkat)'/><author><name>Eduardo Díaz Díaz</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='33' height='13' src='http://1.bp.blogspot.com/_W2hHthyTiyA/Suqwe5vVWjI/AAAAAAAAAIQ/nDBC814V-kM/S220/EiTheL.png'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://3.bp.blogspot.com/_W2hHthyTiyA/TLKzXp38mVI/AAAAAAAAAmY/CGsd-nR_fvM/s72-c/ubuntu10.jpg' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5282037860157731886.post-1227440894882108281</id><published>2010-10-08T06:44:00.001+02:00</published><updated>2010-10-08T06:44:00.838+02:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Administración'/><title type='text'>Script para crear máquinas virtuales en VirtualBox</title><content type='html'>&lt;table cellpadding="0" cellspacing="0" class="tr-caption-container" style="float: right; margin-left: 1em; text-align: right;"&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td style="text-align: center;"&gt;&lt;a href="http://3.bp.blogspot.com/_W2hHthyTiyA/TBsWuOS9JTI/AAAAAAAAAeo/5Jj73G1HqkE/s320/oracle-virtualbox.png" imageanchor="1" style="clear: right; margin-bottom: 1em; margin-left: auto; margin-right: auto;"&gt;&lt;img border="0" src="http://3.bp.blogspot.com/_W2hHthyTiyA/TBsWuOS9JTI/AAAAAAAAAeo/5Jj73G1HqkE/s320/oracle-virtualbox.png" /&gt;&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td class="tr-caption" style="text-align: center;"&gt;Oracle VirtualBox&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;En artículos anteriores explicaba como instalar el VirtualBox para crear máquinas virtuales:&lt;br /&gt;&lt;ul&gt;&lt;li&gt;&lt;a href="http://eithel-inside.blogspot.com/2010/06/instalar-oracle-virtualbox-v324-en.html"&gt;Instalar Oracle VirtualBox v3.2.4 en Fedora 13 y Ubuntu 10.04&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;div&gt;&lt;div style="text-align: justify;"&gt;Hoy quiero explicaros un concepto nuevo&lt;b&gt;: VBoxHeadless&lt;/b&gt;. Traduciéndolo literalmente estaríamos hablando de un equipo virtual sin cabeza. Al referirnos a "sin cabeza" nos vamos a referir a que la máquina arrancada no va a mostrarnos una ventana-monitor para ver lo que se ejecuta, sino que lo va a hacer como servicio y para poder acceder a "la cabeza", es decir, el monitor virtual, lo haremos mediante una conexión RDP (Cliente Terminal Server) al servidor que contiene la máquina virtual por un puerto que especificaremos. Por tanto, no necesitamos la GUI de VirtualBox. Para hacernos aún más independientes de la GUI de VirtualBox, os dejo un script que uso para crear las máquinas virtuales desde la linea de comandos:&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;hr /&gt;&lt;span class="Apple-style-span" style="font-size: small;"&gt;&lt;b&gt;&lt;i&gt;&lt;br /&gt;&lt;/i&gt;&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span" style="font-family: 'Courier New', Courier, monospace;"&gt;&lt;i&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-size: x-small;"&gt;#!/bin/bash&lt;/span&gt;&lt;/b&gt;&lt;/i&gt;&lt;/span&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="font-size: small;"&gt;&lt;b&gt;&lt;i&gt;&lt;br /&gt;&lt;/i&gt;&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="font-family: 'Courier New', Courier, monospace;"&gt;&lt;b&gt;&lt;i&gt;&lt;span class="Apple-style-span" style="font-size: x-small;"&gt;REPODVDS=/home/usuario/Escritorio/UbuntuISOS&lt;/span&gt;&lt;/i&gt;&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="font-family: 'Courier New', Courier, monospace;"&gt;&lt;b&gt;&lt;i&gt;&lt;span class="Apple-style-span" style="font-size: x-small;"&gt;REPOVDIS=/home/usuario/Escritorio&lt;/span&gt;&lt;/i&gt;&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="font-family: 'Courier New', Courier, monospace;"&gt;&lt;b&gt;&lt;i&gt;&lt;span class="Apple-style-span" style="font-size: x-small;"&gt;ls /home/usuario/Escritorio/UbuntuISOS&lt;/span&gt;&lt;/i&gt;&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="font-family: 'Courier New', Courier, monospace;"&gt;&lt;b&gt;&lt;i&gt;&lt;span class="Apple-style-span" style="font-size: x-small;"&gt;#DVDISO=ubuntu-10.04-server-amd64.iso&lt;/span&gt;&lt;/i&gt;&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="font-family: 'Courier New', Courier, monospace;"&gt;&lt;b&gt;&lt;i&gt;&lt;span class="Apple-style-span" style="font-size: x-small;"&gt;DVDISO=ubuntu-10.04.1-server-i386.iso&lt;/span&gt;&lt;/i&gt;&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="font-family: 'Courier New', Courier, monospace;"&gt;&lt;b&gt;&lt;i&gt;&lt;span class="Apple-style-span" style="font-size: x-small;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/i&gt;&lt;/b&gt; &lt;/span&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="font-family: 'Courier New', Courier, monospace;"&gt;&lt;b&gt;&lt;i&gt;&lt;span class="Apple-style-span" style="font-size: x-small;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/i&gt;&lt;/b&gt; &lt;/span&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="font-family: 'Courier New', Courier, monospace;"&gt;&lt;b&gt;&lt;i&gt;&lt;span class="Apple-style-span" style="font-size: x-small;"&gt;#Máquina&lt;/span&gt;&lt;/i&gt;&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="font-family: 'Courier New', Courier, monospace;"&gt;&lt;b&gt;&lt;i&gt;&lt;span class="Apple-style-span" style="font-size: x-small;"&gt;echo "================---------------------"&lt;/span&gt;&lt;/i&gt;&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="font-family: 'Courier New', Courier, monospace;"&gt;&lt;b&gt;&lt;i&gt;&lt;span class="Apple-style-span" style="font-size: x-small;"&gt;echo " Nombre de la máquina,red y memoria"&lt;/span&gt;&lt;/i&gt;&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="font-family: 'Courier New', Courier, monospace;"&gt;&lt;b&gt;&lt;i&gt;&lt;span class="Apple-style-span" style="font-size: x-small;"&gt;echo "================---------------------"&lt;/span&gt;&lt;/i&gt;&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="font-family: 'Courier New', Courier, monospace;"&gt;&lt;b&gt;&lt;i&gt;&lt;span class="Apple-style-span" style="font-size: x-small;"&gt;sleep 1&lt;/span&gt;&lt;/i&gt;&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="font-family: 'Courier New', Courier, monospace;"&gt;&lt;b&gt;&lt;i&gt;&lt;span class="Apple-style-span" style="font-size: x-small;"&gt;echo -n "Introduce nombre de la máquina y pulsa [ENTER]: "&amp;nbsp;&lt;/span&gt;&lt;/i&gt;&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="font-family: 'Courier New', Courier, monospace;"&gt;&lt;b&gt;&lt;i&gt;&lt;span class="Apple-style-span" style="font-size: x-small;"&gt;read NOMVM&lt;/span&gt;&lt;/i&gt;&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="font-family: 'Courier New', Courier, monospace;"&gt;&lt;b&gt;&lt;i&gt;&lt;span class="Apple-style-span" style="font-size: x-small;"&gt;echo -n "Introduce nombre del adaptador puente para la conexión de red y pulsa [ENTER]: "&amp;nbsp;&lt;/span&gt;&lt;/i&gt;&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="font-family: 'Courier New', Courier, monospace;"&gt;&lt;b&gt;&lt;i&gt;&lt;span class="Apple-style-span" style="font-size: x-small;"&gt;read VLANVM&lt;/span&gt;&lt;/i&gt;&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="font-family: 'Courier New', Courier, monospace;"&gt;&lt;b&gt;&lt;i&gt;&lt;span class="Apple-style-span" style="font-size: x-small;"&gt;echo -n "Introduce número de Megas y pulsa [ENTER]: "&amp;nbsp;&lt;/span&gt;&lt;/i&gt;&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="font-family: 'Courier New', Courier, monospace;"&gt;&lt;b&gt;&lt;i&gt;&lt;span class="Apple-style-span" style="font-size: x-small;"&gt;read MEMVM&lt;/span&gt;&lt;/i&gt;&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="font-family: 'Courier New', Courier, monospace;"&gt;&lt;b&gt;&lt;i&gt;&lt;span class="Apple-style-span" style="font-size: x-small;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/i&gt;&lt;/b&gt; &lt;/span&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="font-family: 'Courier New', Courier, monospace;"&gt;&lt;b&gt;&lt;i&gt;&lt;span class="Apple-style-span" style="font-size: x-small;"&gt;VBoxManage createvm -name $NOMVM -register&lt;/span&gt;&lt;/i&gt;&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="font-family: 'Courier New', Courier, monospace;"&gt;&lt;b&gt;&lt;i&gt;&lt;span class="Apple-style-span" style="font-size: x-small;"&gt;VBoxManage list bridgedifs | grep Name | grep -v HostInterface&lt;/span&gt;&lt;/i&gt;&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="font-family: 'Courier New', Courier, monospace;"&gt;&lt;b&gt;&lt;i&gt;&lt;span class="Apple-style-span" style="font-size: x-small;"&gt;VBoxManage modifyvm $NOMVM --memory $MEMVM --acpi on --boot1 dvd --nic1 bridged --bridgeadapter1 $VLANVM&lt;/span&gt;&lt;/i&gt;&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="font-family: 'Courier New', Courier, monospace;"&gt;&lt;b&gt;&lt;i&gt;&lt;span class="Apple-style-span" style="font-size: x-small;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/i&gt;&lt;/b&gt; &lt;/span&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="font-family: 'Courier New', Courier, monospace;"&gt;&lt;b&gt;&lt;i&gt;&lt;span class="Apple-style-span" style="font-size: x-small;"&gt;#OSType&lt;/span&gt;&lt;/i&gt;&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="font-family: 'Courier New', Courier, monospace;"&gt;&lt;b&gt;&lt;i&gt;&lt;span class="Apple-style-span" style="font-size: x-small;"&gt;echo "================---------------------"&lt;/span&gt;&lt;/i&gt;&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="font-family: 'Courier New', Courier, monospace;"&gt;&lt;b&gt;&lt;i&gt;&lt;span class="Apple-style-span" style="font-size: x-small;"&gt;echo " Tipo de sistema operativo"&lt;/span&gt;&lt;/i&gt;&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="font-family: 'Courier New', Courier, monospace;"&gt;&lt;b&gt;&lt;i&gt;&lt;span class="Apple-style-span" style="font-size: x-small;"&gt;echo "================---------------------"&lt;/span&gt;&lt;/i&gt;&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="font-family: 'Courier New', Courier, monospace;"&gt;&lt;b&gt;&lt;i&gt;&lt;span class="Apple-style-span" style="font-size: x-small;"&gt;sleep 1&lt;/span&gt;&lt;/i&gt;&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="font-family: 'Courier New', Courier, monospace;"&gt;&lt;b&gt;&lt;i&gt;&lt;span class="Apple-style-span" style="font-size: x-small;"&gt;VBoxManage list ostypes&lt;/span&gt;&lt;/i&gt;&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="font-family: 'Courier New', Courier, monospace;"&gt;&lt;b&gt;&lt;i&gt;&lt;span class="Apple-style-span" style="font-size: x-small;"&gt;echo -n "Introduce ID del sistema operativo y pulsa [ENTER]: "&amp;nbsp;&lt;/span&gt;&lt;/i&gt;&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="font-family: 'Courier New', Courier, monospace;"&gt;&lt;b&gt;&lt;i&gt;&lt;span class="Apple-style-span" style="font-size: x-small;"&gt;read OSVM&lt;/span&gt;&lt;/i&gt;&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="font-family: 'Courier New', Courier, monospace;"&gt;&lt;b&gt;&lt;i&gt;&lt;span class="Apple-style-span" style="font-size: x-small;"&gt;VBoxManage modifyvm $NOMVM --ostype $OSVM&lt;/span&gt;&lt;/i&gt;&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;&lt;b&gt;&lt;i&gt;&lt;span class="Apple-style-span" style="font-size: x-small;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/i&gt;&lt;/b&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="font-family: 'Courier New', Courier, monospace;"&gt;&lt;b&gt;&lt;i&gt;&lt;span class="Apple-style-span" style="font-size: x-small;"&gt;#Disc Dur&lt;/span&gt;&lt;/i&gt;&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="font-family: 'Courier New', Courier, monospace;"&gt;&lt;b&gt;&lt;i&gt;&lt;span class="Apple-style-span" style="font-size: x-small;"&gt;echo "================---------------------"&lt;/span&gt;&lt;/i&gt;&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="font-family: 'Courier New', Courier, monospace;"&gt;&lt;b&gt;&lt;i&gt;&lt;span class="Apple-style-span" style="font-size: x-small;"&gt;echo " Creación del disco duro"&lt;/span&gt;&lt;/i&gt;&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="font-family: 'Courier New', Courier, monospace;"&gt;&lt;b&gt;&lt;i&gt;&lt;span class="Apple-style-span" style="font-size: x-small;"&gt;echo "================---------------------"&lt;/span&gt;&lt;/i&gt;&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="font-family: 'Courier New', Courier, monospace;"&gt;&lt;b&gt;&lt;i&gt;&lt;span class="Apple-style-span" style="font-size: x-small;"&gt;sleep 1&lt;/span&gt;&lt;/i&gt;&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="font-family: 'Courier New', Courier, monospace;"&gt;&lt;b&gt;&lt;i&gt;&lt;span class="Apple-style-span" style="font-size: x-small;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/i&gt;&lt;/b&gt; &lt;/span&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="font-family: 'Courier New', Courier, monospace;"&gt;&lt;b&gt;&lt;i&gt;&lt;span class="Apple-style-span" style="font-size: x-small;"&gt;mkdir $REPOVDIS/$NOMVM&lt;/span&gt;&lt;/i&gt;&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="font-family: 'Courier New', Courier, monospace;"&gt;&lt;b&gt;&lt;i&gt;&lt;span class="Apple-style-span" style="font-size: x-small;"&gt;VBoxManage createvdi -filename $REPOVDIS/$NOMVM/$NOMVM -size 10000 -register&lt;/span&gt;&lt;/i&gt;&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="font-family: 'Courier New', Courier, monospace;"&gt;&lt;b&gt;&lt;i&gt;&lt;span class="Apple-style-span" style="font-size: x-small;"&gt;VBoxManage showhdinfo $REPOVDIS/$NOMVM/$NOMVM.vdi&lt;/span&gt;&lt;/i&gt;&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="font-family: 'Courier New', Courier, monospace;"&gt;&lt;b&gt;&lt;i&gt;&lt;span class="Apple-style-span" style="font-size: x-small;"&gt;VBoxManage storagectl $NOMVM --name "SATA Controller" --add sata --controller IntelAhci&lt;/span&gt;&lt;/i&gt;&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="font-family: 'Courier New', Courier, monospace;"&gt;&lt;b&gt;&lt;i&gt;&lt;span class="Apple-style-span" style="font-size: x-small;"&gt;VBoxManage storageattach $NOMVM --storagectl "SATA Controller" \&lt;/span&gt;&lt;/i&gt;&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="font-family: 'Courier New', Courier, monospace;"&gt;&lt;b&gt;&lt;i&gt;&lt;span class="Apple-style-span" style="font-size: x-small;"&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;--port 0 --device 0 --type hdd \&lt;/span&gt;&lt;/i&gt;&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="font-family: 'Courier New', Courier, monospace;"&gt;&lt;b&gt;&lt;i&gt;&lt;span class="Apple-style-span" style="font-size: x-small;"&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;--medium $REPOVDIS/$NOMVM/$NOMVM.vdi&lt;/span&gt;&lt;/i&gt;&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="font-family: 'Courier New', Courier, monospace;"&gt;&lt;b&gt;&lt;i&gt;&lt;span class="Apple-style-span" style="font-size: x-small;"&gt;VBoxManage showhdinfo $REPOVDIS/$NOMVM/$NOMVM.vdi | grep UUID: | cut -d: -f2 | sed -e 's/ *//'&lt;/span&gt;&lt;/i&gt;&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;&lt;b&gt;&lt;i&gt;&lt;span class="Apple-style-span" style="font-size: x-small;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/i&gt;&lt;/b&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="font-family: 'Courier New', Courier, monospace;"&gt;&lt;b&gt;&lt;i&gt;&lt;span class="Apple-style-span" style="font-size: x-small;"&gt;#DVD&lt;/span&gt;&lt;/i&gt;&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="font-family: 'Courier New', Courier, monospace;"&gt;&lt;b&gt;&lt;i&gt;&lt;span class="Apple-style-span" style="font-size: x-small;"&gt;echo "================---------------------"&lt;/span&gt;&lt;/i&gt;&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="font-family: 'Courier New', Courier, monospace;"&gt;&lt;b&gt;&lt;i&gt;&lt;span class="Apple-style-span" style="font-size: x-small;"&gt;echo " Creación de la unidad DVD"&lt;/span&gt;&lt;/i&gt;&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="font-family: 'Courier New', Courier, monospace;"&gt;&lt;b&gt;&lt;i&gt;&lt;span class="Apple-style-span" style="font-size: x-small;"&gt;echo "================---------------------"&lt;/span&gt;&lt;/i&gt;&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="font-family: 'Courier New', Courier, monospace;"&gt;&lt;b&gt;&lt;i&gt;&lt;span class="Apple-style-span" style="font-size: x-small;"&gt;sleep 1&lt;/span&gt;&lt;/i&gt;&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="font-family: 'Courier New', Courier, monospace;"&gt;&lt;b&gt;&lt;i&gt;&lt;span class="Apple-style-span" style="font-size: x-small;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/i&gt;&lt;/b&gt; &lt;/span&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="font-family: 'Courier New', Courier, monospace;"&gt;&lt;b&gt;&lt;i&gt;&lt;span class="Apple-style-span" style="font-size: x-small;"&gt;VBoxManage registerimage dvd $REPODVDS/$DVDISO&lt;/span&gt;&lt;/i&gt;&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="font-family: 'Courier New', Courier, monospace;"&gt;&lt;b&gt;&lt;i&gt;&lt;span class="Apple-style-span" style="font-size: x-small;"&gt;VBoxManage storagectl $NOMVM --name "IDE Controller" --add ide&lt;/span&gt;&lt;/i&gt;&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="font-family: 'Courier New', Courier, monospace;"&gt;&lt;b&gt;&lt;i&gt;&lt;span class="Apple-style-span" style="font-size: x-small;"&gt;VBoxManage storageattach $NOMVM --storagectl "IDE Controller" \&lt;/span&gt;&lt;/i&gt;&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="font-family: 'Courier New', Courier, monospace;"&gt;&lt;b&gt;&lt;i&gt;&lt;span class="Apple-style-span" style="font-size: x-small;"&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;--port 0 --device 0 --type dvddrive \&lt;/s
