<?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:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>sOrIa'S bLoG</title>
	<atom:link href="http://dsoria.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://dsoria.wordpress.com</link>
	<description>B-)</description>
	<pubDate>Fri, 09 May 2008 14:26:33 +0000</pubDate>
	<generator>http://wordpress.org/?v=MU</generator>
	<language>es</language>
			<item>
		<title>prueba</title>
		<link>http://dsoria.wordpress.com/2008/05/09/prueba/</link>
		<comments>http://dsoria.wordpress.com/2008/05/09/prueba/#comments</comments>
		<pubDate>Fri, 09 May 2008 14:26:33 +0000</pubDate>
		<dc:creator>dsoria</dc:creator>
		
		<category><![CDATA[General]]></category>

		<category><![CDATA[google reader]]></category>

		<guid isPermaLink="false">http://dsoria.wordpress.com/?p=36</guid>
		<description><![CDATA[
       ]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><br />
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/dsoria.wordpress.com/36/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/dsoria.wordpress.com/36/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/dsoria.wordpress.com/36/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/dsoria.wordpress.com/36/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/dsoria.wordpress.com/36/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/dsoria.wordpress.com/36/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/dsoria.wordpress.com/36/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/dsoria.wordpress.com/36/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/dsoria.wordpress.com/36/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/dsoria.wordpress.com/36/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/dsoria.wordpress.com/36/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/dsoria.wordpress.com/36/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dsoria.wordpress.com&blog=391127&post=36&subd=dsoria&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://dsoria.wordpress.com/2008/05/09/prueba/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/dsoria-128.jpg" medium="image">
			<media:title type="html">dsoria</media:title>
		</media:content>
	</item>
		<item>
		<title>Actualizar de una distribución de Ubuntu a otra</title>
		<link>http://dsoria.wordpress.com/2008/04/24/actualizar-de-una-distribucion-de-ubuntu-a-otra/</link>
		<comments>http://dsoria.wordpress.com/2008/04/24/actualizar-de-una-distribucion-de-ubuntu-a-otra/#comments</comments>
		<pubDate>Thu, 24 Apr 2008 22:08:28 +0000</pubDate>
		<dc:creator>dsoria</dc:creator>
		
		<category><![CDATA[UNIX]]></category>

		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://dsoria.wordpress.com/?p=35</guid>
		<description><![CDATA[Para poder actualizar alguna distribución de Ubuntu que tengamos instalada por la mas reciente, hay que considerar que sólo podemos actualizar de acuerdo a versiónes, es decir:
Si tengo Dapper, tengo que actualizar a Edgy
Si tego Edgy, tengo que actualizar a Feisty &#8230;.
y así sucesivamente&#8230;.
Considerando el primer ejemplo:
1. Hay que cambiar los repositorios:
$ sudo sed -e [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Para poder actualizar alguna distribución de Ubuntu que tengamos instalada por la mas reciente, hay que considerar que sólo podemos actualizar de acuerdo a versiónes, es decir:</p>
<p>Si tengo Dapper, tengo que actualizar a Edgy<br />
Si tego Edgy, tengo que actualizar a Feisty &#8230;.</p>
<p>y así sucesivamente&#8230;.</p>
<p>Considerando el primer ejemplo:</p>
<p><strong>1. Hay que cambiar los repositorios:</strong></p>
<blockquote><p><code>$ sudo sed -e 's/dapper/edgy/g' -i /etc/apt/sources.list</code></p></blockquote>
<p>es decir, con el comando <code>sed</code> editamos el archivo <code>sources.list</code> y sustituimos la cadena dapper, por la cadena edgy.</p>
<p><strong><br />
2. Actualizamos los paquetes del sistema:</strong></p>
<blockquote><p><code>$ sudo apt-get update</code></p></blockquote>
<p><strong>3. Finalmente actualizamos la distribución.</strong> No olvidar respaldar la información por si las dudas <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> y tambien ir a dar una vuelta, por que este proceso tarda un poco.</p>
<blockquote><p>
<code>$ sudo apt-get dist-upgrade</code></p></blockquote>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/dsoria.wordpress.com/35/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/dsoria.wordpress.com/35/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/dsoria.wordpress.com/35/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/dsoria.wordpress.com/35/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/dsoria.wordpress.com/35/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/dsoria.wordpress.com/35/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/dsoria.wordpress.com/35/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/dsoria.wordpress.com/35/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/dsoria.wordpress.com/35/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/dsoria.wordpress.com/35/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/dsoria.wordpress.com/35/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/dsoria.wordpress.com/35/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dsoria.wordpress.com&blog=391127&post=35&subd=dsoria&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://dsoria.wordpress.com/2008/04/24/actualizar-de-una-distribucion-de-ubuntu-a-otra/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/dsoria-128.jpg" medium="image">
			<media:title type="html">dsoria</media:title>
		</media:content>
	</item>
		<item>
		<title>Algunos comandos que posiblemente no conozcan</title>
		<link>http://dsoria.wordpress.com/2008/04/18/algunos-comandos-que-posiblemente-no-conozcan/</link>
		<comments>http://dsoria.wordpress.com/2008/04/18/algunos-comandos-que-posiblemente-no-conozcan/#comments</comments>
		<pubDate>Fri, 18 Apr 2008 23:37:12 +0000</pubDate>
		<dc:creator>dsoria</dc:creator>
		
		<category><![CDATA[UNIX]]></category>

		<category><![CDATA[unix comands]]></category>

		<guid isPermaLink="false">http://dsoria.wordpress.com/?p=34</guid>
		<description><![CDATA[Saber rapidamente el PID de algún proceso:
$ pgrep ssh

El resultado será la lista de los PID&#8217;s del proceso ssh (security shell)
Ejecutar el ultimo comando que se tecleo
$ !!

Se ejecutará el ultimo comando del history o de la linea de comandos
Ejecutar el último comando que empieza con alguna letra&#8230;..
$ !h

Ejecutara el último comando del history que [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p><strong>Saber rapidamente el PID de algún proceso:</strong></p>
<p><code>$ pgrep ssh</p>
<p></code></p>
<p>El resultado será la lista de los PID&#8217;s del proceso ssh (security shell)</p>
<p><strong>Ejecutar el ultimo comando que se tecleo</strong></p>
<p><code>$ !!</p>
<p></code></p>
<p>Se ejecutará el ultimo comando del history o de la linea de comandos</p>
<p><strong>Ejecutar el último comando que empieza con alguna letra&#8230;..</strong></p>
<p><code>$ !h</p>
<p></code></p>
<p>Ejecutara el último comando del history que empiece con la letra &#8220;h&#8221;</p>
<p><strong>Ejecutar un comando repetidamente y desplegar la salida</strong></p>
<p>Por default, watch ejecuta cada 2 segundos el parámetro que se le da.</p>
<p><code>$ watch -d ls -l</p>
<p></code></p>
<p><strong>Salvar archivo y salirnos del editor VI rapidamente</strong></p>
<p>Dentro de vi, nos vamos a &#8220;modo comando&#8221; presionando tecla ESC y luego:</p>
<p><code>SHIFT + Z</code></p>
<p><strong>Cerrar una sesión en una terminal de manera veloz</strong></p>
<p><code>CTRL+D</code></p>
<p><strong>Entrar al último directorio donde estuvimos</strong></p>
<p><code>$ cd - </p>
<p></code></p>
<p><strong>Creación de directorios y subdirectorios con una sóla instrucción</strong></p>
<p><code>$ mkdir -p /home/dany/uno/otro/yotro/mas/directorios/ </p>
<p></code></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/dsoria.wordpress.com/34/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/dsoria.wordpress.com/34/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/dsoria.wordpress.com/34/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/dsoria.wordpress.com/34/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/dsoria.wordpress.com/34/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/dsoria.wordpress.com/34/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/dsoria.wordpress.com/34/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/dsoria.wordpress.com/34/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/dsoria.wordpress.com/34/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/dsoria.wordpress.com/34/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/dsoria.wordpress.com/34/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/dsoria.wordpress.com/34/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dsoria.wordpress.com&blog=391127&post=34&subd=dsoria&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://dsoria.wordpress.com/2008/04/18/algunos-comandos-que-posiblemente-no-conozcan/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/dsoria-128.jpg" medium="image">
			<media:title type="html">dsoria</media:title>
		</media:content>
	</item>
		<item>
		<title>La tierra de noche</title>
		<link>http://dsoria.wordpress.com/2008/03/08/la-tierra-de-noche/</link>
		<comments>http://dsoria.wordpress.com/2008/03/08/la-tierra-de-noche/#comments</comments>
		<pubDate>Sat, 08 Mar 2008 01:14:36 +0000</pubDate>
		<dc:creator>dsoria</dc:creator>
		
		<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://dsoria.wordpress.com/?p=33</guid>
		<description><![CDATA[Que fotografías tan cool de la tierra. 
:O  






fuente
       ]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Que fotografías tan cool de la tierra. </p>
<p>:O <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
<p><img src="http://thecontaminated.com/wp-content/uploads/2008/03/earthatnigh-asia.jpg" alt="asia" /></p>
<p><img src="http://thecontaminated.com/wp-content/uploads/2008/03/earthatnight_africa.jpg" alt="africa" /></p>
<p><img src="http://thecontaminated.com/wp-content/uploads/2008/03/earthatnight_america.jpg" alt="america" /></p>
<p><img src="http://thecontaminated.com/wp-content/uploads/2008/03/earthatnight_antartica.jpg" alt="antartica" /></p>
<p><img src="http://thecontaminated.com/wp-content/uploads/2008/03/earthatnight_australia.jpg" alt="australia" /></p>
<p><img src="http://thecontaminated.com/wp-content/uploads/2008/03/earthatnight-europe.jpg" alt="europas" /></p>
<p><a href="http://thecontaminated.com/earth-at-night-continents/">fuente</a></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/dsoria.wordpress.com/33/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/dsoria.wordpress.com/33/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/dsoria.wordpress.com/33/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/dsoria.wordpress.com/33/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/dsoria.wordpress.com/33/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/dsoria.wordpress.com/33/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/dsoria.wordpress.com/33/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/dsoria.wordpress.com/33/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/dsoria.wordpress.com/33/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/dsoria.wordpress.com/33/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/dsoria.wordpress.com/33/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/dsoria.wordpress.com/33/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dsoria.wordpress.com&blog=391127&post=33&subd=dsoria&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://dsoria.wordpress.com/2008/03/08/la-tierra-de-noche/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/dsoria-128.jpg" medium="image">
			<media:title type="html">dsoria</media:title>
		</media:content>

		<media:content url="http://thecontaminated.com/wp-content/uploads/2008/03/earthatnigh-asia.jpg" medium="image">
			<media:title type="html">asia</media:title>
		</media:content>

		<media:content url="http://thecontaminated.com/wp-content/uploads/2008/03/earthatnight_africa.jpg" medium="image">
			<media:title type="html">africa</media:title>
		</media:content>

		<media:content url="http://thecontaminated.com/wp-content/uploads/2008/03/earthatnight_america.jpg" medium="image">
			<media:title type="html">america</media:title>
		</media:content>

		<media:content url="http://thecontaminated.com/wp-content/uploads/2008/03/earthatnight_antartica.jpg" medium="image">
			<media:title type="html">antartica</media:title>
		</media:content>

		<media:content url="http://thecontaminated.com/wp-content/uploads/2008/03/earthatnight_australia.jpg" medium="image">
			<media:title type="html">australia</media:title>
		</media:content>

		<media:content url="http://thecontaminated.com/wp-content/uploads/2008/03/earthatnight-europe.jpg" medium="image">
			<media:title type="html">europas</media:title>
		</media:content>
	</item>
		<item>
		<title>Festival All Points West</title>
		<link>http://dsoria.wordpress.com/2008/03/07/festival-all-points-west/</link>
		<comments>http://dsoria.wordpress.com/2008/03/07/festival-all-points-west/#comments</comments>
		<pubDate>Fri, 07 Mar 2008 19:16:22 +0000</pubDate>
		<dc:creator>dsoria</dc:creator>
		
		<category><![CDATA[General]]></category>

		<category><![CDATA[radiohead coachella allpoints]]></category>

		<guid isPermaLink="false">http://dsoria.wordpress.com/2008/03/07/festival-all-points-west/</guid>
		<description><![CDATA[Acabo de adquirir mi pass 3 days  
allá nos vemos nueva jersey!!!

       ]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Acabo de adquirir mi pass 3 days <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
<p>allá nos vemos nueva jersey!!!</p>
<p><img src="http://a41.ac-images.myspacecdn.com/images01/95/l_1fdee67ee6fd402227bd82d2ad974390.jpg" alt="all poinst" /></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/dsoria.wordpress.com/32/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/dsoria.wordpress.com/32/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/dsoria.wordpress.com/32/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/dsoria.wordpress.com/32/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/dsoria.wordpress.com/32/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/dsoria.wordpress.com/32/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/dsoria.wordpress.com/32/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/dsoria.wordpress.com/32/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/dsoria.wordpress.com/32/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/dsoria.wordpress.com/32/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/dsoria.wordpress.com/32/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/dsoria.wordpress.com/32/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dsoria.wordpress.com&blog=391127&post=32&subd=dsoria&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://dsoria.wordpress.com/2008/03/07/festival-all-points-west/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/dsoria-128.jpg" medium="image">
			<media:title type="html">dsoria</media:title>
		</media:content>

		<media:content url="http://a41.ac-images.myspacecdn.com/images01/95/l_1fdee67ee6fd402227bd82d2ad974390.jpg" medium="image">
			<media:title type="html">all poinst</media:title>
		</media:content>
	</item>
		<item>
		<title>Desbloqueo de canciones en Guitar Hero 3</title>
		<link>http://dsoria.wordpress.com/2008/03/06/desbloqueo-de-canciones-en-guitar-hero-3/</link>
		<comments>http://dsoria.wordpress.com/2008/03/06/desbloqueo-de-canciones-en-guitar-hero-3/#comments</comments>
		<pubDate>Thu, 06 Mar 2008 19:54:10 +0000</pubDate>
		<dc:creator>dsoria</dc:creator>
		
		<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://dsoria.wordpress.com/2008/03/06/desbloqueo-de-canciones-en-guitar-hero-3/</guid>
		<description><![CDATA[He aqui la combinación de colores para desbloquear toooodas las canciones del juego:
Yellow &#38; Orange, Red &#38; Blue, Red &#38; Orange, Green &#38; Blue, Red &#38; Yellow, Yellow &#38; Orange, Red &#38; Yellow, Red &#38; Blue, Green &#38; Yellow x2, Yellow &#38; Blue x2, Yellow &#38; Orange x2, Yellow &#38; Blue, Yellow, Red, Red &#38; [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>He aqui la combinación de colores para desbloquear toooodas las canciones del juego:<em></p>
<p>Yellow &amp; Orange, Red &amp; Blue, Red &amp; Orange, Green &amp; Blue, Red &amp; Yellow, Yellow &amp; Orange, Red &amp; Yellow, Red &amp; Blue, Green &amp; Yellow x2, Yellow &amp; Blue x2, Yellow &amp; Orange x2, Yellow &amp; Blue, Yellow, Red, Red &amp; Yellow, Red, Yellow, Orange</em></p>
<p>Cuando hay un &amp;, quiere decir que son los 2 colores. <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p><img src="http://tbn0.google.com/images?q=tbn:4r9qtJ9UHPYKqM:http://www.xbox666.com/wp-content/uploads/2007/05/guitar_hero_3.png" alt="gh3" /></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/dsoria.wordpress.com/31/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/dsoria.wordpress.com/31/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/dsoria.wordpress.com/31/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/dsoria.wordpress.com/31/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/dsoria.wordpress.com/31/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/dsoria.wordpress.com/31/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/dsoria.wordpress.com/31/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/dsoria.wordpress.com/31/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/dsoria.wordpress.com/31/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/dsoria.wordpress.com/31/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/dsoria.wordpress.com/31/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/dsoria.wordpress.com/31/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dsoria.wordpress.com&blog=391127&post=31&subd=dsoria&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://dsoria.wordpress.com/2008/03/06/desbloqueo-de-canciones-en-guitar-hero-3/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/dsoria-128.jpg" medium="image">
			<media:title type="html">dsoria</media:title>
		</media:content>

		<media:content url="http://tbn0.google.com/images?q=tbn:4r9qtJ9UHPYKqM:http://www.xbox666.com/wp-content/uploads/2007/05/guitar_hero_3.png" medium="image">
			<media:title type="html">gh3</media:title>
		</media:content>
	</item>
		<item>
		<title>God of War para PS3, proximamente&#8230;&#8230;</title>
		<link>http://dsoria.wordpress.com/2008/03/01/god-of-war-para-ps3-proximamente/</link>
		<comments>http://dsoria.wordpress.com/2008/03/01/god-of-war-para-ps3-proximamente/#comments</comments>
		<pubDate>Sat, 01 Mar 2008 01:20:52 +0000</pubDate>
		<dc:creator>dsoria</dc:creator>
		
		<category><![CDATA[GAMES]]></category>

		<guid isPermaLink="false">http://dsoria.wordpress.com/?p=30</guid>
		<description><![CDATA[En IGN están anunciando que la secuela exitosa de GOW, llegará muy muy pronto, incluso en la liga anexa podemos ver fotografías de este teaser.
yeah! Kratos rules!

via: IGN
       ]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>En IGN <a href="http://ps3.ign.com/articles/856/856008p1.html">están anunciando</a> que la secuela exitosa de GOW, llegará muy muy pronto, incluso en la liga anexa podemos ver fotografías de este teaser.</p>
<p>yeah! Kratos rules!</p>
<p><img src="http://cache.kotaku.com/assets/resources/2008/02/god_of_war_iii.jpg" alt="kratos" /></p>
<p>via: <a href="http://ps3.ign.com">IGN</a></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/dsoria.wordpress.com/30/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/dsoria.wordpress.com/30/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/dsoria.wordpress.com/30/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/dsoria.wordpress.com/30/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/dsoria.wordpress.com/30/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/dsoria.wordpress.com/30/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/dsoria.wordpress.com/30/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/dsoria.wordpress.com/30/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/dsoria.wordpress.com/30/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/dsoria.wordpress.com/30/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/dsoria.wordpress.com/30/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/dsoria.wordpress.com/30/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dsoria.wordpress.com&blog=391127&post=30&subd=dsoria&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://dsoria.wordpress.com/2008/03/01/god-of-war-para-ps3-proximamente/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/dsoria-128.jpg" medium="image">
			<media:title type="html">dsoria</media:title>
		</media:content>

		<media:content url="http://cache.kotaku.com/assets/resources/2008/02/god_of_war_iii.jpg" medium="image">
			<media:title type="html">kratos</media:title>
		</media:content>
	</item>
		<item>
		<title>Crónica de mi Visa Norteamericana</title>
		<link>http://dsoria.wordpress.com/2008/03/01/cronica-de-mi-visa-norteamericana/</link>
		<comments>http://dsoria.wordpress.com/2008/03/01/cronica-de-mi-visa-norteamericana/#comments</comments>
		<pubDate>Sat, 01 Mar 2008 01:08:28 +0000</pubDate>
		<dc:creator>dsoria</dc:creator>
		
		<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://dsoria.wordpress.com/?p=29</guid>
		<description><![CDATA[Siempre dije que al obtener mi visa, iba a publicar dicha experiencia en un blog, asi es que, esta es mi experiencia.
Obviamente, lo primero es lo primero, hay que obtener el pasaporte, es un trámite rápido sólo que, aguas, las fotos que te piden como requisito ni siquiera son las que van a venir en [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Siempre dije que al obtener mi visa, iba a publicar dicha experiencia en un blog, asi es que, esta es mi experiencia.</p>
<p>Obviamente, lo primero es lo primero, hay que <a href="http://www.sre.gob.mx/pasaportes/primeravez/mayoresedad.htm">obtener el pasaporte</a>, es un trámite rápido sólo que, aguas, las fotos que te piden como requisito ni siquiera son las que van a venir en tu pasaporte, son fotos para archivo! Yo me presente bien pandroso, pensando en que mis fotos ejecutivas eran suficientes, pero no es así, te toman la foto, con en la licencia de conducir, y así sali xD jojo</p>
<p>Ok, sigue la visa, para empezar, hay que <a href="http://www.usvisa-mexico.com/visa-web/index.jsp?locale=es_MX">tramitar la entrevista con el cónsul</a>, eso es rápido si se tiene la tarjeta de crédito puesto que al pagar, tenemos derecho a un usuario temporal en el sistema de citas de la embajada. Desde ahi se tramita todo, la fecha de la cita, la impresión de las formas, todo todo <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>Bueno, las formas se tienen que llenar en ingles, adicionalmente tienes que recabar todo el papeleo necesario que justifique 2 cosas, que tienes dinero, y que vas a regresar a la de a fuerzas. Yo obviamente lleve edos. de cuenta, polizas, declaraciones, recibos y hasta mi comprobante de empleo. Esto es importante por que el cónsul certifica ese dato, quiere ver en donde trabajas y cuanto ganas.</p>
<p>Llegué a mi cita, te toca un turno como si estuvieras en el banco, luego sigue la revisión, si llevas celular y cinturon te los quitan como si fueras delincuente. Ok, paso siguiente, esperar y esperar tu turno, pasaron 3 horas y apenas iba a entrevista con el consul, creo que el día que fuí si habia mucha gente. Aquí lo mas importante, según yo, es la seguridad que muestras desde que pisas la embajada, y más cuando estás frente al consul; se te quedan viendo, te tratan de atemorizar con sus preguntas. Estas son las preguntas que me hicieron:</p>
<p><em>-Donde trabajas?</em><br />
<em>-Cuanto ganas?</em><br />
<em>En que universidad estudiaste?</em><br />
<em>-A donde vas a ir?</em><br />
<em>-Con quien vas?</em><br />
<em>-En donde te vas a hospedar ?</em><br />
<em>-Compruebame que vas a regresar</em></p>
<p>Eso es todo, estas son las preguntas que me hicieron, despues de esto, empieza la revisión de los papeles. De reojo vi que empezó a revisar mis estados de cuenta, mi comprobante laboral y al final mi cédula. Pero con eso fué suficiente, ví como firmo un papelito blanco, que en realidad es el de la mensajería, el otro papelito era de color rosa, pero lo rompió. Al final, música para mis oidos <em>&#8220;Con este papel, pase a cajas a pagar la mensajería para que le entreguen su visa&#8221;</em> .. yeahhhhhhhhhhhhhhh!</p>
<p>Es una buena experiencia estar en la embajada, mucha seguridad en tí mismo y eso es todo :).</p>
<p><img src="http://www.seguridadydefensa.com/images/noticias/bandeeuusol.jpg" alt="visa" /></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/dsoria.wordpress.com/29/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/dsoria.wordpress.com/29/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/dsoria.wordpress.com/29/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/dsoria.wordpress.com/29/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/dsoria.wordpress.com/29/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/dsoria.wordpress.com/29/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/dsoria.wordpress.com/29/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/dsoria.wordpress.com/29/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/dsoria.wordpress.com/29/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/dsoria.wordpress.com/29/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/dsoria.wordpress.com/29/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/dsoria.wordpress.com/29/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dsoria.wordpress.com&blog=391127&post=29&subd=dsoria&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://dsoria.wordpress.com/2008/03/01/cronica-de-mi-visa-norteamericana/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/dsoria-128.jpg" medium="image">
			<media:title type="html">dsoria</media:title>
		</media:content>

		<media:content url="http://www.seguridadydefensa.com/images/noticias/bandeeuusol.jpg" medium="image">
			<media:title type="html">visa</media:title>
		</media:content>
	</item>
		<item>
		<title>THIS IS PORTAAAAAAAAAAAAAAAAL xD</title>
		<link>http://dsoria.wordpress.com/2008/03/01/this-is-portaaaaaaaaaaaaaaaal-xd/</link>
		<comments>http://dsoria.wordpress.com/2008/03/01/this-is-portaaaaaaaaaaaaaaaal-xd/#comments</comments>
		<pubDate>Sat, 01 Mar 2008 00:32:31 +0000</pubDate>
		<dc:creator>dsoria</dc:creator>
		
		<category><![CDATA[GAMES]]></category>

		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://dsoria.wordpress.com/2008/03/01/this-is-portaaaaaaaaaaaaaaaal-xd/</guid>
		<description><![CDATA[
       ]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p><img src="http://www.duelinganalogs.com/comics/2008-02-28.png" alt="LOLAZO!!! XD" /></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/dsoria.wordpress.com/28/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/dsoria.wordpress.com/28/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/dsoria.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/dsoria.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/dsoria.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/dsoria.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/dsoria.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/dsoria.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/dsoria.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/dsoria.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/dsoria.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/dsoria.wordpress.com/28/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dsoria.wordpress.com&blog=391127&post=28&subd=dsoria&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://dsoria.wordpress.com/2008/03/01/this-is-portaaaaaaaaaaaaaaaal-xd/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/dsoria-128.jpg" medium="image">
			<media:title type="html">dsoria</media:title>
		</media:content>

		<media:content url="http://www.duelinganalogs.com/comics/2008-02-28.png" medium="image">
			<media:title type="html">LOLAZO!!! XD</media:title>
		</media:content>
	</item>
		<item>
		<title>Como configurar amsn para &#8220;ver lo que estoy escuchando&#8221;</title>
		<link>http://dsoria.wordpress.com/2008/02/29/como-configurar-amsn-para-ver-lo-que-estoy-escuchando/</link>
		<comments>http://dsoria.wordpress.com/2008/02/29/como-configurar-amsn-para-ver-lo-que-estoy-escuchando/#comments</comments>
		<pubDate>Fri, 29 Feb 2008 16:27:18 +0000</pubDate>
		<dc:creator>dsoria</dc:creator>
		
		<category><![CDATA[UNIX]]></category>

		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://dsoria.wordpress.com/?p=27</guid>
		<description><![CDATA[Bueno, para aquellos que quieren ver en funcionamiento el  aMsn  a la par con el Xmms y que se pueda ver el famoso &#8220;lo que estoy escuchando&#8221;, estos son los pasos a seguir  
1. Descargamos el paquete Music.
2. Descomprimimos y mandamos esa carpeta a estas ubicaciones:
/home/usuario/.amsn/plugins/
 y
/usr/shared/amsn/plugins/
. Esta última carpeta para que [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Bueno, para aquellos que quieren ver en funcionamiento el <a href="http://www.amsn-project.net/"> aMsn </a> a la par con el <a href="http://www.xmms.org/">Xmms</a> y que se pueda ver el famoso &#8220;lo que estoy escuchando&#8221;, estos son los pasos a seguir <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
<p>1. Descargamos el paquete <a href="http://www.amsn-project.net/plugins.php?lang=es#13">Music</a>.</p>
<p>2. Descomprimimos y mandamos esa carpeta a estas ubicaciones:
<pre>/home/usuario/.amsn/plugins/</pre>
<p> y
<pre>/usr/shared/amsn/plugins/</pre>
<p>. Esta última carpeta para que el plugin pueda ser compartido por todos los usuarios.</p>
<p>3. Desde una terminal, instalamos el plugin para el xmms:<br />
<em>$ sudo apt-get install xmms-infopipe </em></p>
<p>4. Abrimos el reproductor Xmms y en las preferencias, en la pestaña plugins generales, habilitamos el plugin <em>InfoPipe</em>. Lo mismo hacemos al abrir el aMsn, habilitamos el plugin <em>Music</em>.</p>
<p>5. Reiniciamos ambas aplicaciones y Listo! <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/dsoria.wordpress.com/27/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/dsoria.wordpress.com/27/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/dsoria.wordpress.com/27/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/dsoria.wordpress.com/27/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/dsoria.wordpress.com/27/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/dsoria.wordpress.com/27/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/dsoria.wordpress.com/27/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/dsoria.wordpress.com/27/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/dsoria.wordpress.com/27/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/dsoria.wordpress.com/27/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/dsoria.wordpress.com/27/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/dsoria.wordpress.com/27/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dsoria.wordpress.com&blog=391127&post=27&subd=dsoria&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://dsoria.wordpress.com/2008/02/29/como-configurar-amsn-para-ver-lo-que-estoy-escuchando/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/dsoria-128.jpg" medium="image">
			<media:title type="html">dsoria</media:title>
		</media:content>
	</item>
		<item>
		<title>Gears of Wars 2 !!!</title>
		<link>http://dsoria.wordpress.com/2008/02/29/gears-of-wars-2/</link>
		<comments>http://dsoria.wordpress.com/2008/02/29/gears-of-wars-2/#comments</comments>
		<pubDate>Fri, 29 Feb 2008 01:48:12 +0000</pubDate>
		<dc:creator>dsoria</dc:creator>
		
		<category><![CDATA[GAMES]]></category>

		<guid isPermaLink="false">http://dsoria.wordpress.com/?p=26</guid>
		<description><![CDATA[Señores y señoras.. 
el amo de amos&#8230; 
podrá Resistance 2 ? no lo creo&#8230; en fin&#8230;

disponible en Noviembre 2008!!!!! yeahhhhhhhh
       ]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Señores y señoras.. </p>
<p>el amo de amos&#8230; </p>
<p>podrá Resistance 2 ? no lo creo&#8230; en fin&#8230;</p>
<p><img src="http://xbox360.themanroom.com/images/news/2176b.jpg" alt="gears, only gears :D dany" /></p>
<p>disponible en Noviembre 2008!!!!! yeahhhhhhhh</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/dsoria.wordpress.com/26/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/dsoria.wordpress.com/26/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/dsoria.wordpress.com/26/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/dsoria.wordpress.com/26/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/dsoria.wordpress.com/26/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/dsoria.wordpress.com/26/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/dsoria.wordpress.com/26/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/dsoria.wordpress.com/26/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/dsoria.wordpress.com/26/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/dsoria.wordpress.com/26/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/dsoria.wordpress.com/26/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/dsoria.wordpress.com/26/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dsoria.wordpress.com&blog=391127&post=26&subd=dsoria&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://dsoria.wordpress.com/2008/02/29/gears-of-wars-2/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/dsoria-128.jpg" medium="image">
			<media:title type="html">dsoria</media:title>
		</media:content>

		<media:content url="http://xbox360.themanroom.com/images/news/2176b.jpg" medium="image">
			<media:title type="html">D dany</media:title>
		</media:content>
	</item>
		<item>
		<title>Archivos Rar en Ubuntu</title>
		<link>http://dsoria.wordpress.com/2008/02/29/archivos-rar-en-ubuntu/</link>
		<comments>http://dsoria.wordpress.com/2008/02/29/archivos-rar-en-ubuntu/#comments</comments>
		<pubDate>Fri, 29 Feb 2008 01:28:05 +0000</pubDate>
		<dc:creator>dsoria</dc:creator>
		
		<category><![CDATA[UNIX]]></category>

		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://dsoria.wordpress.com/?p=25</guid>
		<description><![CDATA[Rar es un formato de compresión con licencia, asi es que es muy dificil encontrar el paquete para ubuntu. He aquí la guía definitiva para descomprimir archivos .rar
1. Descargar el código fuente:
$ wget http://rarlabs.com/rar/rarlinux-3.6.0.tar.gz
2. Descomprimimos:
$ tar -xfvz rarlinux-3.6.0.tar.gz
3. Dentro de la carpeta descomprimida rar, instalamos:
$ sudo make install
4. Listo, a descomprimir.
$ unrar e archivo.rar
El comando [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Rar es un formato de compresión con licencia, asi es que es muy dificil encontrar el paquete para ubuntu. He aquí la guía definitiva para descomprimir archivos .rar</p>
<p>1. Descargar el código fuente:<br />
<em>$ wget http://rarlabs.com/rar/rarlinux-3.6.0.tar.gz</em></p>
<p>2. Descomprimimos:<br />
<em>$ tar -xfvz rarlinux-3.6.0.tar.gz</em></p>
<p>3. Dentro de la carpeta descomprimida rar, instalamos:<br />
<em>$ sudo make install</em></p>
<p>4. Listo, a descomprimir.<br />
<em>$ unrar e archivo.rar</em></p>
<p>El comando tiene el parámetro e, para indicar que extraiga en el directorio de trabajo actual <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/dsoria.wordpress.com/25/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/dsoria.wordpress.com/25/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/dsoria.wordpress.com/25/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/dsoria.wordpress.com/25/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/dsoria.wordpress.com/25/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/dsoria.wordpress.com/25/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/dsoria.wordpress.com/25/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/dsoria.wordpress.com/25/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/dsoria.wordpress.com/25/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/dsoria.wordpress.com/25/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/dsoria.wordpress.com/25/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/dsoria.wordpress.com/25/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dsoria.wordpress.com&blog=391127&post=25&subd=dsoria&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://dsoria.wordpress.com/2008/02/29/archivos-rar-en-ubuntu/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/dsoria-128.jpg" medium="image">
			<media:title type="html">dsoria</media:title>
		</media:content>
	</item>
		<item>
		<title>Dale otro aspecto al potente xterm :D</title>
		<link>http://dsoria.wordpress.com/2008/02/28/dale-otro-aspecto-al-potente-xterm-d/</link>
		<comments>http://dsoria.wordpress.com/2008/02/28/dale-otro-aspecto-al-potente-xterm-d/#comments</comments>
		<pubDate>Thu, 28 Feb 2008 18:06:25 +0000</pubDate>
		<dc:creator>dsoria</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://dsoria.wordpress.com/?p=24</guid>
		<description><![CDATA[Si estás aburrido del  maldito  fondo blanco por default del xterm:
xterm -bg black -fg gray -bc -cr red 
y si lo que quieres es ya tener definida esta configuración, entonces crearemos un alias:
alias xterm=&#8217;xterm -bg black -fg gray -bc -cr red&#8217; 
       ]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Si estás aburrido del <span style="text-decoration:line-through;"> maldito </span> fondo blanco por default del xterm:</p>
<p><em>xterm -bg black -fg gray -bc -cr red</em> </p>
<p>y si lo que quieres es ya tener definida esta configuración, entonces crearemos un alias:</p>
<p><em>alias xterm=&#8217;xterm -bg black -fg gray -bc -cr red&#8217;</em> <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/dsoria.wordpress.com/24/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/dsoria.wordpress.com/24/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/dsoria.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/dsoria.wordpress.com/24/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/dsoria.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/dsoria.wordpress.com/24/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/dsoria.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/dsoria.wordpress.com/24/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/dsoria.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/dsoria.wordpress.com/24/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/dsoria.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/dsoria.wordpress.com/24/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dsoria.wordpress.com&blog=391127&post=24&subd=dsoria&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://dsoria.wordpress.com/2008/02/28/dale-otro-aspecto-al-potente-xterm-d/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/dsoria-128.jpg" medium="image">
			<media:title type="html">dsoria</media:title>
		</media:content>
	</item>
		<item>
		<title>Actualizar a Firefox 2 ;)</title>
		<link>http://dsoria.wordpress.com/2008/02/28/actualizar-a-firefox-2/</link>
		<comments>http://dsoria.wordpress.com/2008/02/28/actualizar-a-firefox-2/#comments</comments>
		<pubDate>Thu, 28 Feb 2008 17:53:19 +0000</pubDate>
		<dc:creator>dsoria</dc:creator>
		
		<category><![CDATA[UNIX]]></category>

		<guid isPermaLink="false">http://dsoria.wordpress.com/?p=23</guid>
		<description><![CDATA[Pasos a seguir:

Descarga la nueva versión.
Descomprimimos el paquete en /opt

Y por ultimo, conservaremos la configuración de nuestro firefox anterior así:


cd /opt/firefox/plugins/
sudo ln -s /usr/lib/mozilla-firefox/plugins/* .

Lo ultimo que haremos es apuntar el icono de firefox dentro de sus propiedades hacía la nueva dirección:

/opt/firefox/firefox 
       ]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Pasos a seguir:</p>
<ol>
<ul><a href="http://www.mozilla-europe.org/es/products/firefox/">Descarga</a> la nueva versión.</ul>
<ul>Descomprimimos el paquete en <em>/opt</em>
</ul>
<ul>Y por ultimo, conservaremos la configuración de nuestro firefox anterior así:
</ul>
<p><em><br />
cd /opt/firefox/plugins/<br />
sudo ln -s /usr/lib/mozilla-firefox/plugins/* .<br />
</em></p>
<ul>Lo ultimo que haremos es apuntar el icono de firefox dentro de sus propiedades hacía la nueva dirección:
</ul>
<p><em>/opt/firefox/firefox </em></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/dsoria.wordpress.com/23/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/dsoria.wordpress.com/23/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/dsoria.wordpress.com/23/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/dsoria.wordpress.com/23/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/dsoria.wordpress.com/23/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/dsoria.wordpress.com/23/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/dsoria.wordpress.com/23/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/dsoria.wordpress.com/23/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/dsoria.wordpress.com/23/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/dsoria.wordpress.com/23/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/dsoria.wordpress.com/23/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/dsoria.wordpress.com/23/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dsoria.wordpress.com&blog=391127&post=23&subd=dsoria&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://dsoria.wordpress.com/2008/02/28/actualizar-a-firefox-2/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/dsoria-128.jpg" medium="image">
			<media:title type="html">dsoria</media:title>
		</media:content>
	</item>
		<item>
		<title>fotos Jalisco</title>
		<link>http://dsoria.wordpress.com/2006/12/05/fotos-jalisco/</link>
		<comments>http://dsoria.wordpress.com/2006/12/05/fotos-jalisco/#comments</comments>
		<pubDate>Tue, 05 Dec 2006 22:11:56 +0000</pubDate>
		<dc:creator>dsoria</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://dsoria.wordpress.com/2006/12/05/fotos-jalisco/</guid>
		<description><![CDATA[Veamos esta liga:



chivas



       ]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Veamos esta liga:</p>
<div style="text-align:center;width:194px;font-family:arial,sans-serif;font-size:83%;">
<div style="height:194px;background:url('http://picasaweb.google.com/f/img/transparent_album_background.gif') no-repeat left;"><a href="http://picasaweb.google.com/daniel.soria/Chivas"><img src="http://lh3.google.com/image/daniel.soria/RXGGNIXi1oE/AAAAAAAAAA0/yHVKA3w27No/s160-c/Chivas.jpg" width="160" height="160" style="border:none;margin-top:16px;padding:0;"></a></div>
<p><a href="http://picasaweb.google.com/daniel.soria/Chivas">
<div style="color:#4D4D4D;font-weight:bold;text-decoration:none;">chivas</div>
<p></a>
<div style="color:#808080;"></div>
</div>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/dsoria.wordpress.com/22/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/dsoria.wordpress.com/22/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/dsoria.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/dsoria.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/dsoria.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/dsoria.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/dsoria.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/dsoria.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/dsoria.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/dsoria.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/dsoria.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/dsoria.wordpress.com/22/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dsoria.wordpress.com&blog=391127&post=22&subd=dsoria&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://dsoria.wordpress.com/2006/12/05/fotos-jalisco/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/dsoria-128.jpg" medium="image">
			<media:title type="html">dsoria</media:title>
		</media:content>

		<media:content url="http://lh3.google.com/image/daniel.soria/RXGGNIXi1oE/AAAAAAAAAA0/yHVKA3w27No/s160-c/Chivas.jpg" medium="image" />
	</item>
		<item>
		<title>wii&#8217;s vendidos</title>
		<link>http://dsoria.wordpress.com/2006/11/19/wiis-vendidos/</link>
		<comments>http://dsoria.wordpress.com/2006/11/19/wiis-vendidos/#comments</comments>
		<pubDate>Sun, 19 Nov 2006 15:08:33 +0000</pubDate>
		<dc:creator>dsoria</dc:creator>
		
		<category><![CDATA[GAMES]]></category>

		<guid isPermaLink="false">http://dsoria.wordpress.com/2006/11/19/wiis-vendidos/</guid>
		<description><![CDATA[Se actualiza automaticamente&#8230;

       ]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Se actualiza automaticamente&#8230;</p>
<p><a><img src="http://nexgenwars.com/images/wii_forum2.jpg" width="398" height="25" border="0" /></a></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/dsoria.wordpress.com/21/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/dsoria.wordpress.com/21/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/dsoria.wordpress.com/21/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/dsoria.wordpress.com/21/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/dsoria.wordpress.com/21/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/dsoria.wordpress.com/21/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/dsoria.wordpress.com/21/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/dsoria.wordpress.com/21/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/dsoria.wordpress.com/21/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/dsoria.wordpress.com/21/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/dsoria.wordpress.com/21/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/dsoria.wordpress.com/21/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dsoria.wordpress.com&blog=391127&post=21&subd=dsoria&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://dsoria.wordpress.com/2006/11/19/wiis-vendidos/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/dsoria-128.jpg" medium="image">
			<media:title type="html">dsoria</media:title>
		</media:content>

		<media:content url="http://nexgenwars.com/images/wii_forum2.jpg" medium="image" />
	</item>
		<item>
		<title>La Interfaz del WII</title>
		<link>http://dsoria.wordpress.com/2006/10/31/la-interfaz-del-wii/</link>
		<comments>http://dsoria.wordpress.com/2006/10/31/la-interfaz-del-wii/#comments</comments>
		<pubDate>Tue, 31 Oct 2006 18:34:09 +0000</pubDate>
		<dc:creator>dsoria</dc:creator>
		
		<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://dsoria.wordpress.com/2006/10/31/la-interfaz-del-wii/</guid>
		<description><![CDATA[Desde IGN  nos muestran en el siguiente video de como se verá la interfaz del Wii. No sé si sea la última versión, pero de entrada me gustó. Habrá que esperar un poco más, queda muy poco tiempo para la salida de esta consola.
Vía  joystiq .
       ]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Desde<a href="http://www.ign.com/"> IGN </a> nos muestran en el siguiente video de como se verá la interfaz del Wii. No sé si sea la última versión, pero de entrada me gustó. Habrá que esperar un poco más, queda muy poco tiempo para la salida de esta consola.</p>
<p>Vía <a href="http://www.joystiq.com/2006/10/30/ign-previews-wiis-inteface-and-menu-system/"> joystiq </a>.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/dsoria.wordpress.com/20/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/dsoria.wordpress.com/20/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/dsoria.wordpress.com/20/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/dsoria.wordpress.com/20/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/dsoria.wordpress.com/20/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/dsoria.wordpress.com/20/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/dsoria.wordpress.com/20/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/dsoria.wordpress.com/20/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/dsoria.wordpress.com/20/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/dsoria.wordpress.com/20/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/dsoria.wordpress.com/20/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/dsoria.wordpress.com/20/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dsoria.wordpress.com&blog=391127&post=20&subd=dsoria&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://dsoria.wordpress.com/2006/10/31/la-interfaz-del-wii/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/dsoria-128.jpg" medium="image">
			<media:title type="html">dsoria</media:title>
		</media:content>
	</item>
		<item>
		<title>El indigena del Ipod</title>
		<link>http://dsoria.wordpress.com/2006/10/28/el-indigena-del-ipod/</link>
		<comments>http://dsoria.wordpress.com/2006/10/28/el-indigena-del-ipod/#comments</comments>
		<pubDate>Sat, 28 Oct 2006 13:37:47 +0000</pubDate>
		<dc:creator>dsoria</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://dsoria.wordpress.com/2006/10/28/el-indigena-del-ipod/</guid>
		<description><![CDATA[Los usuarios de google earth hallaron en Canadá al denominado Hombre del Ipod.
He aquí la imagen:

Si tienes instalado Google Earth, solo entra en la parte de busquedas del SW y digita esta coordenada:

50° 0´38.20"N 110° 6´48.32"W
via  diarioTi 
       ]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Los usuarios de google earth hallaron en Canadá al denominado Hombre del Ipod.</p>
<p>He aquí la imagen:</p>
<p><a href="http://dsoria.files.wordpress.com/2006/10/12614b_google_earth_ipod_int.jpg" title="12614b_google_earth_ipod_int.jpg"><img src="http://dsoria.files.wordpress.com/2006/10/12614b_google_earth_ipod_int.jpg" alt="12614b_google_earth_ipod_int.jpg" /></a></p>
<p>Si tienes instalado Google Earth, solo entra en la parte de busquedas del SW y digita esta coordenada:</p>
<pre>
50° 0´38.20"N 110° 6´48.32"W</pre>
<p>via <a href="http://www.diarioti.com/gate/n.php?id=12614"> diarioTi </a></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/dsoria.wordpress.com/18/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/dsoria.wordpress.com/18/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/dsoria.wordpress.com/18/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/dsoria.wordpress.com/18/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/dsoria.wordpress.com/18/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/dsoria.wordpress.com/18/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/dsoria.wordpress.com/18/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/dsoria.wordpress.com/18/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/dsoria.wordpress.com/18/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/dsoria.wordpress.com/18/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/dsoria.wordpress.com/18/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/dsoria.wordpress.com/18/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dsoria.wordpress.com&blog=391127&post=18&subd=dsoria&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://dsoria.wordpress.com/2006/10/28/el-indigena-del-ipod/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/dsoria-128.jpg" medium="image">
			<media:title type="html">dsoria</media:title>
		</media:content>

		<media:content url="http://dsoria.files.wordpress.com/2006/10/12614b_google_earth_ipod_int.jpg" medium="image">
			<media:title type="html">12614b_google_earth_ipod_int.jpg</media:title>
		</media:content>
	</item>
		<item>
		<title>Efecto Browser</title>
		<link>http://dsoria.wordpress.com/2006/10/27/efecto-browser/</link>
		<comments>http://dsoria.wordpress.com/2006/10/27/efecto-browser/#comments</comments>
		<pubDate>Fri, 27 Oct 2006 19:04:31 +0000</pubDate>
		<dc:creator>dsoria</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://dsoria.wordpress.com/2006/10/27/efecto-browser/</guid>
		<description><![CDATA[Instrucciones
1. Respiren profundamente
2. Copien este código en la barra de direcciones del navegador:

javascript:scroll(0,0); R=0; x1=.1; y1=.05; x2=.25; y2=.24; x3=1.6; y3=.24; x4=300; y4=200;
x5=300; y5=200; DI=document.getElementsByTagName("img"); DIL=DI.length;
function A(){for(i=0; i-DIL; i++){DIS=DI[ i ].style;
DIS.position='absolute'; DIS.left=(Math.sin(R*x1+i*x2+x3)*x4+x5)+"px";
DIS.top=(Math.cos(R*y1+i*y2+y3)*y4+y5)+"px"}R++}setInterval('A()',5);
void(0);

3. Enter
       ]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Instrucciones</p>
<p>1. Respiren profundamente</p>
<p>2. Copien este código en la barra de direcciones del navegador:</p>
<blockquote>
<pre>javascript:scroll(0,0); R=0; x1=.1; y1=.05; x2=.25; y2=.24; x3=1.6; y3=.24; x4=300; y4=200;</pre>
<pre>x5=300; y5=200; DI=document.getElementsByTagName("img"); DIL=DI.length;</pre>
<pre>function A(){for(i=0; i-DIL; i++){DIS=DI[ i ].style;</pre>
<pre>DIS.position='absolute'; DIS.left=(Math.sin(R*x1+i*x2+x3)*x4+x5)+"px";</pre>
<pre>DIS.top=(Math.cos(R*y1+i*y2+y3)*y4+y5)+"px"}R++}setInterval('A()',5);</pre>
<pre>void(0);</pre>
</blockquote>
<p>3. Enter</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/dsoria.wordpress.com/17/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/dsoria.wordpress.com/17/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/dsoria.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/dsoria.wordpress.com/17/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/dsoria.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/dsoria.wordpress.com/17/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/dsoria.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/dsoria.wordpress.com/17/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/dsoria.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/dsoria.wordpress.com/17/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/dsoria.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/dsoria.wordpress.com/17/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dsoria.wordpress.com&blog=391127&post=17&subd=dsoria&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://dsoria.wordpress.com/2006/10/27/efecto-browser/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/dsoria-128.jpg" medium="image">
			<media:title type="html">dsoria</media:title>
		</media:content>
	</item>
		<item>
		<title>Sandwich</title>
		<link>http://dsoria.wordpress.com/2006/10/23/s/</link>
		<comments>http://dsoria.wordpress.com/2006/10/23/s/#comments</comments>
		<pubDate>Mon, 23 Oct 2006 03:44:03 +0000</pubDate>
		<dc:creator>dsoria</dc:creator>
		
		<category><![CDATA[UNIX]]></category>

		<guid isPermaLink="false">http://dsoria.wordpress.com/2006/10/23/s/</guid>
		<description><![CDATA[Comprendiendo el comando sudo de UNIX

He  aquí  la liga a Wikipedia
       ]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Comprendiendo el comando <strong>sudo </strong>de UNIX</p>
<p><img src="http://dsoria.files.wordpress.com/2006/10/sandwich5.png" alt="sandwich5.png" /></p>
<p>He <a href="http://en.wikipedia.org/wiki/Sudo"> aquí </a> la liga a Wikipedia</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/dsoria.wordpress.com/15/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/dsoria.wordpress.com/15/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/dsoria.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/dsoria.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/dsoria.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/dsoria.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/dsoria.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/dsoria.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/dsoria.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/dsoria.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/dsoria.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/dsoria.wordpress.com/15/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dsoria.wordpress.com&blog=391127&post=15&subd=dsoria&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://dsoria.wordpress.com/2006/10/23/s/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/dsoria-128.jpg" medium="image">
			<media:title type="html">dsoria</media:title>
		</media:content>

		<media:content url="http://dsoria.files.wordpress.com/2006/10/sandwich5.png" medium="image">
			<media:title type="html">sandwich5.png</media:title>
		</media:content>
	</item>
		<item>
		<title>cool</title>
		<link>http://dsoria.wordpress.com/2006/10/05/cool/</link>
		<comments>http://dsoria.wordpress.com/2006/10/05/cool/#comments</comments>
		<pubDate>Thu, 05 Oct 2006 01:28:10 +0000</pubDate>
		<dc:creator>dsoria</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://dsoria.wordpress.com/2006/10/05/cool/</guid>
		<description><![CDATA[Bienvenidos a este blog dedicado a todo lo que tenga que ver con computadoras y tecnologías.
salu2
dany
       ]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Bienvenidos a este blog dedicado a todo lo que tenga que ver con computadoras y tecnologías.</p>
<p>salu2</p>
<p>dany</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/dsoria.wordpress.com/6/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/dsoria.wordpress.com/6/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/dsoria.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/dsoria.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/dsoria.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/dsoria.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/dsoria.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/dsoria.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/dsoria.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/dsoria.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/dsoria.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/dsoria.wordpress.com/6/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dsoria.wordpress.com&blog=391127&post=6&subd=dsoria&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://dsoria.wordpress.com/2006/10/05/cool/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/dsoria-128.jpg" medium="image">
			<media:title type="html">dsoria</media:title>
		</media:content>
	</item>
	</channel>
</rss>