<?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/"
	>

<channel>
	<title>ciberterminal</title>
	<atom:link href="http://blog.ciberterminal.net/index.php/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.ciberterminal.net</link>
	<description>Welcome, connect your terminal</description>
	<lastBuildDate>Wed, 09 May 2012 14:48:18 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>La linea del día</title>
		<link>http://blog.ciberterminal.net/index.php/2012/05/08/la-linea-del-dia/</link>
		<comments>http://blog.ciberterminal.net/index.php/2012/05/08/la-linea-del-dia/#comments</comments>
		<pubDate>Tue, 08 May 2012 15:52:55 +0000</pubDate>
		<dc:creator>dodger</dc:creator>
				<category><![CDATA[bash]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://blog.ciberterminal.net/?p=673</guid>
		<description><![CDATA[Hoy toca party hard por que el servidor que hace repositorio local se está quedando sin espacio asi que a riesgo de que romper algo y volver a tener que replicar Dag me he puesto a borrar todos los paquetes que tienen varias versiones dentro del repositorio&#8230; El resultado como one-liner es interesante: 1ls -1 [...]]]></description>
		<wfw:commentRss>http://blog.ciberterminal.net/index.php/2012/05/08/la-linea-del-dia/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Carne a la brasa</title>
		<link>http://blog.ciberterminal.net/index.php/2012/05/04/carne-a-la-brasa/</link>
		<comments>http://blog.ciberterminal.net/index.php/2012/05/04/carne-a-la-brasa/#comments</comments>
		<pubDate>Fri, 04 May 2012 19:56:31 +0000</pubDate>
		<dc:creator>dodger</dc:creator>
				<category><![CDATA[Humor]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Opinión]]></category>

		<guid isPermaLink="false">http://blog.ciberterminal.net/?p=665</guid>
		<description><![CDATA[Si no es suficientemente denigrante ver como nos venden como carne para brasa, el colmo llega cuando se ven ofertas como la de la imagen. Todos sabemos que las empresas de carne se dedican a copiar y pegar la información que les dan sin siquiera mirar, pero esta vez se han superado al ni siquiera [...]]]></description>
		<wfw:commentRss>http://blog.ciberterminal.net/index.php/2012/05/04/carne-a-la-brasa/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mysql Database creation script</title>
		<link>http://blog.ciberterminal.net/index.php/2012/04/18/mysql-database-creation-script/</link>
		<comments>http://blog.ciberterminal.net/index.php/2012/04/18/mysql-database-creation-script/#comments</comments>
		<pubDate>Wed, 18 Apr 2012 14:23:13 +0000</pubDate>
		<dc:creator>dodger</dc:creator>
				<category><![CDATA[bash]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[scripting]]></category>
		<category><![CDATA[tools]]></category>

		<guid isPermaLink="false">http://blog.ciberterminal.net/?p=658</guid>
		<description><![CDATA[Two days ago one of my client dev&#8217;s requested me to be able to create db&#8217;s on their MySQL instance. Of course, I won&#8217;t give him the &#8220;GRANT GRANT WITH GRANT OPTION&#8221; :-P, in that case I will simply give him root password :-P As i didn&#8217;t find anything that solves my problem over Internet, [...]]]></description>
		<wfw:commentRss>http://blog.ciberterminal.net/index.php/2012/04/18/mysql-database-creation-script/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Regexp mortal</title>
		<link>http://blog.ciberterminal.net/index.php/2012/02/15/regexp-mortal/</link>
		<comments>http://blog.ciberterminal.net/index.php/2012/02/15/regexp-mortal/#comments</comments>
		<pubDate>Wed, 15 Feb 2012 16:44:26 +0000</pubDate>
		<dc:creator>dodger</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[bash]]></category>
		<category><![CDATA[regexp]]></category>
		<category><![CDATA[tools]]></category>

		<guid isPermaLink="false">http://blog.ciberterminal.net/?p=650</guid>
		<description><![CDATA[Hoy realizando una tarea que va a ser repetitiva (MODO CRON ON), he tenido que currar una regexp, la verdad no es muy compleja en sí pero sí larga: 1'/(project&#124;production)/production/(hs&#124;ga)[0-9]{2}/Runs/[0-9]{6}_SN[0-9]{3}_[0-9]{4}_[0-9A-Z]{8}XX/(Data/Intensities/(L00[0-9]/C*&#124;BaseCalls/L00[0-9]/C*)&#124;Thumbnail_Images/L00[0-9])' Cuanto tardará find en procesar algo como esto con una jerarquía de unos 36000K ficheros xD Respuesta en breve :-)]]></description>
		<wfw:commentRss>http://blog.ciberterminal.net/index.php/2012/02/15/regexp-mortal/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>El típico día a día</title>
		<link>http://blog.ciberterminal.net/index.php/2012/02/08/el-tipico-dia-a-dia/</link>
		<comments>http://blog.ciberterminal.net/index.php/2012/02/08/el-tipico-dia-a-dia/#comments</comments>
		<pubDate>Wed, 08 Feb 2012 16:51:47 +0000</pubDate>
		<dc:creator>dodger</dc:creator>
				<category><![CDATA[bash]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[awk]]></category>

		<guid isPermaLink="false">http://blog.ciberterminal.net/?p=629</guid>
		<description><![CDATA[Hoy un amigo me planteaba un problema. Resulta que tiene 2 ficheros con datos del tipo: fichero1: [SERIAL]&#124;[ID], por ejemplo: 18944110064809868270&#124;1221174 fichero2: [ID], por ejemplo: 11185648 El problema es sencillo, necesita mostrar del fichero1 [SERIAL]&#124;[ID] si [ID] está en fichero2 y de los que no estén en fichero2 mostrar únicamente la ocurrencia con [ID] más [...]]]></description>
		<wfw:commentRss>http://blog.ciberterminal.net/index.php/2012/02/08/el-tipico-dia-a-dia/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ciclo Herramientas gnu/linux (VII): moc</title>
		<link>http://blog.ciberterminal.net/index.php/2012/02/03/ciclo-herramientas-gnulinux-vii-moc/</link>
		<comments>http://blog.ciberterminal.net/index.php/2012/02/03/ciclo-herramientas-gnulinux-vii-moc/#comments</comments>
		<pubDate>Fri, 03 Feb 2012 11:56:13 +0000</pubDate>
		<dc:creator>dodger</dc:creator>
				<category><![CDATA[apps]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[tools]]></category>

		<guid isPermaLink="false">http://blog.ciberterminal.net/?p=625</guid>
		<description><![CDATA[No es ningún tema de fubol por supuesto :P moc es un reproductor basado en ncurses (para variar), como cualquier otro reproductor X de los simples, con reproducción por listas, exploración de directorios y poquito más (pa qué). Ocupa poco, funciona realmente bien y no hay mucho que configurar :) En mi caso lo único [...]]]></description>
		<wfw:commentRss>http://blog.ciberterminal.net/index.php/2012/02/03/ciclo-herramientas-gnulinux-vii-moc/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Serverstats, el &#8220;cacti&#8221; ligero</title>
		<link>http://blog.ciberterminal.net/index.php/2012/01/23/serverstats-el-cacti-ligero/</link>
		<comments>http://blog.ciberterminal.net/index.php/2012/01/23/serverstats-el-cacti-ligero/#comments</comments>
		<pubDate>Mon, 23 Jan 2012 11:15:18 +0000</pubDate>
		<dc:creator>dodger</dc:creator>
				<category><![CDATA[apps]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[tools]]></category>

		<guid isPermaLink="false">http://blog.ciberterminal.net/?p=615</guid>
		<description><![CDATA[serverstats bug linux performance cacti alternative]]></description>
		<wfw:commentRss>http://blog.ciberterminal.net/index.php/2012/01/23/serverstats-el-cacti-ligero/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Script de copia y restauración de un sistema windows</title>
		<link>http://blog.ciberterminal.net/index.php/2012/01/20/script-de-copia-y-restauracion-de-un-sistema-windows/</link>
		<comments>http://blog.ciberterminal.net/index.php/2012/01/20/script-de-copia-y-restauracion-de-un-sistema-windows/#comments</comments>
		<pubDate>Fri, 20 Jan 2012 11:17:39 +0000</pubDate>
		<dc:creator>dodger</dc:creator>
				<category><![CDATA[bash]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[backup]]></category>
		<category><![CDATA[como]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[script]]></category>

		<guid isPermaLink="false">http://blog.ciberterminal.net/?p=602</guid>
		<description><![CDATA[Imagino que todos los sysadm/informaticos de este mundo hemos sufrido alguna vez el caso del &#8220;Amigo informatico&#8220;. En mi caso últimamente, después de usar muchas veces ghost, he decidido cambiar&#8230; Nada de dar un dvd con la imagen, que para eso tenemos toneladas de gigas de espacio en disco y si el usuario se queja, [...]]]></description>
		<wfw:commentRss>http://blog.ciberterminal.net/index.php/2012/01/20/script-de-copia-y-restauracion-de-un-sistema-windows/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Ciclo Herramientas gnu/linux (VI): busybox</title>
		<link>http://blog.ciberterminal.net/index.php/2011/11/24/ciclo-herramientas-gnulinux-vi-busybox/</link>
		<comments>http://blog.ciberterminal.net/index.php/2011/11/24/ciclo-herramientas-gnulinux-vi-busybox/#comments</comments>
		<pubDate>Thu, 24 Nov 2011 16:39:23 +0000</pubDate>
		<dc:creator>dodger</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[tools]]></category>

		<guid isPermaLink="false">http://blog.ciberterminal.net/?p=593</guid>
		<description><![CDATA[Hoy un compañero ha tenido un &#8220;pequeño&#8221; percance con la actualización de unas vmware-tools&#8230; Le han petado /root. Por algún motivo corrompieron todo el fs. La cuestión es que necesitábamos tener los comandos básicos por que tras diversas acciones &#8220;/lib64&#8221; desapareció O:-) y no podíamos ejecutar ni un &#8220;mv&#8220;. Es decir, teníamos shell y &#8230; [...]]]></description>
		<wfw:commentRss>http://blog.ciberterminal.net/index.php/2011/11/24/ciclo-herramientas-gnulinux-vi-busybox/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ciclo Herramientas gnu/linux (V): pbzip2 y pigz</title>
		<link>http://blog.ciberterminal.net/index.php/2011/11/15/ciclo-herramientas-gnulinux-v-pbzip2/</link>
		<comments>http://blog.ciberterminal.net/index.php/2011/11/15/ciclo-herramientas-gnulinux-v-pbzip2/#comments</comments>
		<pubDate>Tue, 15 Nov 2011 17:47:12 +0000</pubDate>
		<dc:creator>dodger</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[tools]]></category>

		<guid isPermaLink="false">http://blog.ciberterminal.net/?p=585</guid>
		<description><![CDATA[Hoy comentando con un compañero un filesystem (una partición) que se estaba quedando sin espacio, le he indicado que usase el pbzip2, que lo había dejado yo instalado hace unos días por el mismo problema (y unos ficheros de log enormes). La verdad es que la teoría es bastante simple, ya que lo único que [...]]]></description>
		<wfw:commentRss>http://blog.ciberterminal.net/index.php/2011/11/15/ciclo-herramientas-gnulinux-v-pbzip2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

