<?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:blogger='http://schemas.google.com/blogger/2008' 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-6798474904195039483</id><updated>2024-08-31T05:27:46.009-07:00</updated><category term="Linux"/><category term="Centos"/><category term="Arranque"/><category term="Tutorial"/><category term="Boot"/><category term="Ext3"/><category term="Fedora"/><category term="Grub"/><category term="Manuales"/><category term="Tag estupido"/><category term="Tech Blog"/><category term="Windows"/><category term="bash"/><category term="comando"/><category term="10.04"/><category term="3RVX"/><category term="72"/><category term="BIOS"/><category term="Bienvenido"/><category term="Dead"/><category term="Device"/><category term="Disco"/><category term="Ethertool"/><category term="Ext2"/><category term="Ext4"/><category term="Ezywatch"/><category term="Full"/><category term="Hola"/><category term="Instalar"/><category term="Kernel Panic"/><category term="Lan"/><category term="Lleno"/><category term="Mac"/><category term="Megavideo"/><category term="Network"/><category term="NetworkManager"/><category term="NotFound"/><category term="Openssh"/><category term="Pid"/><category term="Proxy"/><category term="Red"/><category term="RedHat"/><category term="SELinux"/><category term="Scp"/><category term="Sonido"/><category term="Sonidos de Mac en Windows"/><category term="Squid"/><category term="Ssh"/><category term="Virtualbox 4.1"/><category term="Volumen"/><category term="WakeOnLan"/><category term="Windows 7"/><category term="Wol"/><category term="Yum"/><category term="archivos"/><category term="cambiar"/><category term="chown"/><category term="directorios"/><category term="dkms"/><category term="dmidecode"/><category term="ext2explore."/><category term="free"/><category term="grupo"/><category term="hp"/><category term="init 3"/><category term="inittab"/><category term="kernel"/><category term="lucid lynx"/><category term="modelo"/><category term="premium"/><category term="proliant"/><category term="rpm"/><category term="runlevel"/><category term="server"/><category term="truco"/><category term="ubuntu"/><category term="usuario"/><category term="ver gratis"/><category term="video"/><category term="wake on lan"/><title type='text'>My tech Blog</title><subtitle type='html'></subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://piobox.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6798474904195039483/posts/default?redirect=false'/><link rel='alternate' type='text/html' href='http://piobox.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>Zipper</name><uri>http://www.blogger.com/profile/12358100859463105603</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>14</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-6798474904195039483.post-7433398556212408403</id><published>2012-08-22T00:32:00.000-07:00</published><updated>2013-01-20T01:18:12.138-08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Arranque"/><category scheme="http://www.blogger.com/atom/ns#" term="Centos"/><category scheme="http://www.blogger.com/atom/ns#" term="Device"/><category scheme="http://www.blogger.com/atom/ns#" term="Fedora"/><category scheme="http://www.blogger.com/atom/ns#" term="Linux"/><category scheme="http://www.blogger.com/atom/ns#" term="Network"/><category scheme="http://www.blogger.com/atom/ns#" term="NetworkManager"/><category scheme="http://www.blogger.com/atom/ns#" term="NotFound"/><category scheme="http://www.blogger.com/atom/ns#" term="Red"/><category scheme="http://www.blogger.com/atom/ns#" term="RedHat"/><title type='text'>Device not managed by NetworkManager</title><content type='html'>Luego de haber instalado CentOS 6 (con entorno gráfico), al asignar ip estática y reiniciar el servicio de red me topaba con esto.
&lt;br /&gt;
&lt;pre class=&quot;brush:shell gutter:false toolbar:false &quot;&gt;
root@ ~]# service network restart
Error: Connection activation failed: Device not managed by NetworkManager
&lt;/pre&gt;
Googleando se puede llegar a la conclusión que.. NetworkManager sucks, asi de simple. Hacía conflicto con la configuración que hice, asi que:

&lt;br /&gt;
&lt;pre class=&quot;brush:shell gutter:false toolbar:false&quot;&gt;root@ ~]# vim /etc/sysconfig/network-scripts/ifcfg-eth0 
&lt;/pre&gt;
y cambie el &quot;yes&quot; por &quot;no&quot;, quedando así

&lt;br /&gt;
&lt;pre class=&quot;brush:shell highlight:[12] toolbar:false ruler:false&quot;&gt;DEVICE=eth0
BOOTPROTO=none
HWADDR=00:0d:87:51:38:dc
ONBOOT=yes
NETMASK=255.255.255.0
GATEWAY=192.168.1.1
IPADDR=192.168.1.7
TYPE=Ethernet
USERCTL=no
IPV6INIT=no
PEERDNS=yes
NM_CONTROLLED=&quot;no&quot;
&lt;/pre&gt;
Guardamos y reiniciamos el servicio de red.
&lt;br /&gt;
&lt;pre class=&quot;brush:shell gutter:false toolbar:false&quot;&gt;root@ ~]# service network restart
&lt;/pre&gt;
Y eso es todo. 

Ah!, y algo más, deshabilitenlo - y haganlo si no quieren seguir odiando aún más a NetworkManager - para que no arranque con el sistema. 

&lt;br /&gt;
&lt;pre class=&quot;brush:shell gutter:false toolbar:false&quot;&gt;root@ ~]# chkconfig NetworkManager off
&lt;/pre&gt;
Suertes.</content><link rel='replies' type='application/atom+xml' href='http://piobox.blogspot.com/feeds/7433398556212408403/comments/default' title='Comentarios de la entrada'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/6798474904195039483/7433398556212408403' title='0 Comentarios'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6798474904195039483/posts/default/7433398556212408403'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6798474904195039483/posts/default/7433398556212408403'/><link rel='alternate' type='text/html' href='http://piobox.blogspot.com/2012/08/device-not-managed-by-networkmanager.html' title='Device not managed by NetworkManager'/><author><name>Zipper</name><uri>http://www.blogger.com/profile/12358100859463105603</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6798474904195039483.post-2981234205327784803</id><published>2012-02-27T10:01:00.000-08:00</published><updated>2012-03-06T20:21:15.783-08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Dead"/><category scheme="http://www.blogger.com/atom/ns#" term="Disco"/><category scheme="http://www.blogger.com/atom/ns#" term="Full"/><category scheme="http://www.blogger.com/atom/ns#" term="Linux"/><category scheme="http://www.blogger.com/atom/ns#" term="Lleno"/><category scheme="http://www.blogger.com/atom/ns#" term="Pid"/><category scheme="http://www.blogger.com/atom/ns#" term="Proxy"/><category scheme="http://www.blogger.com/atom/ns#" term="Squid"/><title type='text'>squid dead but pid file exists</title><content type='html'>Este se me presento justo el día de hoy, uso un proxy virtualizado para tener caché en la lan y luego de ver que no podía navegar y el linux si tenía salida a internet tuve que ver que pasaba - definivitamente - con el proxy.&lt;br /&gt;
&lt;br /&gt;
&lt;span style=&quot;background-color: white; line-height: 18px;&quot;&gt;&lt;span style=&quot;font-family: &#39;Courier New&#39;, Courier, monospace;&quot;&gt;&lt;b&gt;[root@gateway run]# service squid status&lt;/b&gt;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;background-color: white;&quot;&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: &#39;Courier New&#39;, Courier, monospace;&quot;&gt;&lt;span style=&quot;line-height: 18px;&quot;&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: &#39;Courier New&#39;, Courier, monospace;&quot;&gt;squid dead but pid file exists&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: &#39;Courier New&#39;, Courier, monospace;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;div style=&quot;line-height: 18px;&quot;&gt;
&lt;b style=&quot;background-color: white; font-family: &#39;Courier New&#39;, Courier, monospace;&quot;&gt;[root@gateway run]# service squid restart&lt;/b&gt;&lt;/div&gt;
&lt;div&gt;
&lt;div&gt;
&lt;span style=&quot;line-height: 18px;&quot;&gt;&lt;span style=&quot;font-family: &#39;Courier New&#39;, Courier, monospace;&quot;&gt;Stopping squid: &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; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;[&lt;span style=&quot;color: red;&quot;&gt;FAILED&lt;/span&gt;]&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
&lt;span style=&quot;line-height: 18px;&quot;&gt;&lt;span style=&quot;font-family: &#39;Courier New&#39;, Courier, monospace;&quot;&gt;Starting squid: &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; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;[ &amp;nbsp;&lt;span style=&quot;color: lime;&quot;&gt;OK&lt;/span&gt; &amp;nbsp;]&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;line-height: 18px;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div style=&quot;line-height: 18px;&quot;&gt;
Googleando encontré alguna pista. La última vez que estuvo funcionando correctamente, había dejado descargando un archivo iso, la cual había dejado casi lleno en su totalidad el disco.&lt;/div&gt;
&lt;div style=&quot;line-height: 18px;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;line-height: 18px;&quot;&gt;
Esto es un error trivial, simple, pero afecta a squid porque no puede escribir en el cache, eliminando algunos archivos de la cache arrancó de nuevo squid.&amp;nbsp;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://piobox.blogspot.com/feeds/2981234205327784803/comments/default' title='Comentarios de la entrada'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/6798474904195039483/2981234205327784803' title='0 Comentarios'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6798474904195039483/posts/default/2981234205327784803'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6798474904195039483/posts/default/2981234205327784803'/><link rel='alternate' type='text/html' href='http://piobox.blogspot.com/2012/02/squid-dead-but-pid-file-exists.html' title='squid dead but pid file exists'/><author><name>Zipper</name><uri>http://www.blogger.com/profile/12358100859463105603</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6798474904195039483.post-7027954202811751531</id><published>2012-02-15T07:44:00.001-08:00</published><updated>2012-08-22T00:35:32.765-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Centos"/><category scheme="http://www.blogger.com/atom/ns#" term="Instalar"/><category scheme="http://www.blogger.com/atom/ns#" term="Linux"/><category scheme="http://www.blogger.com/atom/ns#" term="Openssh"/><category scheme="http://www.blogger.com/atom/ns#" term="Scp"/><category scheme="http://www.blogger.com/atom/ns#" term="Ssh"/><category scheme="http://www.blogger.com/atom/ns#" term="Yum"/><title type='text'>scp: command not found</title><content type='html'>Tratando de enviar un par de archivos de un linux a otro, cuando un mensaje salvaje apareció:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;span style=&quot;font-family: &#39;Courier New&#39;, Courier, monospace;&quot;&gt;&lt;b&gt;[root@host1 ~]# scp -r root@192.168.1.102:/root /usr/share/carpetita&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: &#39;Courier New&#39;, Courier, monospace;&quot;&gt;root@192.168.1.102&#39;s password:&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt; &lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: &#39;Courier New&#39;, Courier, monospace;&quot;&gt;bash: scp: command not found&lt;/span&gt;&lt;br /&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;br /&gt;
Si es que te llegas a topar con esto,&amp;nbsp;básicamente después de una instalación, por cualquiera de los motivos no podrás porque te falta el siguiente paquete.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;span style=&quot;font-family: &#39;Courier New&#39;, Courier, monospace;&quot;&gt;&lt;b&gt;[root@host2 ~]# yum install openssh-clients&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
Obviamente que era en el linux de destino, una vez instalado y todo resuelto.&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
</content><link rel='replies' type='application/atom+xml' href='http://piobox.blogspot.com/feeds/7027954202811751531/comments/default' title='Comentarios de la entrada'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/6798474904195039483/7027954202811751531' title='0 Comentarios'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6798474904195039483/posts/default/7027954202811751531'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6798474904195039483/posts/default/7027954202811751531'/><link rel='alternate' type='text/html' href='http://piobox.blogspot.com/2012/02/scp-command-not-found.html' title='scp: command not found'/><author><name>Zipper</name><uri>http://www.blogger.com/profile/12358100859463105603</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6798474904195039483.post-3381852211333629245</id><published>2012-02-14T22:55:00.002-08:00</published><updated>2012-03-17T12:36:51.502-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Arranque"/><category scheme="http://www.blogger.com/atom/ns#" term="Boot"/><category scheme="http://www.blogger.com/atom/ns#" term="Centos"/><category scheme="http://www.blogger.com/atom/ns#" term="Grub"/><category scheme="http://www.blogger.com/atom/ns#" term="Kernel Panic"/><category scheme="http://www.blogger.com/atom/ns#" term="Linux"/><category scheme="http://www.blogger.com/atom/ns#" term="SELinux"/><title type='text'>Unable to load SELinux Policy.</title><content type='html'>Estaba instalando un test server virtualizado - un CentOS - cuando de casualidad me topé con este error. Después de instalado, a la hora de botear, me arrojaba un kernel panic&lt;br /&gt;
&lt;br /&gt;
&lt;span style=&quot;font-family: &#39;Courier New&#39;, Courier, monospace;&quot;&gt;Unable to load SELinux Policy. Machine is in enforcing mode. &amp;nbsp;Halting now.&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: &#39;Courier New&#39;, Courier, monospace;&quot;&gt;Kernel panic - not syncing: Attempted to kill init!&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
Luego de googlear encontré algo que me serviría. Para solucionar esto hacemos lo siguiente.&lt;br /&gt;
&lt;br /&gt;
Reiniciamos la máquina y en la consola del grub seleccionamos el kernel a arrancar - sí es que un fresh install no es tu caso - &amp;nbsp;y presionamos &#39;e&#39; para editar la línea de arranque.&lt;br /&gt;
&lt;br /&gt;
Al final de la línea agregamos &quot;enforcing=0&quot;, que debería verse masomenos así :&lt;br /&gt;
&lt;br /&gt;
&lt;span style=&quot;font-family: &#39;Courier New&#39;, Courier, monospace;&quot;&gt;&lt;b&gt;grub edit&amp;gt;&lt;/b&gt; kernel /boot/vmlinuz-2.6.18-194.el5 ro root=LABEL=/ &lt;b&gt;enforcing=0&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
Presionamos &lt;i&gt;enter&lt;/i&gt; y luego &#39;b&#39; para bootear con esos parámetros, y listo, linux arrancando :)&lt;br /&gt;
&lt;br /&gt;
También podríamos agregar este parámetro en&lt;span style=&quot;font-family: &#39;Courier New&#39;, Courier, monospace;&quot;&gt; /boot/grub/grub.conf &lt;/span&gt;&amp;nbsp;- o &lt;span style=&quot;font-family: &#39;Courier New&#39;, Courier, monospace;&quot;&gt;/etc/grub.conf&lt;/span&gt; según tu distro - al final de la misma líneal kernel a arrancar.&lt;br /&gt;
&lt;br /&gt;
PS: Para que no volvamos a presentar el mismo problema se debe setear SELinux en modo permisivo o desahabilitado.&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;&lt;span style=&quot;background-color: white; color: #222222; font-family: &#39;Courier New&#39;, Courier, monospace; line-height: 18px;&quot;&gt;[root@ ~]#&lt;/span&gt;&lt;span style=&quot;background-color: white; color: #222222; font-family: &#39;Courier New&#39;, Courier, monospace; line-height: 18px;&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;background-color: white; color: #222222; font-family: &#39;Courier New&#39;, Courier, monospace; line-height: 18px;&quot;&gt;system-config-securitylevel-tui&lt;/span&gt;
&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
Seleccionamos &#39;security level: disabled&#39; y &#39;SELinux: disabled&#39;.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;span style=&quot;color: #222222; font-family: &#39;Courier New&#39;, Courier, monospace; font-size: x-small;&quot;&gt;&lt;span style=&quot;line-height: 18px;&quot;&gt;&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;</content><link rel='replies' type='application/atom+xml' href='http://piobox.blogspot.com/feeds/3381852211333629245/comments/default' title='Comentarios de la entrada'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/6798474904195039483/3381852211333629245' title='0 Comentarios'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6798474904195039483/posts/default/3381852211333629245'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6798474904195039483/posts/default/3381852211333629245'/><link rel='alternate' type='text/html' href='http://piobox.blogspot.com/2012/02/unable-to-load-selinux-policy.html' title='Unable to load SELinux Policy.'/><author><name>Zipper</name><uri>http://www.blogger.com/profile/12358100859463105603</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6798474904195039483.post-3334309968773133261</id><published>2011-12-03T22:33:00.001-08:00</published><updated>2012-02-14T14:41:17.324-08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="bash"/><category scheme="http://www.blogger.com/atom/ns#" term="BIOS"/><category scheme="http://www.blogger.com/atom/ns#" term="comando"/><category scheme="http://www.blogger.com/atom/ns#" term="dmidecode"/><category scheme="http://www.blogger.com/atom/ns#" term="hp"/><category scheme="http://www.blogger.com/atom/ns#" term="Linux"/><category scheme="http://www.blogger.com/atom/ns#" term="modelo"/><category scheme="http://www.blogger.com/atom/ns#" term="proliant"/><category scheme="http://www.blogger.com/atom/ns#" term="server"/><title type='text'>Información de la BIOS desde consola</title><content type='html'>Hace un tiempo tuve a cargo un pequeño server cuyo dueño solo sabía la marca más no el modelo. Así que monitoreando remotamente no iba a poder chequear la BIOS de forma directa, es por ello que &lt;i&gt;googleando&lt;/i&gt; encontré este comando demasiadamente útil.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: &#39;Courier New&#39;, Courier, monospace;&quot;&gt;&lt;b&gt;[root@ ~]# dmidecode&amp;nbsp;&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: &#39;Courier New&#39;, Courier, monospace;&quot;&gt;Dmidecode&lt;/span&gt; te brinda información de la BIOS, haciendo man &lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: &#39;Courier New&#39;, Courier, monospace;&quot;&gt;dmidecode&lt;/span&gt; encontramos los diferentes tipos (info) que podemos obtener con este comando.&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
&lt;div&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: &#39;Courier New&#39;, Courier, monospace;&quot;&gt;&lt;b&gt;[root@ ~]# dmidecode --type 1&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: &#39;Courier New&#39;, Courier, monospace;&quot;&gt;# dmidecode 2.10&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: &#39;Courier New&#39;, Courier, monospace;&quot;&gt;SMBIOS 2.5 present.&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: &#39;Courier New&#39;, Courier, monospace;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: &#39;Courier New&#39;, Courier, monospace;&quot;&gt;Handle 0x0001, DMI type 1, 27 bytes&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: &#39;Courier New&#39;, Courier, monospace;&quot;&gt;System Information&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: &#39;Courier New&#39;, Courier, monospace;&quot;&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Manufacturer: HP&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: &#39;Courier New&#39;, Courier, monospace;&quot;&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Product Name: ProLiant ML110 G5&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: &#39;Courier New&#39;, Courier, monospace;&quot;&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Version: &amp;nbsp; &amp;nbsp; &amp;nbsp;NA&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: &#39;Courier New&#39;, Courier, monospace;&quot;&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Serial Number: BRC910N05S&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: &#39;Courier New&#39;, Courier, monospace;&quot;&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; UUID: 02BA4200-02BF-6302-02BF-630207BFE200&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: &#39;Courier New&#39;, Courier, monospace;&quot;&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Wake-up Type: Power Switch&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: &#39;Courier New&#39;, Courier, monospace;&quot;&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; SKU Number: 01234567890&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: &#39;Courier New&#39;, Courier, monospace;&quot;&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Family: 1234567890&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;
Y ¡Voilá!, versión del server.&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://piobox.blogspot.com/feeds/3334309968773133261/comments/default' title='Comentarios de la entrada'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/6798474904195039483/3334309968773133261' title='0 Comentarios'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6798474904195039483/posts/default/3334309968773133261'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6798474904195039483/posts/default/3334309968773133261'/><link rel='alternate' type='text/html' href='http://piobox.blogspot.com/2011/12/informacion-de-la-bios-desde-consola.html' title='Información de la BIOS desde consola'/><author><name>Zipper</name><uri>http://www.blogger.com/profile/12358100859463105603</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6798474904195039483.post-5943475422252393003</id><published>2011-11-24T23:55:00.001-08:00</published><updated>2012-02-14T14:41:27.457-08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="archivos"/><category scheme="http://www.blogger.com/atom/ns#" term="bash"/><category scheme="http://www.blogger.com/atom/ns#" term="cambiar"/><category scheme="http://www.blogger.com/atom/ns#" term="chown"/><category scheme="http://www.blogger.com/atom/ns#" term="comando"/><category scheme="http://www.blogger.com/atom/ns#" term="directorios"/><category scheme="http://www.blogger.com/atom/ns#" term="grupo"/><category scheme="http://www.blogger.com/atom/ns#" term="Linux"/><category scheme="http://www.blogger.com/atom/ns#" term="usuario"/><title type='text'>Cambiar a grupo de usuario específico</title><content type='html'>Bueno, esta línea me ayudo bastante. Con esto cambiamos recursivamente a todos los archivos y directorios que tengan al usuario y grupo &lt;i&gt;prueba&lt;/i&gt; por&lt;i&gt; root.&lt;/i&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: &#39;Courier New&#39;, Courier, monospace;&quot;&gt;&lt;b&gt;[root@ ~]# chown -R --from=prueba:prueba root:root /root/test/*&lt;/b&gt;&lt;/span&gt;</content><link rel='replies' type='application/atom+xml' href='http://piobox.blogspot.com/feeds/5943475422252393003/comments/default' title='Comentarios de la entrada'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/6798474904195039483/5943475422252393003' title='0 Comentarios'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6798474904195039483/posts/default/5943475422252393003'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6798474904195039483/posts/default/5943475422252393003'/><link rel='alternate' type='text/html' href='http://piobox.blogspot.com/2011/11/cambiar-grupo-de-usuario-especifico.html' title='Cambiar a grupo de usuario específico'/><author><name>Zipper</name><uri>http://www.blogger.com/profile/12358100859463105603</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6798474904195039483.post-7749333395902760300</id><published>2011-10-13T22:25:00.000-07:00</published><updated>2012-02-14T14:41:33.137-08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="3RVX"/><category scheme="http://www.blogger.com/atom/ns#" term="Linux"/><category scheme="http://www.blogger.com/atom/ns#" term="Mac"/><category scheme="http://www.blogger.com/atom/ns#" term="Sonido"/><category scheme="http://www.blogger.com/atom/ns#" term="Sonidos de Mac en Windows"/><category scheme="http://www.blogger.com/atom/ns#" term="Tag estupido"/><category scheme="http://www.blogger.com/atom/ns#" term="Tech Blog"/><category scheme="http://www.blogger.com/atom/ns#" term="Volumen"/><category scheme="http://www.blogger.com/atom/ns#" term="Windows"/><title type='text'>[OT] 3RVX, sonido de Mac en Windows</title><content type='html'>&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhbQtib9c99IUm0IBI4PjoDfloGz33EVDJwhgrYCVsqfFOY6YHztMv_jFluUBE_hJZTK9oak5Tec-P2SuU2GZTOhT0Tz0V49zVuTzUSs3BugBwtsr11ClQRE5eIKefPHFu9oigi_MfeP1U/s1600/descarga+%25281%2529&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhbQtib9c99IUm0IBI4PjoDfloGz33EVDJwhgrYCVsqfFOY6YHztMv_jFluUBE_hJZTK9oak5Tec-P2SuU2GZTOhT0Tz0V49zVuTzUSs3BugBwtsr11ClQRE5eIKefPHFu9oigi_MfeP1U/s1600/descarga+%25281%2529&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
Este post va como off-topic puesto que considero que no es algún tuto o herramienta útil. Sin embargo, si has usado un buen rato alguna vez una Mac en tu vida, habrás notado que los efectos son alucinantes.&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
A mi en particular me gusta el sonido que se hace al subir y bajar volumen, es por ello que buscando y buscando, después de mucha búsqueda, me tope con esto,&amp;nbsp;3RVX es un pequeño programita que emula dichos sonidos, también brinda un par de efectos más de Mac pero no es lo que a mi - en lo personal - me interesaba :P.&lt;br /&gt;
&lt;br /&gt;
Por ahora hay copias algo malas en Linux, la vengo probando en Fedora y me parece que en Ubuntu también, desde que salió Gnome 3 la pegada a copiar OSX está más que notoria. Ojala pongan más creatividad, ojalá.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;a href=&quot;http://matt.malensek.net/software/3RVX_2.5.msi&quot;&gt;Descarga&lt;/a&gt; | &lt;a href=&quot;http://matthew.malensek.net/software/&quot;&gt;web oficial del desarrollador&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;</content><link rel='replies' type='application/atom+xml' href='http://piobox.blogspot.com/feeds/7749333395902760300/comments/default' title='Comentarios de la entrada'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/6798474904195039483/7749333395902760300' title='0 Comentarios'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6798474904195039483/posts/default/7749333395902760300'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6798474904195039483/posts/default/7749333395902760300'/><link rel='alternate' type='text/html' href='http://piobox.blogspot.com/2011/10/ot-3rvx-sonido-de-mac-en-windows.html' title='[OT] 3RVX, sonido de Mac en Windows'/><author><name>Zipper</name><uri>http://www.blogger.com/profile/12358100859463105603</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhbQtib9c99IUm0IBI4PjoDfloGz33EVDJwhgrYCVsqfFOY6YHztMv_jFluUBE_hJZTK9oak5Tec-P2SuU2GZTOhT0Tz0V49zVuTzUSs3BugBwtsr11ClQRE5eIKefPHFu9oigi_MfeP1U/s72-c/descarga+%25281%2529" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6798474904195039483.post-5998826556131215957</id><published>2011-09-22T22:31:00.000-07:00</published><updated>2012-02-14T14:42:07.401-08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Arranque"/><category scheme="http://www.blogger.com/atom/ns#" term="Centos"/><category scheme="http://www.blogger.com/atom/ns#" term="dkms"/><category scheme="http://www.blogger.com/atom/ns#" term="kernel"/><category scheme="http://www.blogger.com/atom/ns#" term="Linux"/><category scheme="http://www.blogger.com/atom/ns#" term="Manuales"/><category scheme="http://www.blogger.com/atom/ns#" term="rpm"/><category scheme="http://www.blogger.com/atom/ns#" term="Tutorial"/><category scheme="http://www.blogger.com/atom/ns#" term="Virtualbox 4.1"/><title type='text'>Error al iniciar Virtualbox después de instalar</title><content type='html'>&lt;link href=&quot;http://alexgorbatchev.com/pub/sh/current/styles/shCore.css&quot; rel=&quot;stylesheet&quot; type=&quot;text/css&quot;&gt;&lt;/link&gt;
&lt;link href=&quot;http://alexgorbatchev.com/pub/sh/current/styles/shRDark.css&quot; rel=&quot;stylesheet&quot; type=&quot;text/css&quot;&gt;&lt;/link&gt;
&lt;script src=&quot;http://alexgorbatchev.com/pub/sh/current/scripts/shBrushBash.js&quot; type=&quot;text/javascript&quot;&gt;
&lt;script language=&quot;javascript&quot;&gt;
SyntaxHighlighter.config.bloggerMode = true;
SyntaxHighlighter.config.clipboardSwf = &quot;http://alexgorbatchev.com/pub/sh/current/scripts/clipboard.swf&quot;;
SyntaxHighlighter.all();
&lt;/script&gt;
Esto generalmente me ha pasado en CentOS. Instalando vía RPM, no se puede arrancar Virtualbox. En mi caso tengo un CentOS 5.5 de 64 bits. La versión de Virtualbox es 4.1-4.1.2.&lt;br /&gt;
&lt;br /&gt;
Una vez instalado el rpm obtuve esto:&lt;br /&gt;
&lt;br /&gt;
&lt;pre class=&quot;brush: shell&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: &#39;Courier New&#39;, Courier, monospace;&quot;&gt;Trying to register the VirtualBox kernel modules using DKMS [FALLÃ]&lt;/span&gt;

&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: &#39;Courier New&#39;, Courier, monospace;&quot;&gt;&amp;nbsp; (Failed, trying without DKMS)&lt;/span&gt;

&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: &#39;Courier New&#39;, Courier, monospace;&quot;&gt;Recompiling VirtualBox kernel modules [FALLÃ]&lt;/span&gt;

&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: &#39;Courier New&#39;, Courier, monospace;&quot;&gt;&amp;nbsp; (Look at /var/log/vbox-install.log to find out what went wrong)&lt;/span&gt;

&lt;/pre&gt;
&lt;div&gt;
Chequeamos lo que nos diga el log. Por si las dudas.&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: &#39;Courier New&#39;, Courier, monospace;&quot;&gt;&lt;b&gt;[root@~]# cat /var/log/vbox-install.log&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
&lt;div&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: &#39;Courier New&#39;, Courier, monospace;&quot;&gt;Makefile:172: *** Error: unable to find the sources of your current Linux kernel. Specify KERN_DIR=&lt;directory&gt; and run Make again. &amp;nbsp;Alto.&lt;/directory&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: &#39;Courier New&#39;, Courier, monospace;&quot;&gt;&lt;directory&gt;&lt;br /&gt;&lt;/directory&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;
Precisamente ese es el error.&lt;br /&gt;
&lt;br /&gt;
&lt;a name=&#39;more&#39;&gt;&lt;/a&gt;Está un poco claro. Falta especificar la variable &lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: &#39;Courier New&#39;, Courier, monospace;&quot;&gt;KERN_DIR&lt;/span&gt;&amp;nbsp;la cuál debe indicar la versión del kernel en uso.&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;
Primero que nada verificar que versión del kernel poseemos.&lt;br /&gt;
&lt;br /&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: &#39;Courier New&#39;, Courier, monospace;&quot;&gt;&lt;b&gt;[root@~]# uname -a&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: &#39;Courier New&#39;, Courier, monospace;&quot;&gt;Linux mail.zipper.org 2.6.18-194.el5 #1 SMP Fri Apr 2 14:58:14 EDT 2010 x86_64 x86_64 x86_64 GNU/Linux&lt;/span&gt;&lt;br /&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: &#39;Courier New&#39;, Courier, monospace; font-size: x-small;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
Este kernel, en mi caso, es el que viene por defecto en la instalación. Ahora, la ruta que debe especificarse en la variable es &lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: &#39;Courier New&#39;, Courier, monospace;&quot;&gt;/usr/src/kernels/&lt;/span&gt;,sin embargo en mi caso debo instalar el último kernel, puesto que dentro de la ruta ya mencionada no encuentro ningún kernel.&lt;br /&gt;
&lt;br /&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: &#39;Courier New&#39;, Courier, monospace;&quot;&gt;&lt;b&gt;[root@~]# yum install -y kernel-devel&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
Siempre que se instala el paquete &lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: &#39;Courier New&#39;, Courier, monospace;&quot;&gt;kernel-devel&lt;/span&gt; se reincia el SO para que levante con el nuevo kernel, en nuestro caso no es necesario pero de todos modos lo recomiendo hacer.&lt;br /&gt;
&lt;br /&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: &#39;Courier New&#39;, Courier, monospace;&quot;&gt;&lt;b&gt;[root@~]# reboot&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
Una vez reiniciado el sistema, vemos que el nuevo kernel es el siguiente:&lt;br /&gt;
&lt;br /&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: &#39;Courier New&#39;, Courier, monospace;&quot;&gt;&lt;b&gt;[root@~]# uname -r&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: &#39;Courier New&#39;, Courier, monospace;&quot;&gt;2.6.18-274.3.1.el5-x86_64&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
Declaramos la variable &lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: &#39;Courier New&#39;, Courier, monospace;&quot;&gt;KERN_DIR&lt;/span&gt; en el path.&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: &#39;Courier New&#39;, Courier, monospace;&quot;&gt;[root@~]# export KERN_DIR=/usr/src/kernels/&lt;/span&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: &#39;Courier New&#39;, Courier, monospace;&quot;&gt;2.6.18-274.3.1.el5-x86_64/&lt;/span&gt;&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
Así estará declarado en el path. Arrancamos Virtualbox.&lt;br /&gt;
&lt;br /&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: &#39;Courier New&#39;, Courier, monospace;&quot;&gt;&lt;b&gt;[root@~]#&amp;nbsp;/etc/init.d/vboxdrv setup&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: &#39;Courier New&#39;, Courier, monospace;&quot;&gt;Stopping VirtualBox kernel modules &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; &amp;nbsp; &amp;nbsp; &amp;nbsp; [ &amp;nbsp;OK &amp;nbsp;]&lt;/span&gt;&lt;br /&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: &#39;Courier New&#39;, Courier, monospace;&quot;&gt;Uninstalling old VirtualBox DKMS kernel modules &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;[ &amp;nbsp;OK &amp;nbsp;]&lt;/span&gt;&lt;br /&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: &#39;Courier New&#39;, Courier, monospace;&quot;&gt;Trying to register the VirtualBox kernel modules using DKMS &amp;nbsp;[FALLÃ]&lt;/span&gt;&lt;br /&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: &#39;Courier New&#39;, Courier, monospace;&quot;&gt;&amp;nbsp; (Failed, trying without DKMS)&lt;/span&gt;&lt;br /&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: &#39;Courier New&#39;, Courier, monospace;&quot;&gt;Recompiling VirtualBox kernel modules&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; &amp;nbsp; &amp;nbsp; [ &amp;nbsp;OK &amp;nbsp;]&lt;/span&gt;&lt;br /&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: &#39;Courier New&#39;, Courier, monospace;&quot;&gt;Starting VirtualBox kernel modules &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; &amp;nbsp; &amp;nbsp; &amp;nbsp; [ &amp;nbsp;OK &amp;nbsp;]&lt;/span&gt;&lt;br /&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;
Y listo.&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://piobox.blogspot.com/feeds/5998826556131215957/comments/default' title='Comentarios de la entrada'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/6798474904195039483/5998826556131215957' title='0 Comentarios'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6798474904195039483/posts/default/5998826556131215957'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6798474904195039483/posts/default/5998826556131215957'/><link rel='alternate' type='text/html' href='http://piobox.blogspot.com/2011/09/error-al-iniciar-virtualbox-despues-de.html' title='Error al iniciar Virtualbox después de instalar'/><author><name>Zipper</name><uri>http://www.blogger.com/profile/12358100859463105603</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6798474904195039483.post-4061438791859271716</id><published>2011-03-31T08:05:00.000-07:00</published><updated>2012-02-14T14:43:51.023-08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Arranque"/><category scheme="http://www.blogger.com/atom/ns#" term="Boot"/><category scheme="http://www.blogger.com/atom/ns#" term="Centos"/><category scheme="http://www.blogger.com/atom/ns#" term="Ext3"/><category scheme="http://www.blogger.com/atom/ns#" term="Fedora"/><category scheme="http://www.blogger.com/atom/ns#" term="Grub"/><category scheme="http://www.blogger.com/atom/ns#" term="Linux"/><category scheme="http://www.blogger.com/atom/ns#" term="Tutorial"/><title type='text'>CentOS y Fedora juntos</title><content type='html'>Hace tiempo llevaba peleando con el grub de Fedora por que no me reconocía una partición de disco con CentOS, la única solución era recuperar el grub de CentOS y luego el Fedora y asi sucesivamente hasta el fin de los días (bueno no tanto). Hasta que buscando bien encontre una forma de que el grub de Fedora pueda levantar la otra partición, tan simple como esto:&lt;br /&gt;
&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;br /&gt;
&lt;span style=&quot;background-color: white; color: #222222; line-height: 18px;&quot;&gt;&lt;span style=&quot;font-family: &#39;Courier New&#39;, Courier, monospace;&quot;&gt;&lt;b&gt;[root@ ~]#&amp;nbsp; vim /boot/grub/grub.conf&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;b style=&quot;background-color: white; color: #222222; font-family: &#39;Courier New&#39;, Courier, monospace; font-size: 13px; line-height: 18px;&quot;&gt;&lt;br /&gt;&lt;/b&gt;&lt;br /&gt;
&lt;div style=&quot;font-family: &amp;quot;Courier New&amp;quot;,Courier,monospace;&quot;&gt;
title CentOS # titulo &lt;/div&gt;
&lt;div style=&quot;font-family: &amp;quot;Courier New&amp;quot;,Courier,monospace;&quot;&gt;
root (hd0,0) # Es donde se encuentra ubicado CentOS&lt;br /&gt;
&lt;b&gt;configfile /boot/grub/grub.conf&lt;/b&gt; # esto hará toda la magia ;)&lt;/div&gt;
&lt;br /&gt;
Esto siempre funcionará siempre y cuando exista un grub instalado en CentOS, el grub de Fedora leerá el grub.conf y levantará dicha configuración. Si funciona para Fedora debe funcionar para cualquier partición, recuerden nada más que es grub 1.</content><link rel='replies' type='application/atom+xml' href='http://piobox.blogspot.com/feeds/4061438791859271716/comments/default' title='Comentarios de la entrada'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/6798474904195039483/4061438791859271716' title='0 Comentarios'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6798474904195039483/posts/default/4061438791859271716'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6798474904195039483/posts/default/4061438791859271716'/><link rel='alternate' type='text/html' href='http://piobox.blogspot.com/2011/03/centos-y-fedora-juntos.html' title='CentOS y Fedora juntos'/><author><name>Zipper</name><uri>http://www.blogger.com/profile/12358100859463105603</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6798474904195039483.post-3863303236638932272</id><published>2011-03-07T11:12:00.000-08:00</published><updated>2011-10-13T22:30:39.156-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="10.04"/><category scheme="http://www.blogger.com/atom/ns#" term="init 3"/><category scheme="http://www.blogger.com/atom/ns#" term="inittab"/><category scheme="http://www.blogger.com/atom/ns#" term="lucid lynx"/><category scheme="http://www.blogger.com/atom/ns#" term="runlevel"/><category scheme="http://www.blogger.com/atom/ns#" term="ubuntu"/><title type='text'>Cambiar de runlevel Ubuntu 10.04</title><content type='html'>&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;Ultimamente me he acostumbrado a usar mucho terminal, por ende el entorno grafico - salvo excepciones - me es innecesario, usando ssh, escritorio remoto, uno se da cuenta que el performance de nuestro linux mejora y el uso de memoria se reduce. Como estandar para indicarle a nuestro sistema que arranque sin entorno grafico pero funcionando completamente debería encontrarse en el runlevel 3.&amp;nbsp;&lt;/span&gt;&lt;br /&gt;
&lt;div&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;En cualquier linux bastaria con modificar el fichero&lt;/span&gt; &lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: &#39;Courier New&#39;, Courier, monospace;&quot;&gt;/etc/inittab&lt;/span&gt; e&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt; indicarle que pase de runlevel 5 a 3, en Ubuntu Lucid Lynx la cosa cambia, si queremos arrancar sin xorg se debera:&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;En el archivo&lt;/span&gt;&lt;b&gt;&amp;nbsp;/&lt;/b&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-size: 12px;&quot;&gt;&lt;span style=&quot;color: #151515;&quot;&gt;&lt;b style=&quot;font-family: Verdana, Arial, Tahoma;&quot;&gt;etc/init/rc-sysinit.conf &lt;/b&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;se declara el runlevel&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-size: 12px;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;:&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Verdana, Arial, Tahoma; font-size: 12px;&quot;&gt;&lt;br /&gt;
&lt;/span&gt;&lt;/div&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-size: 12px;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: &#39;Courier New&#39;, Courier, monospace;&quot;&gt;env DEFAULT_RUNLEVEL=3&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;div&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: &#39;Courier New&#39;, Courier, monospace;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-size: 12px;&quot;&gt;&lt;br /&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-size: 12px;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;Luego en&lt;/span&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: &#39;Courier New&#39;, Courier, monospace;&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Verdana, Arial, Tahoma;&quot;&gt;&lt;b&gt;&lt;span style=&quot;color: #151515;&quot;&gt;/etc/init/gdm.conf&lt;/span&gt;&lt;/b&gt;:&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-size: 12px;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Verdana, Arial, Tahoma;&quot;&gt;&lt;br /&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-size: 12px;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: &#39;Courier New&#39;, Courier, monospace;&quot;&gt;start on (filesystem&lt;br /&gt;
and started hal&lt;br /&gt;
and tty-device-added KERNEL=tty7&lt;br /&gt;
and (graphics-device-added or stopped udevtrigger)&lt;br /&gt;
&lt;b&gt;and runlevel [!3]&lt;/b&gt;)&lt;br /&gt;
stop on runlevel [016]&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;div&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-size: 12px;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: &#39;Courier New&#39;, Courier, monospace;&quot;&gt;&lt;br /&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;Buscamos la linea &amp;nbsp;&lt;/span&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: &#39;Courier New&#39;, Courier, monospace; font-size: 12px;&quot;&gt;start on &lt;/span&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;y añadimos lo que esta sombreado de negro.&amp;nbsp;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;&lt;br /&gt;
&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;Finalmente, &lt;/span&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: &#39;Courier New&#39;, Courier, monospace;&quot;&gt;reboot &lt;/span&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;señores.&lt;/span&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://piobox.blogspot.com/feeds/3863303236638932272/comments/default' title='Comentarios de la entrada'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/6798474904195039483/3863303236638932272' title='0 Comentarios'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6798474904195039483/posts/default/3863303236638932272'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6798474904195039483/posts/default/3863303236638932272'/><link rel='alternate' type='text/html' href='http://piobox.blogspot.com/2011/03/cambiar-de-runlevel-ubuntu-1004.html' title='Cambiar de runlevel Ubuntu 10.04'/><author><name>Zipper</name><uri>http://www.blogger.com/profile/12358100859463105603</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6798474904195039483.post-8007074511360486327</id><published>2010-12-16T17:46:00.000-08:00</published><updated>2010-12-16T17:48:10.592-08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="72"/><category scheme="http://www.blogger.com/atom/ns#" term="Ezywatch"/><category scheme="http://www.blogger.com/atom/ns#" term="free"/><category scheme="http://www.blogger.com/atom/ns#" term="Megavideo"/><category scheme="http://www.blogger.com/atom/ns#" term="premium"/><category scheme="http://www.blogger.com/atom/ns#" term="Tag estupido"/><category scheme="http://www.blogger.com/atom/ns#" term="truco"/><category scheme="http://www.blogger.com/atom/ns#" term="ver gratis"/><category scheme="http://www.blogger.com/atom/ns#" term="video"/><title type='text'>EazyWatch: Ver videos de Megavideo por mas de 72 minutos</title><content type='html'>&lt;div style=&quot;text-align: justify;&quot;&gt;¿Quién no ha querido romper el monitor después de ver tu serie o película favorita en Megavideo y que te aparezca un mensaje luego de haberla visto más de 72 minutos? Es fatidioso y engorroso - para los que buscabamos entretenimiento visual en la red - que no llegues a la mitad de Star Wars: Clone Wars o te quedes en el penúltimo capítulo de CSI Miami. Leo en &lt;a href=&quot;http://www.puntogeek.com/&quot;&gt;Puntogeek &lt;/a&gt;acerca de &lt;a href=&quot;http://ezywatch.com/&quot;&gt;EzyWatch&lt;/a&gt;, un servicio que permite ver videos sin ese acusador mensaje que a más de uno nos ha agobiado.&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgQFogpMXFK7TufILTRePpYHOMEO9tty2afVAiJvxpsVRjjoAHkSESAHSqkF14aiu53C3NL8AicnomkiRtQnB8eIpTHV3PtHGMAyRt7plLmTOzmBFleXd-5bPtQ98t7TP3V2aDPgZJod0c/s1600/ezywatch.bmp&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;130&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgQFogpMXFK7TufILTRePpYHOMEO9tty2afVAiJvxpsVRjjoAHkSESAHSqkF14aiu53C3NL8AicnomkiRtQnB8eIpTHV3PtHGMAyRt7plLmTOzmBFleXd-5bPtQ98t7TP3V2aDPgZJod0c/s320/ezywatch.bmp&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div&gt;Tan solo basta indicarle el url para que podamos ver cualquier video sin problemas. Provecho :).&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://piobox.blogspot.com/feeds/8007074511360486327/comments/default' title='Comentarios de la entrada'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/6798474904195039483/8007074511360486327' title='0 Comentarios'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6798474904195039483/posts/default/8007074511360486327'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6798474904195039483/posts/default/8007074511360486327'/><link rel='alternate' type='text/html' href='http://piobox.blogspot.com/2010/12/eazywatch-ver-videos-de-megavideo-por.html' title='EazyWatch: Ver videos de Megavideo por mas de 72 minutos'/><author><name>Zipper</name><uri>http://www.blogger.com/profile/12358100859463105603</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgQFogpMXFK7TufILTRePpYHOMEO9tty2afVAiJvxpsVRjjoAHkSESAHSqkF14aiu53C3NL8AicnomkiRtQnB8eIpTHV3PtHGMAyRt7plLmTOzmBFleXd-5bPtQ98t7TP3V2aDPgZJod0c/s72-c/ezywatch.bmp" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6798474904195039483.post-5860749614322070335</id><published>2010-12-16T15:40:00.000-08:00</published><updated>2010-12-16T15:54:14.466-08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Ext2"/><category scheme="http://www.blogger.com/atom/ns#" term="ext2explore."/><category scheme="http://www.blogger.com/atom/ns#" term="Ext3"/><category scheme="http://www.blogger.com/atom/ns#" term="Ext4"/><category scheme="http://www.blogger.com/atom/ns#" term="Linux"/><category scheme="http://www.blogger.com/atom/ns#" term="Windows"/><category scheme="http://www.blogger.com/atom/ns#" term="Windows 7"/><title type='text'>Acceder Ext4 desde Windows</title><content type='html'>&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh6HZfztk7cUUSWLcr2FnoEJ0ZdFd0SnSlvRSKc1qcv-8Z4aU4GaXCzT425SdSRddqJ8aH5wAJY46TfwrWt6fjdsWEHy95wq87FiPORC6HI-eYHpnv48lvNA9lOXA9aHJ_NgkzliRsH3-0/s1600/ext2explore.JPG&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;244&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh6HZfztk7cUUSWLcr2FnoEJ0ZdFd0SnSlvRSKc1qcv-8Z4aU4GaXCzT425SdSRddqJ8aH5wAJY46TfwrWt6fjdsWEHy95wq87FiPORC6HI-eYHpnv48lvNA9lOXA9aHJ_NgkzliRsH3-0/s320/ext2explore.JPG&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;Hace no mucho tiempo andaba buscando como acceder a mi partición Linux (Ubuntu) desde windows, hay drivers para windows como &lt;a href=&quot;http://www.fs-driver.org/&quot;&gt;ext2frogs&lt;/a&gt;&amp;nbsp;y&amp;nbsp;&lt;a href=&quot;http://uranus.chrysocome.net/linux/explore2fs.htm&quot;&gt;explore2fs&lt;/a&gt;&amp;nbsp;pero ambos trabajan con ext2/ext3 lo cuál, en mi caso, no me servía pues usaba ext4 (tenía un Ubuntu Jaunty que fue el primero en usar ext4). Buscando y buscando me topé con &lt;a href=&quot;http://sourceforge.net/projects/ext2read/files/Ext2Read%20ver%202.0/ext2explore%202.0%20beta/&quot;&gt;ext2explore&lt;/a&gt;, un explorador de particiones que si soporta ext4 y ext2/ext3 también.&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;En la actualidad lo uso con mucha frecuencia, pues al usar ambos OS es necesario utilizar archivos que están en ambas particiones.&lt;br /&gt;
&lt;br /&gt;
&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;Es sumamente sencillo de utilizar, y aunque yo solo lo he probado bajo Windows XP, funciona correctamente en Windows 7.&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;
&lt;/div&gt;Visto tambièn en | &lt;a href=&quot;http://ubuntulife.wordpress.com/2010/09/24/como-leer-particiones-ext3ext4-desde-windows-7/&quot;&gt;Ubuntulife&lt;/a&gt;</content><link rel='replies' type='application/atom+xml' href='http://piobox.blogspot.com/feeds/5860749614322070335/comments/default' title='Comentarios de la entrada'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/6798474904195039483/5860749614322070335' title='0 Comentarios'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6798474904195039483/posts/default/5860749614322070335'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6798474904195039483/posts/default/5860749614322070335'/><link rel='alternate' type='text/html' href='http://piobox.blogspot.com/2010/12/acceder-ext4-desde-windows.html' title='Acceder Ext4 desde Windows'/><author><name>Zipper</name><uri>http://www.blogger.com/profile/12358100859463105603</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh6HZfztk7cUUSWLcr2FnoEJ0ZdFd0SnSlvRSKc1qcv-8Z4aU4GaXCzT425SdSRddqJ8aH5wAJY46TfwrWt6fjdsWEHy95wq87FiPORC6HI-eYHpnv48lvNA9lOXA9aHJ_NgkzliRsH3-0/s72-c/ext2explore.JPG" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6798474904195039483.post-2603756315040602736</id><published>2010-08-06T19:31:00.000-07:00</published><updated>2011-10-13T22:33:04.110-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Centos"/><category scheme="http://www.blogger.com/atom/ns#" term="Ethertool"/><category scheme="http://www.blogger.com/atom/ns#" term="Lan"/><category scheme="http://www.blogger.com/atom/ns#" term="Linux"/><category scheme="http://www.blogger.com/atom/ns#" term="Manuales"/><category scheme="http://www.blogger.com/atom/ns#" term="Tutorial"/><category scheme="http://www.blogger.com/atom/ns#" term="wake on lan"/><category scheme="http://www.blogger.com/atom/ns#" term="WakeOnLan"/><category scheme="http://www.blogger.com/atom/ns#" term="Wol"/><title type='text'>Wake On Lan (WOL) en Linux</title><content type='html'>&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgMbvyxsWoXiE0Bq-dm57LB53IPRDwFcgEbVU4YgQFEFQawJP5gweu_Z_8wlz0XCB5R7pnFIzhoV465-QzCw9PgAT_6RjlB88IGiDJ3nNajNxBnNQKa1auwtkexmz7ISY_WXKFI0kDTxY0/s1600/tarjeta_de_red_13.JPG&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;240&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgMbvyxsWoXiE0Bq-dm57LB53IPRDwFcgEbVU4YgQFEFQawJP5gweu_Z_8wlz0XCB5R7pnFIzhoV465-QzCw9PgAT_6RjlB88IGiDJ3nNajNxBnNQKa1auwtkexmz7ISY_WXKFI0kDTxY0/s320/tarjeta_de_red_13.JPG&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: justify;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: inherit;&quot;&gt;Wake On Lan (WOL), es una estándar, muy útil y ventajoso, de encender &amp;nbsp;PC&#39;s remotamente cuando estas están apagadas. Siempre y cuando se encuentren conectadas en lan, sea via cable y no por wireless.&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: inherit;&quot;&gt;Y aunque en teoría es posible WOL via wireless &lt;b&gt;[1]&lt;/b&gt;, solo algunos chipset soportan esta carácteristica, tal es el caso de las portátiles con chipset Intel 3945 bajo el estándar 802.11, soportan Wake On Wireless Lan (WoWLAN).&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: inherit;&quot;&gt;&lt;br /&gt;
&lt;/span&gt;&lt;/div&gt;
&lt;a name=&#39;more&#39;&gt;&lt;/a&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;
Habiendo aclarado esto deberemos hacer lo siguiente:&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: inherit;&quot;&gt;&lt;br /&gt;
&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;b&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: inherit;&quot;&gt;Configurar BIOS&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
Primeramente deberemos saber si nuestra placa soporta esta característica, si tu placa tiene menos de 8 años es poco probable que no la soporte.&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: inherit;&quot;&gt;&lt;br /&gt;
&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: inherit;&quot;&gt;Nos dirigimos a&amp;nbsp;nuestra BIOS, entraremos al apartado que se encargue de las opciones de energía - muchas veces &lt;/span&gt;&lt;i&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: inherit;&quot;&gt;Power Manager&lt;/span&gt;&lt;/i&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: inherit;&quot;&gt; - , y buscaremos alguna opción que contenga Wake On Lan, Wake Up ó,PCI ó PME power on, y lo habilitaremos.&amp;nbsp;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: justify;&quot;&gt;
&lt;a href=&quot;http://zerick.uphero.com/zipper/images/30012009325.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: black; font-family: inherit;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;http://zerick.uphero.com/zipper/images/30012009325.jpg&quot; /&gt;&lt;/span&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
Cabe mencionar que no todas las BIOS son las mismas, asi que no te frustres si no lo encuentras rápido.&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: inherit;&quot;&gt;&lt;br /&gt;
&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;b&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: inherit;&quot;&gt;Configurar Tarjeta de red (PC anfitriona)&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
Para esto necesitaremos 3 herramientas. Ethtool, etherwake y wakeonlan, aunque para la PC que será prendida remotamente solo sera necesario usar Ethtool.&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
Primero instalamos Ethertool.&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: inherit;&quot;&gt;&lt;/span&gt;En Debian, Ubuntu y derivados:&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: inherit;&quot;&gt;&lt;br /&gt;
&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;background-color: white; color: #222222; font-family: &#39;Courier New&#39;, Courier, monospace; font-size: 13px; line-height: 18px;&quot;&gt;&lt;b&gt;[root@~]#&lt;/b&gt;&lt;/span&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: &#39;Courier New&#39;, Courier, monospace;&quot;&gt;&amp;nbsp;aptitude install ethertool&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: inherit;&quot;&gt;&lt;br /&gt;
&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: inherit;&quot;&gt;En CentOS, Fedora y derivados:&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: inherit;&quot;&gt;&lt;br /&gt;
&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;background-color: white; color: #222222; font-family: &#39;Courier New&#39;, Courier, monospace; font-size: 13px; line-height: 18px;&quot;&gt;&lt;b&gt;[root@~]#&lt;/b&gt;&lt;/span&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: &#39;Courier New&#39;, Courier, monospace;&quot;&gt;&amp;nbsp;yum install ethtool&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;i&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: inherit;&quot;&gt;&lt;br /&gt;
&lt;/span&gt;&lt;/i&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: inherit;&quot;&gt;Una vez instalado, procedemos a verificar por consola si soporta o esta activada por defecto wake on lan.&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;margin: 0px;&quot;&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: inherit;&quot;&gt;En cualquier distribución:&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div style=&quot;margin: 0px;&quot;&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: inherit;&quot;&gt;&lt;br /&gt;
&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div style=&quot;margin: 0px;&quot;&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;background-color: white; color: #222222; font-family: &#39;Courier New&#39;, Courier, monospace; font-size: 13px; line-height: 18px;&quot;&gt;&lt;b&gt;[root@~]#&lt;/b&gt;&lt;/span&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: &#39;Courier New&#39;, Courier, monospace;&quot;&gt;&amp;nbsp;ethtool eth0&amp;nbsp;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: inherit;&quot;&gt;&lt;br /&gt;
&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: inherit;&quot;&gt;y obtendremos:&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: monospace; white-space: pre;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: inherit; font-size: 1.1em;&quot;&gt;S&lt;/span&gt;&lt;/span&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: monospace; white-space: pre;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: &#39;Courier New&#39;, Courier, monospace;&quot;&gt;ettings for eth1:&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;pre style=&quot;clear: none; margin: 0px 0px 1.2em; overflow: auto; padding: 0px;&quot;&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: &#39;Courier New&#39;, Courier, monospace;&quot;&gt;        Supported ports: [ MII ]&lt;/span&gt;&lt;/div&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: &#39;Courier New&#39;, Courier, monospace;&quot;&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;
Supported link modes:   10baseT/Half 10baseT/Full&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
100baseT/Half 100baseT/Full&lt;/div&gt;
1000baseT/Full
&lt;div style=&quot;text-align: justify;&quot;&gt;
Advertised link modes:  10baseT/Half 1&lt;/div&gt;
Supports auto-negotiation: Yes
       
 0baseT/Full
                                100baseT/Half 100baseT/Full
&lt;div style=&quot;text-align: justify;&quot;&gt;
gotiation: Yes
        Speed: 100Mb/s
        &lt;/div&gt;
1000baseT/Full
        Advertised auto-n
eDuplex: Full
        Port: MII
        PHYAD: 9
        Transceiver: external
        Auto-negotiation: on
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;b style=&quot;margin: 0px; padding: 0px;&quot;&gt;Supports Wake-on: &lt;/b&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;line-height: 19px; white-space: normal;&quot;&gt;&lt;span style=&quot;color: black;&quot;&gt;&lt;b&gt;pumb&lt;/b&gt;&lt;/span&gt;&lt;span style=&quot;color: black;&quot;&gt;&lt;b&gt;g&lt;/b&gt;&lt;/span&gt;&lt;b&gt;&amp;nbsp;&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;b style=&quot;margin: 0px; padding: 0px;&quot;&gt;Wake-on: d&lt;/b&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
Link detected: yes&lt;/div&gt;
&lt;/span&gt;&lt;/pre&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: inherit;&quot;&gt;Donde &quot;&lt;/span&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;line-height: 19px;&quot;&gt;&lt;span style=&quot;color: black;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: inherit;&quot;&gt;pumb&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;line-height: 19px;&quot;&gt;&lt;span style=&quot;color: black;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: inherit;&quot;&gt;g&quot;&lt;/span&gt;&lt;/span&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: inherit;&quot;&gt;, significa que si e&lt;/span&gt;&lt;/span&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;line-height: 19px;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: inherit;&quot;&gt;s soportado WoL, y &quot;d&quot; que esta deshabilitado. Asi que sin más, habilitamos wol.&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;background-color: white; color: #222222; font-family: &#39;Courier New&#39;, Courier, monospace; font-size: 13px; line-height: 18px;&quot;&gt;&lt;b&gt;[root@~]#&lt;/b&gt;&lt;/span&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;line-height: 19px;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: &#39;Courier New&#39;, Courier, monospace;&quot;&gt;&amp;nbsp;ethtool -s eth0 wol g&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;div style=&quot;font-family: &amp;quot;Courier New&amp;quot;,Courier,monospace;&quot;&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;line-height: 19px;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot;&gt;&lt;br /&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;line-height: 19px;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: inherit;&quot;&gt;&lt;span style=&quot;font-family: &#39;Courier New&#39;, Courier, monospace;&quot;&gt;&amp;nbsp;Supported ports: [ MII ]&lt;/span&gt;&lt;br style=&quot;font-family: &amp;quot;Courier New&amp;quot;,Courier,monospace;&quot; /&gt;&lt;span style=&quot;font-family: &#39;Courier New&#39;, Courier, monospace;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Supported link modes:&amp;nbsp;&amp;nbsp; 10baseT/Half 10baseT/Full&lt;/span&gt;&lt;br style=&quot;font-family: &amp;quot;Courier New&amp;quot;,Courier,monospace;&quot; /&gt;&lt;span style=&quot;font-family: &#39;Courier New&#39;, Courier, monospace;&quot;&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;&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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 100baseT/Half 100baseT/Full&lt;/span&gt;&lt;br style=&quot;font-family: &amp;quot;Courier New&amp;quot;,Courier,monospace;&quot; /&gt;&lt;span style=&quot;font-family: &#39;Courier New&#39;, Courier, monospace;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Supports auto-negotiation: Yes&lt;/span&gt;&lt;br style=&quot;font-family: &amp;quot;Courier New&amp;quot;,Courier,monospace;&quot; /&gt;&lt;span style=&quot;font-family: &#39;Courier New&#39;, Courier, monospace;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Advertised link modes:&amp;nbsp; 10baseT/Half 10baseT/Full&lt;/span&gt;&lt;br style=&quot;font-family: &amp;quot;Courier New&amp;quot;,Courier,monospace;&quot; /&gt;&lt;span style=&quot;font-family: &#39;Courier New&#39;, Courier, monospace;&quot;&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;&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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 100baseT/Half 100baseT/Full&lt;/span&gt;&lt;br style=&quot;font-family: &amp;quot;Courier New&amp;quot;,Courier,monospace;&quot; /&gt;&lt;span style=&quot;font-family: &#39;Courier New&#39;, Courier, monospace;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Advertised auto-negotiation: Yes&lt;/span&gt;&lt;br style=&quot;font-family: &amp;quot;Courier New&amp;quot;,Courier,monospace;&quot; /&gt;&lt;span style=&quot;font-family: &#39;Courier New&#39;, Courier, monospace;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Speed: 100Mb/s&lt;/span&gt;&lt;br style=&quot;font-family: &amp;quot;Courier New&amp;quot;,Courier,monospace;&quot; /&gt;&lt;span style=&quot;font-family: &#39;Courier New&#39;, Courier, monospace;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Duplex: Full&lt;/span&gt;&lt;br style=&quot;font-family: &amp;quot;Courier New&amp;quot;,Courier,monospace;&quot; /&gt;&lt;span style=&quot;font-family: &#39;Courier New&#39;, Courier, monospace;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Port: MII&lt;/span&gt;&lt;br style=&quot;font-family: &amp;quot;Courier New&amp;quot;,Courier,monospace;&quot; /&gt;&lt;span style=&quot;font-family: &#39;Courier New&#39;, Courier, monospace;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; PHYAD: 1&lt;/span&gt;&lt;br style=&quot;font-family: &amp;quot;Courier New&amp;quot;,Courier,monospace;&quot; /&gt;&lt;span style=&quot;font-family: &#39;Courier New&#39;, Courier, monospace;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Transceiver: external&lt;/span&gt;&lt;br style=&quot;font-family: &amp;quot;Courier New&amp;quot;,Courier,monospace;&quot; /&gt;&lt;span style=&quot;font-family: &#39;Courier New&#39;, Courier, monospace;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Auto-negotiation: on&lt;/span&gt;&lt;br style=&quot;font-family: &amp;quot;Courier New&amp;quot;,Courier,monospace;&quot; /&gt;&lt;span style=&quot;font-family: &#39;Courier New&#39;, Courier, monospace;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;b&gt; Supports Wake-on: g&lt;/b&gt;&lt;/span&gt;&lt;b&gt;&lt;br style=&quot;font-family: &amp;quot;Courier New&amp;quot;,Courier,monospace;&quot; /&gt;&lt;span style=&quot;font-family: &#39;Courier New&#39;, Courier, monospace;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Wake-on: g&lt;/span&gt;&lt;/b&gt;&lt;br style=&quot;font-family: &amp;quot;Courier New&amp;quot;,Courier,monospace;&quot; /&gt;&lt;span style=&quot;font-family: &#39;Courier New&#39;, Courier, monospace;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Link detected: yes&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;line-height: 19px;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: inherit;&quot;&gt;Luego hacemos un mini-script para que cargue por defecto en el arranque, asi quede lista cada vez que se encienda la PC de nuevo.&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;line-height: 19px;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: inherit;&quot;&gt;&lt;br /&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;background-color: white; color: #222222; font-family: &#39;Courier New&#39;, Courier, monospace; font-size: 13px; line-height: 18px;&quot;&gt;&lt;b&gt;[root@~]#&lt;/b&gt;&lt;/span&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: &#39;Courier New&#39;, Courier, monospace; line-height: 19px;&quot;&gt;&amp;nbsp;nano /etc/init.d/vol&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;line-height: 19px;&quot;&gt;&lt;br /&gt;
&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;line-height: 19px;&quot;&gt;dentro colocarémos:&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;line-height: 19px;&quot;&gt;&lt;br /&gt;
&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: &#39;Courier New&#39;, Courier, monospace; line-height: 19px;&quot;&gt;#!/bin/bash&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: &#39;Courier New&#39;, Courier, monospace; line-height: 19px;&quot;&gt;ethtool -s eth0 wol g&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;line-height: 19px;&quot;&gt;&lt;br /&gt;
&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;line-height: 19px;&quot;&gt;guardamos y damos permisos.&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;line-height: 19px;&quot;&gt;&lt;br /&gt;
&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;background-color: white; color: #222222; font-family: &#39;Courier New&#39;, Courier, monospace; font-size: 13px; line-height: 18px;&quot;&gt;&lt;b&gt;[root@~]#&lt;/b&gt;&lt;/span&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: &#39;Courier New&#39;, Courier, monospace; line-height: 19px;&quot;&gt;&amp;nbsp;chmod 777 /etc/init.d/wol&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: &#39;Courier New&#39;, Courier, monospace; line-height: 19px;&quot;&gt;&lt;br /&gt;
&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;line-height: 19px;&quot;&gt;&lt;b&gt;Configurar PC atacante:&amp;nbsp;&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;line-height: 19px;&quot;&gt;Ahora toca configurar la PC con la cual iniciaremos el encendido remoto. Para ello debemos instalar los siguientes paquetes:&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;line-height: 19px;&quot;&gt;En Debian, Ubuntu y derivados:&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;line-height: 19px;&quot;&gt;&lt;br /&gt;
&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;background-color: white; color: #222222; font-family: &#39;Courier New&#39;, Courier, monospace; font-size: 13px; line-height: 18px;&quot;&gt;&lt;b&gt;[root@~]#&lt;/b&gt;&lt;/span&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;line-height: 19px;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: &#39;Courier New&#39;, Courier, monospace;&quot;&gt;&amp;nbsp;aptitude install etherwake wakeonlan&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;line-height: 19px;&quot;&gt;&lt;br /&gt;
&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;line-height: 19px;&quot;&gt;En CentOS y derivados:&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;line-height: 19px;&quot;&gt;&lt;br /&gt;
&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;background-color: white; color: #222222; font-family: &#39;Courier New&#39;, Courier, monospace; font-size: 13px; line-height: 18px;&quot;&gt;&lt;b&gt;[root@~]#&lt;/b&gt;&lt;/span&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;line-height: 19px;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: &#39;Courier New&#39;, Courier, monospace;&quot;&gt;&amp;nbsp;yum install ether-wake wol&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;line-height: 19px;&quot;&gt;&lt;br /&gt;
&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;line-height: 19px;&quot;&gt;Aunque en CentOS en particular el paquete ether-wake viene por defecto.&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;line-height: 19px;&quot;&gt;&lt;br /&gt;
&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;line-height: 19px;&quot;&gt;Primero ejecutamos etherwake:&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;line-height: 19px;&quot;&gt;&lt;br /&gt;
&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;background-color: white; color: #222222; font-family: &#39;Courier New&#39;, Courier, monospace; font-size: 13px; line-height: 18px;&quot;&gt;&lt;b&gt;[root@~]#&lt;/b&gt;&lt;/span&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: &#39;Courier New&#39;, Courier, monospace;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;line-height: 19px;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;line-height: 17px;&quot;&gt;&amp;nbsp;ether-wake -i eth0 11:22:33:44:55:66&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: &#39;Courier New&#39;, Courier, monospace; font-size: x-small;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;line-height: 19px;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;line-height: 17px;&quot;&gt;&lt;br /&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: inherit;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;line-height: 19px;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;line-height: 17px;&quot;&gt;donde:&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-size: x-small;&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;line-height: 19px;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;line-height: 17px;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: inherit;&quot;&gt;&lt;br /&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;line-height: 19px;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;line-height: 17px;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: inherit;&quot;&gt;eth0 - Interfaz de red primaria&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;line-height: 19px;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;line-height: 17px;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: inherit;&quot;&gt;11:22:33:44:55:66 - MAC de la tarjeta de red&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: &#39;Courier New&#39;, Courier, monospace; font-size: x-small;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;line-height: 19px;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;line-height: 17px;&quot;&gt;&lt;br /&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;line-height: 19px;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;line-height: 17px;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: inherit;&quot;&gt;luego:&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: &#39;Courier New&#39;, Courier, monospace; font-size: x-small;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;line-height: 19px;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;line-height: 17px;&quot;&gt;&lt;br /&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;background-color: white; color: #222222; font-family: &#39;Courier New&#39;, Courier, monospace; font-size: 13px; line-height: 18px;&quot;&gt;&lt;b&gt;[root@~]#&lt;/b&gt;&lt;/span&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: &#39;Courier New&#39;, Courier, monospace;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;line-height: 19px;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;line-height: 17px;&quot;&gt;&amp;nbsp;wol 11:22:33:44:55:66&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;line-height: 19px;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;line-height: 17px;&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;line-height: 17px;&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;line-height: 17px;&quot;&gt;Donde nuevamente la MAC es 11:22:33:44:55:66&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;line-height: 17px;&quot;&gt;&lt;br /&gt;
&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;line-height: 17px;&quot;&gt;Y si todo lo anterior hemos realizado correctamente, deberíamos tener una PC encendida :).&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;line-height: 17px;&quot;&gt;&lt;br /&gt;
&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;line-height: 17px;&quot;&gt;&lt;b&gt;Recomendaciones&lt;/b&gt;: Fijarse bien que han habilitado Wol en el BIOS, particularmente he visto que todas las placas actuales soportan Wol, salvo que la opción toma nombre diferente. &amp;nbsp;&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;line-height: 17px;&quot;&gt;&lt;/span&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;line-height: 17px;&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;line-height: 17px;&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;line-height: 19px;&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;line-height: 19px;&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;line-height: 19px;&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;b&gt;[1]&lt;/b&gt; &lt;a href=&quot;http://www2006.org/programme/files/xhtml/5506/5506-mishra/5506-mishra.html&quot;&gt;http://www2006.org/programme/files/xhtml/5506/5506-mishra/5506-mishra.html&lt;/a&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://piobox.blogspot.com/feeds/2603756315040602736/comments/default' title='Comentarios de la entrada'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/6798474904195039483/2603756315040602736' title='0 Comentarios'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6798474904195039483/posts/default/2603756315040602736'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6798474904195039483/posts/default/2603756315040602736'/><link rel='alternate' type='text/html' href='http://piobox.blogspot.com/2010/08/wake-on-lan-won-en-linux.html' title='Wake On Lan (WOL) en Linux'/><author><name>Zipper</name><uri>http://www.blogger.com/profile/12358100859463105603</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgMbvyxsWoXiE0Bq-dm57LB53IPRDwFcgEbVU4YgQFEFQawJP5gweu_Z_8wlz0XCB5R7pnFIzhoV465-QzCw9PgAT_6RjlB88IGiDJ3nNajNxBnNQKa1auwtkexmz7ISY_WXKFI0kDTxY0/s72-c/tarjeta_de_red_13.JPG" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6798474904195039483.post-589072788932999413</id><published>2010-07-01T23:33:00.001-07:00</published><updated>2010-07-22T09:37:20.859-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Bienvenido"/><category scheme="http://www.blogger.com/atom/ns#" term="Hola"/><category scheme="http://www.blogger.com/atom/ns#" term="Tech Blog"/><title type='text'>Hola</title><content type='html'>Saludos. Desde hoy en adelante, este será mi &lt;i&gt;tech blog&lt;/i&gt;, un espacio abierto donde compartiré tips, programas, manuales, e-book&#39;s, etc. Espero ir mejorando, y posteando seguido. En fin, hasta la próxima&lt;br /&gt;
&lt;div&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div&gt;Al infinito y más alla o/&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://piobox.blogspot.com/feeds/589072788932999413/comments/default' title='Comentarios de la entrada'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/6798474904195039483/589072788932999413' title='1 Comentarios'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6798474904195039483/posts/default/589072788932999413'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6798474904195039483/posts/default/589072788932999413'/><link rel='alternate' type='text/html' href='http://piobox.blogspot.com/2010/07/esto-tambien-es-prueba.html' title='Hola'/><author><name>Zipper</name><uri>http://www.blogger.com/profile/12358100859463105603</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>1</thr:total></entry></feed>