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

<channel>
	<title>Bitacora de un principiante</title>
	<atom:link href="http://ubuntuser.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://ubuntuser.wordpress.com</link>
	<description>Experimentando con Ubuntu</description>
	<lastBuildDate>Tue, 14 Jul 2009 21:03:48 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<language>es</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<cloud domain='ubuntuser.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://www.gravatar.com/blavatar/5b9d107b03e1e5a542a21c45d8ee57a8?s=96&#038;d=http://s.wordpress.com/i/buttonw-com.png</url>
		<title>Bitacora de un principiante</title>
		<link>http://ubuntuser.wordpress.com</link>
	</image>
			<item>
		<title>limpieza de paquetes</title>
		<link>http://ubuntuser.wordpress.com/2009/07/14/limpieza-de-paquetes/</link>
		<comments>http://ubuntuser.wordpress.com/2009/07/14/limpieza-de-paquetes/#comments</comments>
		<pubDate>Tue, 14 Jul 2009 20:25:14 +0000</pubDate>
		<dc:creator>ciberaid</dc:creator>
				<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://ubuntuser.wordpress.com/?p=53</guid>
		<description><![CDATA[Si has instalado y desinstalado muchos programas es posible que tu sistema esté infectado con un gran número de dependencias de archivos que no tienen ninguna utilidad. He aquí algunos comandos útiles para deshacerse de cualquier paquete parcial y eliminar las dependencias no utilizadas.
Limpieza parcial de paquetes
sudo apt-get autoclean
Limpieza de la caché de apt
sudo apt-get [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ubuntuser.wordpress.com&blog=377205&post=53&subd=ubuntuser&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Si has instalado y desinstalado muchos programas es posible que tu sistema esté infectado con un gran número de dependencias de archivos que no tienen ninguna utilidad. He aquí algunos comandos útiles para deshacerse de cualquier paquete parcial y eliminar las dependencias no utilizadas.</p>
<p>Limpieza parcial de paquetes</p>
<p>sudo apt-get autoclean</p>
<p>Limpieza de la caché de apt</p>
<p>sudo apt-get clean</p>
<p>Limpieza de las dependencias no utilizadas</p>
<p>sudo apt-get autoremove</p>
<p>Una buena práctica para evitar que queden dependecias no usadas es usar autoremove cada vez que desinstalamos una aplicación:</p>
<p>sudo apt-get autoremove NombreDeLaAplicacion<br />
<strong>Paquetes huérfanos</strong></p>
<p>Debido a la dependencia de archivos, algunos paquetes pueden convertirse en huérfanos cuando desinstalas una aplicación. Para deshacerte de los paquetes huérfanos, puedes hacer uso de gtkorphan, un frontend gráfico para deborphan.</p>
<p>Puedes instalar deborphan escribiendo en una terminal:</p>
<p>sudo aptitude install deborphan</p>
<p>Para ejecutar la aplicación puedes ir a Sistema –&gt; Administración –&gt; Remove orphaned packages.</p>
<p>Se analizará el sistema y mostrará en la ventana principal todos los paquetes que han quedado huérfanos. Comprueba los paquetes que no utilizas y desinstálalos.</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ubuntuser.wordpress.com/53/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ubuntuser.wordpress.com/53/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ubuntuser.wordpress.com/53/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ubuntuser.wordpress.com/53/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ubuntuser.wordpress.com/53/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ubuntuser.wordpress.com/53/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ubuntuser.wordpress.com/53/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ubuntuser.wordpress.com/53/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ubuntuser.wordpress.com/53/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ubuntuser.wordpress.com/53/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ubuntuser.wordpress.com&blog=377205&post=53&subd=ubuntuser&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://ubuntuser.wordpress.com/2009/07/14/limpieza-de-paquetes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/a17e4dd64ef8e5029573eb0c90451b19?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">ciberaid</media:title>
		</media:content>
	</item>
		<item>
		<title>Variables anidadas: El contenido del contenido de una variable en bash</title>
		<link>http://ubuntuser.wordpress.com/2009/06/22/variables-anidadas-el-contenido-del-contenido-de-una-variable-en-bash/</link>
		<comments>http://ubuntuser.wordpress.com/2009/06/22/variables-anidadas-el-contenido-del-contenido-de-una-variable-en-bash/#comments</comments>
		<pubDate>Mon, 22 Jun 2009 12:50:15 +0000</pubDate>
		<dc:creator>ciberaid</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://ubuntuser.wordpress.com/?p=49</guid>
		<description><![CDATA[Casi me vuelvo loco, pero en fin, este script nos podrá indicar como conseguir tal cosa (sobran unas cuantas lineas, que he estado utilizando hasta que he dado con la solución):

sl01="/var/www";
var=$sl01;
echo $var;
servidor="sl01";
echo servidor = $servidor;
echo $`echo $servidor`;
dato=$`echo $servidor`;
echo dato = $dato;
comando='echo '`echo $dato`;
echo "comando= $comando";
echo `test dato`;
$comando;

valor=`eval echo '$'${servidor}`;
echo el contenido de la variable $servidor [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ubuntuser.wordpress.com&blog=377205&post=49&subd=ubuntuser&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Casi me vuelvo loco, pero en fin, este script nos podrá indicar como conseguir tal cosa (sobran unas cuantas lineas, que he estado utilizando hasta que he dado con la solución):</p>
<pre>
sl01="/var/www";
var=$sl01;
echo $var;
servidor="sl01";
echo servidor = $servidor;
echo $`echo $servidor`;
dato=$`echo $servidor`;
echo dato = $dato;
comando='echo '`echo $dato`;
echo "comando= $comando";
echo `test dato`;
$comando;

valor=`eval echo '$'${servidor}`;
echo el contenido de la variable $servidor es $valor;
</pre>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ubuntuser.wordpress.com/49/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ubuntuser.wordpress.com/49/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ubuntuser.wordpress.com/49/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ubuntuser.wordpress.com/49/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ubuntuser.wordpress.com/49/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ubuntuser.wordpress.com/49/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ubuntuser.wordpress.com/49/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ubuntuser.wordpress.com/49/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ubuntuser.wordpress.com/49/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ubuntuser.wordpress.com/49/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ubuntuser.wordpress.com&blog=377205&post=49&subd=ubuntuser&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://ubuntuser.wordpress.com/2009/06/22/variables-anidadas-el-contenido-del-contenido-de-una-variable-en-bash/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/a17e4dd64ef8e5029573eb0c90451b19?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">ciberaid</media:title>
		</media:content>
	</item>
		<item>
		<title>montar un ftp dentro de tu sistema de archivos</title>
		<link>http://ubuntuser.wordpress.com/2009/06/10/montar-un-ftp-dentro-de-tu-sistema-de-archivos/</link>
		<comments>http://ubuntuser.wordpress.com/2009/06/10/montar-un-ftp-dentro-de-tu-sistema-de-archivos/#comments</comments>
		<pubDate>Wed, 10 Jun 2009 19:03:34 +0000</pubDate>
		<dc:creator>ciberaid</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://ubuntuser.wordpress.com/2009/06/10/montar-un-ftp-dentro-de-tu-sistema-de-archivos/</guid>
		<description><![CDATA[Lo transcribo tal cual lo encontré en la web &#8220;http://blog.mypapit.net/2007/05/how-to-use-ftp-filesystem-on-ubuntu-using-curlftpfs.html&#8221;. Cuando tenga tiempo ya lo traduciré.
Some web hosting company do not offer shell access (SSH or Telnet) to your shared hosting account for security reasons, making it a bit harder for you to do regular file maintenance for your web account. Although the use of [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ubuntuser.wordpress.com&blog=377205&post=48&subd=ubuntuser&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Lo transcribo tal cual lo encontré en la web &#8220;http://blog.mypapit.net/2007/05/how-to-use-ftp-filesystem-on-ubuntu-using-curlftpfs.html&#8221;. Cuando tenga tiempo ya lo traduciré.</p>
<p>Some web hosting company do not offer shell access (SSH or Telnet) to your shared hosting account for security reasons, making it a bit harder for you to do regular file maintenance for your web account. Although the use of regular FTP client is adequate for most cases, some people still prefer to manipulate files directly using standard Unix tools (probably because of old habits).</p>
<p>Fortunately, there&#8217;s CurlFtpFS which allow you to mount remote ftp account as a standard filesystem on your Linux operating system.</p>
<p><strong>Using CurlFtpFS</strong><br />
First of all you need to install CurlFtpFS, which in case of Ubuntu or Debian based operating system is to run &#8217;sudo apt-get install curlftpfs&#8217;.</p>
<p>Alternatively, you can use Synaptic to install CurlFtpFS.</p>
<p>Assuming you&#8217;ve successfully installed curlftpfs, all you need to do in order to mount ftp locally is to to run these commands.</p>
<p>mkdir hostr</p>
<p>sudo curlftpfs -o allow_other ftp://user:pass@ftp.example.com hostr</p>
<p>user:pass is the username and password to log into ftp account.</p>
<p>After that, you can change your working directory to the mount-point and use the regular unix utilities to work on the files that normally accessible on the FTP protocol. After you&#8217;re done, you can unmount it by running the usual &#8220;sudo umount [mountpoint]&#8221; command</p>
<p><strong>Using CurlFtpFS in fstab</strong><br />
You can add curlftpfs to fstab for automatic mounting by using this line :</p>
<p>curlftpfs#user:pass@ftp.example.com /mnt/host fuse rw,uid=500,user,noauto 0 0</p>
<p>Note: Please refer to CurlFtpFS website for further reference.</p>
<p>Thanks for reading this post, hopefully this will get you started to use curlftpfs FTP based filesystem in your Linux operating system.</p>
<div id="_mcePaste" style="overflow:hidden;position:absolute;left:-10000px;top:0;width:1px;height:1px;">
<p>Some web hosting company do not offer shell access (SSH or Telnet) to your shared hosting account for security reasons, making it a bit harder for you to do regular file maintenance for your web account. Although the use of regular FTP client is adequate for most cases, some people still prefer to manipulate files directly using standard Unix tools (probably because of old habits).</p>
<p>Fortunately, there&#8217;s <a href="http://curlftpfs.sourceforge.net/">CurlFtpFS</a> which allow you to mount remote ftp account as a standard filesystem on your Linux operating system.</p>
<p><strong>Using CurlFtpFS</strong><br />
First of all you need to install CurlFtpFS, which in case of Ubuntu or Debian based operating system is to run &#8216;<em>sudo apt-get install curlftpfs</em>&#8216;.</p>
<p>Alternatively, you can use Synaptic to install CurlFtpFS.</p>
<p>Assuming you&#8217;ve successfully installed curlftpfs, all you need to do in order to mount ftp locally is to to run these commands.</p>
<pre>mkdir hostr</pre>
<pre>sudo curlftpfs -o allow_other ftp://user:pass@ftp.example.com host</pre>
<p><em>user:pass</em> is the username and password  to log into ftp account.</p>
<p>After that, you can change your working directory to the mount-point and use the regular unix utilities to work on the files that normally accessible on the FTP protocol. After you&#8217;re done, you can unmount it by running the usual &#8220;<em>sudo umount [mountpoint]</em>&#8221; command</p>
<p><strong>Using CurlFtpFS in fstab</strong><br />
You can add curlftpfs to fstab for automatic mounting by using this line :</p>
<pre>curlftpfs#user:pass@ftp.example.com /mnt/host fuse rw,uid=500,user,noauto 0 0</pre>
<p>Note: Please refer to <a href="http://curlftpfs.sourceforge.net/">CurlFtpFS website</a> for further reference.</p>
<p>Thanks for reading this post, hopefully this will get you started to use curlftpfs FTP based filesystem in your Linux operating system.</p></div>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ubuntuser.wordpress.com/48/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ubuntuser.wordpress.com/48/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ubuntuser.wordpress.com/48/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ubuntuser.wordpress.com/48/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ubuntuser.wordpress.com/48/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ubuntuser.wordpress.com/48/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ubuntuser.wordpress.com/48/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ubuntuser.wordpress.com/48/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ubuntuser.wordpress.com/48/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ubuntuser.wordpress.com/48/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ubuntuser.wordpress.com&blog=377205&post=48&subd=ubuntuser&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://ubuntuser.wordpress.com/2009/06/10/montar-un-ftp-dentro-de-tu-sistema-de-archivos/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/a17e4dd64ef8e5029573eb0c90451b19?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">ciberaid</media:title>
		</media:content>
	</item>
		<item>
		<title>Instalar programas de windows en GNU-Linux / instalar programas de GNU-Linux en windows</title>
		<link>http://ubuntuser.wordpress.com/2009/05/27/instalar-programas-de-windows-en-gnu-linux-instalar-programas-de-gnu-linux-en-windows/</link>
		<comments>http://ubuntuser.wordpress.com/2009/05/27/instalar-programas-de-windows-en-gnu-linux-instalar-programas-de-gnu-linux-en-windows/#comments</comments>
		<pubDate>Wed, 27 May 2009 16:55:54 +0000</pubDate>
		<dc:creator>ciberaid</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://ubuntuser.wordpress.com/?p=44</guid>
		<description><![CDATA[Para instalar programas de windows en tu GNU/Linux tienes estas opciones (libres):
- instalar wine (desde apt-get) y luego ejecutar winecfg (para configurar wine). Esto te generará las librerías necesarias para poder instalar y ejecutar programas para windows.
- Usar wine-doors (Que es un sistema que permite instalar ciertos programas de windows de una forma parecida a [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ubuntuser.wordpress.com&blog=377205&post=44&subd=ubuntuser&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p><strong>Para instalar programas de windows en tu GNU/Linux tienes estas opciones (libres):</strong></p>
<p>- instalar wine (desde apt-get) y luego ejecutar winecfg (para configurar wine). Esto te generará las librerías necesarias para poder instalar y ejecutar programas para windows.</p>
<p>- Usar wine-doors (Que es un sistema que permite instalar ciertos programas de windows de una forma parecida a Synaptic) http://wddb.wine-doors.org/</p>
<p>- PlayOnLinux (Otro sistema parecido) http://www.playonlinux.com/es/</p>
<p><strong>Para instalar programas de GNU/Linux en tu windows:</strong></p>
<p>Te recomiendo que entonces formatees tu windows y te instales una distribución de GNU/Linux, pero si no quieres hacer esto, puedes navegar a http://portableubuntu.demonccc.cloudius.com.ar/ y descargarte portable ubuntu.</p>
<p>Esto te generará una instalación de un sistema linux básico con gnome integrado en tu escritorio de windows.</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ubuntuser.wordpress.com/44/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ubuntuser.wordpress.com/44/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ubuntuser.wordpress.com/44/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ubuntuser.wordpress.com/44/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ubuntuser.wordpress.com/44/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ubuntuser.wordpress.com/44/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ubuntuser.wordpress.com/44/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ubuntuser.wordpress.com/44/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ubuntuser.wordpress.com/44/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ubuntuser.wordpress.com/44/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ubuntuser.wordpress.com&blog=377205&post=44&subd=ubuntuser&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://ubuntuser.wordpress.com/2009/05/27/instalar-programas-de-windows-en-gnu-linux-instalar-programas-de-gnu-linux-en-windows/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/a17e4dd64ef8e5029573eb0c90451b19?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">ciberaid</media:title>
		</media:content>
	</item>
		<item>
		<title>Instalar un rpm en tu Debian (o en tu Ubuntu)</title>
		<link>http://ubuntuser.wordpress.com/2009/04/15/instalar-un-rpm-en-tu-debian-o-en-tu-ubuntu/</link>
		<comments>http://ubuntuser.wordpress.com/2009/04/15/instalar-un-rpm-en-tu-debian-o-en-tu-ubuntu/#comments</comments>
		<pubDate>Wed, 15 Apr 2009 17:14:06 +0000</pubDate>
		<dc:creator>ciberaid</dc:creator>
				<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://ubuntuser.wordpress.com/?p=41</guid>
		<description><![CDATA[Lo primero que debes saber, es que no es recomendable mezclar rpm y deb. El sistema de paquetes de las distribuciones basadas en debian tienen la extensión .deb.
Si quieres instalar un software que viene en formato rpm (red hat), debes convertirlo mediante el comando alien.
A continuación tendrás un paquete en formato .deb mediante el cual [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ubuntuser.wordpress.com&blog=377205&post=41&subd=ubuntuser&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Lo primero que debes saber, es que no es recomendable mezclar rpm y deb. El sistema de paquetes de las distribuciones basadas en debian tienen la extensión .deb.</p>
<p>Si quieres instalar un software que viene en formato rpm (red hat), debes convertirlo mediante el comando alien.</p>
<p>A continuación tendrás un paquete en formato .deb mediante el cual podrás instalar tu software.</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ubuntuser.wordpress.com/41/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ubuntuser.wordpress.com/41/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ubuntuser.wordpress.com/41/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ubuntuser.wordpress.com/41/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ubuntuser.wordpress.com/41/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ubuntuser.wordpress.com/41/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ubuntuser.wordpress.com/41/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ubuntuser.wordpress.com/41/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ubuntuser.wordpress.com/41/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ubuntuser.wordpress.com/41/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ubuntuser.wordpress.com&blog=377205&post=41&subd=ubuntuser&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://ubuntuser.wordpress.com/2009/04/15/instalar-un-rpm-en-tu-debian-o-en-tu-ubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/a17e4dd64ef8e5029573eb0c90451b19?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">ciberaid</media:title>
		</media:content>
	</item>
		<item>
		<title>cliente Ares en mi Linux</title>
		<link>http://ubuntuser.wordpress.com/2008/07/10/cliente-ares-en-mi-linux/</link>
		<comments>http://ubuntuser.wordpress.com/2008/07/10/cliente-ares-en-mi-linux/#comments</comments>
		<pubDate>Thu, 10 Jul 2008 16:36:55 +0000</pubDate>
		<dc:creator>ciberaid</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://ubuntuser.wordpress.com/?p=39</guid>
		<description><![CDATA[He seguido básicamente dos tutoriales:
1) Instalación
http://www.elblogdemaverick.com/?p=309
2) Configuración
http://www.ubuntu-es.org/index.php?q=node/45882&#38;page=1
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-
sudo apt-get install gift giftcurs giftd giftui libgift0 libgiftproto0 libgnutella-gift libopenft-gift
sudo aptitude install build-essential libgift-dev zlib-bin zlibc zlib1g-dev libgiftproto-dev

Tienes que tener también:
gift-ares-0.3.0

tar xzvf gift-ares-0.3.0.tar.gz
cd gift-ares-0.3.0
./configure
make
sudo make install

Para gnome:
sudo apt-get install giftoxic

Configurar:
gift-setup

setup = 1
hosts_allow = ALL
client_port = 1213
follow_symlinks = 1
plugins = Ares
incoming = ~/.giFT/incoming
completed =
max_peruser_uploads = 3
hide_dot_files = 1
root =
max_uploads [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ubuntuser.wordpress.com&blog=377205&post=39&subd=ubuntuser&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>He seguido básicamente dos tutoriales:</p>
<p>1) Instalación</p>
<p>http://www.elblogdemaverick.com/?p=309</p>
<p>2) Configuración</p>
<p>http://www.ubuntu-es.org/index.php?q=node/45882&amp;page=1</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-</p>
<pre>sudo apt-get install gift giftcurs giftd giftui libgift0 libgiftproto0 libgnutella-gift libopenft-gift
sudo aptitude install build-essential libgift-dev zlib-bin zlibc zlib1g-dev libgiftproto-dev

Tienes que tener también:
<a href="http://prdownload.berlios.de/gift-ares/gift-ares-0.3.0.tar.gz" target="_blank">gift-ares-0.3.0</a>

tar xzvf gift-ares-0.3.0.tar.gz
cd gift-ares-0.3.0
./configure
make
sudo make install

Para gnome:
sudo apt-get install giftoxic

Configurar:
gift-setup

setup = 1
hosts_allow = ALL
client_port = 1213
follow_symlinks = 1
plugins = Ares
incoming = ~/.giFT/incoming
completed =
max_peruser_uploads = 3
hide_dot_files = 1
root =
max_uploads = 5
shares_hidden = 0
auto_resync_interval = 86400
share_completed = 1
ignore_incoming = 1
downstream = 0
upstream = 0
host [127.0.0.1] =
port [1213] =
class [1] =
port [1443] =
http_port [2301] =
# Aqui empieza la configuración de Gnutella
alias [] = Ingresa algun alias
max_active [-1] =
lan_mode [0] =
hosts_allow [LOCAL] =
port [3677] =
proxy [] =
port [59049] =
# Aqui comienza la configuración de Ares
username [] = Ingresa algún alias
sessions [4] = 15

timeout [300] =</pre>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/ubuntuser.wordpress.com/39/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/ubuntuser.wordpress.com/39/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ubuntuser.wordpress.com/39/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ubuntuser.wordpress.com/39/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ubuntuser.wordpress.com/39/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ubuntuser.wordpress.com/39/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ubuntuser.wordpress.com/39/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ubuntuser.wordpress.com/39/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ubuntuser.wordpress.com/39/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ubuntuser.wordpress.com/39/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ubuntuser.wordpress.com/39/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ubuntuser.wordpress.com/39/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ubuntuser.wordpress.com&blog=377205&post=39&subd=ubuntuser&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://ubuntuser.wordpress.com/2008/07/10/cliente-ares-en-mi-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/a17e4dd64ef8e5029573eb0c90451b19?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">ciberaid</media:title>
		</media:content>
	</item>
		<item>
		<title>enviar y recibir por bluetooth</title>
		<link>http://ubuntuser.wordpress.com/2007/12/04/enviar-y-recibir-por-bluetooth/</link>
		<comments>http://ubuntuser.wordpress.com/2007/12/04/enviar-y-recibir-por-bluetooth/#comments</comments>
		<pubDate>Tue, 04 Dec 2007 17:25:02 +0000</pubDate>
		<dc:creator>ciberaid</dc:creator>
				<category><![CDATA[Administración]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://ubuntuser.wordpress.com/2007/12/04/enviar-y-recibir-por-bluetooth/</guid>
		<description><![CDATA[Extraído de la guia ubuntu
Para el envío de archivos desde Nautilus, basta hacer clic con el botón derecho en el archivo que queremos enviar, elegir Enviar a&#8230; y después escoger Bluetooth como método de envío y el dispositivo al que queremos enviar el archivo.
Para recibir archivos, necesitamos instalar el paquete gnome-bluetooth. Elegimos la aplicación Aplicaciones [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ubuntuser.wordpress.com&blog=377205&post=37&subd=ubuntuser&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p><a href="http://http://www.guia-ubuntu.org/index.php?title=Bluetooth" title="visitar la guia ubuntu" target="_blank"><strong><em>Extraído de la guia ubuntu</em></strong></a></p>
<p>Para el envío de archivos desde Nautilus, basta hacer clic con el botón derecho en el archivo que queremos enviar, elegir <em>Enviar a&#8230;</em> y después escoger <strong>Bluetooth</strong> como método de envío y el dispositivo al que queremos enviar el archivo.</p>
<p>Para recibir archivos, necesitamos instalar el paquete <strong>gnome-bluetooth</strong>. Elegimos la aplicación <em>Aplicaciones</em> → <em>Accesorios</em> → <em>Compartición de archivos por Bluetooth</em>. Ahora ya podremos buscar Ubuntu desde cualquier dispositivo y enviarle archivos.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/ubuntuser.wordpress.com/37/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/ubuntuser.wordpress.com/37/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ubuntuser.wordpress.com/37/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ubuntuser.wordpress.com/37/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ubuntuser.wordpress.com/37/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ubuntuser.wordpress.com/37/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ubuntuser.wordpress.com/37/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ubuntuser.wordpress.com/37/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ubuntuser.wordpress.com/37/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ubuntuser.wordpress.com/37/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ubuntuser.wordpress.com/37/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ubuntuser.wordpress.com/37/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ubuntuser.wordpress.com&blog=377205&post=37&subd=ubuntuser&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://ubuntuser.wordpress.com/2007/12/04/enviar-y-recibir-por-bluetooth/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/a17e4dd64ef8e5029573eb0c90451b19?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">ciberaid</media:title>
		</media:content>
	</item>
		<item>
		<title>Un terminal en el fondo de tu escritorio</title>
		<link>http://ubuntuser.wordpress.com/2007/12/02/un-terminal-en-el-fondo-de-tu-escritorio/</link>
		<comments>http://ubuntuser.wordpress.com/2007/12/02/un-terminal-en-el-fondo-de-tu-escritorio/#comments</comments>
		<pubDate>Sun, 02 Dec 2007 03:04:35 +0000</pubDate>
		<dc:creator>ciberaid</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://ubuntuser.wordpress.com/2007/12/02/un-terminal-en-el-fondo-de-tu-escritorio/</guid>
		<description><![CDATA[Para aquellos que sigamos usando la terminal incluso en sistemas Xwindow.
Enlace
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ubuntuser.wordpress.com&blog=377205&post=36&subd=ubuntuser&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Para aquellos que sigamos usando la terminal incluso en sistemas Xwindow.</p>
<p><a href="http://cuadernodelviaje.blogspot.com/2006/07/frikomana-terminal-como-fondo-de.html" target="_blank">Enlace</a></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/ubuntuser.wordpress.com/36/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/ubuntuser.wordpress.com/36/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ubuntuser.wordpress.com/36/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ubuntuser.wordpress.com/36/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ubuntuser.wordpress.com/36/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ubuntuser.wordpress.com/36/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ubuntuser.wordpress.com/36/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ubuntuser.wordpress.com/36/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ubuntuser.wordpress.com/36/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ubuntuser.wordpress.com/36/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ubuntuser.wordpress.com/36/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ubuntuser.wordpress.com/36/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ubuntuser.wordpress.com&blog=377205&post=36&subd=ubuntuser&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://ubuntuser.wordpress.com/2007/12/02/un-terminal-en-el-fondo-de-tu-escritorio/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/a17e4dd64ef8e5029573eb0c90451b19?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">ciberaid</media:title>
		</media:content>
	</item>
		<item>
		<title>reinstalar grub</title>
		<link>http://ubuntuser.wordpress.com/2007/11/29/reinstalar-grub/</link>
		<comments>http://ubuntuser.wordpress.com/2007/11/29/reinstalar-grub/#comments</comments>
		<pubDate>Thu, 29 Nov 2007 13:17:43 +0000</pubDate>
		<dc:creator>ciberaid</dc:creator>
				<category><![CDATA[Administración]]></category>

		<guid isPermaLink="false">http://ubuntuser.wordpress.com/2007/11/29/reinstalar-grub/</guid>
		<description><![CDATA[Al principio me daba miedo, pero luego no fué para tanto:

Arrancar con una Live-CD que disponga de GRUB.
Ejecutar grub y en el intérprete de comandos de GRUB:


root (hd0,1) # en mi caso /dev/hda2
setup (hd0) # /dev/hda
quit



       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ubuntuser.wordpress.com&blog=377205&post=35&subd=ubuntuser&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Al principio me daba miedo, pero luego no fué para tanto:</p>
<ul>
<li>Arrancar con una Live-CD que disponga de GRUB.</li>
<li>Ejecutar <span class="italic">grub</span> y en el intérprete de comandos de GRUB:</li>
<li>
<ul>
<li><span class="italic">root (hd0,1)</span> # en mi caso /dev/hda2</li>
<li><span class="italic">setup (hd0)</span> # /dev/hda</li>
<li class="italic">quit</li>
</ul>
</li>
</ul>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/ubuntuser.wordpress.com/35/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/ubuntuser.wordpress.com/35/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ubuntuser.wordpress.com/35/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ubuntuser.wordpress.com/35/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ubuntuser.wordpress.com/35/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ubuntuser.wordpress.com/35/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ubuntuser.wordpress.com/35/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ubuntuser.wordpress.com/35/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ubuntuser.wordpress.com/35/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ubuntuser.wordpress.com/35/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ubuntuser.wordpress.com/35/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ubuntuser.wordpress.com/35/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ubuntuser.wordpress.com&blog=377205&post=35&subd=ubuntuser&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://ubuntuser.wordpress.com/2007/11/29/reinstalar-grub/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/a17e4dd64ef8e5029573eb0c90451b19?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">ciberaid</media:title>
		</media:content>
	</item>
		<item>
		<title>tu touch pad va demasiado lento?</title>
		<link>http://ubuntuser.wordpress.com/2007/11/23/tu-touch-pad-va-demasiado-lento/</link>
		<comments>http://ubuntuser.wordpress.com/2007/11/23/tu-touch-pad-va-demasiado-lento/#comments</comments>
		<pubDate>Thu, 22 Nov 2007 23:41:24 +0000</pubDate>
		<dc:creator>ciberaid</dc:creator>
				<category><![CDATA[Administración]]></category>
		<category><![CDATA[Sistema básico]]></category>

		<guid isPermaLink="false">http://ubuntuser.wordpress.com/2007/11/23/tu-touch-pad-va-demasiado-lento/</guid>
		<description><![CDATA[No os imaginais lo que me maldigo al haber conseguido resolver este problema. Llevo casi un año peleándome con este touchpad que siempre iba demasiado lento.
Solo hay que comentar la siguiente linea del fichero /etc/X11/xorg.conf
#    InputDevice    &#8220;Synaptics Touchpad&#8221;
Dioooossss, como no se me ocurrió antes una cosa tan sencillaaaaaaaaaaaaa
  [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ubuntuser.wordpress.com&blog=377205&post=34&subd=ubuntuser&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>No os imaginais lo que me maldigo al haber conseguido resolver este problema. Llevo casi un año peleándome con este touchpad que siempre iba demasiado lento.</p>
<p>Solo hay que comentar la siguiente linea del fichero <strong>/etc/X11/xorg.conf</strong></p>
<p>#    InputDevice    &#8220;Synaptics Touchpad&#8221;</p>
<p>Dioooossss, como no se me ocurrió antes una cosa tan sencillaaaaaaaaaaaaa</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/ubuntuser.wordpress.com/34/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/ubuntuser.wordpress.com/34/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ubuntuser.wordpress.com/34/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ubuntuser.wordpress.com/34/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ubuntuser.wordpress.com/34/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ubuntuser.wordpress.com/34/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ubuntuser.wordpress.com/34/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ubuntuser.wordpress.com/34/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ubuntuser.wordpress.com/34/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ubuntuser.wordpress.com/34/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ubuntuser.wordpress.com/34/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ubuntuser.wordpress.com/34/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ubuntuser.wordpress.com&blog=377205&post=34&subd=ubuntuser&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://ubuntuser.wordpress.com/2007/11/23/tu-touch-pad-va-demasiado-lento/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/a17e4dd64ef8e5029573eb0c90451b19?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">ciberaid</media:title>
		</media:content>
	</item>
	</channel>
</rss>