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

<channel>
	<title>Internet, software, tecnología...</title>
	<atom:link href="http://unblogen.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://unblogen.wordpress.com</link>
	<description>...pero por sobre todo, mucho GNU/Linux</description>
	<lastBuildDate>Fri, 21 Oct 2011 23:01:11 +0000</lastBuildDate>
	<language>es</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='unblogen.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Internet, software, tecnología...</title>
		<link>http://unblogen.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://unblogen.wordpress.com/osd.xml" title="Internet, software, tecnología..." />
	<atom:link rel='hub' href='http://unblogen.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Correo desde la consola</title>
		<link>http://unblogen.wordpress.com/2010/06/21/correo-desde-la-consola/</link>
		<comments>http://unblogen.wordpress.com/2010/06/21/correo-desde-la-consola/#comments</comments>
		<pubDate>Mon, 21 Jun 2010 15:26:14 +0000</pubDate>
		<dc:creator>L</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[cliente]]></category>
		<category><![CDATA[consola]]></category>
		<category><![CDATA[correo]]></category>
		<category><![CDATA[gnu/linux]]></category>
		<category><![CDATA[imap]]></category>
		<category><![CDATA[mutt]]></category>
		<category><![CDATA[pop3]]></category>

		<guid isPermaLink="false">http://unblogen.wordpress.com/?p=1182</guid>
		<description><![CDATA[Seguramente hayna oído hablar de mutt, pero por las dudas les cuento que es un cliente de correo (así como thunderbird, evolution, outlook) que funciona directamente desde la terminal. Los primeros pasos suelen ser un poco lentos, pero les aseguro que después de uno o dos días van a estar muy contentos de haber elegido [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=unblogen.wordpress.com&amp;blog=5006359&amp;post=1182&amp;subd=unblogen&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Seguramente hayna oído hablar de mutt, pero por las dudas les cuento que es un cliente de correo (así como thunderbird, evolution, outlook) que funciona directamente desde la terminal.</p>
<p><span id="more-1182"></span>Los primeros pasos suelen ser un poco lentos, pero les aseguro que después de uno o dos días van a estar muy contentos de haber elegido este cliente.</p>
<p>Para instalarlo hacemos<br />
<em><strong>$ sudo aptitude install mutt</strong></em></p>
<p>Claro que debemos configurar nuestra cuenta, para ello vamos a editar el archivo .muttrc<br />
<em><strong>$ gedit .muttrc</strong></em></p>
<p>Y en el ponemos (en el presente ejemplo es para Gmail por Imap, pero puede usarse por Pop o con otras cuentas)</p>
<pre>set from = "sartrejp@gmail.com" #dirección de correo
set realname = "Jean Paul Sartre" #Nombre real

set imap_user="sartrejp@gmail.com" #usuario Imap
set imap_pass="tupass" #contraseña

set folder = "imaps://imap.gmail.com:993"
set spoolfile = "+INBOX"
set postponed ="+[Gmail]/Drafts"
set trash = "imaps://imap.gmail.com/[Gmail]/Trash"

set header_cache =~/.mutt/cache/headers
set message_cachedir =~/.mutt/cache/bodies
set certificate_file =~/.mutt/certificates
#Lo siguiente es para que revise el correo cada 60 segundos y haga un beep si hay nuevos
set check_new
set mail_check=60
set beep_new

set move=no #para que no mueva los mensajes al salir
set include=yes #para que incluya el mensaje recibido al responder
set reply_to=yes
set pager_index_lines=6 

set sendmail = /usr/bin/msmtp #para enviar mails, ahora lo veremos</pre>
<p>Guardamos y cerramos, ahora si ponemos en la terminal<br />
<em><strong>$ mutt</strong></em><br />
ya podremos ver nuestro correo.<br />
Sin embargo para poder enviar nos falta instalar y configurar un smtp, el más sencillo es msmtp<br />
<em><strong>$ sudo aptitude install msmtp</strong></em><br />
y configuramos el archivo .msmtprc del siguiente modo<br />
<em><strong>$ gedit .msmtprc</strong></em><br />
y ponemos en el</p>
<pre>  defaults
    tls on
    account default
    host smtp.gmail.com
    from sartrejp@gmail.com
    auth on
    tls on
    tls_certcheck off
    user sartrejp@gmail.com
    password tupass
    port 587</pre>
<p>Guardamos y cerramos. .msmtprc requiere ser solo accedido por el usuario, por lo que le cambiamos los permisos<br />
<em><strong>$ sudo chmod 600 .msmtprc</strong></em></p>
<p>Ahora si, ya podemos recibir y enviar correos. Algunas de las teclas más importantes son<br />
<strong>m</strong> = nuevo correo<br />
<strong>y</strong> = confirma el envío<br />
<strong>r</strong> = responder<br />
<strong>a</strong> = adjuntar un archivo<br />
Para componer el cuerpo del correo usa nano por defecto, por lo que para guardar usamos Ctrl+O y para salir Ctrl+X</p>
<p>Fuente: <a href="http://clinuxera.org/gulp/?p=1794" target="_blank">CLinuxera.org</a>.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/unblogen.wordpress.com/1182/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/unblogen.wordpress.com/1182/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/unblogen.wordpress.com/1182/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/unblogen.wordpress.com/1182/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/unblogen.wordpress.com/1182/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/unblogen.wordpress.com/1182/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/unblogen.wordpress.com/1182/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/unblogen.wordpress.com/1182/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/unblogen.wordpress.com/1182/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/unblogen.wordpress.com/1182/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/unblogen.wordpress.com/1182/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/unblogen.wordpress.com/1182/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/unblogen.wordpress.com/1182/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/unblogen.wordpress.com/1182/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=unblogen.wordpress.com&amp;blog=5006359&amp;post=1182&amp;subd=unblogen&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://unblogen.wordpress.com/2010/06/21/correo-desde-la-consola/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4206840bea885ce2383dd3aa9588a658?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Lucas</media:title>
		</media:content>
	</item>
		<item>
		<title>Ubuntu Cheat Cube</title>
		<link>http://unblogen.wordpress.com/2010/04/01/ubuntu-cheat-cube/</link>
		<comments>http://unblogen.wordpress.com/2010/04/01/ubuntu-cheat-cube/#comments</comments>
		<pubDate>Thu, 01 Apr 2010 03:48:18 +0000</pubDate>
		<dc:creator>L</dc:creator>
				<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[ayuda memoria]]></category>
		<category><![CDATA[cheat]]></category>
		<category><![CDATA[comandos]]></category>
		<category><![CDATA[consola]]></category>
		<category><![CDATA[cube]]></category>
		<category><![CDATA[cubo]]></category>
		<category><![CDATA[terminal]]></category>

		<guid isPermaLink="false">http://unblogen.wordpress.com/?p=1175</guid>
		<description><![CDATA[El cubo de Ubuntu con sus principales comandos. Imprime, corta y ensamblalo. Tambien puedes crearte el tuyo propio a medida. Descarga &#124; Ubuntu Cheat cube (PDF) &#124; Ubuntu Cheat Cube (SVG) Fuente: UbuntuLife.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=unblogen.wordpress.com&amp;blog=5006359&amp;post=1175&amp;subd=unblogen&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p style="text-align:justify;"><a href="http://unblogen.files.wordpress.com/2010/04/ubuntu_cheat_cube.png"><img class="aligncenter size-medium wp-image-1174" title="ubuntu_cheat_cube" src="http://unblogen.files.wordpress.com/2010/04/ubuntu_cheat_cube.png?w=300&#038;h=212" alt="" width="300" height="212" /></a></p>
<p style="text-align:justify;">El cubo de Ubuntu con sus principales comandos. Imprime, corta y  ensamblalo. Tambien puedes crearte el tuyo propio a medida.</p>
<p>Descarga | <a href="http://gnome-look.org/content/show.php/Ubuntu+Cheat+Cube+%28PDF%29?content=119834" target="_blank">Ubuntu  Cheat cube (PDF)</a> | <a href="http://gnome-look.org/content/show.php/Ubuntu+Cheat+Cube+%28SVG%29?content=119833" target="_blank">Ubuntu  Cheat Cube (SVG)</a></p>
<p>Fuente: <a href="http://ubuntulife.wordpress.com/2010/02/07/ubuntu-cheat-cube/" target="_blank">UbuntuLife</a>.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/unblogen.wordpress.com/1175/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/unblogen.wordpress.com/1175/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/unblogen.wordpress.com/1175/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/unblogen.wordpress.com/1175/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/unblogen.wordpress.com/1175/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/unblogen.wordpress.com/1175/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/unblogen.wordpress.com/1175/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/unblogen.wordpress.com/1175/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/unblogen.wordpress.com/1175/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/unblogen.wordpress.com/1175/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/unblogen.wordpress.com/1175/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/unblogen.wordpress.com/1175/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/unblogen.wordpress.com/1175/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/unblogen.wordpress.com/1175/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=unblogen.wordpress.com&amp;blog=5006359&amp;post=1175&amp;subd=unblogen&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://unblogen.wordpress.com/2010/04/01/ubuntu-cheat-cube/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4206840bea885ce2383dd3aa9588a658?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Lucas</media:title>
		</media:content>

		<media:content url="http://unblogen.files.wordpress.com/2010/04/ubuntu_cheat_cube.png?w=300" medium="image">
			<media:title type="html">ubuntu_cheat_cube</media:title>
		</media:content>
	</item>
		<item>
		<title>Labores suspendidas</title>
		<link>http://unblogen.wordpress.com/2010/03/26/labores-suspendidas/</link>
		<comments>http://unblogen.wordpress.com/2010/03/26/labores-suspendidas/#comments</comments>
		<pubDate>Fri, 26 Mar 2010 16:48:02 +0000</pubDate>
		<dc:creator>L</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[saudos]]></category>

		<guid isPermaLink="false">http://unblogen.wordpress.com/?p=1171</guid>
		<description><![CDATA[Ufff… cuanto tiempo pasó desde el último post en este blog… y cuanto lo lamento. Estos meses han sido muy intensos para mí. Dejé el laburo, volví al laburo, rendí muchas materias, me recibí, me fui de vacaciones, etc… En estos momentos me encuentro colaborando con Ubuntips.com.ar. Estoy muy contento por ello y no me [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=unblogen.wordpress.com&amp;blog=5006359&amp;post=1171&amp;subd=unblogen&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://unblogen.files.wordpress.com/2010/03/note_79629-jpg.gif"><img class="aligncenter size-full wp-image-1163" title="note_79629.jpg" src="http://unblogen.files.wordpress.com/2010/03/note_79629-jpg.gif?w=600" alt=""   /></a></p>
<p>Ufff… cuanto tiempo pasó desde el último post en este blog… y cuanto lo lamento.</p>
<p>Estos meses han sido muy intensos para mí. Dejé el laburo, volví al laburo, rendí muchas materias, me recibí, me fui de vacaciones, etc…</p>
<p>En estos momentos me encuentro colaborando con <a href="http://www.ubuntips.com.ar/" target="_blank">Ubuntips.com.ar</a>.</p>
<p>Estoy muy contento por ello y no me canso de agradecer la oportunidad a Eduardo.</p>
<p>Mi idea es seguir con Unblogen, pero no cuento por el momento con tiempo para ambos emprendimientos. Así que si gustan de leer mis post, los espero en <a href="http://www.ubuntips.com.ar/" target="_blank">Ubuntips.com.ar</a>.</p>
<p>Gracias por todo.</p>
<p>Hasta luego…</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/unblogen.wordpress.com/1171/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/unblogen.wordpress.com/1171/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/unblogen.wordpress.com/1171/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/unblogen.wordpress.com/1171/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/unblogen.wordpress.com/1171/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/unblogen.wordpress.com/1171/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/unblogen.wordpress.com/1171/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/unblogen.wordpress.com/1171/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/unblogen.wordpress.com/1171/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/unblogen.wordpress.com/1171/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/unblogen.wordpress.com/1171/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/unblogen.wordpress.com/1171/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/unblogen.wordpress.com/1171/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/unblogen.wordpress.com/1171/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=unblogen.wordpress.com&amp;blog=5006359&amp;post=1171&amp;subd=unblogen&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://unblogen.wordpress.com/2010/03/26/labores-suspendidas/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4206840bea885ce2383dd3aa9588a658?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Lucas</media:title>
		</media:content>

		<media:content url="http://unblogen.files.wordpress.com/2010/03/note_79629-jpg.gif" medium="image">
			<media:title type="html">note_79629.jpg</media:title>
		</media:content>
	</item>
		<item>
		<title>Wallpaper de Ubuntu 10.4 Lucid Lynx #3</title>
		<link>http://unblogen.wordpress.com/2010/02/13/wallpaper-de-ubuntu-10-4-lucid-lynx-3/</link>
		<comments>http://unblogen.wordpress.com/2010/02/13/wallpaper-de-ubuntu-10-4-lucid-lynx-3/#comments</comments>
		<pubDate>Sat, 13 Feb 2010 17:59:57 +0000</pubDate>
		<dc:creator>L</dc:creator>
				<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[lucid lynx]]></category>
		<category><![CDATA[nuevo]]></category>
		<category><![CDATA[ubuntu 10.4]]></category>
		<category><![CDATA[Wallpaper]]></category>

		<guid isPermaLink="false">http://unblogen.wordpress.com/?p=1025</guid>
		<description><![CDATA[Entradas relacionadas: Ubuntu 10.4 Lucid Lynx – Wallpaper #1 Ubuntu 10.4 Lucid Lynx – Wallpaper #2<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=unblogen.wordpress.com&amp;blog=5006359&amp;post=1025&amp;subd=unblogen&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://unblogen.files.wordpress.com/2010/02/lucidlynx_transparent.png"><img class="aligncenter size-medium wp-image-1026" title="lucidlynx_transparent" src="http://unblogen.files.wordpress.com/2010/02/lucidlynx_transparent.png?w=300&#038;h=203" alt="" width="300" height="203" /></a>Entradas relacionadas:</p>
<ul>
<li><a href="http://unblogen.wordpress.com/2010/02/02/ubuntu-10-4-lucid-lynx-wallpaper/" target="_blank">Ubuntu 10.4 Lucid Lynx – Wallpaper #1</a></li>
<li><a href="http://unblogen.wordpress.com/2010/02/05/otro-wallpaper-de-ubuntu-10-4-lucid-lynx/" target="_blank">Ubuntu 10.4 Lucid Lynx – Wallpaper #2</a></li>
</ul>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/unblogen.wordpress.com/1025/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/unblogen.wordpress.com/1025/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/unblogen.wordpress.com/1025/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/unblogen.wordpress.com/1025/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/unblogen.wordpress.com/1025/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/unblogen.wordpress.com/1025/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/unblogen.wordpress.com/1025/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/unblogen.wordpress.com/1025/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/unblogen.wordpress.com/1025/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/unblogen.wordpress.com/1025/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/unblogen.wordpress.com/1025/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/unblogen.wordpress.com/1025/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/unblogen.wordpress.com/1025/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/unblogen.wordpress.com/1025/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=unblogen.wordpress.com&amp;blog=5006359&amp;post=1025&amp;subd=unblogen&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://unblogen.wordpress.com/2010/02/13/wallpaper-de-ubuntu-10-4-lucid-lynx-3/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4206840bea885ce2383dd3aa9588a658?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Lucas</media:title>
		</media:content>

		<media:content url="http://unblogen.files.wordpress.com/2010/02/lucidlynx_transparent.png?w=300" medium="image">
			<media:title type="html">lucidlynx_transparent</media:title>
		</media:content>
	</item>
		<item>
		<title>Nuevo indicador de sonido en Ubuntu 10.4</title>
		<link>http://unblogen.wordpress.com/2010/02/12/nuevo-indicador-de-sonido-en-ubuntu-10-4/</link>
		<comments>http://unblogen.wordpress.com/2010/02/12/nuevo-indicador-de-sonido-en-ubuntu-10-4/#comments</comments>
		<pubDate>Fri, 12 Feb 2010 22:16:55 +0000</pubDate>
		<dc:creator>L</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Noticia]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[cambio]]></category>
		<category><![CDATA[gnu/linux]]></category>
		<category><![CDATA[lucid lynx]]></category>
		<category><![CDATA[nuevo]]></category>
		<category><![CDATA[ubuntu 10.4]]></category>
		<category><![CDATA[volumen]]></category>

		<guid isPermaLink="false">http://unblogen.wordpress.com/?p=1016</guid>
		<description><![CDATA[Me gusta el hecho de tener a mano la configuración del sonido, pero no me entusiasma para nada que hasta ahora los cambios que revela Canonical sean pequeñas variaciones, poner en vertical lo lateral y viceversa. Aún así, espero ansioso la nueva versión. Fuente: OmgUbuntu.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=unblogen.wordpress.com&amp;blog=5006359&amp;post=1016&amp;subd=unblogen&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-1017" title="4351567593_5ac35a10b7_o" src="http://unblogen.files.wordpress.com/2010/02/4351567593_5ac35a10b7_o.png?w=600" alt=""   /></p>
<p style="text-align:justify;">Me gusta el hecho de tener a mano la configuración del sonido, pero no me entusiasma para nada que hasta ahora los cambios que revela Canonical sean pequeñas variaciones, poner en vertical lo lateral y viceversa. Aún así, espero ansioso la nueva versión.</p>
<p style="text-align:justify;">Fuente: <a href="http://www.omgubuntu.co.uk/2010/02/lucid-has-sexy-new-volume-indicator.html" target="_blank">OmgUbuntu</a>.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/unblogen.wordpress.com/1016/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/unblogen.wordpress.com/1016/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/unblogen.wordpress.com/1016/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/unblogen.wordpress.com/1016/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/unblogen.wordpress.com/1016/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/unblogen.wordpress.com/1016/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/unblogen.wordpress.com/1016/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/unblogen.wordpress.com/1016/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/unblogen.wordpress.com/1016/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/unblogen.wordpress.com/1016/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/unblogen.wordpress.com/1016/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/unblogen.wordpress.com/1016/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/unblogen.wordpress.com/1016/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/unblogen.wordpress.com/1016/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=unblogen.wordpress.com&amp;blog=5006359&amp;post=1016&amp;subd=unblogen&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://unblogen.wordpress.com/2010/02/12/nuevo-indicador-de-sonido-en-ubuntu-10-4/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4206840bea885ce2383dd3aa9588a658?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Lucas</media:title>
		</media:content>

		<media:content url="http://unblogen.files.wordpress.com/2010/02/4351567593_5ac35a10b7_o.png" medium="image">
			<media:title type="html">4351567593_5ac35a10b7_o</media:title>
		</media:content>
	</item>
		<item>
		<title>Mañana vuelve Birddi!</title>
		<link>http://unblogen.wordpress.com/2010/02/12/manana-vuelve-birddi/</link>
		<comments>http://unblogen.wordpress.com/2010/02/12/manana-vuelve-birddi/#comments</comments>
		<pubDate>Fri, 12 Feb 2010 22:00:53 +0000</pubDate>
		<dc:creator>L</dc:creator>
				<category><![CDATA[Noticia]]></category>
		<category><![CDATA[2010]]></category>
		<category><![CDATA[apertura]]></category>
		<category><![CDATA[argentino]]></category>
		<category><![CDATA[birddi]]></category>
		<category><![CDATA[chafa]]></category>
		<category><![CDATA[español]]></category>
		<category><![CDATA[estafa]]></category>
		<category><![CDATA[fiasco]]></category>
		<category><![CDATA[Humor]]></category>
		<category><![CDATA[microbloggin]]></category>
		<category><![CDATA[Twitter]]></category>

		<guid isPermaLink="false">http://unblogen.wordpress.com/?p=1010</guid>
		<description><![CDATA[¿Se acuerdan de ese espantoso sitio que había truchado por completo a Twitter? Para los que no se acuerdan acá están los links a notas relacionadas: Birddi, un clon de Twitter, ¿con qué necesidad? Birddi quiere ser original De todas maneras, hago corta la historia: un argentino hace un sitio de microbloggin. Lo llama Birddi, hace todo [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=unblogen.wordpress.com&amp;blog=5006359&amp;post=1010&amp;subd=unblogen&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p style="text-align:justify;">¿Se acuerdan de ese <a href="http://www.birddi.com" target="_blank">espantoso sitio</a> que había truchado por completo a <a href="http://www.twitter.com" target="_blank">Twitter</a>?</p>
<p style="text-align:justify;">Para los que no se acuerdan acá están los links a notas relacionadas:</p>
<ul style="text-align:justify;">
<li><a rel="bookmark" href="http://unblogen.wordpress.com/2009/10/05/birddi-un-clon-de-twitter-%c2%bfcon-que-necesidad/"><span style="color:#000000;"><span style="text-decoration:none;">Birddi, un clon de Twitter, ¿con qué necesidad?</span></span></a></li>
<li><span style="color:#000000;"><span style="text-decoration:none;"><a rel="bookmark" href="http://unblogen.wordpress.com/2009/11/18/birddi-quiere-ser-original/">Birddi quiere ser original</a></span></span></li>
</ul>
<p style="text-align:justify;"><span id="more-1010"></span></p>
<p style="text-align:justify;">De todas maneras, hago corta la historia: un argentino hace un sitio de microbloggin. Lo llama Birddi, hace todo el diseño del sitio exactamente igual a Twitter, pero con una característica particular, está en español (menos el nombre, sin contar con el hecho de que ya había sitios de microbloggin en nuestro idioma, pero bueh). Más tarde el sitio cierra, para reformarse.</p>
<p style="text-align:justify;">Mañana abre Birddi con un nuevo diseño ¿qué tan nuevo será? ¿qué posibilidades otorgará que no nos acerque twitter? ¿qué tendrá de original? ¿podrá superar este tropezón que tuvo por primer paso? y ahora que Twitter está en español ¿hará falta Birddi?</p>
<p style="text-align:justify;">Una cosa es segura, si bien el sitio arrancó, como ya he dicho, como un servicio igual a Twitter pero en español, su sitio actual está en ingles. La página de bienvenida se titula &#8220;Welcome&#8221; y el anuncio dice &#8220;1 day 2010&#8243;.</p>
<p style="text-align:justify;">Un racimo de desaciertos sembrados hasta ahora. Suerte en el futuro, la necesitaras Birddi.</p>
<div class="mceTemp mceIEcenter" style="text-align:justify;">
<dl class="wp-caption aligncenter">
<dt class="wp-caption-dt"><a href="http://unblogen.files.wordpress.com/2010/02/load2.jpg"><img class="size-full wp-image-1012" title="load2" src="http://unblogen.files.wordpress.com/2010/02/load2.jpg?w=600&#038;h=300" alt="" width="600" height="300" /></a></dt>
<dd class="wp-caption-dd">El sitio que prometía ser como Twitter pero en español, tiene su pantalla de bienvenida en inglés. Estupendo!</dd>
</dl>
</div>
<p style="text-align:justify;">Por cierto, aún así tengo mi cuenta en Birddi (www.birddi.com/lucas) se la vendo a cualquier Lucas que la quiera <img src='http://s1.wp.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> .</p>
<p style="text-align:justify;"><strong>Y vos ¿que opinas de Birddi?</strong></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/unblogen.wordpress.com/1010/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/unblogen.wordpress.com/1010/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/unblogen.wordpress.com/1010/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/unblogen.wordpress.com/1010/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/unblogen.wordpress.com/1010/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/unblogen.wordpress.com/1010/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/unblogen.wordpress.com/1010/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/unblogen.wordpress.com/1010/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/unblogen.wordpress.com/1010/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/unblogen.wordpress.com/1010/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/unblogen.wordpress.com/1010/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/unblogen.wordpress.com/1010/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/unblogen.wordpress.com/1010/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/unblogen.wordpress.com/1010/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=unblogen.wordpress.com&amp;blog=5006359&amp;post=1010&amp;subd=unblogen&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://unblogen.wordpress.com/2010/02/12/manana-vuelve-birddi/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4206840bea885ce2383dd3aa9588a658?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Lucas</media:title>
		</media:content>

		<media:content url="http://unblogen.files.wordpress.com/2010/02/load2.jpg" medium="image">
			<media:title type="html">load2</media:title>
		</media:content>
	</item>
		<item>
		<title>YouTube…</title>
		<link>http://unblogen.wordpress.com/2010/02/12/youtube%e2%80%a6/</link>
		<comments>http://unblogen.wordpress.com/2010/02/12/youtube%e2%80%a6/#comments</comments>
		<pubDate>Fri, 12 Feb 2010 20:20:53 +0000</pubDate>
		<dc:creator>L</dc:creator>
				<category><![CDATA[Humor]]></category>
		<category><![CDATA[humor geek]]></category>
		<category><![CDATA[Youtube]]></category>

		<guid isPermaLink="false">http://unblogen.wordpress.com/?p=1007</guid>
		<description><![CDATA[Visto en: ElPlog.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=unblogen.wordpress.com&amp;blog=5006359&amp;post=1007&amp;subd=unblogen&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://unblogen.files.wordpress.com/2010/02/youtube.png"><img class="aligncenter size-full wp-image-1008" title="youtube" src="http://unblogen.files.wordpress.com/2010/02/youtube.png?w=600" alt=""   /></a></p>
<p>Visto en: <a href="http://www.elplog.com/2010/02/11/youtube/" target="_self">ElPlog</a>.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/unblogen.wordpress.com/1007/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/unblogen.wordpress.com/1007/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/unblogen.wordpress.com/1007/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/unblogen.wordpress.com/1007/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/unblogen.wordpress.com/1007/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/unblogen.wordpress.com/1007/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/unblogen.wordpress.com/1007/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/unblogen.wordpress.com/1007/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/unblogen.wordpress.com/1007/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/unblogen.wordpress.com/1007/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/unblogen.wordpress.com/1007/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/unblogen.wordpress.com/1007/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/unblogen.wordpress.com/1007/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/unblogen.wordpress.com/1007/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=unblogen.wordpress.com&amp;blog=5006359&amp;post=1007&amp;subd=unblogen&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://unblogen.wordpress.com/2010/02/12/youtube%e2%80%a6/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4206840bea885ce2383dd3aa9588a658?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Lucas</media:title>
		</media:content>

		<media:content url="http://unblogen.files.wordpress.com/2010/02/youtube.png" medium="image">
			<media:title type="html">youtube</media:title>
		</media:content>
	</item>
		<item>
		<title>Tip: Convertir masivamente imágenes .PNG a .JPG (o viceversa)</title>
		<link>http://unblogen.wordpress.com/2010/02/12/tip-convertir-masivamente-imagenes-png-a-jpg-o-viceversa/</link>
		<comments>http://unblogen.wordpress.com/2010/02/12/tip-convertir-masivamente-imagenes-png-a-jpg-o-viceversa/#comments</comments>
		<pubDate>Fri, 12 Feb 2010 20:15:59 +0000</pubDate>
		<dc:creator>L</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[aplicaciones]]></category>
		<category><![CDATA[consola]]></category>
		<category><![CDATA[imágenes]]></category>

		<guid isPermaLink="false">http://unblogen.wordpress.com/?p=1004</guid>
		<description><![CDATA[Hay aplicaciones y scripts para hacer esto, pero bueno, si quieres algo muy raṕido para salir del apuro: Te metes en la carpeta donde están todas esas imágenes que quieres convertir. Si no tienes instalado imagemagick ejecutas: $ sudo aptitude install imagemagick Y ahora solo queda hacer: $ convert *.png *.jpg (o viceversa) Tambien se puede [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=unblogen.wordpress.com&amp;blog=5006359&amp;post=1004&amp;subd=unblogen&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p style="text-align:justify;">Hay aplicaciones y scripts para hacer esto, pero bueno, si quieres algo muy raṕido para salir del apuro:</p>
<p style="text-align:justify;">Te metes en la carpeta donde están todas esas imágenes que quieres convertir. Si no tienes instalado <em>imagemagick</em> ejecutas:</p>
<pre><code>$ sudo aptitude install imagemagick</code></pre>
<p>Y ahora solo queda hacer:</p>
<pre><code>$ convert *.png *.jpg</code></pre>
<p><em>(o viceversa)</em></p>
<p>Tambien se puede hacer un Album de fotos en archivo PDF con</p>
<pre>$ convert -adjoin -page A4 *.jpg album.pdf</pre>
<p>Fuente: <a href="http://ubuntulife.wordpress.com/2010/02/11/tip-convertir-masivamente-imagenes-png-a-jpg-o-viceversa/" target="_blank">Ubuntulife</a>.</p>
<p>Tutorial: <a href="http://usuarioraiz.wordpress.com/2010/02/06/editar-imagenes-masivamente/" target="_blank">Usuario Raíz</a>.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/unblogen.wordpress.com/1004/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/unblogen.wordpress.com/1004/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/unblogen.wordpress.com/1004/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/unblogen.wordpress.com/1004/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/unblogen.wordpress.com/1004/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/unblogen.wordpress.com/1004/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/unblogen.wordpress.com/1004/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/unblogen.wordpress.com/1004/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/unblogen.wordpress.com/1004/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/unblogen.wordpress.com/1004/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/unblogen.wordpress.com/1004/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/unblogen.wordpress.com/1004/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/unblogen.wordpress.com/1004/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/unblogen.wordpress.com/1004/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=unblogen.wordpress.com&amp;blog=5006359&amp;post=1004&amp;subd=unblogen&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://unblogen.wordpress.com/2010/02/12/tip-convertir-masivamente-imagenes-png-a-jpg-o-viceversa/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4206840bea885ce2383dd3aa9588a658?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Lucas</media:title>
		</media:content>
	</item>
		<item>
		<title>Lubuntu, Ubuntu para máquinas con pocos recursos.</title>
		<link>http://unblogen.wordpress.com/2010/02/12/lubuntu-ubuntu-para-maquinas-con-pocos-recursos/</link>
		<comments>http://unblogen.wordpress.com/2010/02/12/lubuntu-ubuntu-para-maquinas-con-pocos-recursos/#comments</comments>
		<pubDate>Fri, 12 Feb 2010 17:49:17 +0000</pubDate>
		<dc:creator>L</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[distribución]]></category>
		<category><![CDATA[distro]]></category>
		<category><![CDATA[lubuntu. lxde]]></category>
		<category><![CDATA[netbook]]></category>
		<category><![CDATA[pocos recursos]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://unblogen.wordpress.com/?p=999</guid>
		<description><![CDATA[Basado en Ubuntu 9.10, esta distro, que existe desde hace menos de un año, está orientada a ser un sistema operativo que demande pocos recursos de RAM, CPU y otros componentes, especialmente ideados para equipos portátiles de recursos limitados como netbooks, dispositivos móviles y computadores antiguos. Con este ideal y esquema de desarrollo que posee, [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=unblogen.wordpress.com&amp;blog=5006359&amp;post=999&amp;subd=unblogen&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p style="text-align:justify;"><img class="alignleft" title="lubuntu_logo" src="https://wiki.ubuntu.com/Lubuntu?action=AttachFile&amp;do=get&amp;target=lubuntu-logo-web.png" alt="" width="247" height="80" />Basado en Ubuntu 9.10, esta distro, que existe desde hace menos de un año, está orientada a ser un sistema operativo que demande pocos recursos de RAM, CPU y otros  componentes, especialmente ideados para equipos portátiles de recursos  limitados como <a title="Netbook" href="http://es.wikipedia.org/wiki/Netbook">netbooks</a>, dispositivos móviles y computadores  antiguos. Con este ideal y esquema de desarrollo que posee, se presenta  como una competencia a <a title="Xubuntu" href="http://es.wikipedia.org/wiki/Xubuntu">Xubuntu</a>.</p>
<p style="text-align:justify;"><span id="more-999"></span>Tiene por lema &#8220;menos recursos y más eficiencia energética&#8221;, usando el  gestor de escritorio <a title="LXDE" href="http://es.wikipedia.org/wiki/LXDE">LXDE</a>. El nombre <em>Lubuntu</em> es una combinación entre <em>LXDE</em> y <em>Ubuntu</em>.</p>
<p style="text-align:justify;">Les dejo un video sobre Lubuntu.</p>
<p style="text-align:justify;"><span style="text-align:center; display: block;"><a href="http://unblogen.wordpress.com/2010/02/12/lubuntu-ubuntu-para-maquinas-con-pocos-recursos/"><img src="http://img.youtube.com/vi/S1-y55U5sNs/2.jpg" alt="" /></a></span></p>
<p style="text-align:justify;"><strong>¿Te gustó? ¿Querés dejar tu opinón?</strong></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/unblogen.wordpress.com/999/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/unblogen.wordpress.com/999/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/unblogen.wordpress.com/999/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/unblogen.wordpress.com/999/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/unblogen.wordpress.com/999/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/unblogen.wordpress.com/999/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/unblogen.wordpress.com/999/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/unblogen.wordpress.com/999/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/unblogen.wordpress.com/999/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/unblogen.wordpress.com/999/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/unblogen.wordpress.com/999/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/unblogen.wordpress.com/999/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/unblogen.wordpress.com/999/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/unblogen.wordpress.com/999/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=unblogen.wordpress.com&amp;blog=5006359&amp;post=999&amp;subd=unblogen&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://unblogen.wordpress.com/2010/02/12/lubuntu-ubuntu-para-maquinas-con-pocos-recursos/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4206840bea885ce2383dd3aa9588a658?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Lucas</media:title>
		</media:content>

		<media:content url="https://wiki.ubuntu.com/Lubuntu?action=AttachFile&#038;do=get&#038;target=lubuntu-logo-web.png" medium="image">
			<media:title type="html">lubuntu_logo</media:title>
		</media:content>
	</item>
		<item>
		<title>Loculinux, una distro para Locutorios y Cybercafés.</title>
		<link>http://unblogen.wordpress.com/2010/02/12/loculinux-una-distro-para-locutorios-y-cybercafes/</link>
		<comments>http://unblogen.wordpress.com/2010/02/12/loculinux-una-distro-para-locutorios-y-cybercafes/#comments</comments>
		<pubDate>Fri, 12 Feb 2010 17:26:18 +0000</pubDate>
		<dc:creator>L</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[establecimiento]]></category>
		<category><![CDATA[gnu]]></category>
		<category><![CDATA[locutorio]]></category>

		<guid isPermaLink="false">http://unblogen.wordpress.com/?p=992</guid>
		<description><![CDATA[LocuLinux es una distribución de GNU/Linux basada en Ubuntu 9.10 que se ha desarrollado para cubrir un mercado poco explotado de Linux, que son los locutorios o también conocidos como cibercafés. Esta distro es de gran utilidad para este tipo de establdecimientos dado que, más allá de su utilidad como software para administrar la actividad, [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=unblogen.wordpress.com&amp;blog=5006359&amp;post=992&amp;subd=unblogen&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p style="text-align:justify;"><a href="http://www.loculinux.org/images/loculinux.png"><img class="aligncenter" title="loculinux1" src="http://www.loculinux.org/images/loculinux.png" alt="" width="700" height="80" /></a><strong>LocuLinux<sup> </sup>es una distribución de GNU/Linux  basada en Ubuntu 9.10 que se ha desarrollado  para cubrir un mercado poco explotado de Linux, que son los locutorios o  también conocidos como cibercafés.<span id="more-992"></span></strong></p>
<p style="text-align:justify;">Esta distro es de gran utilidad para este tipo de establdecimientos dado que, más allá de su utilidad como software para administrar la actividad, exhime al establecimento de abonar cosotosos montos por el uso de un software privativo.</p>
<p style="text-align:justify;">Locolinux, al ser una distribución de GNU/Linux, esta carece de coste en la  licencia por ordenador o por número total de usuarios, ya que está  basada en la licencia GNU que en resumidas cuentas nos dice que podemos  distribuir libremente el software o incluso modificarlo a nuestro  criterio.</p>
<p>Además posee todas las aplicaciones necesarias para  poder instalarse en este tipo de establecimientos.</p>
<p style="text-align:left;"><a href="http://www.loculinux.org/images/caps/Pantallazo.png"><img class="aligncenter" title="locolinux2" src="http://www.loculinux.org/images/caps/Pantallazo.png" alt="" width="480" height="360" /></a></p>
<p style="text-align:justify;"><strong>Requisitos mínimos del sistema:</strong></p>
<p>Procesador x86, 700 MHz<br />
512 MB de memoria RAM<br />
Al menos 8 GB de espacio en el disco duro<br />
Tarjeta de video VGA con 16mb de RAM. (Juegos)<br />
Tarjeta de sonido AC97 o compatible<br />
Unidad DVD-ROM</p>
<p><strong>Requisitos recomendados:</strong></p>
<p>Procesador x86 de 1 GHz<br />
1 GB de memoria RAM<br />
12 GB de espacio en el disco<br />
Tarjeta de video VGA con 64mb de RAM. (Juegos)<br />
Tarjeta de sonido AC97 o compatible<br />
Unidad DVD-ROM</p>
<p><strong>Requisitos adicionales:</strong></p>
<p style="text-align:justify;">Es necesario poseer una red de datos preinstalada para poder  interconectar los puestos de internet y el servidor que controlara a  estos, se recomienda que la red este cableada UTP Cat. 5e o similar y un  switch 10/100 que intercomunique todos los ordenadores.</p>
<h3 style="text-align:justify;">Aplicaciones Preinstaladas en LOCULINUX</h3>
<p style="text-align:justify;">A continuación se detallan algunas de las aplicaciones más  importantes que vienen preinstaladas en LOCULINUX.</p>
<p style="text-align:justify;">Version del Kernel 2.6.31<br />
Gnome Version 2.28<br />
Google Chrome<br />
Mozilla Firefox 3.5<br />
Amsn Messenger<br />
OpenOffice 3.1 en español<br />
Scribus<br />
Moovida Media Player<br />
Rhythmbox<br />
K3B<br />
Sun Java 6<br />
Screenlets<br />
Todos los codecs de audio y video preinstalados</p>
<p style="text-align:justify;">Fuente: <a href="http://www.loculinux.org/ventajas.html" target="_blank">LocuLinux.org</a>.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/unblogen.wordpress.com/992/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/unblogen.wordpress.com/992/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/unblogen.wordpress.com/992/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/unblogen.wordpress.com/992/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/unblogen.wordpress.com/992/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/unblogen.wordpress.com/992/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/unblogen.wordpress.com/992/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/unblogen.wordpress.com/992/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/unblogen.wordpress.com/992/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/unblogen.wordpress.com/992/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/unblogen.wordpress.com/992/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/unblogen.wordpress.com/992/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/unblogen.wordpress.com/992/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/unblogen.wordpress.com/992/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=unblogen.wordpress.com&amp;blog=5006359&amp;post=992&amp;subd=unblogen&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://unblogen.wordpress.com/2010/02/12/loculinux-una-distro-para-locutorios-y-cybercafes/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4206840bea885ce2383dd3aa9588a658?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Lucas</media:title>
		</media:content>

		<media:content url="http://www.loculinux.org/images/loculinux.png" medium="image">
			<media:title type="html">loculinux1</media:title>
		</media:content>

		<media:content url="http://www.loculinux.org/images/caps/Pantallazo.png" medium="image">
			<media:title type="html">locolinux2</media:title>
		</media:content>
	</item>
	</channel>
</rss>
