<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress.com" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>

<channel>
	<title>modprobed &amp;laquo; WordPress.com Tag Feed</title>
	<link>http://en.wordpress.com/tag/modprobed/</link>
	<description>Feed of posts on WordPress.com tagged "modprobed"</description>
	<pubDate>Mon, 28 Dec 2009 17:12:21 +0000</pubDate>

	<generator>http://en.wordpress.com/tags/</generator>
	<language>en</language>

<item>
<title><![CDATA[Lentitud al resolver direcciones web en Debian]]></title>
<link>http://trecedb.wordpress.com/2008/12/01/lentitud-al-resolver-direcciones-web-en-debian/</link>
<pubDate>Mon, 01 Dec 2008 19:44:32 +0000</pubDate>
<dc:creator>Fernando</dc:creator>
<guid>http://trecedb.wordpress.com/2008/12/01/lentitud-al-resolver-direcciones-web-en-debian/</guid>
<description><![CDATA[Desde que instalé Debian había notado que IceWeasel tardaba alrededor de treinta segundos en resolve]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p style="text-align:justify;">Desde que instalé Debian había notado que <a title="IceWeasel" href="http://es.wikipedia.org/wiki/IceWeasel">IceWeasel</a> tardaba alrededor de treinta segundos en resolver las direcciones. Exceptuando este hecho, Internet funcionaba bien. Busqué un poco en <a title="Google" href="http://google.com">Google</a> y como era previsible no soy el único que se encuentra en esta situación.</p>
<p style="text-align:justify;">Al parecer, el problema radica en que en las instalaciones de las últimas versiones de Debian, se activa la carga por defecto del módulo relativo al protocolo <a title="IPv6" href="http://es.wikipedia.org/wiki/IPv6">IPv6</a>, que aún no funciona correctamente. Esto provocaba un retraso considerable al resolver las direcciones, el cual se <em>solucionaba </em>cuando, al no obtener respuesta mediante el protocolo citado, se recurría a la versión anterior, <a title="IPv4" href="http://es.wikipedia.org/wiki/IPv4">IPv4.</a></p>
<p style="text-align:justify;">Para resolver el problema, hay que, en primer lugar, editar el fichero <em>/etc/modprobe.d/aliases, </em>localizar una línea similar a <em>alias net-pf-10 ipv6 </em>y deshabilitarla. Para ello, podemos <em>dejarla </em>de la siguiente forma:</p>
<pre>alias net-pf-10 ipv6 off</pre>
<p style="text-align:justify;">Luego hacemos un cambio similar en la configuración de IceWeasel. Para ello, abrimos el navegador y escribimos <em>about:config </em>en la barra de direcciones. Nos aparecerá una lista de opciones, buscamos mediante el filtro que tenemos a nuestra disposición la opción <em>network.dns.disableIPv6 </em>y la ponemos a <em>true, </em>haciendo doble clic sobre ella.</p>
<p style="text-align:justify;">De esta forma desactivamos el uso de IPv6 en la red en general y nuestro navegador en particular. Cabe destacar el hecho de que en la mayoría de páginas que he encontrado en Google no se menciona el segundo paso aquí dado, por lo que la navegación seguirá siendo lenta.</p>
<p style="text-align:justify;">Por otro lado, aunque no sea parte de la solución a este problema, mencionaré otra modificación que realicé en el sistema con la que también mejoré la velocidad de resolución de direcciones. Consiste en editar el fichero <em>/etc/resolv.conf </em>y añadir la siguiente línea al principio del mismo:</p>
<pre>nameserver 192.168.1.1</pre>
<p style="text-align:justify;">siendo en este caso 192.168.1.1 la dirección de mi router.</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Disable Ubuntu System Beep!]]></title>
<link>http://blog.wolffmyren.com/2008/10/20/disable-ubuntu-system-beep/</link>
<pubDate>Tue, 21 Oct 2008 00:55:03 +0000</pubDate>
<dc:creator>willwm</dc:creator>
<guid>http://blog.wolffmyren.com/2008/10/20/disable-ubuntu-system-beep/</guid>
<description><![CDATA[If you&#8217;re like me, you&#8217;re probably quite annoyed with the system beep in Ubuntu. Luckily]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>If you&#8217;re like me, you&#8217;re probably quite annoyed with the system beep in Ubuntu. Luckily, there&#8217;s an easy fix:</p>
<p><strong>To disable it temporarily:</strong></p>
<ol>
<li>In Terminal (or the console), enter: &#8220;sudo rmmod pcspkr&#8221;</li>
<li>You should not hear the system beep until your next system reboot.</li>
</ol>
<p><strong>To disable it permanently:</strong></p>
<ol>
<li>In Terminal (or the console), enter: &#8220;sudo nano /etc/modprobe.d/blacklist&#8221;</li>
<li>At the end of the file, enter a new line &#8220;blacklist pcspkr&#8221;</li>
<li>Type Ctrl+O (to save the file), then Ctrl+X (to exit nano)</li>
<li>After your next system reboot, you should no longer here the system beep.</li>
</ol>
<p>Thanks to <a rel="bookmark" href="http://ubuntu-tutorials.com/2007/07/26/turning-off-the-system-hardware-beep-linux-tutorial/">Turning Off The System (hardware) Beep : Linux Tutorial</a> for the info!<a rel="bookmark" href="http://ubuntu-tutorials.com/2007/07/26/turning-off-the-system-hardware-beep-linux-tutorial/"><br />
</a></p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Installare la scheda TV in Linux Ubuntu &amp; Debian]]></title>
<link>http://vicsteele.wordpress.com/2008/01/14/installare-la-scheda-tv-in-linux-ubuntu-debian/</link>
<pubDate>Mon, 14 Jan 2008 14:20:46 +0000</pubDate>
<dc:creator>Vic Steele</dc:creator>
<guid>http://vicsteele.wordpress.com/2008/01/14/installare-la-scheda-tv-in-linux-ubuntu-debian/</guid>
<description><![CDATA[Anche voi avete una scheda TV, e vorreste sapere come farla funzionare nel vostro sistema Debian o U]]></description>
<content:encoded><![CDATA[Anche voi avete una scheda TV, e vorreste sapere come farla funzionare nel vostro sistema Debian o U]]></content:encoded>
</item>

</channel>
</rss>
