<?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>Veinti1 &#187; Uncategorized</title>
	<atom:link href="http://veinti1.com/category/uncategorized/feed/" rel="self" type="application/rss+xml" />
	<link>http://veinti1.com</link>
	<description>.. mi pequeña guarida ..</description>
	<lastBuildDate>Thu, 15 Dec 2011 14:16:30 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<item>
		<title>Maravilloso</title>
		<link>http://veinti1.com/maravilloso/</link>
		<comments>http://veinti1.com/maravilloso/#comments</comments>
		<pubDate>Mon, 06 Dec 2010 19:45:37 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://veinti1.com/?p=222</guid>
		<description><![CDATA[mysql> drop database otrs2 -> ; ERROR 1008 (HY000): Can't drop database 'otrs2'; database doesn't exist mysql> create database otrs2 -> ; ERROR 1007 (HY000): Can't create database 'otrs2'; database exists mysql>]]></description>
			<content:encoded><![CDATA[<p><code>mysql> drop database otrs2<br />
    -> ;<br />
ERROR 1008 (HY000): Can't drop database 'otrs2'; database doesn't exist<br />
mysql> create database otrs2<br />
    -> ;<br />
ERROR 1007 (HY000): Can't create database 'otrs2'; database exists<br />
mysql><br />
</code></p>
]]></content:encoded>
			<wfw:commentRss>http://veinti1.com/maravilloso/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Vacaciones inminentes!</title>
		<link>http://veinti1.com/vacaciones-inminentes/</link>
		<comments>http://veinti1.com/vacaciones-inminentes/#comments</comments>
		<pubDate>Sat, 31 Jul 2010 11:12:27 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://veinti1.com/?p=214</guid>
		<description><![CDATA[Hoy mismo empiezo las vacaciones, todo el mes de agosto, para comprar pilas nuevas y recargar las viejas. Estas vacaciones parecen que van a ser intensas, mañana salgo para Galicia una semana, después una semanita a la Herradura, un poquito de feria y a terminar el mes y descansar en Portugal. Os dejo con esta [...]]]></description>
			<content:encoded><![CDATA[<p>Hoy mismo empiezo las vacaciones, todo el mes de agosto, para comprar pilas nuevas y recargar las viejas. Estas vacaciones parecen que van a ser intensas, mañana salgo para Galicia una semana, después una semanita a la Herradura, un poquito de feria y a terminar el mes y descansar en Portugal. </p>
<p>Os dejo con esta canción que me ha acompañado mucho este año, y que cada vez que la escucho se me ponen los bellos de punta:</p>
<p><em>&#8220;que grande sería estar en un concierto de Daft Punk&#8221;, mae mia</em><br />
<center><br />
<object width="480" height="385"><param name="movie" value="http://www.youtube.com/v/n68CUODYW_4&amp;hl=es_ES&amp;fs=1"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/n68CUODYW_4&amp;hl=es_ES&amp;fs=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="480" height="385"></embed></object><br />
</center></p>
]]></content:encoded>
			<wfw:commentRss>http://veinti1.com/vacaciones-inminentes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>He decidido volver a escribir en mi blog.</title>
		<link>http://veinti1.com/he-decidido-volver-a-escribir-en-mi-blog/</link>
		<comments>http://veinti1.com/he-decidido-volver-a-escribir-en-mi-blog/#comments</comments>
		<pubDate>Mon, 28 Dec 2009 02:37:23 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://veinti1.com/?p=205</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p><img src="http://veinti1.com/wp-content/uploads/2009/12/jpg_281206-inocente.jpg" width="60" /></p>
]]></content:encoded>
			<wfw:commentRss>http://veinti1.com/he-decidido-volver-a-escribir-en-mi-blog/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Script &#8211; Proceso corriendo</title>
		<link>http://veinti1.com/script-proceso-corriendo/</link>
		<comments>http://veinti1.com/script-proceso-corriendo/#comments</comments>
		<pubDate>Sun, 11 Oct 2009 09:25:30 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://veinti1.com/?p=202</guid>
		<description><![CDATA[Os dejo un script escrito en python que utilizo a menudo para comprobar si un proceso está corriendo, es una tontería que hoy no daba con él y aquí ya no se me pierde más. #!/usr/bin/python import os, sys command = " -ef &#124; grep -v grep &#124; grep " + sys.argv[1] res = os.popen("ps" [...]]]></description>
			<content:encoded><![CDATA[<p>Os dejo un script escrito en python que utilizo a menudo para comprobar si un proceso está corriendo, es una tontería que hoy no daba con él y aquí ya no se me pierde más.<br />
<code><br />
#!/usr/bin/python<br />
import os, sys</code></p>
<p><code> </code></p>
<p><code>command = " -ef | grep -v grep | grep " + sys.argv[1]<br />
res = os.popen("ps" + command)<br />
cont = 0<br />
for line in res:<br />
cont = cont + 1<br />
if cont &gt; 1:<br />
print 1<br />
else:<br />
print 0<br />
</code></p>
<p>Updated:<br />
<code><br />
#!/usr/bin/python<br />
import os, sys, smtplib</p>
<p>filename = "/tmp/" + sys.argv[1] + ".txt"<br />
sender = ""<br />
to = ""<br />
server = ""</p>
<p>command = " -ef | grep -v grep | grep " + sys.argv[1]<br />
res = os.popen("ps" + command)<br />
cont = 0</p>
<p>for line in res:<br />
        cont = cont + 1<br />
if cont > 1:<br />
        if (os.path.isfile(filename)):<br />
                os.remove(filename)<br />
        pass;<br />
else:<br />
        try:<br />
                f = open(filename, "r")<br />
                f.read()<br />
                f.close()<br />
        except:<br />
                server = smtplib.SMTP(server)<br />
                server.set_debuglevel(0)<br />
                headers = "From: %s\r\nTo: %s\r\nSubject: %s\r\n\r\n" % (sender, to, sys.argv[1] + " caido")<br />
                server.sendmail(sender, to, headers)<br />
                server.quit()<br />
                f = open(filename, "w")<br />
                f.write("enviado")<br />
                f.close()</p>
<p></code></p>
<p>Saludos.</p>
]]></content:encoded>
			<wfw:commentRss>http://veinti1.com/script-proceso-corriendo/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>los peores presagios se confirman &#8230; Milw0rm nos deja.</title>
		<link>http://veinti1.com/los-peores-presagios-se-confirman-milw0rm-nos-deja/</link>
		<comments>http://veinti1.com/los-peores-presagios-se-confirman-milw0rm-nos-deja/#comments</comments>
		<pubDate>Thu, 09 Jul 2009 04:15:14 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://veinti1.com/?p=193</guid>
		<description><![CDATA[UPDATE: Ha vuelto a la vida, habrá que esperar para ver que ha ocurrido&#8230; &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211; En el dia de ayer apareció en la página de Milw0rm un mensage firmado por /stroke en la que llegaba a decir como que la falta de tiempo le llevaba a abandonar el proyecto. Creo que todos pensabamos que iba [...]]]></description>
			<content:encoded><![CDATA[<p><strong>UPDATE:</strong><br />
Ha vuelto a la vida, habrá que esperar para ver que ha ocurrido&#8230;<br />
<strong>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;</strong><br />
<img src="http://veinti1.com/wp-content/uploads/2009/07/favicon.jpg" alt="favicon" title="milw0rm" />En el dia de ayer apareció en la página de Milw0rm un mensage firmado por /stroke en la que llegaba a decir como que la falta de tiempo le llevaba a abandonar el proyecto. Creo que todos pensabamos que iba a ser un parón temporal, que acabaría por reconducir milw0rm hacia quizás una herramienta más colaborativa, con más personas trabajando, o que quizás se hiciera cargo otra gente &#8230; o quien sabe &#8230; , pero nadie creo que se imaginó que hoy mismo, ahora mismo, en poco más de 24 horas, iba a dejar de existir.</p>
<p>Espero que se deba a una caida temporal debido a esa reconducción que todos esperamos, sino creo que todos nosotros tendremos que empezar a vivir sin Milw0rm, y sin más tendremos que asumir que Milw0rm a muerto.</p>
<p>Al menos siempre nos quedará un recuerdo suyo en la cache de google.</p>
]]></content:encoded>
			<wfw:commentRss>http://veinti1.com/los-peores-presagios-se-confirman-milw0rm-nos-deja/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Canción de fin de semana. Bulls On Parade &#8211; Rage Against The Machine</title>
		<link>http://veinti1.com/cancion-de-fin-de-semana/</link>
		<comments>http://veinti1.com/cancion-de-fin-de-semana/#comments</comments>
		<pubDate>Fri, 05 Jun 2009 00:40:56 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://veinti1.com/?p=185</guid>
		<description><![CDATA[De chico flipaba escuchando esta canción con mi Walkman SONY. La podía escuchar 20 veces seguidas.]]></description>
			<content:encoded><![CDATA[<p>De chico flipaba escuchando esta canción con mi Walkman SONY. La podía escuchar 20 veces seguidas.</p>
<p><object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/-58-36lSqG4&#038;hl=es&#038;fs=1&#038;"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/-58-36lSqG4&#038;hl=es&#038;fs=1&#038;" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://veinti1.com/cancion-de-fin-de-semana/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>getTorrent.py &#8211; nueva versión.</title>
		<link>http://veinti1.com/gettorrentpy-nueva-version/</link>
		<comments>http://veinti1.com/gettorrentpy-nueva-version/#comments</comments>
		<pubDate>Fri, 10 Apr 2009 18:23:01 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[opensource]]></category>
		<category><![CDATA[programacion]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://veinti1.com/?p=174</guid>
		<description><![CDATA[¿Que es? He subido una nueva versión debido a cambios en el RSS de mininova que no me parseaba correctamente los seechs y leechs. Podeís descargarla desde aquí.]]></description>
			<content:encoded><![CDATA[<p><a href="http://veinti1.com/gettorrentpy-script-para-descarga-de-torrent-del-rss-de-mininova-y-anadirlos-a-mldonkey/" target="_blank">¿Que es?</a></p>
<p>He subido una nueva versión debido a cambios en el RSS de mininova que no me parseaba correctamente los seechs y leechs.</p>
<p>Podeís descargarla desde <a href="http://doc.veinti1.com/getTorrent.tar.gz">aquí</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://veinti1.com/gettorrentpy-nueva-version/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Feliz Navidad . .  .</title>
		<link>http://veinti1.com/feliz-navidad-2/</link>
		<comments>http://veinti1.com/feliz-navidad-2/#comments</comments>
		<pubDate>Wed, 24 Dec 2008 06:00:29 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://veinti1.com/?p=152</guid>
		<description><![CDATA[&#8220;ser felices ya que es lo único que podemos hacer que valga la pena&#8221; Paranoid android Please could you stop the noise I&#8217;m tryin to get some rest From all the unborn chicken voices in my head What&#8217;s that? What&#8217;s that? When I am king you will be first against the wall With your opinions [...]]]></description>
			<content:encoded><![CDATA[<p><em>&#8220;ser felices ya que es lo único que podemos hacer que valga la pena&#8221;</em></p>
<p><object width="425" height="344" data="http://www.youtube.com/v/szdWPWnnNls&amp;hl=en&amp;fs=1" type="application/x-shockwave-flash"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/szdWPWnnNls&amp;hl=en&amp;fs=1" /><param name="allowfullscreen" value="true" /></object><br />
Paranoid android</p>
<p>Please could you stop the noise I&#8217;m tryin to get some rest<br />
From all the unborn chicken voices in my head<br />
What&#8217;s that?<br />
What&#8217;s that?</p>
<p>When I am king you will be first against the wall<br />
With your opinions which are of no consequence at all<br />
What&#8217;s that?<br />
What&#8217;s that?</p>
<p>Ambition makes you look pretty ugly<br />
Kicking screaming gucci little piggy</p>
<p>You don&#8217;t remember, you don&#8217;t remember<br />
Why don&#8217;t you remember my name?<br />
Off with his head man, off with his head!<br />
Why won&#8217;t he remember my name?<br />
I guess he does</p>
<p>Raindown raindown come and raindown on me<br />
From a great height, from a great haaaeeeeeiii.<br />
haaaaeeeeeiiii<br />
Raindown rain down come and rain down on me<br />
From a great height, from a great aaaaaeeeeee</p>
<p>That&#8217;s it sir you&#8217;re leaving<br />
The crackle of pig skin<br />
The dust and the screaming<br />
The yuppies networking<br />
The panic<br />
The vomit<br />
The panic<br />
The vomit<br />
God loves his children<br />
God loves his children, yeah</p>
]]></content:encoded>
			<wfw:commentRss>http://veinti1.com/feliz-navidad-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>El fin de Windows se acerca &#8230;</title>
		<link>http://veinti1.com/el-fin-de-windows-se-acerca/</link>
		<comments>http://veinti1.com/el-fin-de-windows-se-acerca/#comments</comments>
		<pubDate>Wed, 29 Oct 2008 15:00:22 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://veinti1.com/?p=115</guid>
		<description><![CDATA[Parece que han cometido el error empresial que los guiará al abismo, han dejado de copiar a Mac Os para copiar a KDE. Windows 7]]></description>
			<content:encoded><![CDATA[<p>Parece que han cometido el error empresial que los guiará al abismo, han dejado de copiar a Mac Os para copiar a KDE.</p>
<p>Windows 7<br />
<img src="http://doc.veinti1.com/img_veinti1.com/windows7.png"></p>
]]></content:encoded>
			<wfw:commentRss>http://veinti1.com/el-fin-de-windows-se-acerca/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Canción para el Viernes</title>
		<link>http://veinti1.com/cancion-para-el-viernes-2/</link>
		<comments>http://veinti1.com/cancion-para-el-viernes-2/#comments</comments>
		<pubDate>Fri, 10 Oct 2008 06:00:25 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://veinti1.com/?p=110</guid>
		<description><![CDATA[Porque no todos los viernes son iguales.]]></description>
			<content:encoded><![CDATA[<p>Porque no todos los viernes son iguales.</p>
<p><object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/8yAef_UsC5Y&#038;hl=en&#038;fs=1"></param><param name="allowFullScreen" value="true"></param><embed src="http://www.youtube.com/v/8yAef_UsC5Y&#038;hl=en&#038;fs=1" type="application/x-shockwave-flash" allowfullscreen="true" width="425" height="344"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://veinti1.com/cancion-para-el-viernes-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

