<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>samuelaguilera.com &#187; linux</title>
	<atom:link href="http://www.samuelaguilera.com/archivo/tag/linux/feed" rel="self" type="application/rss+xml" />
	<link>http://www.samuelaguilera.com</link>
	<description>Desarrollo web con WordPress y otros temas de interés.</description>
	<lastBuildDate>Tue, 31 Jan 2012 01:40:38 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>The following packages have been kept back</title>
		<link>http://www.samuelaguilera.com/archivo/apt-get-no-actualiza-paquete.xhtml</link>
		<comments>http://www.samuelaguilera.com/archivo/apt-get-no-actualiza-paquete.xhtml#comments</comments>
		<pubDate>Fri, 18 Sep 2009 13:48:41 +0000</pubDate>
		<dc:creator>Samuel</dc:creator>
				<category><![CDATA[Desarrollo]]></category>
		<category><![CDATA[actualización]]></category>
		<category><![CDATA[apt-get]]></category>
		<category><![CDATA[aptitude]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.samuelaguilera.com/?p=634</guid>
		<description><![CDATA[A veces al actualizar paquetes en Debian/Ubuntu con el comando apt-get upgrade podemos recibir el mensaje; The following packages have been kept back seguido del nombre de un paquete o paquetes que no se van a actualizar a pesar de haberse encontrado una nueva versión. Esto, según parece, es debido a que apt-get no es capaz [...]]]></description>
			<content:encoded><![CDATA[<p>A veces al actualizar paquetes en <strong>Debian/Ubuntu</strong> con el comando <strong>apt-get upgrade</strong> podemos recibir el mensaje; <strong>The following packages have been kept back</strong> seguido del nombre de un paquete o paquetes que no se van a actualizar a pesar de haberse encontrado una nueva versión.</p>
<p><img class="alignright size-medium wp-image-600" style="border: 1px solid black;" title="Foto de servidor dedicado. Photo by: escapar chen" src="http://www.samuelaguilera.com/wp-content/uploads/servidor-dedicado-300x225.jpg" alt="Foto de servidor dedicado. Photo by: escapar chen" width="300" height="225" />Esto, según parece, es debido a que <strong>apt-get no es capaz de resolver ciertas dependencias</strong> implicadas en la actualización del paquete o paquetes que decide no actualizar, dependencias que estarían relacionadas con componentes que afectan directamente al funcionamiento del sistema.</p>
<p>Una solución posible a este tema es usar <strong>aptitude</strong> en lugar de <strong>apt-get</strong> para realizar la actualización, ya que <strong>aptitude</strong> parece resolver mejor este tipo de dependencias  y actualizaciones. Con lo que probaremos a ejecutar:<br />
(...)<br/>Leer el resto de <a href="http://www.samuelaguilera.com/archivo/apt-get-no-actualiza-paquete.xhtml">The following packages have been kept back</a> (71 palabras)</p>
<hr />
<p><small>© 2009 <a href="http://www.samuelaguilera.com">Samuel Aguilera</a>. |
<a href="http://www.samuelaguilera.com/archivo/apt-get-no-actualiza-paquete.xhtml">Enlace permanente</a> |
<a href="http://www.samuelaguilera.com/archivo/apt-get-no-actualiza-paquete.xhtml#comments">1 comentario</a> |
Añadir a
<a href="http://del.icio.us/post?url=http://www.samuelaguilera.com/archivo/apt-get-no-actualiza-paquete.xhtml&title=The following packages have been kept back">del.icio.us</a> | <a href="http://twitter.com/home?status=The following packages have been kept back: http://www.samuelaguilera.com/archivo/apt-get-no-actualiza-paquete.xhtml">Enviar a Twitter</a> | <a href="http://meneame.net/submit.php?url=http://www.samuelaguilera.com/archivo/apt-get-no-actualiza-paquete.xhtml">Enviar a Meneame.net</a>
<br/>
Etiquetas: <a href="http://www.samuelaguilera.com/archivo/tag/actualizacion" rel="tag">actualización</a>, <a href="http://www.samuelaguilera.com/archivo/tag/apt-get" rel="tag">apt-get</a>, <a href="http://www.samuelaguilera.com/archivo/tag/aptitude" rel="tag">aptitude</a>, <a href="http://www.samuelaguilera.com/archivo/tag/linux" rel="tag">linux</a>, <a href="http://www.samuelaguilera.com/archivo/tag/ubuntu" rel="tag">ubuntu</a><br/>
</small></p>]]></content:encoded>
			<wfw:commentRss>http://www.samuelaguilera.com/archivo/apt-get-no-actualiza-paquete.xhtml/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>LFTP, alternativa a RSYNC para backup remoto</title>
		<link>http://www.samuelaguilera.com/archivo/lftp-mirror-backup.xhtml</link>
		<comments>http://www.samuelaguilera.com/archivo/lftp-mirror-backup.xhtml#comments</comments>
		<pubDate>Sat, 01 Aug 2009 12:24:27 +0000</pubDate>
		<dc:creator>Samuel</dc:creator>
				<category><![CDATA[Desarrollo]]></category>
		<category><![CDATA[Recursos]]></category>
		<category><![CDATA[copias de seguridad]]></category>
		<category><![CDATA[hosting]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[mirror]]></category>
		<category><![CDATA[servidor dedicado]]></category>

		<guid isPermaLink="false">http://www.samuelaguilera.com/?p=632</guid>
		<description><![CDATA[Está claro que rsync es el rey del software dedicado a realizar backups remotos de archivos en servidores. Pero por desgracia en algunos casos eso no es posible usarlo. Por ejemplo cuando los archivos originales se encuentra en un hosting compartido al que sólo podemos acceder mediante FTP&#8230; Entonces, ¿qué podemos hacer si queremos hacer [...]]]></description>
			<content:encoded><![CDATA[<p>Está claro que <a title="rsync" href="http://www.samba.org/rsync/"><strong>rsync</strong></a> es el rey del software dedicado a realizar <strong>backups remotos de archivos</strong> en servidores. Pero por desgracia en algunos casos eso no es posible usarlo. Por ejemplo cuando los archivos originales se encuentra en un <strong>hosting compartido</strong> al que sólo podemos acceder mediante FTP&#8230;</p>
<p>Entonces, ¿qué podemos hacer si queremos <strong>hacer backups en remoto de un hosting compartido al que sólo podemos acceder por FTP</strong>?.</p>
<p><img class="alignright size-full wp-image-635" title="Backup" src="http://www.samuelaguilera.com/wp-content/uploads/backup-simpson.gif" alt="Backup" width="300" height="214" />Por suerte podemos usar una alternativa llamada <a title="LFTP" href="http://lftp.yar.ru/"><strong>LFTP</strong></a>, que instalaremos en la máquina donde vamos a <strong>almacenar las copias de seguridad de los archivos</strong>. Que podría ser, por ejemplo, nuestro propio equipo de trabajo (siempre que usemos linux, porque LFTP no está disponible para Windows).</p>
<p>El siguiente comando conecta al servidor remoto (donde están los archivos originales de los que queremos hacer copia), y <strong>copia los archivos y directorios</strong> que se encuentren bajo la ruta especificada <strong>en el servidor remoto a la ruta indicada para el servidor local</strong> (donde queremos tener la copia de los archivos originales).<br />
(...)<br/>Leer el resto de <a href="http://www.samuelaguilera.com/archivo/lftp-mirror-backup.xhtml">LFTP, alternativa a RSYNC para backup remoto</a> (269 palabras)</p>
<hr />
<p><small>© 2009 <a href="http://www.samuelaguilera.com">Samuel Aguilera</a>. |
<a href="http://www.samuelaguilera.com/archivo/lftp-mirror-backup.xhtml">Enlace permanente</a> |
<a href="http://www.samuelaguilera.com/archivo/lftp-mirror-backup.xhtml#comments">3 comentarios</a> |
Añadir a
<a href="http://del.icio.us/post?url=http://www.samuelaguilera.com/archivo/lftp-mirror-backup.xhtml&title=LFTP, alternativa a RSYNC para backup remoto">del.icio.us</a> | <a href="http://twitter.com/home?status=LFTP, alternativa a RSYNC para backup remoto: http://www.samuelaguilera.com/archivo/lftp-mirror-backup.xhtml">Enviar a Twitter</a> | <a href="http://meneame.net/submit.php?url=http://www.samuelaguilera.com/archivo/lftp-mirror-backup.xhtml">Enviar a Meneame.net</a>
<br/>
Etiquetas: <a href="http://www.samuelaguilera.com/archivo/tag/copias-de-seguridad" rel="tag">copias de seguridad</a>, <a href="http://www.samuelaguilera.com/archivo/tag/hosting" rel="tag">hosting</a>, <a href="http://www.samuelaguilera.com/archivo/tag/linux" rel="tag">linux</a>, <a href="http://www.samuelaguilera.com/archivo/tag/mirror" rel="tag">mirror</a>, <a href="http://www.samuelaguilera.com/archivo/tag/recursos" rel="tag">Recursos</a>, <a href="http://www.samuelaguilera.com/archivo/tag/servidor-dedicado" rel="tag">servidor dedicado</a><br/>
</small></p>]]></content:encoded>
			<wfw:commentRss>http://www.samuelaguilera.com/archivo/lftp-mirror-backup.xhtml/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Why I&#8217;m not using Linux for desktop</title>
		<link>http://www.samuelaguilera.com/archivo/why-not-using-linux-desktop.xhtml</link>
		<comments>http://www.samuelaguilera.com/archivo/why-not-using-linux-desktop.xhtml#comments</comments>
		<pubDate>Thu, 11 Jun 2009 22:34:39 +0000</pubDate>
		<dc:creator>Samuel</dc:creator>
				<category><![CDATA[Humor]]></category>
		<category><![CDATA[Software y tecnología]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://www.samuelaguilera.com/?p=610</guid>
		<description><![CDATA[First of all: I use LAMP servers for web projects, and NEVER will use Windows IIS for this purpose. But&#8230; unfortunately, I don&#8217;t like in the same way linux systems for desktop. Why?, one of the reasons (click for larger): Seen on: Puntogeek.com © 2009 Samuel Aguilera. &#124; Enlace permanente &#124; 4 comentarios &#124; Añadir [...]]]></description>
			<content:encoded><![CDATA[<p>First of all: I use LAMP servers for web projects, and NEVER will use Windows IIS for this purpose.</p>
<p>But&#8230; unfortunately, I don&#8217;t like in the same way linux systems for desktop. <span style="font-family: Georgia,'Times New Roman','Bitstream Charter',Times,fantasy; font-size: 13px; line-height: 19px;">Why?, one of the reasons (click for larger):</span></p>
<p style="text-align: center;"><a href="http://www.samuelaguilera.com/wp-content/uploads/windows-vs-linux-desktop.jpg"><img class="aligncenter size-full wp-image-611" title="Why I'm not using linux for desktop" src="http://www.samuelaguilera.com/wp-content/uploads/windows-vs-linux-desktop.jpg" alt="Why I'm not using linux for desktop" width="480" height="4213" /></a></p>
<p>Seen on: <a title="Puntogeek.com" href="http://www.puntogeek.com/2009/06/05/humor-la-diferencia-entre-windows-y-linux/">Puntogeek.com</a></p><hr />
<p><small>© 2009 <a href="http://www.samuelaguilera.com">Samuel Aguilera</a>. |
<a href="http://www.samuelaguilera.com/archivo/why-not-using-linux-desktop.xhtml">Enlace permanente</a> |
<a href="http://www.samuelaguilera.com/archivo/why-not-using-linux-desktop.xhtml#comments">4 comentarios</a> |
Añadir a
<a href="http://del.icio.us/post?url=http://www.samuelaguilera.com/archivo/why-not-using-linux-desktop.xhtml&title=Why I&#8217;m not using Linux for desktop">del.icio.us</a> | <a href="http://twitter.com/home?status=Why I&#8217;m not using Linux for desktop: http://www.samuelaguilera.com/archivo/why-not-using-linux-desktop.xhtml">Enviar a Twitter</a> | <a href="http://meneame.net/submit.php?url=http://www.samuelaguilera.com/archivo/why-not-using-linux-desktop.xhtml">Enviar a Meneame.net</a>
<br/>
Etiquetas: <a href="http://www.samuelaguilera.com/archivo/tag/linux" rel="tag">linux</a>, <a href="http://www.samuelaguilera.com/archivo/tag/windows" rel="tag">windows</a><br/>
</small></p>]]></content:encoded>
			<wfw:commentRss>http://www.samuelaguilera.com/archivo/why-not-using-linux-desktop.xhtml/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Disponible Adobe AIR beta para Linux</title>
		<link>http://www.samuelaguilera.com/archivo/instalaradobe-air-beta-linux.xhtml</link>
		<comments>http://www.samuelaguilera.com/archivo/instalaradobe-air-beta-linux.xhtml#comments</comments>
		<pubDate>Thu, 18 Sep 2008 07:54:22 +0000</pubDate>
		<dc:creator>Samuel</dc:creator>
				<category><![CDATA[Software y tecnología]]></category>
		<category><![CDATA[Adobe AIR]]></category>
		<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://www.samuelaguilera.com/?p=373</guid>
		<description><![CDATA[Aunque los usuarios más puristas del software libre (que no gustan de instalar en sus máquinas nada que no sea 100% libre) no opinarán igual que yo, me parece una gran noticia que ya esté disponible la beta de Adobe AIR para sistemas GNU/Linux. Y me lo parece por dos cosas: Porque hasta que las [...]]]></description>
			<content:encoded><![CDATA[<p>Aunque los usuarios más puristas del software libre (que no gustan de instalar en sus máquinas nada que no sea 100% libre) no opinarán igual que yo, me parece una gran noticia que ya esté disponible la beta de <strong>Adobe AIR para sistemas GNU/Linux</strong>.</p>
<p>Y me lo parece por dos cosas:</p>
<ol>
<li>Porque hasta que las grandes compañías como Adobe, por ejemplo, no empiecen a tomar Linux como otro sistema más al que dar soporte no habrá posibilidades reales de desbancar a Windows como sistema predominante.</li>
<li>Hay un montón de pequeñas <strong>aplicaciones interesantes para Adobe AIR</strong> que con esta beta deberíamos de poder usar sin los problemas que daba la versión alpha (según dicen todas menos las que usan DRM).</li>
</ol>
<p><span style="underline;">Para <strong>instalar Adobe AIR en linux</strong> (distribuciones Fedora, Ubuntu y Suse, son las distribuciones soportadas por Adobe):</span></p>
<ol>
<li>Descargar el <a title="Instalador Adobe AIR linux" href="http://labs.adobe.com/downloads/air_linux.html">instalador de Adobe AIR para linux</a>.</li>
<li>Desde consola darle permisos de ejecución: <code>chmod +x adobeair_linux_b1_091508.bin</code></li>
<li>Ejecutar el instalador: <code>./adobeair_linux_b1_091508.bin</code></li>
</ol>
<p>Una vez hecho esto ya deberíamos ver el instalador de aplicaciones de <strong>Adobe AIR</strong> en los menús de nuestra máquina (en Ubuntu en Aplicaciones -&gt; Accesorios -&gt; Adobe Air Applications Installer).</p>
<p>Visto en: <a title="Mundo Geek" href="http://mundogeek.net/archivos/2008/09/17/adobe-air-beta-para-linux/">Mundo Geek</a></p><hr />
<p><small>© 2008 <a href="http://www.samuelaguilera.com">Samuel Aguilera</a>. |
<a href="http://www.samuelaguilera.com/archivo/instalaradobe-air-beta-linux.xhtml">Enlace permanente</a> |
<a href="http://www.samuelaguilera.com/archivo/instalaradobe-air-beta-linux.xhtml#comments">No hay comentarios</a> |
Añadir a
<a href="http://del.icio.us/post?url=http://www.samuelaguilera.com/archivo/instalaradobe-air-beta-linux.xhtml&title=Disponible Adobe AIR beta para Linux">del.icio.us</a> | <a href="http://twitter.com/home?status=Disponible Adobe AIR beta para Linux: http://www.samuelaguilera.com/archivo/instalaradobe-air-beta-linux.xhtml">Enviar a Twitter</a> | <a href="http://meneame.net/submit.php?url=http://www.samuelaguilera.com/archivo/instalaradobe-air-beta-linux.xhtml">Enviar a Meneame.net</a>
<br/>
Etiquetas: <a href="http://www.samuelaguilera.com/archivo/tag/adobe-air" rel="tag">Adobe AIR</a>, <a href="http://www.samuelaguilera.com/archivo/tag/linux" rel="tag">linux</a><br/>
</small></p>]]></content:encoded>
			<wfw:commentRss>http://www.samuelaguilera.com/archivo/instalaradobe-air-beta-linux.xhtml/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Lanzamiento de Trucolinux.com</title>
		<link>http://www.samuelaguilera.com/archivo/trucos-para-linux.xhtml</link>
		<comments>http://www.samuelaguilera.com/archivo/trucos-para-linux.xhtml#comments</comments>
		<pubDate>Wed, 28 May 2008 19:03:33 +0000</pubDate>
		<dc:creator>Samuel</dc:creator>
				<category><![CDATA[Software y tecnología]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[seguridad]]></category>

		<guid isPermaLink="false">http://www.samuelaguilera.com/?p=329</guid>
		<description><![CDATA[Leo en el blog de Fernando Vicente que Queru junto con algunos amigos se ha animado a lanzar el blog Trucolinux.com donde irán publicando trucos para sistemas GNU/Linux. Por el momento hay pocas entradas, pero promete ser interesante, ya que no se andan con rodeos y proporcionan instrucciones de &#8220;copiar/pegar&#8221; para la consola que seguro [...]]]></description>
			<content:encoded><![CDATA[<p>Leo en el <a title="Fernando Vicente" href="http://fernandovicente.info/2008/05/28/inauguracion-de-trucolinuxcom/">blog de Fernando Vicente</a> que <a title="Lanzamiento Trucolinux.com" href="http://viernes.org/archivo/queru/2008/lanzamos-trucolinuxcom/">Queru junto con algunos amigos se ha animado a lanzar el blog Trucolinux.com</a> donde irán publicando <strong>trucos para sistemas GNU/Linux</strong>.</p>
<p>Por el momento hay pocas entradas, pero promete ser interesante, ya que no se andan con rodeos y proporcionan instrucciones de &#8220;copiar/pegar&#8221; para la consola que seguro que nos vendrán bien a los que estamos todavía en la transición hacia el mundo Linux.</p>
<p>Si se pueden pedir deseos&#8230; no estaría mal un especial de &#8220;<strong>medidas de seguridad <span style="text-decoration: underline;">imprescindibles</span> para servidores web</strong>&#8221; :)</p><hr />
<p><small>© 2008 <a href="http://www.samuelaguilera.com">Samuel Aguilera</a>. |
<a href="http://www.samuelaguilera.com/archivo/trucos-para-linux.xhtml">Enlace permanente</a> |
<a href="http://www.samuelaguilera.com/archivo/trucos-para-linux.xhtml#comments">No hay comentarios</a> |
Añadir a
<a href="http://del.icio.us/post?url=http://www.samuelaguilera.com/archivo/trucos-para-linux.xhtml&title=Lanzamiento de Trucolinux.com">del.icio.us</a> | <a href="http://twitter.com/home?status=Lanzamiento de Trucolinux.com: http://www.samuelaguilera.com/archivo/trucos-para-linux.xhtml">Enviar a Twitter</a> | <a href="http://meneame.net/submit.php?url=http://www.samuelaguilera.com/archivo/trucos-para-linux.xhtml">Enviar a Meneame.net</a>
<br/>
Etiquetas: <a href="http://www.samuelaguilera.com/archivo/tag/linux" rel="tag">linux</a>, <a href="http://www.samuelaguilera.com/archivo/tag/seguridad" rel="tag">seguridad</a><br/>
</small></p>]]></content:encoded>
			<wfw:commentRss>http://www.samuelaguilera.com/archivo/trucos-para-linux.xhtml/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

