<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0" xml:base="http://linvx.org">
<channel>
 <title>LinVx</title>
 <link>http://linvx.org</link>
 <description>GNU/Linux desde el punto de vista de los Valencianos</description>
 <language>en</language>
<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/Linvx" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com" /><item>
 <title>III FESTIVAL INTERNACIONAL DE SOFTWARE LIBRE - GNU/LINUX . FESOLI 2009</title>
 <link>http://feedproxy.google.com/~r/Linvx/~3/jnqs-2FOhKM/FESOLI.2009</link>
 <description>&lt;!-- google_ad_section_start --&gt;&lt;p&gt;&lt;a href="http://fesoli.cosolig.org/"&gt;&lt;img src="http://fesoli.cosolig.org/imagenes/banners/banner-600x80.jpg" alt="FESOLI 2009"/&gt;&lt;/a&gt;&lt;/p&gt;
&lt;!-- google_ad_section_end --&gt;&lt;p&gt;&lt;a href="http://linvx.org/FESOLI.2009" target="_blank"&gt;read more&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/j0HhuGIQeqKlTs8trc5MoBgPRlo/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/j0HhuGIQeqKlTs8trc5MoBgPRlo/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/j0HhuGIQeqKlTs8trc5MoBgPRlo/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/j0HhuGIQeqKlTs8trc5MoBgPRlo/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/Linvx/~4/jnqs-2FOhKM" height="1" width="1"/&gt;</description>
 <pubDate>Thu, 03 Sep 2009 06:57:49 +0000</pubDate>
 <dc:creator>Luiso</dc:creator>
 <guid isPermaLink="false">90 at http://linvx.org</guid>
<feedburner:origLink>http://linvx.org/FESOLI.2009</feedburner:origLink></item>
<item>
 <title>Sensores de temperatura</title>
 <link>http://feedproxy.google.com/~r/Linvx/~3/o2okMRLenPw/lm-sensors</link>
 <description>&lt;!-- google_ad_section_start --&gt;&lt;a href="http://www.lm-sensors.org"&gt;&lt;img src="http://farm3.static.flickr.com/2477/3559344948_858fa6d4d9_m.jpg" width="240" height="72" alt="lm_sensors"  style="float: right"/&gt;lm-sensors&lt;/a&gt; es un proyecto con utilidades para monitorizar el hardware del equipo, entre las cosas que podemos monitorizar es la temperatura, la configuración es muy sencilla dado que podemos usar un asistente, en primer lugar instalamos el paquete:
&lt;pre&gt;
$ sudo apt-get install lm-sensors
&lt;/pre&gt;
&lt;!-- google_ad_section_end --&gt;&lt;p&gt;&lt;a href="http://linvx.org/lm-sensors" target="_blank"&gt;read more&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/B5hWkl9TPv4XRD1BcMEr5T9hUxs/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/B5hWkl9TPv4XRD1BcMEr5T9hUxs/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/B5hWkl9TPv4XRD1BcMEr5T9hUxs/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/B5hWkl9TPv4XRD1BcMEr5T9hUxs/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/Linvx/~4/o2okMRLenPw" height="1" width="1"/&gt;</description>
 <comments>http://linvx.org/lm-sensors#comments</comments>
 <pubDate>Sun, 24 May 2009 11:08:02 +0000</pubDate>
 <dc:creator>Luiso</dc:creator>
 <guid isPermaLink="false">89 at http://linvx.org</guid>
<feedburner:origLink>http://linvx.org/lm-sensors</feedburner:origLink></item>
<item>
 <title>Guardar configuración de ssh</title>
 <link>http://feedproxy.google.com/~r/Linvx/~3/cOY9AShu-v8/config_ssh</link>
 <description>&lt;!-- google_ad_section_start --&gt;&lt;p&gt;&lt;img src="http://farm4.static.flickr.com/3423/3375385202_a11a1a0994_m.jpg" width="240" height="79" alt="openssh" style="float: left" /&gt;Voy a explicar como se puede guardar la configuración en ssh para guardar el port forwarding, el port forwarding nos permite acceder a puertos del servidor, en nuestro caso vamos a ver como hacer forwarding del servidor de impresión cups (puerto 631).&lt;br /&gt;
Editamos el fichero &lt;i&gt;$HOME/.ssh/config&lt;/i&gt;, y añadimos la siguiente línea:&lt;/p&gt;
&lt;pre&gt;
LocalForward localhost:631 localhost:631
&lt;/pre&gt;&lt;!-- google_ad_section_end --&gt;&lt;p&gt;&lt;a href="http://linvx.org/config_ssh" target="_blank"&gt;read more&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/2wQ--7YTdOrcHGAbAhp4Nq523to/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/2wQ--7YTdOrcHGAbAhp4Nq523to/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/2wQ--7YTdOrcHGAbAhp4Nq523to/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/2wQ--7YTdOrcHGAbAhp4Nq523to/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/Linvx/~4/cOY9AShu-v8" height="1" width="1"/&gt;</description>
 <comments>http://linvx.org/config_ssh#comments</comments>
 <pubDate>Sun, 22 Mar 2009 10:28:19 +0000</pubDate>
 <dc:creator>Luiso</dc:creator>
 <guid isPermaLink="false">86 at http://linvx.org</guid>
<feedburner:origLink>http://linvx.org/config_ssh</feedburner:origLink></item>
<item>
 <title>MySQLTuner</title>
 <link>http://feedproxy.google.com/~r/Linvx/~3/Zj7eCrAFGRg/MySQLTuner</link>
 <description>&lt;!-- google_ad_section_start --&gt;&lt;a href="http://wiki.mysqltuner.com/MySQLTuner"&gt;&lt;img src="http://farm4.static.flickr.com/3355/3328194633_9fe26c28ca_o.png" width="138" height="30" alt="MySQLTuner" style="float: right"/&gt;MySQLTuner&lt;/a&gt; es un script escrito en Perl que le ayudará con su configuración de MySQL y hacer recomendaciones para un mayor rendimiento y estabilidad. En unos segundos, mostrará las estadísticas acerca de su instalación de MySQL y las áreas en las que se puede mejorar.&lt;br/&gt;
Nos bajamos el script y lo ejecutamos:
&lt;!-- google_ad_section_end --&gt;&lt;p&gt;&lt;a href="http://linvx.org/MySQLTuner" target="_blank"&gt;read more&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/taJA_gx5TXxulUV5ydWROr_xjt4/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/taJA_gx5TXxulUV5ydWROr_xjt4/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/taJA_gx5TXxulUV5ydWROr_xjt4/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/taJA_gx5TXxulUV5ydWROr_xjt4/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/Linvx/~4/Zj7eCrAFGRg" height="1" width="1"/&gt;</description>
 <comments>http://linvx.org/MySQLTuner#comments</comments>
 <pubDate>Wed, 04 Mar 2009 18:25:37 +0000</pubDate>
 <dc:creator>Luiso</dc:creator>
 <guid isPermaLink="false">85 at http://linvx.org</guid>
<feedburner:origLink>http://linvx.org/MySQLTuner</feedburner:origLink></item>
<item>
 <title>DeVeDe</title>
 <link>http://feedproxy.google.com/~r/Linvx/~3/k90sY_SGG4o/DeVeDe</link>
 <description>&lt;!-- google_ad_section_start --&gt;&lt;p&gt;&lt;a href="http://www.rastersoft.com/programas/devede_es.html"&gt;&lt;img src="http://farm4.static.flickr.com/3350/3276421878_74102054b3_m.jpg" width="240" height="174" alt="devede1" style="float: right"/&gt;DeVeDe&lt;/a&gt; es un programa hecho en Python que sirve para generar múltiples formatos como Vídeo DVD, vídeo CD, Super Video CD, CVD, DIVX / MPG-4 ASP. El otro día necesita pasar un vídeo domestico que ocupaba un espacio de 5gb a un dvd, me volví loco para codificarlo, encontré este programa que con 4 pasos simples me generó un DVD listo para grabar.&lt;/p&gt;
&lt;!-- google_ad_section_end --&gt;&lt;p&gt;&lt;a href="http://linvx.org/DeVeDe" target="_blank"&gt;read more&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/X_locSUj3MREO3lVUO919AOlQjw/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/X_locSUj3MREO3lVUO919AOlQjw/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/X_locSUj3MREO3lVUO919AOlQjw/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/X_locSUj3MREO3lVUO919AOlQjw/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/Linvx/~4/k90sY_SGG4o" height="1" width="1"/&gt;</description>
 <comments>http://linvx.org/DeVeDe#comments</comments>
 <pubDate>Fri, 13 Feb 2009 09:47:04 +0000</pubDate>
 <dc:creator>Luiso</dc:creator>
 <guid isPermaLink="false">84 at http://linvx.org</guid>
<feedburner:origLink>http://linvx.org/DeVeDe</feedburner:origLink></item>
<item>
 <title>DenyHosts</title>
 <link>http://feedproxy.google.com/~r/Linvx/~3/4JO5ukP2xCw/DenyHosts</link>
 <description>&lt;!-- google_ad_section_start --&gt;&lt;a href="http://denyhosts.sourceforge.net/"&gt;&lt;img src="http://farm4.static.flickr.com/3464/3276382336_02e6f27e4a_m.jpg" width="240" height="50" alt="denyhosts"  style="float: left"/&gt;DenyHosts&lt;/a&gt; es un script destinado a ser administrado por administradores de sistemas Linux para ayudar a frustrar los ataques del servidor SSH (también conocidos como ataques de diccionario y ataques de fuerza bruta).&lt;br/&gt; La instalación es muy sencilla y una vez instalado enseguida se ven los resultados.
&lt;pre&gt;
apt-get install denyhosts
&lt;/pre&gt;
&lt;!-- google_ad_section_end --&gt;&lt;p&gt;&lt;a href="http://linvx.org/DenyHosts" target="_blank"&gt;read more&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/zsOr8PfEr9c-Z0amFK_W4Du1iRk/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/zsOr8PfEr9c-Z0amFK_W4Du1iRk/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/zsOr8PfEr9c-Z0amFK_W4Du1iRk/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/zsOr8PfEr9c-Z0amFK_W4Du1iRk/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/Linvx/~4/4JO5ukP2xCw" height="1" width="1"/&gt;</description>
 <comments>http://linvx.org/DenyHosts#comments</comments>
 <pubDate>Fri, 13 Feb 2009 09:13:30 +0000</pubDate>
 <dc:creator>Luiso</dc:creator>
 <guid isPermaLink="false">83 at http://linvx.org</guid>
<feedburner:origLink>http://linvx.org/DenyHosts</feedburner:origLink></item>
<item>
 <title>Linux 101 Hacks eBook</title>
 <link>http://feedproxy.google.com/~r/Linvx/~3/BuAstcI3cJ8/Linux.101.Hacks</link>
 <description>&lt;!-- google_ad_section_start --&gt;&lt;a href="http://www.thegeekstuff.com/2009/02/linux-101-hacks-download-free-ebook/"&gt;&lt;img src="http://farm4.static.flickr.com/3428/3274431171_1970aa1152_t.jpg" width="71" height="100" alt="linux-101-hacks-175"  style="float: right"/&gt;&lt;/a&gt;Os presento un libro que me parece interesante, &lt;a href="http://www.thegeekstuff.com/2009/02/linux-101-hacks-download-free-ebook/"&gt;Linux 101 Hacks&lt;/a&gt;, os podéis descargar el libro en pdf en la web. Los contenidos del libro:
&lt;!-- google_ad_section_end --&gt;&lt;p&gt;&lt;a href="http://linvx.org/Linux.101.Hacks" target="_blank"&gt;read more&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/W1ZNV-kZwrmVVnKiUvl9KrsTtMo/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/W1ZNV-kZwrmVVnKiUvl9KrsTtMo/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/W1ZNV-kZwrmVVnKiUvl9KrsTtMo/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/W1ZNV-kZwrmVVnKiUvl9KrsTtMo/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/Linvx/~4/BuAstcI3cJ8" height="1" width="1"/&gt;</description>
 <comments>http://linvx.org/Linux.101.Hacks#comments</comments>
 <pubDate>Thu, 12 Feb 2009 21:19:48 +0000</pubDate>
 <dc:creator>Luiso</dc:creator>
 <guid isPermaLink="false">82 at http://linvx.org</guid>
<feedburner:origLink>http://linvx.org/Linux.101.Hacks</feedburner:origLink></item>
<item>
 <title>Clamav el antivirus GNU</title>
 <link>http://feedproxy.google.com/~r/Linvx/~3/yea26xMnakg/Clamav</link>
 <description>&lt;!-- google_ad_section_start --&gt;&lt;a href="http://www.clamav.net/"&gt;&lt;img src="http://farm4.static.flickr.com/3359/3274687432_626595d9f9_t.jpg" width="100" height="100" alt="clamav" style="float: left"/&gt;Clamav&lt;/a&gt; es un antivirus GNU que funciona realmente bien, Clam AntiVirus es un conjunto de herramientas GPL anti-virus para UNIX. El principal objetivo de este software es la integración con servidores de correo (analisis de adjuntos). El paquete dispone de un demonio multi-hilo flexible y escalable, un escaner de línea de comando, y una herramienta para actualización automática a través de Internet. Los programas se basan en una librería compartida distribuida con el paquete de Clam AntiVirus, que puede utilizar con su software. Aun más importante, la base de datos de virus se mantiene actualizada.
&lt;br/&gt;En primer lugar os voy a explicar como se instala y como podemos ejecutarlo desde consola:
&lt;!-- google_ad_section_end --&gt;&lt;p&gt;&lt;a href="http://linvx.org/Clamav" target="_blank"&gt;read more&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/RtRxc_hMZKMEMIp0xmsdBIHcA68/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/RtRxc_hMZKMEMIp0xmsdBIHcA68/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/RtRxc_hMZKMEMIp0xmsdBIHcA68/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/RtRxc_hMZKMEMIp0xmsdBIHcA68/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/Linvx/~4/yea26xMnakg" height="1" width="1"/&gt;</description>
 <comments>http://linvx.org/Clamav#comments</comments>
 <pubDate>Thu, 12 Feb 2009 16:29:10 +0000</pubDate>
 <dc:creator>Luiso</dc:creator>
 <guid isPermaLink="false">81 at http://linvx.org</guid>
<feedburner:origLink>http://linvx.org/Clamav</feedburner:origLink></item>
<item>
 <title>KDE 4 + Firefox 3</title>
 <link>http://feedproxy.google.com/~r/Linvx/~3/WKg9WYxMFpA/KFirefox</link>
 <description>&lt;!-- google_ad_section_start --&gt;&lt;p&gt;&lt;a href="http://ramonantonio.net/kde-firefox/#"&gt;&lt;img src="http://farm4.static.flickr.com/3478/3255908408_42b8a7e736_o.png" width="139" height="38" alt="button-ffi" style="float: right"/&gt;&lt;/a&gt;Desde que uso KDE 4 el tema que trae el FireFox por defecto me ha parecido pobre. He buscado un tema para el FireFox. El tema en cuestión es &lt;a href="http://ramonantonio.net/kde-firefox/"&gt;KFirefox&lt;/a&gt;. La instalación es como cualquier complemento para FireFox, pinchamos en el enlace de la página del autor, a continuación se instalará el complemento y una vez reiniciado el FireFox ya se ve de forma correcta.&lt;/p&gt;
&lt;!-- google_ad_section_end --&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/j2BEji4vLRRZpnicNRkUHEF1m50/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/j2BEji4vLRRZpnicNRkUHEF1m50/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/j2BEji4vLRRZpnicNRkUHEF1m50/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/j2BEji4vLRRZpnicNRkUHEF1m50/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/Linvx/~4/WKg9WYxMFpA" height="1" width="1"/&gt;</description>
 <comments>http://linvx.org/KFirefox#comments</comments>
 <pubDate>Thu, 05 Feb 2009 14:41:02 +0000</pubDate>
 <dc:creator>Luiso</dc:creator>
 <guid isPermaLink="false">80 at http://linvx.org</guid>
<feedburner:origLink>http://linvx.org/KFirefox</feedburner:origLink></item>
<item>
 <title>Congreso GUL UC3M 2008</title>
 <link>http://feedproxy.google.com/~r/Linvx/~3/pjx_VfrhN5A/Congreso%20GUL%20UC3M%202008</link>
 <description>&lt;!-- google_ad_section_start --&gt;Del 11 al 13 de Noviembre fue el &lt;a href="http://congreso.gul.es/"&gt;Congreso GUL UC3M 2008&lt;/a&gt;, en su página web están las transparencias y vídeos de las conferencias que a continuación os pongo en formato google vídeo:
&lt;!-- google_ad_section_end --&gt;&lt;p&gt;&lt;a href="http://linvx.org/Congreso%20GUL%20UC3M%202008" target="_blank"&gt;read more&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/2oZqnuWAkbjt_tyRYeJE3ideMOM/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/2oZqnuWAkbjt_tyRYeJE3ideMOM/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/2oZqnuWAkbjt_tyRYeJE3ideMOM/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/2oZqnuWAkbjt_tyRYeJE3ideMOM/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/Linvx/~4/pjx_VfrhN5A" height="1" width="1"/&gt;</description>
 <comments>http://linvx.org/Congreso%20GUL%20UC3M%202008#comments</comments>
 <pubDate>Wed, 28 Jan 2009 09:17:37 +0000</pubDate>
 <dc:creator>Luiso</dc:creator>
 <guid isPermaLink="false">79 at http://linvx.org</guid>
<feedburner:origLink>http://linvx.org/Congreso%20GUL%20UC3M%202008</feedburner:origLink></item>
</channel>
</rss>
