<?xml version="1.0" encoding="UTF-8"?>
<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/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>turere://blog</title>
	<atom:link href="http://turere.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://turere.wordpress.com</link>
	<description>Born to be root</description>
	<lastBuildDate>Sat, 27 Aug 2011 09:50:13 +0000</lastBuildDate>
	<language>es</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='turere.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>turere://blog</title>
		<link>http://turere.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://turere.wordpress.com/osd.xml" title="turere://blog" />
	<atom:link rel='hub' href='http://turere.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Howto PPP Dial in server</title>
		<link>http://turere.wordpress.com/2011/08/27/howto-ppp-dial-in-server/</link>
		<comments>http://turere.wordpress.com/2011/08/27/howto-ppp-dial-in-server/#comments</comments>
		<pubDate>Sat, 27 Aug 2011 09:50:11 +0000</pubDate>
		<dc:creator>turere</dc:creator>
				<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://turere.wordpress.com/?p=84</guid>
		<description><![CDATA[This document shows how to setup a dial in PPP Linux server. STEP 1: Install &#8220;mgetty&#8221; (if not yet installed) 1. Login as &#8220;root&#8221;, install mgetty package files using the command: # yum install mgetty* This will install mgetty and all its cousins, but who cares!! If you hate extended family, have your way and replace [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=turere.wordpress.com&amp;blog=4599374&amp;post=84&amp;subd=turere&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://turere.wordpress.com/2011/08/27/howto-ppp-dial-in-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/ec3c8e99ce76f9241f3ac4d68221ebe9?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">turere</media:title>
		</media:content>
	</item>
		<item>
		<title>Crear contraseñas desde linea de comando</title>
		<link>http://turere.wordpress.com/2011/07/15/crear-contrasenas-desde-linea-de-comando/</link>
		<comments>http://turere.wordpress.com/2011/07/15/crear-contrasenas-desde-linea-de-comando/#comments</comments>
		<pubDate>Fri, 15 Jul 2011 08:21:31 +0000</pubDate>
		<dc:creator>turere</dc:creator>
				<category><![CDATA[CentOS]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[Tips]]></category>

		<guid isPermaLink="false">http://turere.wordpress.com/?p=82</guid>
		<description><![CDATA[Crea una contraseña de 10 caracteres con 3 dígitios, 5 minúsculas y 1 mayúscula. No hay que olvidar los valores por defecto del mkpasswd que se adicionan a la creación de la contraseña. # mkpasswd -l 10 -d 3 -c 5 -C 1<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=turere.wordpress.com&amp;blog=4599374&amp;post=82&amp;subd=turere&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://turere.wordpress.com/2011/07/15/crear-contrasenas-desde-linea-de-comando/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/ec3c8e99ce76f9241f3ac4d68221ebe9?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">turere</media:title>
		</media:content>
	</item>
		<item>
		<title>Reset de la contraseña de mysql</title>
		<link>http://turere.wordpress.com/2011/07/15/reset-de-la-contrasena-de-mysql/</link>
		<comments>http://turere.wordpress.com/2011/07/15/reset-de-la-contrasena-de-mysql/#comments</comments>
		<pubDate>Fri, 15 Jul 2011 08:03:51 +0000</pubDate>
		<dc:creator>turere</dc:creator>
				<category><![CDATA[CentOS]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[Tips]]></category>

		<guid isPermaLink="false">http://turere.wordpress.com/?p=77</guid>
		<description><![CDATA[Un procedimiento muy util para realizar un reset al password olvidado de la base de datos mysql: # service mysqld stop # mysqld_safe --skip-grant-tables --skip-networking &#38; # mysql -u root mysql&#62; UPDATE user SET password=PASSWORD('nuevo_password') WHERE user='root'; Query OK, 1 rows affected (0.09 sec) Rows matched: 1 Changed: 1 Warnings: 0 mysql&#62; exit # service [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=turere.wordpress.com&amp;blog=4599374&amp;post=77&amp;subd=turere&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://turere.wordpress.com/2011/07/15/reset-de-la-contrasena-de-mysql/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/ec3c8e99ce76f9241f3ac4d68221ebe9?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">turere</media:title>
		</media:content>
	</item>
		<item>
		<title>Resumir una descarga de imagen iso</title>
		<link>http://turere.wordpress.com/2011/04/19/resumir-una-descarga-de-imagen-iso/</link>
		<comments>http://turere.wordpress.com/2011/04/19/resumir-una-descarga-de-imagen-iso/#comments</comments>
		<pubDate>Tue, 19 Apr 2011 11:21:31 +0000</pubDate>
		<dc:creator>turere</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[linux tips rsync]]></category>

		<guid isPermaLink="false">http://turere.wordpress.com/?p=72</guid>
		<description><![CDATA[Un comando muy util a la hora de resumir una descarga cuando un servidor soporta rsync. # rsync -avvzP --progress --stats mirrors.kernel.org::centos/5.6/isos/x86_64/CentOS-5.6-x86_64-bin-DVD-1of2.iso .<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=turere.wordpress.com&amp;blog=4599374&amp;post=72&amp;subd=turere&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://turere.wordpress.com/2011/04/19/resumir-una-descarga-de-imagen-iso/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/ec3c8e99ce76f9241f3ac4d68221ebe9?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">turere</media:title>
		</media:content>
	</item>
		<item>
		<title>Usando wget para descargar un sitio</title>
		<link>http://turere.wordpress.com/2010/10/15/usando-wget-para-descargar-un-sitio/</link>
		<comments>http://turere.wordpress.com/2010/10/15/usando-wget-para-descargar-un-sitio/#comments</comments>
		<pubDate>Fri, 15 Oct 2010 14:01:28 +0000</pubDate>
		<dc:creator>turere</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[Tips]]></category>

		<guid isPermaLink="false">http://turere.wordpress.com/?p=68</guid>
		<description><![CDATA[Un truco util para descargar un sitio para despues navegar como local: # wget -m -p -np -k -E -X cgi-bin -nH http://www.sitiodocxxx.com -o res.log Los parametros indican las siguientes opciones: -m = mirror -p = que baje todo lo necesario pa'q se vea la pagina (jpg,gif). -np = no parent, es decir del directorio [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=turere.wordpress.com&amp;blog=4599374&amp;post=68&amp;subd=turere&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://turere.wordpress.com/2010/10/15/usando-wget-para-descargar-un-sitio/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/ec3c8e99ce76f9241f3ac4d68221ebe9?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">turere</media:title>
		</media:content>
	</item>
		<item>
		<title>Listar software rpm instalado por tamaño</title>
		<link>http://turere.wordpress.com/2010/10/04/listar-software-rpm-instalado-por-tamano/</link>
		<comments>http://turere.wordpress.com/2010/10/04/listar-software-rpm-instalado-por-tamano/#comments</comments>
		<pubDate>Mon, 04 Oct 2010 10:39:27 +0000</pubDate>
		<dc:creator>turere</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[Tips]]></category>

		<guid isPermaLink="false">http://turere.wordpress.com/?p=66</guid>
		<description><![CDATA[Una consulta al administrador de software rpm muy util cuando necesitas espacio: $ rpm -qa --queryformat "%10{SIZE} %-30{NAME}\n" &#124; sort -n &#62; tamano.txt<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=turere.wordpress.com&amp;blog=4599374&amp;post=66&amp;subd=turere&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://turere.wordpress.com/2010/10/04/listar-software-rpm-instalado-por-tamano/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/ec3c8e99ce76f9241f3ac4d68221ebe9?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">turere</media:title>
		</media:content>
	</item>
		<item>
		<title>Visualizar informacion de un certificado</title>
		<link>http://turere.wordpress.com/2010/01/09/visualizar-informacion-de-un-certificado/</link>
		<comments>http://turere.wordpress.com/2010/01/09/visualizar-informacion-de-un-certificado/#comments</comments>
		<pubDate>Sat, 09 Jan 2010 18:22:43 +0000</pubDate>
		<dc:creator>turere</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[Tips]]></category>

		<guid isPermaLink="false">http://turere.wordpress.com/?p=63</guid>
		<description><![CDATA[Si usamos openssl podremos utilizar el siguiente comando para mostrar información del certificado: $ openssl x509 -in cliente1.crt -noout -text<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=turere.wordpress.com&amp;blog=4599374&amp;post=63&amp;subd=turere&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://turere.wordpress.com/2010/01/09/visualizar-informacion-de-un-certificado/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/ec3c8e99ce76f9241f3ac4d68221ebe9?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">turere</media:title>
		</media:content>
	</item>
		<item>
		<title>Convertir videos flv a 3gp</title>
		<link>http://turere.wordpress.com/2009/10/09/convertir-videos-en-flv-a-3gp/</link>
		<comments>http://turere.wordpress.com/2009/10/09/convertir-videos-en-flv-a-3gp/#comments</comments>
		<pubDate>Fri, 09 Oct 2009 11:03:02 +0000</pubDate>
		<dc:creator>turere</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[centos]]></category>

		<guid isPermaLink="false">http://turere.wordpress.com/?p=59</guid>
		<description><![CDATA[Un tip util para convertir videos en flash flv al formato 3gp que se puede ver en los celulares usando ffmpeg: $ ffmpeg -i ben10ca.flv -s qcif -vcodec h263 -ab 10.2k -ar 8000 -ac 1 -y ben10ca.3gp<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=turere.wordpress.com&amp;blog=4599374&amp;post=59&amp;subd=turere&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://turere.wordpress.com/2009/10/09/convertir-videos-en-flv-a-3gp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/ec3c8e99ce76f9241f3ac4d68221ebe9?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">turere</media:title>
		</media:content>
	</item>
		<item>
		<title>Renombrar nombre de volumen de partición LVM</title>
		<link>http://turere.wordpress.com/2009/03/28/renombrar-nombre-de-volumen-de-particion-lvm/</link>
		<comments>http://turere.wordpress.com/2009/03/28/renombrar-nombre-de-volumen-de-particion-lvm/#comments</comments>
		<pubDate>Sat, 28 Mar 2009 15:06:45 +0000</pubDate>
		<dc:creator>turere</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[Tips]]></category>

		<guid isPermaLink="false">http://turere.wordpress.com/?p=52</guid>
		<description><![CDATA[lvm redhat centos vgscan linux fdisk rename volumegroups with same name<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=turere.wordpress.com&amp;blog=4599374&amp;post=52&amp;subd=turere&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://turere.wordpress.com/2009/03/28/renombrar-nombre-de-volumen-de-particion-lvm/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/ec3c8e99ce76f9241f3ac4d68221ebe9?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">turere</media:title>
		</media:content>
	</item>
		<item>
		<title>Instalar un grupo de paquetes rpm usando Yum excluyendo uno</title>
		<link>http://turere.wordpress.com/2009/03/14/instalar-un-grupo-de-paquetes-rpm-usando-yum-excluyendo-uno/</link>
		<comments>http://turere.wordpress.com/2009/03/14/instalar-un-grupo-de-paquetes-rpm-usando-yum-excluyendo-uno/#comments</comments>
		<pubDate>Sat, 14 Mar 2009 12:05:36 +0000</pubDate>
		<dc:creator>turere</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[Tips]]></category>

		<guid isPermaLink="false">http://turere.wordpress.com/?p=49</guid>
		<description><![CDATA[yum rpm centos install<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=turere.wordpress.com&amp;blog=4599374&amp;post=49&amp;subd=turere&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://turere.wordpress.com/2009/03/14/instalar-un-grupo-de-paquetes-rpm-usando-yum-excluyendo-uno/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/ec3c8e99ce76f9241f3ac4d68221ebe9?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">turere</media:title>
		</media:content>
	</item>
	</channel>
</rss>
