<?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>Vladzur&#039;s Blog &#187; Ubuntu</title>
	<atom:link href="http://vladzur.sangrederosas.cl/tag/ubuntu/feed/" rel="self" type="application/rss+xml" />
	<link>http://vladzur.sangrederosas.cl</link>
	<description>Sobre PHP, Ubuntu, CakePHP y otras cosas</description>
	<lastBuildDate>Mon, 26 Jul 2010 19:06:54 +0000</lastBuildDate>
	<language>es</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Montando un host virtual en Ubuntu</title>
		<link>http://vladzur.sangrederosas.cl/2010/07/12/montando-un-host-virtual-en-ubuntu/</link>
		<comments>http://vladzur.sangrederosas.cl/2010/07/12/montando-un-host-virtual-en-ubuntu/#comments</comments>
		<pubDate>Tue, 13 Jul 2010 03:40:10 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[GNU/Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://vladzur.sangrederosas.cl/?p=481</guid>
		<description><![CDATA[Esto lo pongo a modo de recordatorio, porque siempre que necesito hacer esto, olvido algún detalle. Primero que nada, debemos hacer una copia del archivo de configuración Apache /etc/apache2/sites-available/default y renombrarla como queramos, en este caso miblog: sudo cp /etc/apache2/sites-available/default /etc/apache2/sites-available/miblog Se debe editar y cambiar la slíneas &#60;VirtualHost *:80&#62; ServerAdmin webmaster@localhost ServerName miblog DocumentRoot [...]]]></description>
			<content:encoded><![CDATA[<p>Esto lo pongo a modo de recordatorio, porque siempre que necesito hacer esto, olvido algún detalle.<br />
Primero que nada, debemos hacer una copia del archivo de configuración Apache /etc/apache2/sites-available/default y renombrarla como queramos, en este caso miblog:<br />
<code><br />
sudo cp /etc/apache2/sites-available/default /etc/apache2/sites-available/miblog<br />
</code><br />
Se debe editar y cambiar la slíneas<br />
<pre>
&lt;VirtualHost *:80&gt;
	ServerAdmin webmaster@localhost
	ServerName miblog
DocumentRoot /var/www/miblog
&lt;Directory /var/www/miblog/&gt;
</pre><br />
Apuntando al directorio que vanos a usar para poner nuestro sitio.</p>
<p>Debemos darle los permisos al directorio que va a alojar nuastro sitio virtual:<br />
<code><br />
sudo chmod 776 -R /var/www/miblog/<br />
</code></p>
<p>Luego agregamos el sitio virtual a Apache:<br />
<code><br />
sudo a2ensite miblog<br />
</code></p>
<p>Y reiniciamos Apache:<br />
<code><br />
sudo /etc/init.d/apache2 restart<br />
</code></p>
<p>Y listo, ahora podemos agregar una entrada en /etc/hosts<br />
<code><br />
127.0.0.1 miblog<br />
</code><br />
Y ya está.</p>
<p><a href="http://www.addtoany.com/add_to/digg?linkurl=http%3A%2F%2Fvladzur.sangrederosas.cl%2F2010%2F07%2F12%2Fmontando-un-host-virtual-en-ubuntu%2F&amp;linkname=Montando%20un%20host%20virtual%20en%20Ubuntu" title="Digg" rel="nofollow" target="_blank"><img src="http://vladzur.sangrederosas.cl/wp-content/plugins/add-to-any/icons/digg.png" width="16" height="16" alt="Digg"/></a> <a href="http://www.addtoany.com/add_to/facebook?linkurl=http%3A%2F%2Fvladzur.sangrederosas.cl%2F2010%2F07%2F12%2Fmontando-un-host-virtual-en-ubuntu%2F&amp;linkname=Montando%20un%20host%20virtual%20en%20Ubuntu" title="Facebook" rel="nofollow" target="_blank"><img src="http://vladzur.sangrederosas.cl/wp-content/plugins/add-to-any/icons/facebook.png" width="16" height="16" alt="Facebook"/></a> <a href="http://www.addtoany.com/add_to/delicious?linkurl=http%3A%2F%2Fvladzur.sangrederosas.cl%2F2010%2F07%2F12%2Fmontando-un-host-virtual-en-ubuntu%2F&amp;linkname=Montando%20un%20host%20virtual%20en%20Ubuntu" title="Delicious" rel="nofollow" target="_blank"><img src="http://vladzur.sangrederosas.cl/wp-content/plugins/add-to-any/icons/delicious.png" width="16" height="16" alt="Delicious"/></a> <a href="http://www.addtoany.com/add_to/twitter?linkurl=http%3A%2F%2Fvladzur.sangrederosas.cl%2F2010%2F07%2F12%2Fmontando-un-host-virtual-en-ubuntu%2F&amp;linkname=Montando%20un%20host%20virtual%20en%20Ubuntu" title="Twitter" rel="nofollow" target="_blank"><img src="http://vladzur.sangrederosas.cl/wp-content/plugins/add-to-any/icons/twitter.png" width="16" height="16" alt="Twitter"/></a> <a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save"><img src="http://vladzur.sangrederosas.cl/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a> </p><p><a href="http://www.addtoany.com/add_to/digg?linkurl=http%3A%2F%2Fvladzur.sangrederosas.cl%2F2010%2F07%2F12%2Fmontando-un-host-virtual-en-ubuntu%2F&amp;linkname=Montando%20un%20host%20virtual%20en%20Ubuntu" title="Digg" rel="nofollow" target="_blank"><img src="http://vladzur.sangrederosas.cl/wp-content/plugins/add-to-any/icons/digg.png" width="16" height="16" alt="Digg"/></a> <a href="http://www.addtoany.com/add_to/facebook?linkurl=http%3A%2F%2Fvladzur.sangrederosas.cl%2F2010%2F07%2F12%2Fmontando-un-host-virtual-en-ubuntu%2F&amp;linkname=Montando%20un%20host%20virtual%20en%20Ubuntu" title="Facebook" rel="nofollow" target="_blank"><img src="http://vladzur.sangrederosas.cl/wp-content/plugins/add-to-any/icons/facebook.png" width="16" height="16" alt="Facebook"/></a> <a href="http://www.addtoany.com/add_to/delicious?linkurl=http%3A%2F%2Fvladzur.sangrederosas.cl%2F2010%2F07%2F12%2Fmontando-un-host-virtual-en-ubuntu%2F&amp;linkname=Montando%20un%20host%20virtual%20en%20Ubuntu" title="Delicious" rel="nofollow" target="_blank"><img src="http://vladzur.sangrederosas.cl/wp-content/plugins/add-to-any/icons/delicious.png" width="16" height="16" alt="Delicious"/></a> <a href="http://www.addtoany.com/add_to/twitter?linkurl=http%3A%2F%2Fvladzur.sangrederosas.cl%2F2010%2F07%2F12%2Fmontando-un-host-virtual-en-ubuntu%2F&amp;linkname=Montando%20un%20host%20virtual%20en%20Ubuntu" title="Twitter" rel="nofollow" target="_blank"><img src="http://vladzur.sangrederosas.cl/wp-content/plugins/add-to-any/icons/twitter.png" width="16" height="16" alt="Twitter"/></a> <a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save"><img src="http://vladzur.sangrederosas.cl/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a> </p>]]></content:encoded>
			<wfw:commentRss>http://vladzur.sangrederosas.cl/2010/07/12/montando-un-host-virtual-en-ubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ubuntu 10.04: Error al actualizar.</title>
		<link>http://vladzur.sangrederosas.cl/2010/05/03/ubuntu-10-04-error-al-actualizar/</link>
		<comments>http://vladzur.sangrederosas.cl/2010/05/03/ubuntu-10-04-error-al-actualizar/#comments</comments>
		<pubDate>Mon, 03 May 2010 19:11:39 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[GNU/Linux]]></category>
		<category><![CDATA[Lucid]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://vladzur.sangrederosas.cl/2010/05/03/ubuntu-10-04-error-al-actualizar/</guid>
		<description><![CDATA[Apenas salió la nueva versión de Ubuntu 10.04 LTS actualicé mi maquinita. La verdad es que todo se ve mucho más limpio y bonito, un tema bien logrado y una buena integración de chat y redes sociales, todo bien hasta que volví a encender la máquina, un nefasto mensaje de &#8220;An error occured&#160; while mounting [...]]]></description>
			<content:encoded><![CDATA[<p>Apenas salió la nueva versión de Ubuntu 10.04 LTS actualicé mi maquinita. La verdad es que todo se ve mucho más limpio y bonito, un tema bien logrado y una buena integración de chat y redes sociales, todo bien hasta que volví a encender la máquina, un nefasto mensaje de &#8220;An error occured&nbsp; while mounting /proc/bus/usb&#8221; y es una molestia, para solucionar este problema debemos:</p>
<ol>
<li>Editar /etc/fstab</li>
<li>comentar la línea que dice &#8220;none /proc/bus/usb usbfs devgid=123,devmode=644 0 0&#8243; anteponiendo un #</li>
<li>reiniciar el equipo.</li>
</ol>
<p>Esta línea fué añadida para dar soporte USB a VirtualBox en Karmic y parece que ya no se utiliza.</p>
<p></p>
<p>La solución la encontré en <a target="_blank" mce_href="http://ubuntuforums.org/showthread.php?t=1468486" href="http://ubuntuforums.org/showthread.php?t=1468486">http://ubuntuforums.org/showthread.php?t=1468486</a></p>
<p>Espero que sirva, a mí me funcionó.</p>
<p></p>
<p></p>
<p><a href="http://www.addtoany.com/add_to/digg?linkurl=http%3A%2F%2Fvladzur.sangrederosas.cl%2F2010%2F05%2F03%2Fubuntu-10-04-error-al-actualizar%2F&amp;linkname=Ubuntu%2010.04%3A%20Error%20al%20actualizar." title="Digg" rel="nofollow" target="_blank"><img src="http://vladzur.sangrederosas.cl/wp-content/plugins/add-to-any/icons/digg.png" width="16" height="16" alt="Digg"/></a> <a href="http://www.addtoany.com/add_to/facebook?linkurl=http%3A%2F%2Fvladzur.sangrederosas.cl%2F2010%2F05%2F03%2Fubuntu-10-04-error-al-actualizar%2F&amp;linkname=Ubuntu%2010.04%3A%20Error%20al%20actualizar." title="Facebook" rel="nofollow" target="_blank"><img src="http://vladzur.sangrederosas.cl/wp-content/plugins/add-to-any/icons/facebook.png" width="16" height="16" alt="Facebook"/></a> <a href="http://www.addtoany.com/add_to/delicious?linkurl=http%3A%2F%2Fvladzur.sangrederosas.cl%2F2010%2F05%2F03%2Fubuntu-10-04-error-al-actualizar%2F&amp;linkname=Ubuntu%2010.04%3A%20Error%20al%20actualizar." title="Delicious" rel="nofollow" target="_blank"><img src="http://vladzur.sangrederosas.cl/wp-content/plugins/add-to-any/icons/delicious.png" width="16" height="16" alt="Delicious"/></a> <a href="http://www.addtoany.com/add_to/twitter?linkurl=http%3A%2F%2Fvladzur.sangrederosas.cl%2F2010%2F05%2F03%2Fubuntu-10-04-error-al-actualizar%2F&amp;linkname=Ubuntu%2010.04%3A%20Error%20al%20actualizar." title="Twitter" rel="nofollow" target="_blank"><img src="http://vladzur.sangrederosas.cl/wp-content/plugins/add-to-any/icons/twitter.png" width="16" height="16" alt="Twitter"/></a> <a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save"><img src="http://vladzur.sangrederosas.cl/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a> </p><p><a href="http://www.addtoany.com/add_to/digg?linkurl=http%3A%2F%2Fvladzur.sangrederosas.cl%2F2010%2F05%2F03%2Fubuntu-10-04-error-al-actualizar%2F&amp;linkname=Ubuntu%2010.04%3A%20Error%20al%20actualizar." title="Digg" rel="nofollow" target="_blank"><img src="http://vladzur.sangrederosas.cl/wp-content/plugins/add-to-any/icons/digg.png" width="16" height="16" alt="Digg"/></a> <a href="http://www.addtoany.com/add_to/facebook?linkurl=http%3A%2F%2Fvladzur.sangrederosas.cl%2F2010%2F05%2F03%2Fubuntu-10-04-error-al-actualizar%2F&amp;linkname=Ubuntu%2010.04%3A%20Error%20al%20actualizar." title="Facebook" rel="nofollow" target="_blank"><img src="http://vladzur.sangrederosas.cl/wp-content/plugins/add-to-any/icons/facebook.png" width="16" height="16" alt="Facebook"/></a> <a href="http://www.addtoany.com/add_to/delicious?linkurl=http%3A%2F%2Fvladzur.sangrederosas.cl%2F2010%2F05%2F03%2Fubuntu-10-04-error-al-actualizar%2F&amp;linkname=Ubuntu%2010.04%3A%20Error%20al%20actualizar." title="Delicious" rel="nofollow" target="_blank"><img src="http://vladzur.sangrederosas.cl/wp-content/plugins/add-to-any/icons/delicious.png" width="16" height="16" alt="Delicious"/></a> <a href="http://www.addtoany.com/add_to/twitter?linkurl=http%3A%2F%2Fvladzur.sangrederosas.cl%2F2010%2F05%2F03%2Fubuntu-10-04-error-al-actualizar%2F&amp;linkname=Ubuntu%2010.04%3A%20Error%20al%20actualizar." title="Twitter" rel="nofollow" target="_blank"><img src="http://vladzur.sangrederosas.cl/wp-content/plugins/add-to-any/icons/twitter.png" width="16" height="16" alt="Twitter"/></a> <a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save"><img src="http://vladzur.sangrederosas.cl/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a> </p>]]></content:encoded>
			<wfw:commentRss>http://vladzur.sangrederosas.cl/2010/05/03/ubuntu-10-04-error-al-actualizar/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>¡Malware oculto en salvapantallas de gnome-look.org!</title>
		<link>http://vladzur.sangrederosas.cl/2009/12/11/%c2%a1malware-oculto-en-salvapantallas-de-gnome-look-org/</link>
		<comments>http://vladzur.sangrederosas.cl/2009/12/11/%c2%a1malware-oculto-en-salvapantallas-de-gnome-look-org/#comments</comments>
		<pubDate>Fri, 11 Dec 2009 20:10:58 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[GNU/Linux]]></category>
		<category><![CDATA[Gnome]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://vladzur.sangrederosas.cl/?p=415</guid>
		<description><![CDATA[Dentro de un inocente salva-pantallas de tipo &#8220;waterfall&#8221; .deb distribuido en el popular sitio de &#8220;artworks&#8221; Gnome-Look.org (Waterfall-Screensaver), se ha encontrado oculto un &#8220;Malware&#8221;. El .deb instala un script con privilegios elevados que realiza ataques DDoS (Distribuited Denail of Service) e incluso se mantiene actualizado con descargas automáticas. Gnome-Look.org ya ha quitado el archivo de [...]]]></description>
			<content:encoded><![CDATA[<p>Dentro de un inocente salva-pantallas de tipo &#8220;waterfall&#8221; .deb distribuido en el popular sitio de &#8220;artworks&#8221; Gnome-Look.org (Waterfall-Screensaver), se ha encontrado oculto un &#8220;Malware&#8221;. El .deb instala un script con privilegios elevados que realiza ataques DDoS (<a href="http://es.wikipedia.org/wiki/Ataques_de_denegaci%C3%B3n_de_servicio" target="_blank">Distribuited Denail of Service</a>) e incluso se mantiene actualizado con descargas automáticas.</p>
<p>Gnome-Look.org ya ha quitado el archivo de su sitio, pero si alguien tuvo la mala fortuna de descargar dicho &#8220;salva-pantallas&#8221;, debería seguir los siguientes pasos para quitar ese paquete:</p>
<p>SOLO SI HAS INSTALADO EL SALVA-PANTALLAS MALICIOSO<br />
<code>sudo rm -f /usr/bin/Auto.bash /usr/bin/run.bash /etc/profile.d/gnome.sh index.php run.bash &#038;&#038; sudo dpkg -r app5552</code></p>
<p><a href="http://ubuntuforums.org/showthread.php?t=1349678" target="_blank">Hilo de Ubuntu Forums</a>.</p>
<p>A pesar de lo molesto que pueda resultar, esto significa también que Linux se está volviendo más popular y debemos prepararnos para recibir este tipo de ataques molestos.</p>
<p><a href="http://www.addtoany.com/add_to/digg?linkurl=http%3A%2F%2Fvladzur.sangrederosas.cl%2F2009%2F12%2F11%2F%25c2%25a1malware-oculto-en-salvapantallas-de-gnome-look-org%2F&amp;linkname=%C2%A1Malware%20oculto%20en%20salvapantallas%20de%20gnome-look.org%21" title="Digg" rel="nofollow" target="_blank"><img src="http://vladzur.sangrederosas.cl/wp-content/plugins/add-to-any/icons/digg.png" width="16" height="16" alt="Digg"/></a> <a href="http://www.addtoany.com/add_to/facebook?linkurl=http%3A%2F%2Fvladzur.sangrederosas.cl%2F2009%2F12%2F11%2F%25c2%25a1malware-oculto-en-salvapantallas-de-gnome-look-org%2F&amp;linkname=%C2%A1Malware%20oculto%20en%20salvapantallas%20de%20gnome-look.org%21" title="Facebook" rel="nofollow" target="_blank"><img src="http://vladzur.sangrederosas.cl/wp-content/plugins/add-to-any/icons/facebook.png" width="16" height="16" alt="Facebook"/></a> <a href="http://www.addtoany.com/add_to/delicious?linkurl=http%3A%2F%2Fvladzur.sangrederosas.cl%2F2009%2F12%2F11%2F%25c2%25a1malware-oculto-en-salvapantallas-de-gnome-look-org%2F&amp;linkname=%C2%A1Malware%20oculto%20en%20salvapantallas%20de%20gnome-look.org%21" title="Delicious" rel="nofollow" target="_blank"><img src="http://vladzur.sangrederosas.cl/wp-content/plugins/add-to-any/icons/delicious.png" width="16" height="16" alt="Delicious"/></a> <a href="http://www.addtoany.com/add_to/twitter?linkurl=http%3A%2F%2Fvladzur.sangrederosas.cl%2F2009%2F12%2F11%2F%25c2%25a1malware-oculto-en-salvapantallas-de-gnome-look-org%2F&amp;linkname=%C2%A1Malware%20oculto%20en%20salvapantallas%20de%20gnome-look.org%21" title="Twitter" rel="nofollow" target="_blank"><img src="http://vladzur.sangrederosas.cl/wp-content/plugins/add-to-any/icons/twitter.png" width="16" height="16" alt="Twitter"/></a> <a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save"><img src="http://vladzur.sangrederosas.cl/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a> </p><p><a href="http://www.addtoany.com/add_to/digg?linkurl=http%3A%2F%2Fvladzur.sangrederosas.cl%2F2009%2F12%2F11%2F%25c2%25a1malware-oculto-en-salvapantallas-de-gnome-look-org%2F&amp;linkname=%C2%A1Malware%20oculto%20en%20salvapantallas%20de%20gnome-look.org%21" title="Digg" rel="nofollow" target="_blank"><img src="http://vladzur.sangrederosas.cl/wp-content/plugins/add-to-any/icons/digg.png" width="16" height="16" alt="Digg"/></a> <a href="http://www.addtoany.com/add_to/facebook?linkurl=http%3A%2F%2Fvladzur.sangrederosas.cl%2F2009%2F12%2F11%2F%25c2%25a1malware-oculto-en-salvapantallas-de-gnome-look-org%2F&amp;linkname=%C2%A1Malware%20oculto%20en%20salvapantallas%20de%20gnome-look.org%21" title="Facebook" rel="nofollow" target="_blank"><img src="http://vladzur.sangrederosas.cl/wp-content/plugins/add-to-any/icons/facebook.png" width="16" height="16" alt="Facebook"/></a> <a href="http://www.addtoany.com/add_to/delicious?linkurl=http%3A%2F%2Fvladzur.sangrederosas.cl%2F2009%2F12%2F11%2F%25c2%25a1malware-oculto-en-salvapantallas-de-gnome-look-org%2F&amp;linkname=%C2%A1Malware%20oculto%20en%20salvapantallas%20de%20gnome-look.org%21" title="Delicious" rel="nofollow" target="_blank"><img src="http://vladzur.sangrederosas.cl/wp-content/plugins/add-to-any/icons/delicious.png" width="16" height="16" alt="Delicious"/></a> <a href="http://www.addtoany.com/add_to/twitter?linkurl=http%3A%2F%2Fvladzur.sangrederosas.cl%2F2009%2F12%2F11%2F%25c2%25a1malware-oculto-en-salvapantallas-de-gnome-look-org%2F&amp;linkname=%C2%A1Malware%20oculto%20en%20salvapantallas%20de%20gnome-look.org%21" title="Twitter" rel="nofollow" target="_blank"><img src="http://vladzur.sangrederosas.cl/wp-content/plugins/add-to-any/icons/twitter.png" width="16" height="16" alt="Twitter"/></a> <a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save"><img src="http://vladzur.sangrederosas.cl/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a> </p>]]></content:encoded>
			<wfw:commentRss>http://vladzur.sangrederosas.cl/2009/12/11/%c2%a1malware-oculto-en-salvapantallas-de-gnome-look-org/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Reloj parlante en Ubuntu</title>
		<link>http://vladzur.sangrederosas.cl/2009/11/24/reloj-parlante-en-ubuntu/</link>
		<comments>http://vladzur.sangrederosas.cl/2009/11/24/reloj-parlante-en-ubuntu/#comments</comments>
		<pubDate>Tue, 24 Nov 2009 18:03:35 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[GNU/Linux]]></category>
		<category><![CDATA[script]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://vladzur.sangrederosas.cl/?p=407</guid>
		<description><![CDATA[Jugando un poco con eSpeak se me ocurrió un pequeño script para que mi máquina me diga la hora cada 30 minutos, algo totalmente trivial pero entretenido. Lo primero es asegurarnos de tener instalado eSpeak, para instalarlo debemos : sudo apt-get install espeak Luego creamos el scrip lahora.sh: #!/bin/bashhora=`date +&#34;%H:%M&#34;`espeak -v es-la -a 190 &#34;Son [...]]]></description>
			<content:encoded><![CDATA[<p>Jugando un poco con eSpeak se me ocurrió un pequeño script para que mi máquina me diga la hora cada 30 minutos, algo totalmente trivial pero entretenido.</p>
<p>Lo primero es asegurarnos de tener instalado eSpeak, para instalarlo debemos :</p>
<p><code>sudo apt-get install espeak</code></p>
<p>Luego creamos el scrip lahora.sh:</p>
<p><!--DEVFMTCODE--><pre class="devcodeblock" title="Bash"><div class="devcodeoverflow"><ol><li><span style="color: #666666; font-style: italic;">#!/bin/bash</span></li><li><span style="color: #007800;">hora</span>=<span style="color: #000000; font-weight: bold;">`</span><span style="color: #c20cb9; font-weight: bold;">date</span> +<span style="color: #ff0000;">&quot;%H:%M&quot;</span><span style="color: #000000; font-weight: bold;">`</span></li><li>espeak <span style="color: #660033;">-v</span> es-la <span style="color: #660033;">-a</span> <span style="color: #000000;">190</span> <span style="color: #ff0000;">&quot;Son las <span style="color: #007800;">$hora</span>&quot;</span></li></ol></div></pre><!--END_DEVFMTCODE--></p>
<p>y luego con Cron programamos la ejecución del script:</p>
<p><code>crontab -e</code></p>
<p>y le decimos que corra el archivo de lunes a viernes a los 0 y 30 minutos:<br />
<code># m h  dom mon dow   command<br />
0,30 * * * 1-5 /home/vladzur/lahora.sh</code></p>
<p>Fácil y divertido (inútil por lo demás).</p>
<p><a href="http://www.addtoany.com/add_to/digg?linkurl=http%3A%2F%2Fvladzur.sangrederosas.cl%2F2009%2F11%2F24%2Freloj-parlante-en-ubuntu%2F&amp;linkname=Reloj%20parlante%20en%20Ubuntu" title="Digg" rel="nofollow" target="_blank"><img src="http://vladzur.sangrederosas.cl/wp-content/plugins/add-to-any/icons/digg.png" width="16" height="16" alt="Digg"/></a> <a href="http://www.addtoany.com/add_to/facebook?linkurl=http%3A%2F%2Fvladzur.sangrederosas.cl%2F2009%2F11%2F24%2Freloj-parlante-en-ubuntu%2F&amp;linkname=Reloj%20parlante%20en%20Ubuntu" title="Facebook" rel="nofollow" target="_blank"><img src="http://vladzur.sangrederosas.cl/wp-content/plugins/add-to-any/icons/facebook.png" width="16" height="16" alt="Facebook"/></a> <a href="http://www.addtoany.com/add_to/delicious?linkurl=http%3A%2F%2Fvladzur.sangrederosas.cl%2F2009%2F11%2F24%2Freloj-parlante-en-ubuntu%2F&amp;linkname=Reloj%20parlante%20en%20Ubuntu" title="Delicious" rel="nofollow" target="_blank"><img src="http://vladzur.sangrederosas.cl/wp-content/plugins/add-to-any/icons/delicious.png" width="16" height="16" alt="Delicious"/></a> <a href="http://www.addtoany.com/add_to/twitter?linkurl=http%3A%2F%2Fvladzur.sangrederosas.cl%2F2009%2F11%2F24%2Freloj-parlante-en-ubuntu%2F&amp;linkname=Reloj%20parlante%20en%20Ubuntu" title="Twitter" rel="nofollow" target="_blank"><img src="http://vladzur.sangrederosas.cl/wp-content/plugins/add-to-any/icons/twitter.png" width="16" height="16" alt="Twitter"/></a> <a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save"><img src="http://vladzur.sangrederosas.cl/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a> </p><p><a href="http://www.addtoany.com/add_to/digg?linkurl=http%3A%2F%2Fvladzur.sangrederosas.cl%2F2009%2F11%2F24%2Freloj-parlante-en-ubuntu%2F&amp;linkname=Reloj%20parlante%20en%20Ubuntu" title="Digg" rel="nofollow" target="_blank"><img src="http://vladzur.sangrederosas.cl/wp-content/plugins/add-to-any/icons/digg.png" width="16" height="16" alt="Digg"/></a> <a href="http://www.addtoany.com/add_to/facebook?linkurl=http%3A%2F%2Fvladzur.sangrederosas.cl%2F2009%2F11%2F24%2Freloj-parlante-en-ubuntu%2F&amp;linkname=Reloj%20parlante%20en%20Ubuntu" title="Facebook" rel="nofollow" target="_blank"><img src="http://vladzur.sangrederosas.cl/wp-content/plugins/add-to-any/icons/facebook.png" width="16" height="16" alt="Facebook"/></a> <a href="http://www.addtoany.com/add_to/delicious?linkurl=http%3A%2F%2Fvladzur.sangrederosas.cl%2F2009%2F11%2F24%2Freloj-parlante-en-ubuntu%2F&amp;linkname=Reloj%20parlante%20en%20Ubuntu" title="Delicious" rel="nofollow" target="_blank"><img src="http://vladzur.sangrederosas.cl/wp-content/plugins/add-to-any/icons/delicious.png" width="16" height="16" alt="Delicious"/></a> <a href="http://www.addtoany.com/add_to/twitter?linkurl=http%3A%2F%2Fvladzur.sangrederosas.cl%2F2009%2F11%2F24%2Freloj-parlante-en-ubuntu%2F&amp;linkname=Reloj%20parlante%20en%20Ubuntu" title="Twitter" rel="nofollow" target="_blank"><img src="http://vladzur.sangrederosas.cl/wp-content/plugins/add-to-any/icons/twitter.png" width="16" height="16" alt="Twitter"/></a> <a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save"><img src="http://vladzur.sangrederosas.cl/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a> </p>]]></content:encoded>
			<wfw:commentRss>http://vladzur.sangrederosas.cl/2009/11/24/reloj-parlante-en-ubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Minitube 0.8 ahora soporta vídeos HD</title>
		<link>http://vladzur.sangrederosas.cl/2009/11/17/minitube-0-8-ahora-soporta-videos-hd/</link>
		<comments>http://vladzur.sangrederosas.cl/2009/11/17/minitube-0-8-ahora-soporta-videos-hd/#comments</comments>
		<pubDate>Tue, 17 Nov 2009 15:22:03 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[GNU/Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Vídeo]]></category>

		<guid isPermaLink="false">http://vladzur.sangrederosas.cl/?p=404</guid>
		<description><![CDATA[El excelente software de reproducción de vídeos de Youtube Minitube, ahora lanza su versión 0.8, la que trae, entre otras cosas, la posibilidad de reproducir vídeos en HD. Puedes descargar el paquete .deb para Ubuntu 9.10 en https://launchpad.net/~neversfelde/+archive/ppa/+packages Siempre es bueno visitar la página del proyecto http://flavio.tordini.org/minitube &#160;]]></description>
			<content:encoded><![CDATA[<p>El excelente software de reproducción de vídeos de Youtube Minitube, ahora lanza su versión 0.8, la que trae, entre otras cosas, la posibilidad de reproducir vídeos en HD.</p>
<p>Puedes descargar el paquete .deb para Ubuntu 9.10 en <a href="https://launchpad.net/~neversfelde/+archive/ppa/+packages" target="_blank">https://launchpad.net/~neversfelde/+archive/ppa/+packages</a></p>
<p>Siempre es bueno visitar la página del proyecto <a href="http://flavio.tordini.org/minitube" target="_blank">http://flavio.tordini.org/minitube</a></p>
<p>&nbsp;</p>
<p><a href="http://www.addtoany.com/add_to/digg?linkurl=http%3A%2F%2Fvladzur.sangrederosas.cl%2F2009%2F11%2F17%2Fminitube-0-8-ahora-soporta-videos-hd%2F&amp;linkname=Minitube%200.8%20ahora%20soporta%20v%C3%ADdeos%20HD" title="Digg" rel="nofollow" target="_blank"><img src="http://vladzur.sangrederosas.cl/wp-content/plugins/add-to-any/icons/digg.png" width="16" height="16" alt="Digg"/></a> <a href="http://www.addtoany.com/add_to/facebook?linkurl=http%3A%2F%2Fvladzur.sangrederosas.cl%2F2009%2F11%2F17%2Fminitube-0-8-ahora-soporta-videos-hd%2F&amp;linkname=Minitube%200.8%20ahora%20soporta%20v%C3%ADdeos%20HD" title="Facebook" rel="nofollow" target="_blank"><img src="http://vladzur.sangrederosas.cl/wp-content/plugins/add-to-any/icons/facebook.png" width="16" height="16" alt="Facebook"/></a> <a href="http://www.addtoany.com/add_to/delicious?linkurl=http%3A%2F%2Fvladzur.sangrederosas.cl%2F2009%2F11%2F17%2Fminitube-0-8-ahora-soporta-videos-hd%2F&amp;linkname=Minitube%200.8%20ahora%20soporta%20v%C3%ADdeos%20HD" title="Delicious" rel="nofollow" target="_blank"><img src="http://vladzur.sangrederosas.cl/wp-content/plugins/add-to-any/icons/delicious.png" width="16" height="16" alt="Delicious"/></a> <a href="http://www.addtoany.com/add_to/twitter?linkurl=http%3A%2F%2Fvladzur.sangrederosas.cl%2F2009%2F11%2F17%2Fminitube-0-8-ahora-soporta-videos-hd%2F&amp;linkname=Minitube%200.8%20ahora%20soporta%20v%C3%ADdeos%20HD" title="Twitter" rel="nofollow" target="_blank"><img src="http://vladzur.sangrederosas.cl/wp-content/plugins/add-to-any/icons/twitter.png" width="16" height="16" alt="Twitter"/></a> <a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save"><img src="http://vladzur.sangrederosas.cl/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a> </p><p><a href="http://www.addtoany.com/add_to/digg?linkurl=http%3A%2F%2Fvladzur.sangrederosas.cl%2F2009%2F11%2F17%2Fminitube-0-8-ahora-soporta-videos-hd%2F&amp;linkname=Minitube%200.8%20ahora%20soporta%20v%C3%ADdeos%20HD" title="Digg" rel="nofollow" target="_blank"><img src="http://vladzur.sangrederosas.cl/wp-content/plugins/add-to-any/icons/digg.png" width="16" height="16" alt="Digg"/></a> <a href="http://www.addtoany.com/add_to/facebook?linkurl=http%3A%2F%2Fvladzur.sangrederosas.cl%2F2009%2F11%2F17%2Fminitube-0-8-ahora-soporta-videos-hd%2F&amp;linkname=Minitube%200.8%20ahora%20soporta%20v%C3%ADdeos%20HD" title="Facebook" rel="nofollow" target="_blank"><img src="http://vladzur.sangrederosas.cl/wp-content/plugins/add-to-any/icons/facebook.png" width="16" height="16" alt="Facebook"/></a> <a href="http://www.addtoany.com/add_to/delicious?linkurl=http%3A%2F%2Fvladzur.sangrederosas.cl%2F2009%2F11%2F17%2Fminitube-0-8-ahora-soporta-videos-hd%2F&amp;linkname=Minitube%200.8%20ahora%20soporta%20v%C3%ADdeos%20HD" title="Delicious" rel="nofollow" target="_blank"><img src="http://vladzur.sangrederosas.cl/wp-content/plugins/add-to-any/icons/delicious.png" width="16" height="16" alt="Delicious"/></a> <a href="http://www.addtoany.com/add_to/twitter?linkurl=http%3A%2F%2Fvladzur.sangrederosas.cl%2F2009%2F11%2F17%2Fminitube-0-8-ahora-soporta-videos-hd%2F&amp;linkname=Minitube%200.8%20ahora%20soporta%20v%C3%ADdeos%20HD" title="Twitter" rel="nofollow" target="_blank"><img src="http://vladzur.sangrederosas.cl/wp-content/plugins/add-to-any/icons/twitter.png" width="16" height="16" alt="Twitter"/></a> <a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save"><img src="http://vladzur.sangrederosas.cl/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a> </p>]]></content:encoded>
			<wfw:commentRss>http://vladzur.sangrederosas.cl/2009/11/17/minitube-0-8-ahora-soporta-videos-hd/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Problemas con Eclipse y Ubuntu 9.10</title>
		<link>http://vladzur.sangrederosas.cl/2009/11/11/problemas-con-eclipse-y-ubuntu-9-10/</link>
		<comments>http://vladzur.sangrederosas.cl/2009/11/11/problemas-con-eclipse-y-ubuntu-9-10/#comments</comments>
		<pubDate>Wed, 11 Nov 2009 13:54:14 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[GNU/Linux]]></category>
		<category><![CDATA[Eclipse]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://vladzur.sangrederosas.cl/?p=390</guid>
		<description><![CDATA[Ubuntu 9.10 funciona excelente, un tema limpio y claro, un rendimiento mejorado y hasta aquí todo bien, pero cuando me puse a trabajar en Eclipse y traté de crear un nuevo proyecto, ¡sorpresa! los botones de los diálogos NO funcionan. Se pueden hacer funcionar haciendo clic en el botón o seleccionándolo con [tab] y luego [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://vladzur.sangrederosas.cl/wp-content/2009/10/eclipse.png"><img class="alignleft size-thumbnail wp-image-268" title="eclipse" src="http://vladzur.sangrederosas.cl/wp-content/2009/10/eclipse-150x91.png" alt="eclipse" width="150" height="91" /></a>Ubuntu 9.10 funciona excelente, un tema limpio y claro, un rendimiento mejorado y hasta aquí todo bien, pero cuando me puse a trabajar en Eclipse y traté de crear un nuevo proyecto, ¡sorpresa! los botones de los diálogos NO funcionan. Se pueden hacer funcionar haciendo clic en el botón o seleccionándolo con [tab] y luego con [enter], pero no es lo más elegante.</p>
<p>Buscando por ahí, encontré esto:</p>
<blockquote><p>After upgrading to Ubuntu 9.10 (Karmic Koala) some buttons no longer work in Eclipse 3.5. Clicking has no effect but keyboard shortcuts still work.</p>
<p>It looks like Eclipse is doing some <span style="text-decoration: line-through;">nasty stuff</span> advanced hacking in SWT on GTK. <a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=287307">This bug</a> is fixed in 3.6M2 but you can <a href="http://git.gnome.org/cgit/gtk+/commit/?id=a79f929dd6c89fceeaf0d9039e5a10cad9d87d2f">work around</a> the issue in Eclipse 3.5 by launching Eclipse through the following small shell script (assuming Eclipse is installed in /opt/eclipse-3.5)</p></blockquote>
<p><!--DEVFMTCODE--><pre class="devcodeblock" title="Bash"><div class="devcodeoverflow"><ol><li><span style="color: #666666; font-style: italic;">#!/bin/sh</span></li><li><span style="color: #7a0874; font-weight: bold;">export</span> <span style="color: #007800;">GDK_NATIVE_WINDOWS</span>=<span style="color: #000000;">1</span></li><li><span style="color: #000000; font-weight: bold;">/</span>opt<span style="color: #000000; font-weight: bold;">/</span>eclipse-<span style="color: #000000;">3.5</span><span style="color: #000000; font-weight: bold;">/</span>eclipse</li><li></li></ol></div></pre><!--END_DEVFMTCODE--><br />
Se debe cambiar /opt/eclipse-3.5/eclipse por /home/usuario/eclipse/eclipse o la ruta a tu eclipse.</p>
<p>Ésta solución temporal es bastante útil, pero debemos esperar una pronta solución por parte de Ubuntu.<br />
Origen: <a href="http://www.norio.be/blog/2009/10/problems-eclipse-buttons-ubuntu-910" target="_blank">http://www.norio.be/blog/2009/10/problems-eclipse-buttons-ubuntu-910</a></p>
<p><a href="http://www.addtoany.com/add_to/digg?linkurl=http%3A%2F%2Fvladzur.sangrederosas.cl%2F2009%2F11%2F11%2Fproblemas-con-eclipse-y-ubuntu-9-10%2F&amp;linkname=Problemas%20con%20Eclipse%20y%20Ubuntu%209.10" title="Digg" rel="nofollow" target="_blank"><img src="http://vladzur.sangrederosas.cl/wp-content/plugins/add-to-any/icons/digg.png" width="16" height="16" alt="Digg"/></a> <a href="http://www.addtoany.com/add_to/facebook?linkurl=http%3A%2F%2Fvladzur.sangrederosas.cl%2F2009%2F11%2F11%2Fproblemas-con-eclipse-y-ubuntu-9-10%2F&amp;linkname=Problemas%20con%20Eclipse%20y%20Ubuntu%209.10" title="Facebook" rel="nofollow" target="_blank"><img src="http://vladzur.sangrederosas.cl/wp-content/plugins/add-to-any/icons/facebook.png" width="16" height="16" alt="Facebook"/></a> <a href="http://www.addtoany.com/add_to/delicious?linkurl=http%3A%2F%2Fvladzur.sangrederosas.cl%2F2009%2F11%2F11%2Fproblemas-con-eclipse-y-ubuntu-9-10%2F&amp;linkname=Problemas%20con%20Eclipse%20y%20Ubuntu%209.10" title="Delicious" rel="nofollow" target="_blank"><img src="http://vladzur.sangrederosas.cl/wp-content/plugins/add-to-any/icons/delicious.png" width="16" height="16" alt="Delicious"/></a> <a href="http://www.addtoany.com/add_to/twitter?linkurl=http%3A%2F%2Fvladzur.sangrederosas.cl%2F2009%2F11%2F11%2Fproblemas-con-eclipse-y-ubuntu-9-10%2F&amp;linkname=Problemas%20con%20Eclipse%20y%20Ubuntu%209.10" title="Twitter" rel="nofollow" target="_blank"><img src="http://vladzur.sangrederosas.cl/wp-content/plugins/add-to-any/icons/twitter.png" width="16" height="16" alt="Twitter"/></a> <a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save"><img src="http://vladzur.sangrederosas.cl/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a> </p><p><a href="http://www.addtoany.com/add_to/digg?linkurl=http%3A%2F%2Fvladzur.sangrederosas.cl%2F2009%2F11%2F11%2Fproblemas-con-eclipse-y-ubuntu-9-10%2F&amp;linkname=Problemas%20con%20Eclipse%20y%20Ubuntu%209.10" title="Digg" rel="nofollow" target="_blank"><img src="http://vladzur.sangrederosas.cl/wp-content/plugins/add-to-any/icons/digg.png" width="16" height="16" alt="Digg"/></a> <a href="http://www.addtoany.com/add_to/facebook?linkurl=http%3A%2F%2Fvladzur.sangrederosas.cl%2F2009%2F11%2F11%2Fproblemas-con-eclipse-y-ubuntu-9-10%2F&amp;linkname=Problemas%20con%20Eclipse%20y%20Ubuntu%209.10" title="Facebook" rel="nofollow" target="_blank"><img src="http://vladzur.sangrederosas.cl/wp-content/plugins/add-to-any/icons/facebook.png" width="16" height="16" alt="Facebook"/></a> <a href="http://www.addtoany.com/add_to/delicious?linkurl=http%3A%2F%2Fvladzur.sangrederosas.cl%2F2009%2F11%2F11%2Fproblemas-con-eclipse-y-ubuntu-9-10%2F&amp;linkname=Problemas%20con%20Eclipse%20y%20Ubuntu%209.10" title="Delicious" rel="nofollow" target="_blank"><img src="http://vladzur.sangrederosas.cl/wp-content/plugins/add-to-any/icons/delicious.png" width="16" height="16" alt="Delicious"/></a> <a href="http://www.addtoany.com/add_to/twitter?linkurl=http%3A%2F%2Fvladzur.sangrederosas.cl%2F2009%2F11%2F11%2Fproblemas-con-eclipse-y-ubuntu-9-10%2F&amp;linkname=Problemas%20con%20Eclipse%20y%20Ubuntu%209.10" title="Twitter" rel="nofollow" target="_blank"><img src="http://vladzur.sangrederosas.cl/wp-content/plugins/add-to-any/icons/twitter.png" width="16" height="16" alt="Twitter"/></a> <a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save"><img src="http://vladzur.sangrederosas.cl/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a> </p>]]></content:encoded>
			<wfw:commentRss>http://vladzur.sangrederosas.cl/2009/11/11/problemas-con-eclipse-y-ubuntu-9-10/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Ubuntu 9.10 ya está disponible</title>
		<link>http://vladzur.sangrederosas.cl/2009/10/29/ubuntu-9-04-ya-esta-disponible/</link>
		<comments>http://vladzur.sangrederosas.cl/2009/10/29/ubuntu-9-04-ya-esta-disponible/#comments</comments>
		<pubDate>Thu, 29 Oct 2009 15:52:54 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[GNU/Linux]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://vladzur.sangrederosas.cl/?p=382</guid>
		<description><![CDATA[La nueva versión del sistema operativo GNU/Linux más difundido ya está disponible en el sitio de Canonical. El mirror chileno, aún no está listo para servir las descargas, pero es solo cuestión de horas.]]></description>
			<content:encoded><![CDATA[<p><a href="http://vladzur.sangrederosas.cl/wp-content/2009/10/ubuntu-splash-brown.png"><img class="aligncenter size-thumbnail wp-image-309" title="ubuntu-splash-brown" src="http://vladzur.sangrederosas.cl/wp-content/2009/10/ubuntu-splash-brown-150x150.png" alt="ubuntu-splash-brown" width="150" height="150" /></a>La nueva versión del sistema operativo GNU/Linux más difundido ya está disponible en el sitio de <a href="http://www.ubuntu.com/" target="_blank">Canonical</a>.</p>
<p>El mirror chileno, aún no está listo para servir las descargas, pero es solo cuestión de horas.</p>
<p><a href="http://www.addtoany.com/add_to/digg?linkurl=http%3A%2F%2Fvladzur.sangrederosas.cl%2F2009%2F10%2F29%2Fubuntu-9-04-ya-esta-disponible%2F&amp;linkname=Ubuntu%209.10%20ya%20est%C3%A1%20disponible" title="Digg" rel="nofollow" target="_blank"><img src="http://vladzur.sangrederosas.cl/wp-content/plugins/add-to-any/icons/digg.png" width="16" height="16" alt="Digg"/></a> <a href="http://www.addtoany.com/add_to/facebook?linkurl=http%3A%2F%2Fvladzur.sangrederosas.cl%2F2009%2F10%2F29%2Fubuntu-9-04-ya-esta-disponible%2F&amp;linkname=Ubuntu%209.10%20ya%20est%C3%A1%20disponible" title="Facebook" rel="nofollow" target="_blank"><img src="http://vladzur.sangrederosas.cl/wp-content/plugins/add-to-any/icons/facebook.png" width="16" height="16" alt="Facebook"/></a> <a href="http://www.addtoany.com/add_to/delicious?linkurl=http%3A%2F%2Fvladzur.sangrederosas.cl%2F2009%2F10%2F29%2Fubuntu-9-04-ya-esta-disponible%2F&amp;linkname=Ubuntu%209.10%20ya%20est%C3%A1%20disponible" title="Delicious" rel="nofollow" target="_blank"><img src="http://vladzur.sangrederosas.cl/wp-content/plugins/add-to-any/icons/delicious.png" width="16" height="16" alt="Delicious"/></a> <a href="http://www.addtoany.com/add_to/twitter?linkurl=http%3A%2F%2Fvladzur.sangrederosas.cl%2F2009%2F10%2F29%2Fubuntu-9-04-ya-esta-disponible%2F&amp;linkname=Ubuntu%209.10%20ya%20est%C3%A1%20disponible" title="Twitter" rel="nofollow" target="_blank"><img src="http://vladzur.sangrederosas.cl/wp-content/plugins/add-to-any/icons/twitter.png" width="16" height="16" alt="Twitter"/></a> <a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save"><img src="http://vladzur.sangrederosas.cl/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a> </p><p><a href="http://www.addtoany.com/add_to/digg?linkurl=http%3A%2F%2Fvladzur.sangrederosas.cl%2F2009%2F10%2F29%2Fubuntu-9-04-ya-esta-disponible%2F&amp;linkname=Ubuntu%209.10%20ya%20est%C3%A1%20disponible" title="Digg" rel="nofollow" target="_blank"><img src="http://vladzur.sangrederosas.cl/wp-content/plugins/add-to-any/icons/digg.png" width="16" height="16" alt="Digg"/></a> <a href="http://www.addtoany.com/add_to/facebook?linkurl=http%3A%2F%2Fvladzur.sangrederosas.cl%2F2009%2F10%2F29%2Fubuntu-9-04-ya-esta-disponible%2F&amp;linkname=Ubuntu%209.10%20ya%20est%C3%A1%20disponible" title="Facebook" rel="nofollow" target="_blank"><img src="http://vladzur.sangrederosas.cl/wp-content/plugins/add-to-any/icons/facebook.png" width="16" height="16" alt="Facebook"/></a> <a href="http://www.addtoany.com/add_to/delicious?linkurl=http%3A%2F%2Fvladzur.sangrederosas.cl%2F2009%2F10%2F29%2Fubuntu-9-04-ya-esta-disponible%2F&amp;linkname=Ubuntu%209.10%20ya%20est%C3%A1%20disponible" title="Delicious" rel="nofollow" target="_blank"><img src="http://vladzur.sangrederosas.cl/wp-content/plugins/add-to-any/icons/delicious.png" width="16" height="16" alt="Delicious"/></a> <a href="http://www.addtoany.com/add_to/twitter?linkurl=http%3A%2F%2Fvladzur.sangrederosas.cl%2F2009%2F10%2F29%2Fubuntu-9-04-ya-esta-disponible%2F&amp;linkname=Ubuntu%209.10%20ya%20est%C3%A1%20disponible" title="Twitter" rel="nofollow" target="_blank"><img src="http://vladzur.sangrederosas.cl/wp-content/plugins/add-to-any/icons/twitter.png" width="16" height="16" alt="Twitter"/></a> <a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save"><img src="http://vladzur.sangrederosas.cl/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a> </p>]]></content:encoded>
			<wfw:commentRss>http://vladzur.sangrederosas.cl/2009/10/29/ubuntu-9-04-ya-esta-disponible/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Redimensionar varias imágenes en Ubuntu</title>
		<link>http://vladzur.sangrederosas.cl/2009/10/21/redimensionar-varias-imagenes-en-ubuntu/</link>
		<comments>http://vladzur.sangrederosas.cl/2009/10/21/redimensionar-varias-imagenes-en-ubuntu/#comments</comments>
		<pubDate>Wed, 21 Oct 2009 13:03:11 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[GNU/Linux]]></category>
		<category><![CDATA[Gnome]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://vladzur.sangrederosas.cl/?p=325</guid>
		<description><![CDATA[Hace poco tuve la necesidad de redimensionar una cantidad de imágenes para subirlas a una galería de fotos, la terea es bastante sencilla con una imagen y Gimp, pero cuando son varias, es un poco más tedioso. Para esta labor encontré una extensión para Nautilus que puede hacer esto por nosotros, el nautilus-image-converter. Con esta [...]]]></description>
			<content:encoded><![CDATA[<p>Hace poco tuve la necesidad de redimensionar una cantidad de imágenes para subirlas a una galería de fotos, la terea es bastante sencilla con una imagen y Gimp, pero cuando son varias, es un poco más tedioso. Para esta labor encontré una extensión para Nautilus que puede hacer esto por nosotros, el <strong>nautilus-image-converter</strong>. Con esta extensión podemos redimensionar y rotar rápidamente una gran cantidad de imágenes desde Nautilus.</p>
<p>Para instalar esta extensión debemos:</p>
<p><code>sudo apt-get install nautilus-image-converter</code></p>
<p>Para usarlo, primero debemos reiniciar Nautilus, esto se puede hacer cerrando tu sesión y entrando nuevamente. una vez reiniciado Nautilus, podemos seleccionar un grupo de imágenes y con el botón derecho del mouse, nos aparece en el menú contextual la opción <em>Redimensionar imágenes</em> y <em>Rotar imágenes</em>.</p>
<p><img class="aligncenter size-medium wp-image-328" title="image-converter" src="http://vladzur.sangrederosas.cl/wp-content/2009/10/image-converter1-201x300.png" alt="image-converter" width="201" height="300" />Ahora podemos seleccionar el modo de redimensionar, puede ser con tamaños predeterminados, por porcentaje o a un tamaño específico.</p>
<p><img class="aligncenter size-medium wp-image-329" title="image-converter-dialog" src="http://vladzur.sangrederosas.cl/wp-content/2009/10/image-converter-dialog-300x198.png" alt="image-converter-dialog" width="300" height="198" />Y listo, nuestras imágenes serán redimensionadas al tamaño que especifiquemos.</p>
<p><a href="http://www.addtoany.com/add_to/digg?linkurl=http%3A%2F%2Fvladzur.sangrederosas.cl%2F2009%2F10%2F21%2Fredimensionar-varias-imagenes-en-ubuntu%2F&amp;linkname=Redimensionar%20varias%20im%C3%A1genes%20en%20Ubuntu" title="Digg" rel="nofollow" target="_blank"><img src="http://vladzur.sangrederosas.cl/wp-content/plugins/add-to-any/icons/digg.png" width="16" height="16" alt="Digg"/></a> <a href="http://www.addtoany.com/add_to/facebook?linkurl=http%3A%2F%2Fvladzur.sangrederosas.cl%2F2009%2F10%2F21%2Fredimensionar-varias-imagenes-en-ubuntu%2F&amp;linkname=Redimensionar%20varias%20im%C3%A1genes%20en%20Ubuntu" title="Facebook" rel="nofollow" target="_blank"><img src="http://vladzur.sangrederosas.cl/wp-content/plugins/add-to-any/icons/facebook.png" width="16" height="16" alt="Facebook"/></a> <a href="http://www.addtoany.com/add_to/delicious?linkurl=http%3A%2F%2Fvladzur.sangrederosas.cl%2F2009%2F10%2F21%2Fredimensionar-varias-imagenes-en-ubuntu%2F&amp;linkname=Redimensionar%20varias%20im%C3%A1genes%20en%20Ubuntu" title="Delicious" rel="nofollow" target="_blank"><img src="http://vladzur.sangrederosas.cl/wp-content/plugins/add-to-any/icons/delicious.png" width="16" height="16" alt="Delicious"/></a> <a href="http://www.addtoany.com/add_to/twitter?linkurl=http%3A%2F%2Fvladzur.sangrederosas.cl%2F2009%2F10%2F21%2Fredimensionar-varias-imagenes-en-ubuntu%2F&amp;linkname=Redimensionar%20varias%20im%C3%A1genes%20en%20Ubuntu" title="Twitter" rel="nofollow" target="_blank"><img src="http://vladzur.sangrederosas.cl/wp-content/plugins/add-to-any/icons/twitter.png" width="16" height="16" alt="Twitter"/></a> <a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save"><img src="http://vladzur.sangrederosas.cl/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a> </p><p><a href="http://www.addtoany.com/add_to/digg?linkurl=http%3A%2F%2Fvladzur.sangrederosas.cl%2F2009%2F10%2F21%2Fredimensionar-varias-imagenes-en-ubuntu%2F&amp;linkname=Redimensionar%20varias%20im%C3%A1genes%20en%20Ubuntu" title="Digg" rel="nofollow" target="_blank"><img src="http://vladzur.sangrederosas.cl/wp-content/plugins/add-to-any/icons/digg.png" width="16" height="16" alt="Digg"/></a> <a href="http://www.addtoany.com/add_to/facebook?linkurl=http%3A%2F%2Fvladzur.sangrederosas.cl%2F2009%2F10%2F21%2Fredimensionar-varias-imagenes-en-ubuntu%2F&amp;linkname=Redimensionar%20varias%20im%C3%A1genes%20en%20Ubuntu" title="Facebook" rel="nofollow" target="_blank"><img src="http://vladzur.sangrederosas.cl/wp-content/plugins/add-to-any/icons/facebook.png" width="16" height="16" alt="Facebook"/></a> <a href="http://www.addtoany.com/add_to/delicious?linkurl=http%3A%2F%2Fvladzur.sangrederosas.cl%2F2009%2F10%2F21%2Fredimensionar-varias-imagenes-en-ubuntu%2F&amp;linkname=Redimensionar%20varias%20im%C3%A1genes%20en%20Ubuntu" title="Delicious" rel="nofollow" target="_blank"><img src="http://vladzur.sangrederosas.cl/wp-content/plugins/add-to-any/icons/delicious.png" width="16" height="16" alt="Delicious"/></a> <a href="http://www.addtoany.com/add_to/twitter?linkurl=http%3A%2F%2Fvladzur.sangrederosas.cl%2F2009%2F10%2F21%2Fredimensionar-varias-imagenes-en-ubuntu%2F&amp;linkname=Redimensionar%20varias%20im%C3%A1genes%20en%20Ubuntu" title="Twitter" rel="nofollow" target="_blank"><img src="http://vladzur.sangrederosas.cl/wp-content/plugins/add-to-any/icons/twitter.png" width="16" height="16" alt="Twitter"/></a> <a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save"><img src="http://vladzur.sangrederosas.cl/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a> </p>]]></content:encoded>
			<wfw:commentRss>http://vladzur.sangrederosas.cl/2009/10/21/redimensionar-varias-imagenes-en-ubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Minitube, Youtube en tu escritorio</title>
		<link>http://vladzur.sangrederosas.cl/2009/10/20/minitube-youtube-en-tu-escritorio/</link>
		<comments>http://vladzur.sangrederosas.cl/2009/10/20/minitube-youtube-en-tu-escritorio/#comments</comments>
		<pubDate>Tue, 20 Oct 2009 14:03:10 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[GNU/Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://vladzur.sangrederosas.cl/?p=320</guid>
		<description><![CDATA[Minitube es una aplicación que permite ver vídeos de Youtube de una manera sencilla y original, sólo tenemos que poner el tema que nos interesa en la entrada de búsqueda, y Minitube comienza a mostrarte todos los vídeos relacionados. No necesita Flash Player y se encuentra disponible para GNU/Linux, Mac. Puedes encontrar los paquetes .deb [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://flavio.tordini.org/minitube" target="_blank"><img class="aligncenter size-medium wp-image-322" title="minitube" src="http://vladzur.sangrederosas.cl/wp-content/2009/10/minitube-300x198.png" alt="minitube" width="300" height="198" />Minitube</a> es una aplicación que permite ver vídeos de Youtube de una manera sencilla y original, sólo tenemos que poner el tema que nos interesa en la entrada de búsqueda, y Minitube comienza a mostrarte todos los vídeos relacionados.</p>
<p>No necesita Flash Player y se encuentra disponible para GNU/Linux, Mac.</p>
<p>Puedes encontrar los paquetes .deb en <a href="http://www.getdeb.net/app/Minitube" target="_blank">GetDeb</a>.</p>
<p>&nbsp;</p>
<p><a href="http://www.addtoany.com/add_to/digg?linkurl=http%3A%2F%2Fvladzur.sangrederosas.cl%2F2009%2F10%2F20%2Fminitube-youtube-en-tu-escritorio%2F&amp;linkname=Minitube%2C%20Youtube%20en%20tu%20escritorio" title="Digg" rel="nofollow" target="_blank"><img src="http://vladzur.sangrederosas.cl/wp-content/plugins/add-to-any/icons/digg.png" width="16" height="16" alt="Digg"/></a> <a href="http://www.addtoany.com/add_to/facebook?linkurl=http%3A%2F%2Fvladzur.sangrederosas.cl%2F2009%2F10%2F20%2Fminitube-youtube-en-tu-escritorio%2F&amp;linkname=Minitube%2C%20Youtube%20en%20tu%20escritorio" title="Facebook" rel="nofollow" target="_blank"><img src="http://vladzur.sangrederosas.cl/wp-content/plugins/add-to-any/icons/facebook.png" width="16" height="16" alt="Facebook"/></a> <a href="http://www.addtoany.com/add_to/delicious?linkurl=http%3A%2F%2Fvladzur.sangrederosas.cl%2F2009%2F10%2F20%2Fminitube-youtube-en-tu-escritorio%2F&amp;linkname=Minitube%2C%20Youtube%20en%20tu%20escritorio" title="Delicious" rel="nofollow" target="_blank"><img src="http://vladzur.sangrederosas.cl/wp-content/plugins/add-to-any/icons/delicious.png" width="16" height="16" alt="Delicious"/></a> <a href="http://www.addtoany.com/add_to/twitter?linkurl=http%3A%2F%2Fvladzur.sangrederosas.cl%2F2009%2F10%2F20%2Fminitube-youtube-en-tu-escritorio%2F&amp;linkname=Minitube%2C%20Youtube%20en%20tu%20escritorio" title="Twitter" rel="nofollow" target="_blank"><img src="http://vladzur.sangrederosas.cl/wp-content/plugins/add-to-any/icons/twitter.png" width="16" height="16" alt="Twitter"/></a> <a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save"><img src="http://vladzur.sangrederosas.cl/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a> </p><p><a href="http://www.addtoany.com/add_to/digg?linkurl=http%3A%2F%2Fvladzur.sangrederosas.cl%2F2009%2F10%2F20%2Fminitube-youtube-en-tu-escritorio%2F&amp;linkname=Minitube%2C%20Youtube%20en%20tu%20escritorio" title="Digg" rel="nofollow" target="_blank"><img src="http://vladzur.sangrederosas.cl/wp-content/plugins/add-to-any/icons/digg.png" width="16" height="16" alt="Digg"/></a> <a href="http://www.addtoany.com/add_to/facebook?linkurl=http%3A%2F%2Fvladzur.sangrederosas.cl%2F2009%2F10%2F20%2Fminitube-youtube-en-tu-escritorio%2F&amp;linkname=Minitube%2C%20Youtube%20en%20tu%20escritorio" title="Facebook" rel="nofollow" target="_blank"><img src="http://vladzur.sangrederosas.cl/wp-content/plugins/add-to-any/icons/facebook.png" width="16" height="16" alt="Facebook"/></a> <a href="http://www.addtoany.com/add_to/delicious?linkurl=http%3A%2F%2Fvladzur.sangrederosas.cl%2F2009%2F10%2F20%2Fminitube-youtube-en-tu-escritorio%2F&amp;linkname=Minitube%2C%20Youtube%20en%20tu%20escritorio" title="Delicious" rel="nofollow" target="_blank"><img src="http://vladzur.sangrederosas.cl/wp-content/plugins/add-to-any/icons/delicious.png" width="16" height="16" alt="Delicious"/></a> <a href="http://www.addtoany.com/add_to/twitter?linkurl=http%3A%2F%2Fvladzur.sangrederosas.cl%2F2009%2F10%2F20%2Fminitube-youtube-en-tu-escritorio%2F&amp;linkname=Minitube%2C%20Youtube%20en%20tu%20escritorio" title="Twitter" rel="nofollow" target="_blank"><img src="http://vladzur.sangrederosas.cl/wp-content/plugins/add-to-any/icons/twitter.png" width="16" height="16" alt="Twitter"/></a> <a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save"><img src="http://vladzur.sangrederosas.cl/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a> </p>]]></content:encoded>
			<wfw:commentRss>http://vladzur.sangrederosas.cl/2009/10/20/minitube-youtube-en-tu-escritorio/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>GetDeb Beta</title>
		<link>http://vladzur.sangrederosas.cl/2009/10/20/getdeb-beta/</link>
		<comments>http://vladzur.sangrederosas.cl/2009/10/20/getdeb-beta/#comments</comments>
		<pubDate>Tue, 20 Oct 2009 04:44:28 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[GNU/Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://vladzur.sangrederosas.cl/?p=315</guid>
		<description><![CDATA[El portal de paquetes para Ubuntu GetDeb, ahora tiene una versión Beta . En esta nueva presentación, podemos encontrar novedades importantes como, el repositorio de GetDeb y la instalación de las aplicaciones con un solo clic, aún cuando tengan dependencias múltiples. &#160;]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-316" style="margin: 5px;" title="getdeb" src="http://vladzur.sangrederosas.cl/wp-content/2009/10/getdeb.png" alt="getdeb" width="256" height="64" />El portal de paquetes para Ubuntu <a href="http://www.getdeb.net" target="_blank">GetDeb</a>, ahora tiene una versión <a href="http://beta.getdeb.net/welcome/" target="_blank">Beta</a> .<a href="http://beta.getdeb.net/welcome/" target="_blank"></a></p>
<p>En esta nueva presentación, podemos encontrar novedades importantes como, el repositorio de GetDeb y la instalación de las aplicaciones con un solo clic, aún cuando tengan dependencias múltiples.</p>
<p>&nbsp;</p>
<p><a href="http://www.addtoany.com/add_to/digg?linkurl=http%3A%2F%2Fvladzur.sangrederosas.cl%2F2009%2F10%2F20%2Fgetdeb-beta%2F&amp;linkname=GetDeb%20Beta" title="Digg" rel="nofollow" target="_blank"><img src="http://vladzur.sangrederosas.cl/wp-content/plugins/add-to-any/icons/digg.png" width="16" height="16" alt="Digg"/></a> <a href="http://www.addtoany.com/add_to/facebook?linkurl=http%3A%2F%2Fvladzur.sangrederosas.cl%2F2009%2F10%2F20%2Fgetdeb-beta%2F&amp;linkname=GetDeb%20Beta" title="Facebook" rel="nofollow" target="_blank"><img src="http://vladzur.sangrederosas.cl/wp-content/plugins/add-to-any/icons/facebook.png" width="16" height="16" alt="Facebook"/></a> <a href="http://www.addtoany.com/add_to/delicious?linkurl=http%3A%2F%2Fvladzur.sangrederosas.cl%2F2009%2F10%2F20%2Fgetdeb-beta%2F&amp;linkname=GetDeb%20Beta" title="Delicious" rel="nofollow" target="_blank"><img src="http://vladzur.sangrederosas.cl/wp-content/plugins/add-to-any/icons/delicious.png" width="16" height="16" alt="Delicious"/></a> <a href="http://www.addtoany.com/add_to/twitter?linkurl=http%3A%2F%2Fvladzur.sangrederosas.cl%2F2009%2F10%2F20%2Fgetdeb-beta%2F&amp;linkname=GetDeb%20Beta" title="Twitter" rel="nofollow" target="_blank"><img src="http://vladzur.sangrederosas.cl/wp-content/plugins/add-to-any/icons/twitter.png" width="16" height="16" alt="Twitter"/></a> <a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save"><img src="http://vladzur.sangrederosas.cl/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a> </p><p><a href="http://www.addtoany.com/add_to/digg?linkurl=http%3A%2F%2Fvladzur.sangrederosas.cl%2F2009%2F10%2F20%2Fgetdeb-beta%2F&amp;linkname=GetDeb%20Beta" title="Digg" rel="nofollow" target="_blank"><img src="http://vladzur.sangrederosas.cl/wp-content/plugins/add-to-any/icons/digg.png" width="16" height="16" alt="Digg"/></a> <a href="http://www.addtoany.com/add_to/facebook?linkurl=http%3A%2F%2Fvladzur.sangrederosas.cl%2F2009%2F10%2F20%2Fgetdeb-beta%2F&amp;linkname=GetDeb%20Beta" title="Facebook" rel="nofollow" target="_blank"><img src="http://vladzur.sangrederosas.cl/wp-content/plugins/add-to-any/icons/facebook.png" width="16" height="16" alt="Facebook"/></a> <a href="http://www.addtoany.com/add_to/delicious?linkurl=http%3A%2F%2Fvladzur.sangrederosas.cl%2F2009%2F10%2F20%2Fgetdeb-beta%2F&amp;linkname=GetDeb%20Beta" title="Delicious" rel="nofollow" target="_blank"><img src="http://vladzur.sangrederosas.cl/wp-content/plugins/add-to-any/icons/delicious.png" width="16" height="16" alt="Delicious"/></a> <a href="http://www.addtoany.com/add_to/twitter?linkurl=http%3A%2F%2Fvladzur.sangrederosas.cl%2F2009%2F10%2F20%2Fgetdeb-beta%2F&amp;linkname=GetDeb%20Beta" title="Twitter" rel="nofollow" target="_blank"><img src="http://vladzur.sangrederosas.cl/wp-content/plugins/add-to-any/icons/twitter.png" width="16" height="16" alt="Twitter"/></a> <a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save"><img src="http://vladzur.sangrederosas.cl/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a> </p>]]></content:encoded>
			<wfw:commentRss>http://vladzur.sangrederosas.cl/2009/10/20/getdeb-beta/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
