<?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>Andres Hal</title>
	<atom:link href="http://caseros2001.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://caseros2001.wordpress.com</link>
	<description>Esto es un intento de weblog .... con toda la basura de mi interes que encuentro en internet</description>
	<lastBuildDate>Tue, 12 Sep 2006 12:37:52 +0000</lastBuildDate>
	<language>es</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='caseros2001.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Andres Hal</title>
		<link>http://caseros2001.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://caseros2001.wordpress.com/osd.xml" title="Andres Hal" />
	<atom:link rel='hub' href='http://caseros2001.wordpress.com/?pushpress=hub'/>
		<item>
		<title>GRUB estilo SUSE en Ubuntu.</title>
		<link>http://caseros2001.wordpress.com/2006/09/12/grub-estilo-suse-en-ubuntu/</link>
		<comments>http://caseros2001.wordpress.com/2006/09/12/grub-estilo-suse-en-ubuntu/#comments</comments>
		<pubDate>Tue, 12 Sep 2006 12:37:52 +0000</pubDate>
		<dc:creator>Andres Hal</dc:creator>
				<category><![CDATA[GNU/Linux]]></category>
		<category><![CDATA[Ubuntu Dapper 6.06]]></category>

		<guid isPermaLink="false">http://caseros2001.wordpress.com/2006/09/12/grub-estilo-suse-en-ubuntu/</guid>
		<description><![CDATA[Hoy voy a explicar una manera muy sencilla y efectiva de mejorar sensiblemente el GRUB. Si habéis visto el que incorpora SUSE, es mucho más vistoso que el que trae Ubuntu por defecto, y aunque éste se puede mejorar rápidamente poniendo una imagen de fondo, seguro que este tipo de GRUB os gusta mucho más: [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=caseros2001.wordpress.com&amp;blog=309149&amp;post=13&amp;subd=caseros2001&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Hoy voy a explicar una manera muy sencilla y efectiva de mejorar sensiblemente el GRUB.</p>
<p>Si habéis visto el que incorpora SUSE, es mucho más vistoso que el que trae Ubuntu por defecto, y aunque éste se puede mejorar rápidamente poniendo una imagen de fondo, seguro que este tipo de GRUB os gusta mucho más:</p>
<p><img width="533" src="http://www.j6o3s6e.com/blog/wp-content/uploads/2006/08/Capture-ubugrey.png" height="432" /></p>
<p>Es bastante sencillo hacerlo, ya lo he configurado tanto en el sobremesa como en el portátil; la información está extraída de este <a target="_blank" href="http://www.ubuntuforums.org/showthread.php?t=208855"><strong><font color="#226699">How-To</font></strong></a>, aunque no me ha funcionado a la perfección con esos pasos, por lo que hay que cambiar un par de cosas.</p>
<p>En primer lugar, deberemos descargarnos el paquete grub-gfxboot y uno de los temas. En el <a target="_blank" href="http://www.ubuntuforums.org/showthread.php?t=208855"><strong><font color="#226699">How-to</font></strong></a> tenéis una larga lista al final, de todos ellos yo me he quedado con <a href="http://forum.ubuntuusers.de/download/1864/"><strong><font color="#226699">Ubugrey:</font></strong></a> que es el que se ve en la imagen.</p>
<p>Como siempre, desde consola:</p>
<p><strong>wget http://quasarfreak.googlepages.com/grub-gfxboot_0.97-5_i386.deb </strong></p>
<p>Ahora desinstalamos el grub e instalamos el nuevo (sin miedo, es seguro):</p>
<p><strong>sudo aptitude remove grub</strong></p>
<p><strong>sudo dpkg -i grub-gfxboot_0.97-5_i386.deb</strong></p>
<p><strong>sudo grub-install <strong>/dev/hda</strong></strong></p>
<p>Atentos a una cosa importante: Este <em>/dev/hda</em> hay que cambiarlo por la ruta correcta donde tenemos instalado nuestro Grub. Para saberlo exactamente nada mejor que mirar la orden de carga del kernel en <em>/boot/grub/menu.lst.</em></p>
<p>Este es el único paso donde pienso que podeis tener alguna complicación, aunque mínima.</p>
<p>Lo siguiente es descomprimir el zip con el tema que bajaste antes y copiarlo dentro de /boot/grub</p>
<p><span><strong>sudo cp message.ubugrey /boot/grub/</strong></span></p>
<p>El último paso es sencillo, editar el menú del grub:</p>
<p><strong>sudo gedit /boot/grub/menu.lst</strong></p>
<p>y agregarle al comienzo esta línea:</p>
<p><em>gfxmenu /boot/grub/message.ubugrey</em></p>
<p>Finalmente reiniciar y ya tenemos nuestro nuevo flamante gestor de arranque gráfico.</p>
<p><a href="http://cmaverick.wordpress.com/2006/08/12/grub-estilo-suse-en-ubuntu/">http://cmaverick.wordpress.com/2006/08/12/grub-estilo-suse-en-ubuntu/</a></p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/caseros2001.wordpress.com/13/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/caseros2001.wordpress.com/13/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/caseros2001.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/caseros2001.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/caseros2001.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/caseros2001.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/caseros2001.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/caseros2001.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/caseros2001.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/caseros2001.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/caseros2001.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/caseros2001.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/caseros2001.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/caseros2001.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/caseros2001.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/caseros2001.wordpress.com/13/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=caseros2001.wordpress.com&amp;blog=309149&amp;post=13&amp;subd=caseros2001&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://caseros2001.wordpress.com/2006/09/12/grub-estilo-suse-en-ubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/2f72b3775e2c5924f03ebc3b29107094?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Andres Hal</media:title>
		</media:content>

		<media:content url="http://www.j6o3s6e.com/blog/wp-content/uploads/2006/08/Capture-ubugrey.png" medium="image" />
	</item>
		<item>
		<title>Super Disco Grub</title>
		<link>http://caseros2001.wordpress.com/2006/09/07/super-disco-grub/</link>
		<comments>http://caseros2001.wordpress.com/2006/09/07/super-disco-grub/#comments</comments>
		<pubDate>Thu, 07 Sep 2006 12:02:43 +0000</pubDate>
		<dc:creator>Andres Hal</dc:creator>
				<category><![CDATA[GNU/Linux]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://caseros2001.wordpress.com/2006/09/07/super-disco-grub/</guid>
		<description><![CDATA[Casos en los que Super Disco Grub es útil: Tienes Linux instalado, reinstalas Windows y ya no te arranca Linux porque el menú de Grub no te aparece. Puedes Restaurar Grub en el MBR automaticamente. Tienes instalado un Windows 9x en un segundo disco duro y por su propia naturaleza no quiere arrancar. Si lo [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=caseros2001.wordpress.com&amp;blog=309149&amp;post=12&amp;subd=caseros2001&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><strong>Casos en los que Super Disco Grub es útil:</p>
<p></strong></p>
<ul>
<li>Tienes Linux instalado, reinstalas Windows y ya no te arranca Linux porque el menú de Grub no te aparece. Puedes Restaurar Grub en el MBR automaticamente.</li>
</ul>
<ul>
<li>Tienes instalado un Windows 9x en un segundo disco duro y por su propia naturaleza no quiere arrancar. Si lo intercambias desde Super Disco Grub sí lo podrás arrancar.</li>
</ul>
<ul>
<li>No puedes arrancar Windows porque tienes una instalación de Grub a medias o cualquier cosa.</li>
</ul>
<p>Con Super Disco Grub podrás arrancar la partición dónde está Windows y por tanto Windows.</p>
<ul>
<li>Aparece el mensaje No Partition Found. Con Grub Super Disk podrás activar particiones.</li>
</ul>
<p><b>Propósito:</b></p>
<ul>
<li>Hacer la vida más fácil a los usuarios linuxeros novatos</li>
<li>Formar a la gente por eso cada opción viene acompañada de su explicación.</li>
</ul>
<p><a href="http://adrian15.raulete.net/grub/tiki-index.php?page=Es">http://adrian15.raulete.net/grub/tiki-index.php?page=Es</a></p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/caseros2001.wordpress.com/12/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/caseros2001.wordpress.com/12/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/caseros2001.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/caseros2001.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/caseros2001.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/caseros2001.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/caseros2001.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/caseros2001.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/caseros2001.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/caseros2001.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/caseros2001.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/caseros2001.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/caseros2001.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/caseros2001.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/caseros2001.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/caseros2001.wordpress.com/12/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=caseros2001.wordpress.com&amp;blog=309149&amp;post=12&amp;subd=caseros2001&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://caseros2001.wordpress.com/2006/09/07/super-disco-grub/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/2f72b3775e2c5924f03ebc3b29107094?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Andres Hal</media:title>
		</media:content>
	</item>
		<item>
		<title>Repositorios que utiliza Easy Ubuntu</title>
		<link>http://caseros2001.wordpress.com/2006/08/07/repositorios-que-utiliza-easy-ubuntu/</link>
		<comments>http://caseros2001.wordpress.com/2006/08/07/repositorios-que-utiliza-easy-ubuntu/#comments</comments>
		<pubDate>Mon, 07 Aug 2006 15:37:43 +0000</pubDate>
		<dc:creator>Andres Hal</dc:creator>
				<category><![CDATA[Ubuntu Dapper 6.06]]></category>

		<guid isPermaLink="false">https://caseros2001.wordpress.com/2006/08/07/repositorios-que-utiliza-easy-ubuntu/</guid>
		<description><![CDATA[deb http://archive.ubuntu.com/ubuntu/ dapper main restricted multiverse universe deb-src http://archive.ubuntu.com/ubuntu/ dapper main restricted multiverse universe deb http://archive.ubuntu.com/ubuntu/ dapper-updates main restricted multiverse universe deb-src http://archive.ubuntu.com/ubuntu/ dapper-updates main restricted multiverse universe deb http://archive.ubuntu.com/ubuntu/ dapper-backports main restricted multiverse universe deb-src http://archive.ubuntu.com/ubuntu/ dapper-backports main restricted multiverse universe deb http://security.ubuntu.com/ubuntu dapper-security main restricted multiverse universe deb-src http://security.ubuntu.com/ubuntu dapper-security main restricted multiverse [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=caseros2001.wordpress.com&amp;blog=309149&amp;post=11&amp;subd=caseros2001&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>deb <a href="http://archive.ubuntu.com/ubuntu/">http://archive.ubuntu.com/ubuntu/</a> dapper main restricted multiverse universe<br />
deb-src <a href="http://archive.ubuntu.com/ubuntu/">http://archive.ubuntu.com/ubuntu/</a> dapper main restricted multiverse universe</p>
<p>deb <a href="http://archive.ubuntu.com/ubuntu/">http://archive.ubuntu.com/ubuntu/</a> dapper-updates main restricted multiverse universe<br />
deb-src <a href="http://archive.ubuntu.com/ubuntu/">http://archive.ubuntu.com/ubuntu/</a> dapper-updates main restricted multiverse universe</p>
<p>deb <a href="http://archive.ubuntu.com/ubuntu/">http://archive.ubuntu.com/ubuntu/</a> dapper-backports main restricted multiverse universe<br />
deb-src <a href="http://archive.ubuntu.com/ubuntu/">http://archive.ubuntu.com/ubuntu/</a> dapper-backports main restricted multiverse universe</p>
<p>deb <a href="http://security.ubuntu.com/ubuntu">http://security.ubuntu.com/ubuntu</a> dapper-security main restricted multiverse universe<br />
deb-src <a href="http://security.ubuntu.com/ubuntu">http://security.ubuntu.com/ubuntu</a> dapper-security main restricted multiverse universe</p>
<p># deb <a href="http://rarewares.org/debian/packages/unstable/">http://rarewares.org/debian/packages/unstable/</a> ./</p>
<p>deb <a href="http://bertram.ifrance.com/">http://bertram.ifrance.com</a> ./<br />
deb-src <a href="http://bertram.ifrance.com/">http://bertram.ifrance.com</a> ./</p>
<p>## Java<br />
# deb <a href="http://ubuntu.tower-net.de/ubuntu/">http://ubuntu.tower-net.de/ubuntu/</a> breezy java</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/caseros2001.wordpress.com/11/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/caseros2001.wordpress.com/11/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/caseros2001.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/caseros2001.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/caseros2001.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/caseros2001.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/caseros2001.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/caseros2001.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/caseros2001.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/caseros2001.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/caseros2001.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/caseros2001.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/caseros2001.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/caseros2001.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/caseros2001.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/caseros2001.wordpress.com/11/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=caseros2001.wordpress.com&amp;blog=309149&amp;post=11&amp;subd=caseros2001&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://caseros2001.wordpress.com/2006/08/07/repositorios-que-utiliza-easy-ubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/2f72b3775e2c5924f03ebc3b29107094?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Andres Hal</media:title>
		</media:content>
	</item>
		<item>
		<title>Lphant</title>
		<link>http://caseros2001.wordpress.com/2006/08/01/lphant/</link>
		<comments>http://caseros2001.wordpress.com/2006/08/01/lphant/#comments</comments>
		<pubDate>Tue, 01 Aug 2006 15:50:56 +0000</pubDate>
		<dc:creator>Andres Hal</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">https://caseros2001.wordpress.com/2006/08/01/lphant/</guid>
		<description><![CDATA[aunque todavia no lo prove es algo que me interesa bastante es un soft con interface web con soporte para para eDonkey y Bittorrent http://www.lphant.com/downloads_es.php<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=caseros2001.wordpress.com&amp;blog=309149&amp;post=10&amp;subd=caseros2001&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>aunque todavia no lo prove es algo que me interesa bastante</p>
<p>es un soft con interface web con soporte para <font size="3" color="#003333">para eDonkey y Bittorrent</font></p>
<p><a href="http://www.lphant.com/downloads_es.php">http://www.lphant.com/downloads_es.php</a></p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/caseros2001.wordpress.com/10/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/caseros2001.wordpress.com/10/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/caseros2001.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/caseros2001.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/caseros2001.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/caseros2001.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/caseros2001.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/caseros2001.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/caseros2001.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/caseros2001.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/caseros2001.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/caseros2001.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/caseros2001.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/caseros2001.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/caseros2001.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/caseros2001.wordpress.com/10/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=caseros2001.wordpress.com&amp;blog=309149&amp;post=10&amp;subd=caseros2001&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://caseros2001.wordpress.com/2006/08/01/lphant/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/2f72b3775e2c5924f03ebc3b29107094?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Andres Hal</media:title>
		</media:content>
	</item>
		<item>
		<title>Reconstructor</title>
		<link>http://caseros2001.wordpress.com/2006/08/01/reconstructor/</link>
		<comments>http://caseros2001.wordpress.com/2006/08/01/reconstructor/#comments</comments>
		<pubDate>Tue, 01 Aug 2006 15:28:51 +0000</pubDate>
		<dc:creator>Andres Hal</dc:creator>
				<category><![CDATA[Ubuntu Dapper 6.06]]></category>

		<guid isPermaLink="false">https://caseros2001.wordpress.com/2006/08/01/reconstructor/</guid>
		<description><![CDATA[entre tantas cosas faciles qeu tiene Ubuntu aca dejo una pagina con un asistente para crer tus propios liveCD http://reconstructor.aperantis.com/index.php?option=com_content&#38;task=view&#38;id=17&#38;Itemid=35.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=caseros2001.wordpress.com&amp;blog=309149&amp;post=9&amp;subd=caseros2001&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>entre tantas cosas faciles qeu tiene Ubuntu</p>
<p>aca dejo una pagina con un asistente para crer tus propios liveCD</p>
<p><a href="http://reconstructor.aperantis.com/index.php?option=com_content&amp;task=view&amp;id=17&amp;Itemid=35">http://reconstructor.aperantis.com/index.php?option=com_content&amp;task=view&amp;id=17&amp;Itemid=35</a>.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/caseros2001.wordpress.com/9/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/caseros2001.wordpress.com/9/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/caseros2001.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/caseros2001.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/caseros2001.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/caseros2001.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/caseros2001.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/caseros2001.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/caseros2001.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/caseros2001.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/caseros2001.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/caseros2001.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/caseros2001.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/caseros2001.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/caseros2001.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/caseros2001.wordpress.com/9/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=caseros2001.wordpress.com&amp;blog=309149&amp;post=9&amp;subd=caseros2001&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://caseros2001.wordpress.com/2006/08/01/reconstructor/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/2f72b3775e2c5924f03ebc3b29107094?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Andres Hal</media:title>
		</media:content>
	</item>
		<item>
		<title>iCenterX</title>
		<link>http://caseros2001.wordpress.com/2006/07/31/icenterx/</link>
		<comments>http://caseros2001.wordpress.com/2006/07/31/icenterx/#comments</comments>
		<pubDate>Mon, 31 Jul 2006 13:39:34 +0000</pubDate>
		<dc:creator>Andres Hal</dc:creator>
				<category><![CDATA[Ubuntu Dapper 6.06]]></category>

		<guid isPermaLink="false">https://caseros2001.wordpress.com/2006/07/31/icenterx/</guid>
		<description><![CDATA[Dando un par de vueltas por Internet encontré un proyecto que me llamo bastante la atención  &#8220;&#8221; iCenterX &#8220;&#8221; es un soft al estilo webmin pero echo para Ubuntu , con las ventajas que permite permite administras otras cosas como las descarga de torren y otras yerbas aca dejo unas imagenes https://hive.bountysource.com/screenshots<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=caseros2001.wordpress.com&amp;blog=309149&amp;post=8&amp;subd=caseros2001&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Dando un par de vueltas por Internet encontré un proyecto que me llamo bastante la atención  &#8220;&#8221; iCenterX &#8220;&#8221; es un soft al estilo webmin pero echo para Ubuntu , con las ventajas que permite permite administras otras cosas como las descarga de torren y otras yerbas</p>
<p>aca dejo unas imagenes</p>
<p><a href="https://hive.bountysource.com/screenshots">https://hive.bountysource.com/screenshots</a></p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/caseros2001.wordpress.com/8/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/caseros2001.wordpress.com/8/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/caseros2001.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/caseros2001.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/caseros2001.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/caseros2001.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/caseros2001.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/caseros2001.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/caseros2001.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/caseros2001.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/caseros2001.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/caseros2001.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/caseros2001.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/caseros2001.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/caseros2001.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/caseros2001.wordpress.com/8/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=caseros2001.wordpress.com&amp;blog=309149&amp;post=8&amp;subd=caseros2001&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://caseros2001.wordpress.com/2006/07/31/icenterx/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/2f72b3775e2c5924f03ebc3b29107094?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Andres Hal</media:title>
		</media:content>
	</item>
		<item>
		<title>Cambiando la imagen del usplash</title>
		<link>http://caseros2001.wordpress.com/2006/07/20/cambiando-la-imagen-del-usplash/</link>
		<comments>http://caseros2001.wordpress.com/2006/07/20/cambiando-la-imagen-del-usplash/#comments</comments>
		<pubDate>Thu, 20 Jul 2006 16:53:07 +0000</pubDate>
		<dc:creator>Andres Hal</dc:creator>
				<category><![CDATA[Ubuntu Dapper 6.06]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">https://caseros2001.wordpress.com/2006/07/20/cambiando-la-imagen-del-usplash/</guid>
		<description><![CDATA[Llevaba tiempo queriendo cambiar la imagen del usplash de mi ubuntu breezy, porque el tema marrón que trae ubuntu por defecto no me gusta y la tengo totalmente personalizada con abundancia de tonos azules, y claro, el usplash marrón no quedaba muy bien integrado. Buscando por ahi encontré una versión de la imagen del usplash [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=caseros2001.wordpress.com&amp;blog=309149&amp;post=5&amp;subd=caseros2001&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Llevaba tiempo queriendo cambiar la imagen del usplash de mi ubuntu breezy, porque el tema marrón que trae ubuntu por defecto no me gusta y la tengo totalmente personalizada con abundancia de tonos azules, y claro, el usplash marrón no quedaba muy bien integrado.</p>
<p>Buscando por ahi encontré una versión de la <a href="http://webs.ono.com/m4aconverter/usplash-blue.png">imagen del usplash de ubuntu pero en tonos azules</a> y me decidí a instalarla. Encontré un par de manuales en inglés sobre como hacerlo, parecía muy sencillo, pero al final resultó que no eran muy concisos y me hice un lío, así que voy a intentar explicar aquí la forma en la que yo lo hice.</p>
<p>en primero lugar instalamos los paquetes necesarios:</p>
<ul>
<li>sudo apt-get install gcc libbogl-dev</li>
</ul>
<p>descargamos la imagen del enlace que he puesto un poco más arriba y la renombramos a usplash-artwork.png. Si no quereis usar esa imagen os vale cualquier png de 640&#215;480 y 16 colores.</p>
<p>ahora hacemos los siguiente:</p>
<ul>
<li>pngtobogl usplash-artwork.png &gt; usplash-artwork.c</li>
<li>gcc -Os -g -I/usr/include/bogl -fPIC -c usplash-artwork.c -o usplash-artwork.o</li>
<li>gcc -shared -Wl,-soname,usplash-artwork.so usplash-artwork.o -o usplash-artwork.so</li>
</ul>
<p>ahora copiamos el archivo usplash-artwork.so que hemos generado en las siguientes carpetas:</p>
<ul>
<li>sudo cp usplash-artwork.so /var/lib/dpkg/alternatives/usplash-artwork.so</li>
<li>sudo cp usplash-artwork.so /usr/lib/usplash/usplash-default.so</li>
<li>sudo cp usplash-artwork.so /usr/lib/usplash/usplash-artwork.so</li>
</ul>
<p>Ahora solo nos queda hacer: &#8220;sudo dpkg-reconfigure linux-image-$(uname -r)&#8221; y reiniciar para ver nuestro nuevo usplash.</p>
<p>Por último recomiento guardar copia de seguridad de los archivos que vamos a sustituir, para que, en el caso de salir mal y cargarnos el arranque gráfico poder restaurarlos y, volviendo a hacer &#8220;sudo dpkg-reconfigure linux-image-$(uname -r)&#8221; volver a tener el usplash original de ubuntu.</p>
<p>Espero que os haya resultado interesante y servido de ayuda, ya me comentareis que tal os ha ido.</p>
<p> Extraido de</p>
<p><a href="http://www.agali.org/cambiando_imagen_usplash">http://www.agali.org/cambiando_imagen_usplash</a></p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/caseros2001.wordpress.com/5/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/caseros2001.wordpress.com/5/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/caseros2001.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/caseros2001.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/caseros2001.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/caseros2001.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/caseros2001.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/caseros2001.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/caseros2001.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/caseros2001.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/caseros2001.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/caseros2001.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/caseros2001.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/caseros2001.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/caseros2001.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/caseros2001.wordpress.com/5/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=caseros2001.wordpress.com&amp;blog=309149&amp;post=5&amp;subd=caseros2001&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://caseros2001.wordpress.com/2006/07/20/cambiando-la-imagen-del-usplash/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/2f72b3775e2c5924f03ebc3b29107094?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Andres Hal</media:title>
		</media:content>
	</item>
		<item>
		<title>Mis Repositorios</title>
		<link>http://caseros2001.wordpress.com/2006/07/19/mis-repositorios/</link>
		<comments>http://caseros2001.wordpress.com/2006/07/19/mis-repositorios/#comments</comments>
		<pubDate>Wed, 19 Jul 2006 23:02:25 +0000</pubDate>
		<dc:creator>Andres Hal</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">https://caseros2001.wordpress.com/2006/07/19/mis-repositorios/</guid>
		<description><![CDATA[aca dejo una lista de los repositorios que Uso&#8230;. deb http://es.archive.ubuntu.com/ubuntu/ dapper main restricted deb-src http://es.archive.ubuntu.com/ubuntu/ dapper main restricted ## Major bug fix updates produced after the final release of the ## distribution. deb http://es.archive.ubuntu.com/ubuntu/ dapper-updates main restricted deb-src http://es.archive.ubuntu.com/ubuntu/ dapper-updates main restricted ## Uncomment the following two lines to add software from the &#8216;universe&#8217; [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=caseros2001.wordpress.com&amp;blog=309149&amp;post=4&amp;subd=caseros2001&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>aca dejo una lista de los repositorios que Uso&#8230;.</p>
<p>deb http://es.archive.ubuntu.com/ubuntu/ dapper main restricted<br />
deb-src http://es.archive.ubuntu.com/ubuntu/ dapper main restricted<br />
## Major bug fix updates produced after the final release of the<br />
## distribution.<br />
deb http://es.archive.ubuntu.com/ubuntu/ dapper-updates main restricted<br />
deb-src http://es.archive.ubuntu.com/ubuntu/ dapper-updates main restricted<br />
## Uncomment the following two lines to add software from the &#8216;universe&#8217;<br />
## repository.<br />
## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu<br />
## team, and may not be under a free licence. Please satisfy yourself as to<br />
## your rights to use the software. Also, please note that software in<br />
## universe WILL NOT receive any review or updates from the Ubuntu security<br />
## team.<br />
deb http://es.archive.ubuntu.com/ubuntu/ dapper universe<br />
deb-src http://es.archive.ubuntu.com/ubuntu/ dapper universe<br />
## Uncomment the following two lines to add software from the &#8216;backports&#8217;<br />
## repository.<br />
## N.B. software from this repository may not have been tested as<br />
## extensively as that contained in the main release, although it includes<br />
## newer versions of some applications which may provide useful features.<br />
## Also, please note that software in backports WILL NOT receive any review<br />
## or updates from the Ubuntu security team.<br />
deb http://es.archive.ubuntu.com/ubuntu/ dapper-backports main restricted universe multiverse<br />
deb-src http://es.archive.ubuntu.com/ubuntu/ dapper-backports main restricted universe multiverse<br />
deb http://security.ubuntu.com/ubuntu dapper-security main restricted<br />
deb-src http://security.ubuntu.com/ubuntu dapper-security main restricted<br />
deb http://security.ubuntu.com/ubuntu dapper-security universe<br />
deb-src http://security.ubuntu.com/ubuntu dapper-security universe</p>
<p>deb http://www.beerorkid.com/automatix/apt dapper main</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/caseros2001.wordpress.com/4/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/caseros2001.wordpress.com/4/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/caseros2001.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/caseros2001.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/caseros2001.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/caseros2001.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/caseros2001.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/caseros2001.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/caseros2001.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/caseros2001.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/caseros2001.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/caseros2001.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/caseros2001.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/caseros2001.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/caseros2001.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/caseros2001.wordpress.com/4/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=caseros2001.wordpress.com&amp;blog=309149&amp;post=4&amp;subd=caseros2001&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://caseros2001.wordpress.com/2006/07/19/mis-repositorios/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/2f72b3775e2c5924f03ebc3b29107094?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Andres Hal</media:title>
		</media:content>
	</item>
		<item>
		<title>Como instalar ntfs-3g para escribir datos en particiones ntfs en ubuntu</title>
		<link>http://caseros2001.wordpress.com/2006/07/19/como-instalar-ntfs-3g-para-escribir-datos-en-particiones-ntfs-en-ubuntu/</link>
		<comments>http://caseros2001.wordpress.com/2006/07/19/como-instalar-ntfs-3g-para-escribir-datos-en-particiones-ntfs-en-ubuntu/#comments</comments>
		<pubDate>Wed, 19 Jul 2006 13:09:13 +0000</pubDate>
		<dc:creator>Andres Hal</dc:creator>
				<category><![CDATA[GNU/Linux]]></category>
		<category><![CDATA[Ubuntu Dapper 6.06]]></category>

		<guid isPermaLink="false">https://caseros2001.wordpress.com/2006/07/19/como-instalar-ntfs-3g-para-escribir-datos-en-particiones-ntfs-en-ubuntu/</guid>
		<description><![CDATA[El programa ntfs-3g ( por ahora compatible solo con arquitecturas de 32 bits y little endian ) nos permite escribir datos en particiones ntfs de manera mas rápida segura y fácil que cualquier otro (acá mas info http://www.vivalinux.com.ar/soft/ntfs-3g.html ). Se lo puede tener instalado y funcionando a la perfección en pocos minutos y con bajos [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=caseros2001.wordpress.com&amp;blog=309149&amp;post=3&amp;subd=caseros2001&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p class="nodecontent">El programa ntfs-3g ( por ahora compatible solo con arquitecturas de 32 bits y little endian ) nos permite escribir datos en particiones ntfs de manera mas rápida segura y fácil que cualquier otro (acá mas info <a href="http://www.vivalinux.com.ar/soft/ntfs-3g.html" title="http://www.vivalinux.com.ar/soft/ntfs-3g.html">http://www.vivalinux.com.ar/soft/ntfs-3g.html</a> ). Se lo puede tener instalado y funcionando a la perfección en pocos minutos y con bajos conocimientos.</p>
<p>Nota: Se tiene en cuenta que ya se tienen instalados los paquetes kernel-headers y build-essential.</p>
<p>Paso1: Instalar el módulo fuse 2.5.3:<br />
Descargarlo desde aquí <a href="http://prdownloads.sourceforge.net/fuse/fuse-2.5.3.tar.gz?download" title="http://prdownloads.sourceforge.net/fuse/fuse-2.5.3.tar.gz?download">http://prdownloads.sourceforge.net/fuse/fuse-2.5.3.tar.gz?download</a> (el fuse que hay en los repositorios de ubuntu es una versión anterior a la necesaria), lo descomprimimos, entramos en el directorio desde la consola y lo compilamos de ésta forma:</p>
<p>$ ./configure<br />
$ make<br />
$ sudo make install</p>
<p>Editar el /etc/modules:</p>
<p>$ sudo gedit /etc/modules</p>
<p>y agregar &#8220;fuse&#8221; (sin las comillas) al final de éste.</p>
<p>Paso2: Descargar el ntfs-3g desde aquí <a href="http://mlf.linux.rulez.org/mlf/ezaz/ntfs-3g-20070714-BETA.tgz" title="http://mlf.linux.rulez.org/mlf/ezaz/ntfs-3g-20070714-BETA.tgz">http://mlf.linux.rulez.org/mlf/ezaz/ntfs-3g-20070714-BETA.tgz</a> descomprimirlo entrar en la carpeta y compilarlo con:</p>
<p>$ ./configure<br />
$ make<br />
$ make install</p>
<p>Paso3: Abrir el /etc/fstab y montar de esta forma la particion ntfs:</p>
<p>/dev/hda1 /media/windows ntfs-3g silent,umask=0,locale=es_AR.utf8 0 0</p>
<p>Los parámetros &#8220;/dev/hda1 /media/windows&#8221; dependen de donde tienen y donde quieren montar la partición y el parámetro &#8220;es_AR.uft8&#8243; depende de la codificación de su sistema, por ejemplo si son de españa sería &#8220;es_ES.utf8&#8243;.</p>
<p>Paso4: Finalmente reiniciar, para que se cargue el módulo fuse y se vuelva a montar la partición, o si no pueden reiniciar hacer un &#8220;modprobe fuse&#8221; y luego remontar la partición si ya lo estaba.</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-</p>
<p>Éste programa aún es beta, pero es muy estable, en mi opinión más estable y rápida que cualquier otra alternativa.<br />
Lo probé moviendo, copiando y borrando varios gigas de una partición a otra y no hubo problemas. Espero que les halla sido de utilidad.</p>
<p>Extraido de</p>
<p><a href="http://www.ubuntu-es.org/node/21061">http://www.ubuntu-es.org/node/21061</a></p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/caseros2001.wordpress.com/3/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/caseros2001.wordpress.com/3/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/caseros2001.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/caseros2001.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/caseros2001.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/caseros2001.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/caseros2001.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/caseros2001.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/caseros2001.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/caseros2001.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/caseros2001.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/caseros2001.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/caseros2001.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/caseros2001.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/caseros2001.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/caseros2001.wordpress.com/3/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=caseros2001.wordpress.com&amp;blog=309149&amp;post=3&amp;subd=caseros2001&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://caseros2001.wordpress.com/2006/07/19/como-instalar-ntfs-3g-para-escribir-datos-en-particiones-ntfs-en-ubuntu/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/2f72b3775e2c5924f03ebc3b29107094?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Andres Hal</media:title>
		</media:content>
	</item>
	</channel>
</rss>
