<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Gaddiel Espinosa Weblog</title>
	<atom:link href="http://gades.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://gades.wordpress.com</link>
	<description>tecnología, linux y más.</description>
	<lastBuildDate>Thu, 20 Oct 2011 02:38:14 +0000</lastBuildDate>
	<language>es</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='gades.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Gaddiel Espinosa Weblog</title>
		<link>http://gades.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://gades.wordpress.com/osd.xml" title="Gaddiel Espinosa Weblog" />
	<atom:link rel='hub' href='http://gades.wordpress.com/?pushpress=hub'/>
		<item>
		<title>test</title>
		<link>http://gades.wordpress.com/2011/10/19/test/</link>
		<comments>http://gades.wordpress.com/2011/10/19/test/#comments</comments>
		<pubDate>Thu, 20 Oct 2011 02:38:13 +0000</pubDate>
		<dc:creator>gades</dc:creator>
		
		<guid isPermaLink="false">http://gades.wordpress.com/?p=91</guid>
		<description><![CDATA[test<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gades.wordpress.com&amp;blog=2561864&amp;post=91&amp;subd=gades&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>test</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/gades.wordpress.com/91/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/gades.wordpress.com/91/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/gades.wordpress.com/91/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/gades.wordpress.com/91/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/gades.wordpress.com/91/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/gades.wordpress.com/91/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/gades.wordpress.com/91/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/gades.wordpress.com/91/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/gades.wordpress.com/91/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/gades.wordpress.com/91/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/gades.wordpress.com/91/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/gades.wordpress.com/91/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/gades.wordpress.com/91/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/gades.wordpress.com/91/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gades.wordpress.com&amp;blog=2561864&amp;post=91&amp;subd=gades&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://gades.wordpress.com/2011/10/19/test/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/abc4b95d593c8faf28b9cb34ea48ea15?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">gades</media:title>
		</media:content>
	</item>
		<item>
		<title>Como hacer un tar remoto y traer de regreso el archivo en una sola conexión SSH (En Unix)</title>
		<link>http://gades.wordpress.com/2011/10/19/como-hacer-un-tar-remoto-y-traer-de-regreso-el-archivo-en-una-sola-conexion-ssh-en-unix/</link>
		<comments>http://gades.wordpress.com/2011/10/19/como-hacer-un-tar-remoto-y-traer-de-regreso-el-archivo-en-una-sola-conexion-ssh-en-unix/#comments</comments>
		<pubDate>Thu, 20 Oct 2011 02:25:47 +0000</pubDate>
		<dc:creator>gades</dc:creator>
		
		<guid isPermaLink="false">http://gades.wordpress.com/?p=84</guid>
		<description><![CDATA[implemente haciendo ssh root@[Maquina] &#8220;tar -zcfP archivo.tar.gz [AlgunDirectorio] &#38;&#62; /dev/null &#38;&#38; cat archivo.tar.gz&#8221; &#62; archivo.tar.gz noten que desvio la salida de errores y la de output a &#38;&#62; /dev/null para evitar basurilla, luego simplemente hacemos un cat en el server remoto y luego desviamos la salida estandar del comando entero de SSH en un simple [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gades.wordpress.com&amp;blog=2561864&amp;post=84&amp;subd=gades&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>implemente haciendo</p>
<p>ssh root@[Maquina] &#8220;tar -zcfP archivo.tar.gz [AlgunDirectorio] &amp;&gt; /dev/null &amp;&amp; cat archivo.tar.gz&#8221; &gt; archivo.tar.gz</p>
<p>noten que desvio la salida de errores y la de output a &amp;&gt; /dev/null para evitar basurilla, luego simplemente hacemos</p>
<p>un cat en el server remoto y luego desviamos la salida estandar del comando entero de SSH en un simple archivo.</p>
<p>Asi nos queda de forma local un archivo tar.gz totalmente pristino</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/gades.wordpress.com/84/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/gades.wordpress.com/84/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/gades.wordpress.com/84/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/gades.wordpress.com/84/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/gades.wordpress.com/84/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/gades.wordpress.com/84/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/gades.wordpress.com/84/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/gades.wordpress.com/84/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/gades.wordpress.com/84/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/gades.wordpress.com/84/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/gades.wordpress.com/84/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/gades.wordpress.com/84/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/gades.wordpress.com/84/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/gades.wordpress.com/84/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gades.wordpress.com&amp;blog=2561864&amp;post=84&amp;subd=gades&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://gades.wordpress.com/2011/10/19/como-hacer-un-tar-remoto-y-traer-de-regreso-el-archivo-en-una-sola-conexion-ssh-en-unix/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/abc4b95d593c8faf28b9cb34ea48ea15?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">gades</media:title>
		</media:content>
	</item>
		<item>
		<title>Instalación de paquetes rpm</title>
		<link>http://gades.wordpress.com/2011/09/21/instalacion-de-paquetes-rpm/</link>
		<comments>http://gades.wordpress.com/2011/09/21/instalacion-de-paquetes-rpm/#comments</comments>
		<pubDate>Wed, 21 Sep 2011 16:31:04 +0000</pubDate>
		<dc:creator>gades</dc:creator>
				<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://gades.wordpress.com/?p=82</guid>
		<description><![CDATA[rpm -q (me dice si este paquete ya esta instalado o no) rpm -qa (me dice todos los paquetes que están instalados) rpm -i (instala el paquete) rpm -e (desinstala el paquete) rpm -ivh (para instalar y ver el progreso) rpm -Uvh (para instalar y actualizar el paquete)<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gades.wordpress.com&amp;blog=2561864&amp;post=82&amp;subd=gades&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>rpm -q (me dice si este paquete ya esta instalado o no)</p>
<p>rpm -qa (me dice todos los paquetes que están instalados)</p>
<p>rpm -i (instala el paquete)</p>
<p>rpm -e (desinstala el paquete)</p>
<p>rpm -ivh (para instalar y ver el progreso)</p>
<p>rpm -Uvh (para instalar y actualizar el paquete)</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/gades.wordpress.com/82/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/gades.wordpress.com/82/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/gades.wordpress.com/82/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/gades.wordpress.com/82/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/gades.wordpress.com/82/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/gades.wordpress.com/82/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/gades.wordpress.com/82/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/gades.wordpress.com/82/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/gades.wordpress.com/82/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/gades.wordpress.com/82/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/gades.wordpress.com/82/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/gades.wordpress.com/82/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/gades.wordpress.com/82/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/gades.wordpress.com/82/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gades.wordpress.com&amp;blog=2561864&amp;post=82&amp;subd=gades&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://gades.wordpress.com/2011/09/21/instalacion-de-paquetes-rpm/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/abc4b95d593c8faf28b9cb34ea48ea15?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">gades</media:title>
		</media:content>
	</item>
		<item>
		<title>Como desempaquetar archivos zip, rar, tar.gz, bz2, tar.bz2 por la terminal</title>
		<link>http://gades.wordpress.com/2010/03/02/como-desempaquetar-archivos-zip-rar-tar-gz-bz2-tar-bz2-por-la-terminal/</link>
		<comments>http://gades.wordpress.com/2010/03/02/como-desempaquetar-archivos-zip-rar-tar-gz-bz2-tar-bz2-por-la-terminal/#comments</comments>
		<pubDate>Wed, 03 Mar 2010 02:19:33 +0000</pubDate>
		<dc:creator>gades</dc:creator>
				<category><![CDATA[tecnologia]]></category>
		<category><![CDATA[consola]]></category>
		<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://gades.wordpress.com/?p=78</guid>
		<description><![CDATA[Para descomprimir esteo formatos de archivos los comandos son simples: zip: gunzip nombredearchivo.zip rar: unrar x nombredearchivo.rar tar: tar -xvf nombredearchivo.tar tar.gz: tar -vzxf nombredearchivo.tar.gz bz2: bunzip nombredearchivo.bz2 tar.bz2: tar -jxvf nombredearchivo.tar.bz2<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gades.wordpress.com&amp;blog=2561864&amp;post=78&amp;subd=gades&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Para descomprimir esteo formatos de  archivos los comandos son simples:</p>
<p>zip:</p>
<p><strong>gunzip nombredearchivo.zip</strong></p>
<p>rar:</p>
<p><strong>unrar x nombredearchivo.rar</strong></p>
<p>tar:</p>
<p><strong>tar -xvf nombredearchivo.tar</strong></p>
<p>tar.gz:</p>
<p><strong>tar -vzxf nombredearchivo.tar.gz</strong></p>
<p>bz2:</p>
<p><strong>bunzip nombredearchivo.bz2</strong></p>
<p>tar.bz2:</p>
<p><strong>tar -jxvf nombredearchivo.tar.bz2</strong></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/gades.wordpress.com/78/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/gades.wordpress.com/78/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/gades.wordpress.com/78/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/gades.wordpress.com/78/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/gades.wordpress.com/78/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/gades.wordpress.com/78/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/gades.wordpress.com/78/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/gades.wordpress.com/78/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/gades.wordpress.com/78/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/gades.wordpress.com/78/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/gades.wordpress.com/78/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/gades.wordpress.com/78/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/gades.wordpress.com/78/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/gades.wordpress.com/78/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gades.wordpress.com&amp;blog=2561864&amp;post=78&amp;subd=gades&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://gades.wordpress.com/2010/03/02/como-desempaquetar-archivos-zip-rar-tar-gz-bz2-tar-bz2-por-la-terminal/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/abc4b95d593c8faf28b9cb34ea48ea15?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">gades</media:title>
		</media:content>
	</item>
		<item>
		<title>BashBurn: Grave CD&#8217;s por la Terminal</title>
		<link>http://gades.wordpress.com/2010/03/01/bashburn-grave-cds-por-la-terminal/</link>
		<comments>http://gades.wordpress.com/2010/03/01/bashburn-grave-cds-por-la-terminal/#comments</comments>
		<pubDate>Mon, 01 Mar 2010 16:13:36 +0000</pubDate>
		<dc:creator>gades</dc:creator>
				<category><![CDATA[tecnologia]]></category>
		<category><![CDATA[consola]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[quemar]]></category>

		<guid isPermaLink="false">http://gades.wordpress.com/?p=49</guid>
		<description><![CDATA[Este es un pequeño tip para los usuarios que prefieren utilizar la consola para grabar CD&#8217;s y DVD&#8217;s (audio, datos, ISO, etc.). Un programa que facilita mucho la vida de los usuarios, en ese aspecto se llama bashburn. después de  instalado, escribe el comando para abrirlo: $ bashburn La primera vez el creará un directorio [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gades.wordpress.com&amp;blog=2561864&amp;post=49&amp;subd=gades&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Este es un pequeño tip para los usuarios que prefieren utilizar la consola para grabar CD&#8217;s y DVD&#8217;s (audio, datos, ISO, etc.). Un programa que facilita mucho la vida de los usuarios, en ese aspecto se llama bashburn.</p>
<p>después de  instalado, escribe el comando para abrirlo:</p>
<p><strong>$ bashburn</strong></p>
<p>La primera vez el creará un directorio para almacenar arcuivos  temporales.</p>
<p>Para configurar use el comando:</p>
<p><strong>$ bashburn Configure</strong></p>
<p>Buena Suerte.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/gades.wordpress.com/49/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/gades.wordpress.com/49/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/gades.wordpress.com/49/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/gades.wordpress.com/49/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/gades.wordpress.com/49/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/gades.wordpress.com/49/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/gades.wordpress.com/49/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/gades.wordpress.com/49/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/gades.wordpress.com/49/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/gades.wordpress.com/49/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/gades.wordpress.com/49/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/gades.wordpress.com/49/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/gades.wordpress.com/49/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/gades.wordpress.com/49/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gades.wordpress.com&amp;blog=2561864&amp;post=49&amp;subd=gades&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://gades.wordpress.com/2010/03/01/bashburn-grave-cds-por-la-terminal/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/abc4b95d593c8faf28b9cb34ea48ea15?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">gades</media:title>
		</media:content>
	</item>
		<item>
		<title>Regresando a postear</title>
		<link>http://gades.wordpress.com/2009/05/09/regresando-a-postear/</link>
		<comments>http://gades.wordpress.com/2009/05/09/regresando-a-postear/#comments</comments>
		<pubDate>Sat, 09 May 2009 12:20:57 +0000</pubDate>
		<dc:creator>gades</dc:creator>
				<category><![CDATA[vida]]></category>
		<category><![CDATA[lectura]]></category>
		<category><![CDATA[pensamientos]]></category>

		<guid isPermaLink="false">http://gades.wordpress.com/?p=38</guid>
		<description><![CDATA[Hace mucho tiempo que no posteo algo, el motivo es que he estado muy ocupado y tengo poco tiempo para escribir algún post, pero he regresado y ahora tengo algo de tiempo para dedicarme a postear alguna cosa que encuentre o cualquier locura que salga de mi mente. Espero no defraudar a todos mis lectores [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gades.wordpress.com&amp;blog=2561864&amp;post=38&amp;subd=gades&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Hace mucho tiempo que no posteo algo, el motivo es que he estado muy ocupado y tengo poco tiempo para escribir algún post, pero he regresado y ahora tengo algo de tiempo para dedicarme a postear alguna cosa que encuentre o cualquier locura que salga de mi mente. Espero no defraudar a todos mis lectores (ni que fueran muchos <img src='http://s0.wp.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> ), y trataré de escribir a diario algo interesante.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/gades.wordpress.com/38/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/gades.wordpress.com/38/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/gades.wordpress.com/38/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/gades.wordpress.com/38/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/gades.wordpress.com/38/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/gades.wordpress.com/38/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/gades.wordpress.com/38/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/gades.wordpress.com/38/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/gades.wordpress.com/38/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/gades.wordpress.com/38/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/gades.wordpress.com/38/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/gades.wordpress.com/38/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/gades.wordpress.com/38/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/gades.wordpress.com/38/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gades.wordpress.com&amp;blog=2561864&amp;post=38&amp;subd=gades&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://gades.wordpress.com/2009/05/09/regresando-a-postear/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/abc4b95d593c8faf28b9cb34ea48ea15?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">gades</media:title>
		</media:content>
	</item>
		<item>
		<title>Retornado al origen</title>
		<link>http://gades.wordpress.com/2009/02/26/retornado-al-origen/</link>
		<comments>http://gades.wordpress.com/2009/02/26/retornado-al-origen/#comments</comments>
		<pubDate>Thu, 26 Feb 2009 23:06:45 +0000</pubDate>
		<dc:creator>gades</dc:creator>
				<category><![CDATA[vida]]></category>

		<guid isPermaLink="false">http://gades.wordpress.com/?p=34</guid>
		<description><![CDATA[Después de un tiempo de estar probando diferentes distibuciones linux tales como: ubuntu,fedora,mandriva, etc. he retornado al origen, mi predilecta distro slackware la cual me siento más cómodo que en esas distros mencionadas. La verdad que con la versión 12.2 ha mejorado bastante, asi que aquí estaré buen rato divirtiendome con linux bajo slackware<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gades.wordpress.com&amp;blog=2561864&amp;post=34&amp;subd=gades&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Después de un tiempo de estar probando diferentes distibuciones linux tales como: ubuntu,fedora,mandriva, etc. he retornado al origen, mi predilecta distro slackware la cual me siento más cómodo que en esas distros mencionadas.</p>
<p>La verdad que con la versión 12.2 ha mejorado bastante, asi que aquí estaré buen rato divirtiendome con linux bajo slackware <img src='http://s2.wp.com/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> </p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/gades.wordpress.com/34/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/gades.wordpress.com/34/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/gades.wordpress.com/34/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/gades.wordpress.com/34/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/gades.wordpress.com/34/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/gades.wordpress.com/34/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/gades.wordpress.com/34/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/gades.wordpress.com/34/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/gades.wordpress.com/34/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/gades.wordpress.com/34/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/gades.wordpress.com/34/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/gades.wordpress.com/34/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/gades.wordpress.com/34/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/gades.wordpress.com/34/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gades.wordpress.com&amp;blog=2561864&amp;post=34&amp;subd=gades&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://gades.wordpress.com/2009/02/26/retornado-al-origen/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/abc4b95d593c8faf28b9cb34ea48ea15?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">gades</media:title>
		</media:content>
	</item>
		<item>
		<title>slackfind.net Buscador de paquetes para slackware</title>
		<link>http://gades.wordpress.com/2009/02/11/slackfindnet-buscador-de-paquetes-para-slackware/</link>
		<comments>http://gades.wordpress.com/2009/02/11/slackfindnet-buscador-de-paquetes-para-slackware/#comments</comments>
		<pubDate>Thu, 12 Feb 2009 03:07:48 +0000</pubDate>
		<dc:creator>gades</dc:creator>
				<category><![CDATA[tecnologia]]></category>

		<guid isPermaLink="false">http://gades.wordpress.com/?p=32</guid>
		<description><![CDATA[Los usuarios de Debian y todos sus derivados sólo tienen que hacer un apt-get para instalar cualquier paquete que gusten, los repositorios de esa distribución son enormes y albergan toneladas de software; lo mismo puede decirse de otras grandes distribuciones como OpenSUSE o Mandriva. Pero en Slackware las cosas son distintas. Slackware no tiene repositorios [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gades.wordpress.com&amp;blog=2561864&amp;post=32&amp;subd=gades&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Los usuarios de <strong>Debian</strong> y todos sus derivados sólo tienen que hacer un <code>apt-get</code> para instalar cualquier paquete que gusten, los repositorios de esa distribución son enormes y albergan toneladas de software; lo mismo puede decirse de otras grandes distribuciones como <strong>OpenSUSE</strong> o <strong>Mandriva</strong>. Pero en Slackware las cosas son distintas.</p>
<p>Slackware no tiene repositorios oficiales además de los hospedados en <strong>slackware.com</strong> y <strong>slackware.osuosl.org</strong> (que son mantenidos por el mismo Patrick). Hay sin embargo, otros repositorios que contienen paquetes para Slackware como <a href="http://linuxpackages.net/">LinuxPackages</a>, <a href="http://slacky.eu/">Slacky.eu</a> y <a href="http://slackbuilds.org/">SlackBuilds</a>, a los que hoy se agrega otro servicio:</p>
<p><a href="http://slackfind.net/en">SlackFind.net</a> es un buscador de paquetes <em>no-oficiales</em> que ya incluye <strong>7 repositorios</strong> como los anteriores y que potencialmente podría incluir muchos más.</p>
<p>noticia original: <a href="http://www.vivalinux.com.ar/soft/slackfind.net" target="_blank">http://www.vivalinux.com.ar/soft/slackfind.net</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/gades.wordpress.com/32/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/gades.wordpress.com/32/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/gades.wordpress.com/32/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/gades.wordpress.com/32/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/gades.wordpress.com/32/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/gades.wordpress.com/32/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/gades.wordpress.com/32/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/gades.wordpress.com/32/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/gades.wordpress.com/32/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/gades.wordpress.com/32/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/gades.wordpress.com/32/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/gades.wordpress.com/32/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/gades.wordpress.com/32/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/gades.wordpress.com/32/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gades.wordpress.com&amp;blog=2561864&amp;post=32&amp;subd=gades&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://gades.wordpress.com/2009/02/11/slackfindnet-buscador-de-paquetes-para-slackware/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/abc4b95d593c8faf28b9cb34ea48ea15?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">gades</media:title>
		</media:content>
	</item>
		<item>
		<title>FLISOL 2009</title>
		<link>http://gades.wordpress.com/2009/02/03/flisol-2009/</link>
		<comments>http://gades.wordpress.com/2009/02/03/flisol-2009/#comments</comments>
		<pubDate>Tue, 03 Feb 2009 23:00:04 +0000</pubDate>
		<dc:creator>gades</dc:creator>
				<category><![CDATA[tecnologia]]></category>

		<guid isPermaLink="false">http://gades.wordpress.com/?p=30</guid>
		<description><![CDATA[El sábado 31 de enero se realizó la primera reunión pre-flisol 2009 en la provincia de Chiriquí, en dicha reunión se trataron temas tales como la organización regional y nacional, estuvieron presentes los coordinadores nacionales Mauro Rosero y Richard Dominguez junto con varios activistas regionales pertenecientes a las comunidades existente en la región. Luego de [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gades.wordpress.com&amp;blog=2561864&amp;post=30&amp;subd=gades&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>El sábado 31 de enero se realizó la primera reunión pre-flisol 2009 en la provincia de Chiriquí, en dicha reunión se trataron temas tales como la organización regional y nacional, estuvieron presentes los coordinadores nacionales Mauro Rosero y Richard Dominguez junto con varios activistas regionales pertenecientes a las comunidades existente en la región.</p>
<p>Luego de dicha reunión se pasó un momento de camaradería en donde se hablaron de diferentes cosas como proyectos personales y cosas referentes a software libre en las diferentes comunidades.</p>
<p>Esperamos este año cumplir las espectativas que nos planteamos para que el evento sea de gran exito a nivel nacional y regional y que todas comunidades se unan yhalla una mayor integración entre las mismas.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/gades.wordpress.com/30/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/gades.wordpress.com/30/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/gades.wordpress.com/30/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/gades.wordpress.com/30/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/gades.wordpress.com/30/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/gades.wordpress.com/30/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/gades.wordpress.com/30/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/gades.wordpress.com/30/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/gades.wordpress.com/30/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/gades.wordpress.com/30/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/gades.wordpress.com/30/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/gades.wordpress.com/30/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/gades.wordpress.com/30/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/gades.wordpress.com/30/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gades.wordpress.com&amp;blog=2561864&amp;post=30&amp;subd=gades&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://gades.wordpress.com/2009/02/03/flisol-2009/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/abc4b95d593c8faf28b9cb34ea48ea15?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">gades</media:title>
		</media:content>
	</item>
		<item>
		<title>Slackware 12.2 is released</title>
		<link>http://gades.wordpress.com/2008/12/10/slackware-122-is-released/</link>
		<comments>http://gades.wordpress.com/2008/12/10/slackware-122-is-released/#comments</comments>
		<pubDate>Thu, 11 Dec 2008 01:54:45 +0000</pubDate>
		<dc:creator>gades</dc:creator>
				<category><![CDATA[tecnologia]]></category>

		<guid isPermaLink="false">http://gades.wordpress.com/?p=27</guid>
		<description><![CDATA[Well folks, it's that time to announce a new stable Slackware release again. So, without further ado, announcing Slackware version 12.2! Since we've moved to supporting the 2.6 kernel series exclusively (and fine-tuned the system to get the most out of it), we feel that Slackware 12.2 has many improvements over our last release (Slackware [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gades.wordpress.com&amp;blog=2561864&amp;post=27&amp;subd=gades&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<pre>Well folks, it's that time to announce a new stable Slackware release
again.  So, without further ado, announcing Slackware version 12.2!
Since we've moved to supporting the 2.6 kernel series exclusively (and
fine-tuned the system to get the most out of it), we feel that Slackware
12.2 has many improvements over our last release (Slackware 12.1) and is
a must-have upgrade for any Slackware user.

This Slackware edition combines Slackware's legendary simplicity (and
close tracking of original sources), stability, and security with some
of the latest advances in Linux technology.  Expect no less than the best
Slackware yet.<span id="more-27"></span>

Among the many program updates and distribution enhancements, you'll find
two of the most advanced desktop environments available today: Xfce 4.4.3,
a fast and lightweight but visually appealing and easy to use desktop
environment, and KDE 3.5.10, the final 3.x version of the award-winning K
Desktop Environment.  We have added to Slackware support for HAL (the
Hardware Abstraction Layer) which allows the system administrator to add
users to the cdrom and plugdev groups. Then they will be able to use items
such as USB flash sticks, USB cameras that appear like USB storage,
portable hard drives, CD and DVD media, MP3 players, and more, all without
requiring sudo, the mount or umount command.  Just plug and play.
Properly set up, Slackware's desktop should be suitable for any level of
Linux experience.

Slackware uses the 2.6.27.7 kernel bringing you advanced performance
features such as journaling filesystems, SCSI and ATA RAID volume support,
SATA support, Software RAID, LVM (the Logical Volume Manager), and
encrypted filesystems.  Kernel support for X DRI (the Direct Rendering
Interface) brings high-speed hardware accelerated 3D graphics to Linux.  

There are two kinds of kernels in Slackware -- the huge kernels, which
contain support for just about every driver in the Linux kernel. These are
primarily intended to be used for installation, but there's no real reason
that you couldn't continue to run them after you have installed.  The
other type of kernel is the generic kernel, in which nearly every driver
is built as a module.  To use a generic kernel you'll need to build an
initrd to load your filesystem module and possibly your drive controller
or other drivers needed at boot time, configure LILO to load the initrd at
boot, and reinstall LILO.  See the docs in /boot after installing for more
information.  Slackware's Linux kernels come in both SMP and non-SMP types
now.  The SMP kernel supports multiple processors, multi-core CPUs,
HyperThreading, and about every other optimization available.  In our own
testing this kernel has proven to be fast, stable, and reliable.  We
recommend using the SMP kernel even on single processor machines if it
will run on them.

From the beginning, Slackware has offered a stable and secure Linux
distribution for UNIX veterans as well as an easy-to-use system for
beginners.  Slackware includes everything you'll need to run a powerful
server or workstation.  Each Slackware package follows the setup and
installation instructions from its author(s) as closely as possible,
offering you the most stable and easily expandable setup.

Here are some of the advanced features of Slackware 12.2:

- Runs the 2.6.27.7 version of the Linux kernel from ftp.kernel.org.
  Also included is a kernel patched with Speakup to support speech
  synthesizers providing access to Linux for the visually impaired
  community.  The 2.6.x kernel series has matured into a stable
  kernel, and provides reliable performance for your desktop or
  your production server.

- System binaries are linked with the GNU C Library, version 2.7.
  This version of glibc also has excellent compatibility with
  existing binaries.

- X11 based on the X.Org Foundation's modular X Window System.
  There's been much activity in the X development world, and the
  improvements in terms of performance and hardware support are
  too numerous to mention them all here.

- Installs gcc-4.2.4 as the default C, C++, Objective-C,
  Fortran-77/95, and Ada 95 compiler.

- Support for fully encrypted network connections with OpenSSL,
  OpenSSH, OpenVPN, and GnuPG.

- Apache (httpd) 2.2.10 web server with Dynamic Shared Object
  support, SSL, and PHP 5.2.8.

- PCMCIA, CardBus, USB, IEE1394 (FireWire) and ACPI support.  This
  makes Slackware a great operating system for your laptop.

- The udev dynamic device management system for Linux 2.6.x.
  This locates and configures most hardware automatically as it
  is added (or removed) from the system, and creates the access
  nodes in /dev.  It also loads the kernel modules required by
  sound cards and other hardware at boot time.

- New development tools, including Perl 5.10.0, Python 2.5.2,
  Ruby 1.8.7-p72, Subversion 1.5.4, git-1.6.0.3, mercurial-1.0.2,
  graphical tools like Qt designer and KDevelop, and much more.

- Updated versions of the Slackware package management tools make it
  easy to add, remove, upgrade, and make your own Slackware packages.
  Package tracking makes it easy to upgrade from Slackware 12.1 to
  Slackware 12.2 (see CHANGES_AND_HINTS.TXT).  The slackpkg tool can
  also help update from an older version of Slackware to a newer one,
  and keep your Slackware system up to date.  In addition, the
  slacktrack utility (in extra/) will help you build and maintain
  your own packages.

- Web browsers galore!  Includes KDE's Konqueror 3.5.10,
  SeaMonkey 1.1.13 (this is the replacement for the Mozilla
  Suite), and the immensely popular Firefox 3.0.4, as well as
  the Thunderbird 2.0.0.18 email and news client with advanced
  junk mail filtering.

- The complete K Desktop Environment (KDE) version 3.5.10, including
  the KOffice productivity suite, networking tools, GUI development
  with KDevelop, multimedia tools (including the amazing Amarok
  music player and K3B disc burning software), the Konqueror web
  browser and file manager, dozens of games and utilities,
  international language support, and more.

- A collection of GTK+ based applications including pidgin-2.5.2,
   gimp-2.4.7, gkrellm-2.3.2, gxine-0.5.903, xchat-2.8.6, xsane-0.996,
   and pan-0.133.

- Large repository of extra software packages compiled and ready to
  run.  This includes various window managers, the Java(TM) 2 Software
  Development Kit Standard Edition, libsafe (buffer overflow protection
  for additional security), and much more (see the /extra directory).

- Many more improved and upgraded packages than we can list here.  For
  a complete list of core packages in Slackware 12.2, see this file:

    ftp://ftp.slackware.com/pub/slackware/slackware-12.2/PACKAGES.TXT

Downloading Slackware 12.2:
---------------------------

The full version of Slackware Linux 12.2 is available for download from
the central Slackware FTP sites hosted by our friends at www.cwo.com
and osuosl.org:

   ftp://slackware.osuosl.org/pub/slackware/slackware-12.2/
   ftp://ftp.slackware.com/pub/slackware/slackware-12.2/

If the sites are busy, see the list of official mirror sites here:

http://slackware.com/getslack/

We will be setting up BitTorrent downloads for the official ISO images.
Stay tuned to http://slackware.com for the latest updates.

Instructions for burning the Slackware tree onto install discs may be
found in the isolinux directory.

Purchasing Slackware on CD-ROM:
-------------------------------

Or, please consider purchasing the Slackware Linux 12.2 six CD-ROM set
directly from Slackware Linux, and you'll be helping to support the
continued development of Slackware Linux!  <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> 

This is the official release of Slackware on CD-ROM, and has many enhanced
features, including:

 -  Easy bootable CD-ROM installation.  If your machine can boot a
    CD-ROM, just boot the first disc to begin the installation process.
 -  The source code used to build Slackware Linux 12.2.

The price for the Slackware Linux CD-ROM set is $49.95 plus shipping.

Slackware 12.2 is also available on a single DVD for $59.95 plus shipping.

Slackware Linux is also available by subscription.  When we release a new
version of Slackware (which is normally once or twice a year) we ship it
to you and bill your credit card $32.95 plus shipping.  Shipping is $5 in
the USA, Canada, and Mexico for First Class.  Overseas is $9 PER ORDER.
There is an additional $3 COD charge (USA Only).  UPS Blue Label (2nd day)
[USA Only] is $10 PER ORDER, UPS Red Label (next day) [USA Only] is $15
PER ORDER.

Before ordering express shipping, you may wish to check that we have the
product in stock.  We make releases to the net at the same time as disc
production begins, so there is a lag between the online release and the
shipping of media.  But, even if you download now you can still buy the
official media later.  You'll feel good, be helping the project, and have
a great decorative item perfect for any computer room shelf.  <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> 

Ordering Information:
---------------------

   You can order online at the Slackware Linux store:

http://store.slackware.com

   Other Slackware items like t-shirts, caps, pins, and stickers
   can also be found here.  These will help you find and identify
   yourself to your fellow Slackware users.  <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> 

   Order inquiries (including questions about becoming a Slackware
   reseller) may be directed to this address:
     info@slackware.com

   Or, send a check or money order to:

     Slackware Linux, Inc.
     700 Harvest Park Ste. F
     Brentwood, CA 94513
     USA

Have fun! :^)  I hope you find Slackware to be useful, and thanks
very much for your support of this project over the years.

---
Patrick J. Volkerding    &lt;volkerdi@slackware.com&gt;

Visit us on the web at:  http://slackware.com</pre>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/gades.wordpress.com/27/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/gades.wordpress.com/27/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/gades.wordpress.com/27/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/gades.wordpress.com/27/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/gades.wordpress.com/27/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/gades.wordpress.com/27/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/gades.wordpress.com/27/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/gades.wordpress.com/27/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/gades.wordpress.com/27/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/gades.wordpress.com/27/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/gades.wordpress.com/27/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/gades.wordpress.com/27/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/gades.wordpress.com/27/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/gades.wordpress.com/27/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gades.wordpress.com&amp;blog=2561864&amp;post=27&amp;subd=gades&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://gades.wordpress.com/2008/12/10/slackware-122-is-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/abc4b95d593c8faf28b9cb34ea48ea15?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">gades</media:title>
		</media:content>
	</item>
	</channel>
</rss>
