<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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:series="http://unfoldingneurons.com/"
		>
<channel>
	<title>Comentarios en: Xubuntu (II): La instalación</title>
	<atom:link href="http://www.yukei.net/2006/07/xubuntu-ii-la-instalacion/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.yukei.net/2006/07/xubuntu-ii-la-instalacion/</link>
	<description>técnica y análisis para un mundo digital</description>
	<lastBuildDate>Wed, 08 Feb 2012 15:13:52 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>Por: Felipe Lavín Z.</title>
		<link>http://www.yukei.net/2006/07/xubuntu-ii-la-instalacion/comment-page-2/#comment-13077</link>
		<dc:creator>Felipe Lavín Z.</dc:creator>
		<pubDate>Mon, 28 Aug 2006 20:09:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.yukei.net/2006/07/xubuntu-ii-la-instalacion/#comment-13077</guid>
		<description>Percy: en mi caso, tengo dos discos duros, uno de 8 GB en el que tengo Windows y otro de 30 en el que mantengo documentos, música, etc. En este último tenía tres particiones y una de ellas fue la que utilicé para instalar Xubuntu.

Por otra parte, de que es posible particionar un disco con Windows para instalar X/K/Ubuntu, sí que lo es; y de hecho es bastante fácil ya que para todo eso hay una interfaz gráfica, y como es una situación que presentan muchos usuarios, la gente de Ubuntu ya le puso atención para que funcionara bien.

Un par de artículos recomendados: &lt;a href=&quot;http://www.bootlog.cl/blog/linux/como-particionar-el-disco-para-linux/&quot; rel=&quot;nofollow&quot;&gt;Cómo particionar el disco para Linux&lt;/a&gt; y &lt;a href=&quot;http://www.bootlog.cl/blog/linux/la-alternativa-a-partition-magic/&quot; rel=&quot;nofollow&quot;&gt;La  alternativa a Partition Magic&lt;/a&gt;, ambos de &lt;cite&gt;Tomás Pollak&lt;/cite&gt;</description>
		<content:encoded><![CDATA[<p>Percy: en mi caso, tengo dos discos duros, uno de 8 GB en el que tengo Windows y otro de 30 en el que mantengo documentos, música, etc. En este último tenía tres particiones y una de ellas fue la que utilicé para instalar Xubuntu.</p>
<p>Por otra parte, de que es posible particionar un disco con Windows para instalar X/K/Ubuntu, sí que lo es; y de hecho es bastante fácil ya que para todo eso hay una interfaz gráfica, y como es una situación que presentan muchos usuarios, la gente de Ubuntu ya le puso atención para que funcionara bien.</p>
<p>Un par de artículos recomendados: <a href="http://www.bootlog.cl/blog/linux/como-particionar-el-disco-para-linux/" rel="nofollow">Cómo particionar el disco para Linux</a> y <a href="http://www.bootlog.cl/blog/linux/la-alternativa-a-partition-magic/" rel="nofollow">La  alternativa a Partition Magic</a>, ambos de <cite>Tomás Pollak</cite></p>
]]></content:encoded>
	</item>
	<item>
		<title>Por: Percy</title>
		<link>http://www.yukei.net/2006/07/xubuntu-ii-la-instalacion/comment-page-1/#comment-13030</link>
		<dc:creator>Percy</dc:creator>
		<pubDate>Mon, 28 Aug 2006 13:42:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.yukei.net/2006/07/xubuntu-ii-la-instalacion/#comment-13030</guid>
		<description>La preguna del millón es si ¿cuando particionaste el disco, dejaste un espacio para que siguiera windows?
Es posible eso??
quiero cambiarme, pero de a poco.</description>
		<content:encoded><![CDATA[<p>La preguna del millón es si ¿cuando particionaste el disco, dejaste un espacio para que siguiera windows?<br />
Es posible eso??<br />
quiero cambiarme, pero de a poco.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Por: cavalleto</title>
		<link>http://www.yukei.net/2006/07/xubuntu-ii-la-instalacion/comment-page-1/#comment-9695</link>
		<dc:creator>cavalleto</dc:creator>
		<pubDate>Thu, 27 Jul 2006 17:35:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.yukei.net/2006/07/xubuntu-ii-la-instalacion/#comment-9695</guid>
		<description>Gracias otra vez Felipe.

Una cosa, el código que me has puesto tiene un simple error, has puesto un &amp; delante de la a en lugar de un </description>
		<content:encoded><![CDATA[<p>Gracias otra vez Felipe.</p>
<p>Una cosa, el código que me has puesto tiene un simple error, has puesto un &amp; delante de la a en lugar de un</p>
]]></content:encoded>
	</item>
	<item>
		<title>Por: Felipe Lavín Z.</title>
		<link>http://www.yukei.net/2006/07/xubuntu-ii-la-instalacion/comment-page-1/#comment-9624</link>
		<dc:creator>Felipe Lavín Z.</dc:creator>
		<pubDate>Thu, 27 Jul 2006 04:06:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.yukei.net/2006/07/xubuntu-ii-la-instalacion/#comment-9624</guid>
		<description>&lt;ol&gt;
&lt;li&gt;cavalleto: en el archivo &lt;code&gt;header.php&lt;/code&gt;, al final de éste encontrarás este código:

&lt;pre&gt;&lt;code&gt;&lt;div id=&quot;pages&quot;&gt;
&lt;ul&gt;
&lt;?php wp_list_pages(&#039;title_li=&amp;depth=1&#039;); ?&gt;
&lt;/ul&gt;
&lt;/div&gt;&lt;/code&gt;&lt;/pre&gt;

Para poner el enlace que quieres, puedes insertar un elemento de la lista apuntando al enlace que necesitas. Te quedaría algo así:

&lt;pre&gt;&lt;code&gt;&lt;div id=&quot;pages&quot;&gt;
&lt;ul&gt;
&lt;?php wp_list_pages(&#039;title_li=&amp;depth=1&#039;); ?&gt;
&lt;li&gt;&amp;a href=&quot;&lt;?php bloginfo(&#039;url&#039;)?&gt;/salta.php&quot; title=&quot;¡Salta!&quot;&gt;¡Salta!&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;&lt;/code&gt;&lt;/pre&gt;
&lt;/li&gt;
&lt;li&gt;Nuno: this is controled by the same code I posted on the response to cavalleto. The tag &lt;code&gt;&lt;?php wp_list_pages(&#039;title_li=&amp;depth=1&#039;); ?&gt;&lt;/code&gt; currently specifies that the pages should be displayed in alphabetical order. If you want to show them sorted by Page Order, you should change it to &lt;code&gt;&lt;?php wp_list_pages(&#039;sort_order=menu_order&amp;title_li=&amp;depth=1&#039;); ?&gt;&lt;/code&gt;. You can read more about it (for instance, to display sub-pages on &lt;a href=&quot;http://codex.wordpress.org/Template_Tags/wp_list_pages#Parameters&quot; rel=&quot;nofollow&quot;&gt;WordPress Codex&lt;/a&gt;&lt;/li&gt;&lt;/ol&gt;</description>
		<content:encoded><![CDATA[<ol>
<li>cavalleto: en el archivo <code>header.php</code>, al final de éste encontrarás este código:
<pre><code>&lt;div id="pages"&gt;
&lt;ul&gt;
&lt;?php wp_list_pages('title_li=&#038;depth=1'); ?&gt;
&lt;/ul&gt;
&lt;/div&gt;</code></pre>
<p>Para poner el enlace que quieres, puedes insertar un elemento de la lista apuntando al enlace que necesitas. Te quedaría algo así:</p>
<pre><code>&lt;div id="pages"&gt;
&lt;ul&gt;
&lt;?php wp_list_pages('title_li=&#038;depth=1'); ?&gt;
&lt;li&gt;&#038;a href="&lt;?php bloginfo('url')?&gt;/salta.php" title="¡Salta!"&gt;¡Salta!&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;</code></pre>
</li>
<li>Nuno: this is controled by the same code I posted on the response to cavalleto. The tag <code>&lt;?php wp_list_pages('title_li=&#038;depth=1'); ?&gt;</code> currently specifies that the pages should be displayed in alphabetical order. If you want to show them sorted by Page Order, you should change it to <code>&lt;?php wp_list_pages('sort_order=menu_order&#038;title_li=&#038;depth=1'); ?&gt;</code>. You can read more about it (for instance, to display sub-pages on <a href="http://codex.wordpress.org/Template_Tags/wp_list_pages#Parameters" rel="nofollow">WordPress Codex</a></li>
</ol>
]]></content:encoded>
	</item>
	<item>
		<title>Por: Nuno</title>
		<link>http://www.yukei.net/2006/07/xubuntu-ii-la-instalacion/comment-page-1/#comment-9263</link>
		<dc:creator>Nuno</dc:creator>
		<pubDate>Sun, 23 Jul 2006 23:40:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.yukei.net/2006/07/xubuntu-ii-la-instalacion/#comment-9263</guid>
		<description>Sorry posting again but I can&#039;t figure out how can I list the pages links the way i want (instead of the alphabetical order that is defined).

As I noticed that you distribute Squible and Unsleepable in Spanish, I wanted to know if you would like me to send you the portuguese translation of the Yukei theme?

Thanks in advance</description>
		<content:encoded><![CDATA[<p>Sorry posting again but I can&#8217;t figure out how can I list the pages links the way i want (instead of the alphabetical order that is defined).</p>
<p>As I noticed that you distribute Squible and Unsleepable in Spanish, I wanted to know if you would like me to send you the portuguese translation of the Yukei theme?</p>
<p>Thanks in advance</p>
]]></content:encoded>
	</item>
	<item>
		<title>Por: cavalleto</title>
		<link>http://www.yukei.net/2006/07/xubuntu-ii-la-instalacion/comment-page-1/#comment-9226</link>
		<dc:creator>cavalleto</dc:creator>
		<pubDate>Sun, 23 Jul 2006 09:30:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.yukei.net/2006/07/xubuntu-ii-la-instalacion/#comment-9226</guid>
		<description>Felipe, necesitaría ponerme en contacto contigo.
Tengo una duda en el diseño de Satori, necesito modificar algo y no sé porqué no funciona.
Quiero añadir una opción al plugin &quot;Salta&quot;, imagino que lo conoces, pero no sé qué hago mal.

Me gustaría que arriga, donde yo tengo puesto Contaco, Enlaces, Archivo,  pues aquí quiero poner también el Salta! y que enlace a /salta.php, porque ahora en verano no publicaré con tanta frecuencia.

Espero tu contestación.
Gracias de nuevo maestro.

P.D:  yo estuve usando durante un año la distro SuSE Linux 9.0, y me pareció fantástico su potencial.
Ubuntu sólo he probado los livecd´s y también me encantan. Pero por comodidad me quedaré todavía con XP, hasta que la cosa se ponga chunga y antes de piratear sea más cómodo usar software libre.</description>
		<content:encoded><![CDATA[<p>Felipe, necesitaría ponerme en contacto contigo.<br />
Tengo una duda en el diseño de Satori, necesito modificar algo y no sé porqué no funciona.<br />
Quiero añadir una opción al plugin &#8220;Salta&#8221;, imagino que lo conoces, pero no sé qué hago mal.</p>
<p>Me gustaría que arriga, donde yo tengo puesto Contaco, Enlaces, Archivo,  pues aquí quiero poner también el Salta! y que enlace a /salta.php, porque ahora en verano no publicaré con tanta frecuencia.</p>
<p>Espero tu contestación.<br />
Gracias de nuevo maestro.</p>
<p>P.D:  yo estuve usando durante un año la distro SuSE Linux 9.0, y me pareció fantástico su potencial.<br />
Ubuntu sólo he probado los livecd´s y también me encantan. Pero por comodidad me quedaré todavía con XP, hasta que la cosa se ponga chunga y antes de piratear sea más cómodo usar software libre.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Por: Felipe Lavín Z.</title>
		<link>http://www.yukei.net/2006/07/xubuntu-ii-la-instalacion/comment-page-1/#comment-9048</link>
		<dc:creator>Felipe Lavín Z.</dc:creator>
		<pubDate>Fri, 21 Jul 2006 21:31:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.yukei.net/2006/07/xubuntu-ii-la-instalacion/#comment-9048</guid>
		<description>Nuno, the &quot;flying monkeys&quot; thing it&#039;s just the number of queries made to the database, instead of calling them &quot;database queries&quot; I called them &quot;flying monkeys&quot; (yea, that&#039;s supposed to be funny). 
About the characters, that&#039;s not really php code, but (x)html encoding... you can read more about it here: &lt;a href=&quot;http://www.blooberry.com/indexdot/html/tagpages/text.htm&quot; rel=&quot;nofollow&quot;&gt;More about Text in HTML&lt;/a&gt;, where you can also find the corresponding encodings for all the characters (for instance: &lt;code&gt;&aacute;&lt;/code&gt; for á, or &lt;code&gt;&ecirc;&lt;/code&gt; for &#234;)</description>
		<content:encoded><![CDATA[<p>Nuno, the &#8220;flying monkeys&#8221; thing it&#8217;s just the number of queries made to the database, instead of calling them &#8220;database queries&#8221; I called them &#8220;flying monkeys&#8221; (yea, that&#8217;s supposed to be funny).<br />
About the characters, that&#8217;s not really php code, but (x)html encoding&#8230; you can read more about it here: <a href="http://www.blooberry.com/indexdot/html/tagpages/text.htm" rel="nofollow">More about Text in HTML</a>, where you can also find the corresponding encodings for all the characters (for instance: <code>&amp;aacute;</code> for á, or <code>&amp;ecirc;</code> for &ecirc;)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Por: Nuno</title>
		<link>http://www.yukei.net/2006/07/xubuntu-ii-la-instalacion/comment-page-1/#comment-9047</link>
		<dc:creator>Nuno</dc:creator>
		<pubDate>Fri, 21 Jul 2006 18:36:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.yukei.net/2006/07/xubuntu-ii-la-instalacion/#comment-9047</guid>
		<description>I got that but what does that means and it&#039;s referred to what?

btw I got the &quot;é&quot; tag. Now my problem is with the &quot;ê&quot; php code.</description>
		<content:encoded><![CDATA[<p>I got that but what does that means and it&#8217;s referred to what?</p>
<p>btw I got the &#8220;é&#8221; tag. Now my problem is with the &#8220;ê&#8221; php code.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Por: Juan</title>
		<link>http://www.yukei.net/2006/07/xubuntu-ii-la-instalacion/comment-page-1/#comment-9046</link>
		<dc:creator>Juan</dc:creator>
		<pubDate>Fri, 21 Jul 2006 18:06:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.yukei.net/2006/07/xubuntu-ii-la-instalacion/#comment-9046</guid>
		<description>Nuno: Flying monkeys</description>
		<content:encoded><![CDATA[<p>Nuno: Flying monkeys</p>
]]></content:encoded>
	</item>
	<item>
		<title>Por: Nuno</title>
		<link>http://www.yukei.net/2006/07/xubuntu-ii-la-instalacion/comment-page-1/#comment-9045</link>
		<dc:creator>Nuno</dc:creator>
		<pubDate>Fri, 21 Jul 2006 16:39:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.yukei.net/2006/07/xubuntu-ii-la-instalacion/#comment-9045</guid>
		<description>Hi

Sorry commenting again but how do you translate to English &quot;monos voladores&quot;?

Thanks</description>
		<content:encoded><![CDATA[<p>Hi</p>
<p>Sorry commenting again but how do you translate to English &#8220;monos voladores&#8221;?</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Served from: www.yukei.net @ 2012-02-11 06:44:42 by W3 Total Cache -->
