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

<channel>
	<title>P0L0&#039;s Blog &#187; apple</title>
	<atom:link href="http://p0l0.binware.org/index.php/tag/apple/feed/" rel="self" type="application/rss+xml" />
	<link>http://p0l0.binware.org</link>
	<description>Opensource Projects and IT experiences</description>
	<lastBuildDate>Tue, 25 May 2010 06:24:32 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=abc</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Arreglar Inicio/Fin en Firefox2 &#8211; MacOSX</title>
		<link>http://p0l0.binware.org/index.php/2007/07/10/arreglar-iniciofin-en-firefox2-macosx/</link>
		<comments>http://p0l0.binware.org/index.php/2007/07/10/arreglar-iniciofin-en-firefox2-macosx/#comments</comments>
		<pubDate>Tue, 10 Jul 2007 14:21:20 +0000</pubDate>
		<dc:creator>P0L0</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[MacOSX]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[firefox]]></category>

		<guid isPermaLink="false">http://p0l0.binware.org/index.php/2007/07/10/arreglar-iniciofin-en-firefox2-macosx/</guid>
		<description><![CDATA[Realmente es un incordio que las aplicaciones que no estan echas 100% para MacOSX falla el tema de las teclas de inicio y fin. Asi que investigando un poco me he encontrado con KeyFixer Firefox Como me interesaba como funcionaba he mirado lo que hay dentro del .app y realmente es super sencillo de hacer [...]]]></description>
			<content:encoded><![CDATA[<p>Realmente es un incordio que las aplicaciones que no estan echas 100% para MacOSX falla el tema de las teclas de inicio y fin. Asi que investigando un poco me he encontrado con <a href="http://www.starryhope.com/tech/2007/keyfixer-firefox-version/" target="_blank">KeyFixer Firefox</a> Como me interesaba como funcionaba he mirado lo que hay dentro del .app y realmente es super sencillo de hacer a mano.</p>
<p>Para arreglar las teclas basta con seguir estos pasos desde un Terminal (<strong>IMPORTANTE</strong> Cerrar Firefox antes de cambiar nada y conviene hacer una copia del fichero)</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">$ <span style="color: #c20cb9; font-weight: bold;">cp</span> <span style="color: #000000; font-weight: bold;">/</span>Applications<span style="color: #000000; font-weight: bold;">/</span>Firefox.app<span style="color: #000000; font-weight: bold;">/</span>Contents<span style="color: #000000; font-weight: bold;">/</span>MacOS<span style="color: #000000; font-weight: bold;">/</span>chrome<span style="color: #000000; font-weight: bold;">/</span>toolkit.jar <span style="color: #000000; font-weight: bold;">/</span>tmp
$ <span style="color: #7a0874; font-weight: bold;">cd</span> <span style="color: #000000; font-weight: bold;">/</span>tmp ; <span style="color: #c20cb9; font-weight: bold;">unzip</span> toolkit.jar <span style="color: #000000; font-weight: bold;">/</span>tmp
$ <span style="color: #c20cb9; font-weight: bold;">vi</span> content<span style="color: #000000; font-weight: bold;">/</span>global<span style="color: #000000; font-weight: bold;">/</span>platformHTMLBindings.xml</pre></div></div>

<p>Editamos las siguientes lineas:</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>16
17
18
19
20
</pre></td><td class="code"><pre class="xml" style="font-family:monospace;"><span style="color: #808080; font-style: italic;">&lt;!-- Fix home/end --&gt;</span>
<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;handler</span> <span style="color: #000066;">event</span>=<span style="color: #ff0000;">&quot;keypress&quot;</span> <span style="color: #000066;">keycode</span>=<span style="color: #ff0000;">&quot;VK_HOME&quot;</span> <span style="color: #000066;">command</span>=<span style="color: #ff0000;">&quot;cmd_beginLine&quot;</span><span style="color: #000000; font-weight: bold;">/&gt;</span></span>
<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;handler</span> <span style="color: #000066;">event</span>=<span style="color: #ff0000;">&quot;keypress&quot;</span> <span style="color: #000066;">keycode</span>=<span style="color: #ff0000;">&quot;VK_END&quot;</span> <span style="color: #000066;">command</span>=<span style="color: #ff0000;">&quot;cmd_endLine&quot;</span><span style="color: #000000; font-weight: bold;">/&gt;</span></span>
<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;handler</span> <span style="color: #000066;">event</span>=<span style="color: #ff0000;">&quot;keypress&quot;</span> <span style="color: #000066;">keycode</span>=<span style="color: #ff0000;">&quot;VK_HOME&quot;</span> <span style="color: #000066;">modifiers</span>=<span style="color: #ff0000;">&quot;shift&quot;</span> <span style="color: #000066;">command</span>=<span style="color: #ff0000;">&quot;cmd_selectBeginLine&quot;</span><span style="color: #000000; font-weight: bold;">/&gt;</span></span>
<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;handler</span> <span style="color: #000066;">event</span>=<span style="color: #ff0000;">&quot;keypress&quot;</span> <span style="color: #000066;">keycode</span>=<span style="color: #ff0000;">&quot;VK_END&quot;</span> <span style="color: #000066;">modifiers</span>=<span style="color: #ff0000;">&quot;shift&quot;</span> <span style="color: #000066;">command</span>=<span style="color: #ff0000;">&quot;cmd_selectEndLine&quot;</span><span style="color: #000000; font-weight: bold;">/&gt;</span></span></pre></td></tr></table></div>


<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>79
80
81
82
83
</pre></td><td class="code"><pre class="xml" style="font-family:monospace;"><span style="color: #808080; font-style: italic;">&lt;!-- Fix home/end --&gt;</span>
<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;handler</span> <span style="color: #000066;">event</span>=<span style="color: #ff0000;">&quot;keypress&quot;</span> <span style="color: #000066;">keycode</span>=<span style="color: #ff0000;">&quot;VK_HOME&quot;</span> <span style="color: #000066;">command</span>=<span style="color: #ff0000;">&quot;cmd_beginLine&quot;</span><span style="color: #000000; font-weight: bold;">/&gt;</span></span>
<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;handler</span> <span style="color: #000066;">event</span>=<span style="color: #ff0000;">&quot;keypress&quot;</span> <span style="color: #000066;">keycode</span>=<span style="color: #ff0000;">&quot;VK_END&quot;</span> <span style="color: #000066;">command</span>=<span style="color: #ff0000;">&quot;cmd_endLine&quot;</span><span style="color: #000000; font-weight: bold;">/&gt;</span></span>
<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;handler</span> <span style="color: #000066;">event</span>=<span style="color: #ff0000;">&quot;keypress&quot;</span> <span style="color: #000066;">keycode</span>=<span style="color: #ff0000;">&quot;VK_HOME&quot;</span> <span style="color: #000066;">modifiers</span>=<span style="color: #ff0000;">&quot;shift&quot;</span> <span style="color: #000066;">command</span>=<span style="color: #ff0000;">&quot;cmd_selectBeginLine&quot;</span><span style="color: #000000; font-weight: bold;">/&gt;</span></span>
<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;handler</span> <span style="color: #000066;">event</span>=<span style="color: #ff0000;">&quot;keypress&quot;</span> <span style="color: #000066;">keycode</span>=<span style="color: #ff0000;">&quot;VK_END&quot;</span> <span style="color: #000066;">modifiers</span>=<span style="color: #ff0000;">&quot;shift&quot;</span> <span style="color: #000066;">command</span>=<span style="color: #ff0000;">&quot;cmd_selectEndLine&quot;</span><span style="color: #000000; font-weight: bold;">/&gt;</span></span></pre></td></tr></table></div>


<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>92
93
94
95
</pre></td><td class="code"><pre class="xml" style="font-family:monospace;"><span style="color: #808080; font-style: italic;">&lt;!--handler event=&quot;keypress&quot; keycode=&quot;VK_HOME&quot; command=&quot;cmd_scrollTop&quot;/&gt;</span>
<span style="color: #808080; font-style: italic;">&lt;handler event=&quot;keypress&quot; keycode=&quot;VK_END&quot;  command=&quot;cmd_scrollBottom&quot;/&gt;</span>
<span style="color: #808080; font-style: italic;">&lt;handler event=&quot;keypress&quot; keycode=&quot;VK_HOME&quot; modifiers=&quot;shift&quot; command=&quot;cmd_scrollTop&quot;/&gt;</span>
<span style="color: #808080; font-style: italic;">&lt;handler event=&quot;keypress&quot; keycode=&quot;VK_END&quot; modifiers=&quot;shift&quot; command=&quot;cmd_scrollBottom&quot;/--&gt;</span></pre></td></tr></table></div>


<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>205
206
207
208
</pre></td><td class="code"><pre class="xml" style="font-family:monospace;"><span style="color: #808080; font-style: italic;">&lt;!--handler event=&quot;keypress&quot; keycode=&quot;VK_HOME&quot; command=&quot;cmd_scrollTop&quot; /&gt;</span>
<span style="color: #808080; font-style: italic;">&lt;handler event=&quot;keypress&quot; keycode=&quot;VK_END&quot;  command=&quot;cmd_scrollBottom&quot; /&gt;</span>
<span style="color: #808080; font-style: italic;">&lt;handler event=&quot;keypress&quot; keycode=&quot;VK_HOME&quot; modifiers=&quot;shift&quot; command=&quot;cmd_scrollTop&quot;/&gt;</span>
<span style="color: #808080; font-style: italic;">&lt;handler event=&quot;keypress&quot; keycode=&quot;VK_END&quot; modifiers=&quot;shift&quot; command=&quot;cmd_scrollBottom&quot;/--&gt;</span></pre></td></tr></table></div>

<p>Una vez guardado el fichero, volvemos a generar el .jar</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #000000; font-weight: bold;">/</span>tmp$ jar cf toolkit.jar content
<span style="color: #000000; font-weight: bold;">/</span>tmp$ <span style="color: #c20cb9; font-weight: bold;">cp</span> toolkit.jar <span style="color: #000000; font-weight: bold;">/</span>Applications<span style="color: #000000; font-weight: bold;">/</span>Firefox.app<span style="color: #000000; font-weight: bold;">/</span>Contents<span style="color: #000000; font-weight: bold;">/</span>MacOS<span style="color: #000000; font-weight: bold;">/</span>chrome<span style="color: #000000; font-weight: bold;">/</span>toolkit.jar</pre></div></div>

<p>Arrancamos Firefox y ya tenemos funcionando las teclas de inicio y fin como toca.</p>



Share:


	<a rel="nofollow"  target="_blank" href="http://www.printfriendly.com/print?url=http%3A%2F%2Fp0l0.binware.org%2Findex.php%2F2007%2F07%2F10%2Farreglar-iniciofin-en-firefox2-macosx%2F&amp;partner=sociable" title="Print"><img src="http://p0l0.binware.org/wp-content/plugins/sociable/images/printfriendly.png" title="Print" alt="Print" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fp0l0.binware.org%2Findex.php%2F2007%2F07%2F10%2Farreglar-iniciofin-en-firefox2-macosx%2F&amp;title=Arreglar%20Inicio%2FFin%20en%20Firefox2%20-%20MacOSX&amp;bodytext=Realmente%20es%20un%20incordio%20que%20las%20aplicaciones%20que%20no%20estan%20echas%20100%25%20para%20MacOSX%20falla%20el%20tema%20de%20las%20teclas%20de%20inicio%20y%20fin.%20Asi%20que%20investigando%20un%20poco%20me%20he%20encontrado%20con%20KeyFixer%20Firefox%20Como%20me%20interesaba%20como%20funcionaba%20he%20mirado%20lo%20que%20hay%20" title="Digg"><img src="http://p0l0.binware.org/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://delicious.com/post?url=http%3A%2F%2Fp0l0.binware.org%2Findex.php%2F2007%2F07%2F10%2Farreglar-iniciofin-en-firefox2-macosx%2F&amp;title=Arreglar%20Inicio%2FFin%20en%20Firefox2%20-%20MacOSX&amp;notes=Realmente%20es%20un%20incordio%20que%20las%20aplicaciones%20que%20no%20estan%20echas%20100%25%20para%20MacOSX%20falla%20el%20tema%20de%20las%20teclas%20de%20inicio%20y%20fin.%20Asi%20que%20investigando%20un%20poco%20me%20he%20encontrado%20con%20KeyFixer%20Firefox%20Como%20me%20interesaba%20como%20funcionaba%20he%20mirado%20lo%20que%20hay%20" title="del.icio.us"><img src="http://p0l0.binware.org/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.facebook.com/share.php?u=http%3A%2F%2Fp0l0.binware.org%2Findex.php%2F2007%2F07%2F10%2Farreglar-iniciofin-en-firefox2-macosx%2F&amp;t=Arreglar%20Inicio%2FFin%20en%20Firefox2%20-%20MacOSX" title="Facebook"><img src="http://p0l0.binware.org/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Fp0l0.binware.org%2Findex.php%2F2007%2F07%2F10%2Farreglar-iniciofin-en-firefox2-macosx%2F&amp;title=Arreglar%20Inicio%2FFin%20en%20Firefox2%20-%20MacOSX&amp;annotation=Realmente%20es%20un%20incordio%20que%20las%20aplicaciones%20que%20no%20estan%20echas%20100%25%20para%20MacOSX%20falla%20el%20tema%20de%20las%20teclas%20de%20inicio%20y%20fin.%20Asi%20que%20investigando%20un%20poco%20me%20he%20encontrado%20con%20KeyFixer%20Firefox%20Como%20me%20interesaba%20como%20funcionaba%20he%20mirado%20lo%20que%20hay%20" title="Google Bookmarks"><img src="http://p0l0.binware.org/wp-content/plugins/sociable/images/googlebookmark.png" title="Google Bookmarks" alt="Google Bookmarks" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="mailto:?subject=Arreglar%20Inicio%2FFin%20en%20Firefox2%20-%20MacOSX&amp;body=http%3A%2F%2Fp0l0.binware.org%2Findex.php%2F2007%2F07%2F10%2Farreglar-iniciofin-en-firefox2-macosx%2F" title="email"><img src="http://p0l0.binware.org/wp-content/plugins/sociable/images/email_link.png" title="email" alt="email" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fp0l0.binware.org%2Findex.php%2F2007%2F07%2F10%2Farreglar-iniciofin-en-firefox2-macosx%2F&amp;title=Arreglar%20Inicio%2FFin%20en%20Firefox2%20-%20MacOSX&amp;source=P0L0%26%23039%3Bs+Blog+Opensource+Projects+and+IT+experiences&amp;summary=Realmente%20es%20un%20incordio%20que%20las%20aplicaciones%20que%20no%20estan%20echas%20100%25%20para%20MacOSX%20falla%20el%20tema%20de%20las%20teclas%20de%20inicio%20y%20fin.%20Asi%20que%20investigando%20un%20poco%20me%20he%20encontrado%20con%20KeyFixer%20Firefox%20Como%20me%20interesaba%20como%20funcionaba%20he%20mirado%20lo%20que%20hay%20" title="LinkedIn"><img src="http://p0l0.binware.org/wp-content/plugins/sociable/images/linkedin.png" title="LinkedIn" alt="LinkedIn" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://meneame.net/submit.php?url=http%3A%2F%2Fp0l0.binware.org%2Findex.php%2F2007%2F07%2F10%2Farreglar-iniciofin-en-firefox2-macosx%2F" title="Meneame"><img src="http://p0l0.binware.org/wp-content/plugins/sociable/images/meneame.png" title="Meneame" alt="Meneame" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://twitter.com/home?status=Arreglar%20Inicio%2FFin%20en%20Firefox2%20-%20MacOSX%20-%20http%3A%2F%2Fp0l0.binware.org%2Findex.php%2F2007%2F07%2F10%2Farreglar-iniciofin-en-firefox2-macosx%2F" title="Twitter"><img src="http://p0l0.binware.org/wp-content/plugins/sociable/images/twitter.png" title="Twitter" alt="Twitter" class="sociable-hovers" /></a>


<br/><br/>]]></content:encoded>
			<wfw:commentRss>http://p0l0.binware.org/index.php/2007/07/10/arreglar-iniciofin-en-firefox2-macosx/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MacOSX 10.4.8 Update</title>
		<link>http://p0l0.binware.org/index.php/2006/10/25/macosx-1048-update/</link>
		<comments>http://p0l0.binware.org/index.php/2006/10/25/macosx-1048-update/#comments</comments>
		<pubDate>Wed, 25 Oct 2006 09:39:51 +0000</pubDate>
		<dc:creator>P0L0</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[MacOSX]]></category>

		<guid isPermaLink="false">http://p0l0.binware.org/index.php/2006/10/25/macosx-1048-update/</guid>
		<description><![CDATA[El otro dia estaba probando el nuevo kernel 2.6.18.1 en mi debian-ppc para ver si ya funcionaba bien el sonido en el powerbook. Despues de recompilar, reinicie y el sonido iba perfectamente, asi que me puse a actualizar la debian y mirar de configurar las xorg con el driver r300. Mientras estaba haciendo el dist-upgrade, [...]]]></description>
			<content:encoded><![CDATA[<p>El otro dia estaba probando el nuevo kernel 2.6.18.1 en mi debian-ppc para ver si ya funcionaba bien el sonido en el powerbook. Despues de recompilar, reinicie y el sonido iba perfectamente, asi que me puse a actualizar la debian y mirar de configurar las xorg con el driver r300. Mientras estaba haciendo el dist-upgrade, derepente salieron errores del sistema de ficheros XFS y la maquina se quedo frita, reincie, y la maquina ya no arrancaba... daba errores en el sistema de ficheros. Cogi mi Ubuntu Live PPC, y la arranque para ver si podia acceder al disco, y desde el CD iba todo correcto, hice un xfs_check y un xfs_repair, reinicie, y nada, no arrancaba, asi que como tenia unos 70gb para linux y no los estaba usando, decidi formatear y usar todo el disco para MacOSX y ya mas adelante cuando tenga mas tiempo, montar linux como dios manda.</p>
<p>Asi que cogi, copie todo por scp a mi otra maquina, reinicie, reparticione, formatee e instale MacOSX Tiger con los DVDs que me venian con el portatil. Una vez instalado, volvi a copiar todos los datos y me puse a ordenar e instalar todo el software necesario para trabajar. Mientras instalaba cosas, me puse a bajarme los updates de MacOSX, como siempre, despues del update me pedia que reiniciara, yase me hizo raro que mientras me pedia que reiniciara, yo intentaba seguir trabajando y no me dejaba abrir aplicaciones nuevas, pero bueno, supuse que era algun cambio en la actualizacion, que al reiniciar todo iria bien, asi que acabe con lo que estaba haciendo y reinicie, cual fue mi sorpresa al ver que despues de reiniciar se me quedaba con la manzanita y la ruedecita girando sin cargar... al principio pense que la actualizacion estaba cambiando algo... pero despues de 30 min ya me parecia mas raro.</p>
<p>Despues de investigar, vi que le pasaba a mas gente y era por culpa de la actualizacion <a target="_blank" href="http://www.macshrine.com/2006/09/29/mac-os-x-1048-released/">10.4.8</a>, y nadie lo consiguio arreglar, solo formatear y volver a instalar... menos mal que se puede entrar en modo single-user (manzanita+s) y trabajar desde consola sin perder los datos... asi que despues de mucho intentar, me he resignado y volvere a instalarlo todo, y como tengo que aprovechar para llevarlo al servicio tecnico para que me miren el cdrom que hace unos ruidos muy raros, no instalare nada mas que MacOSX y sus actualizacions</p>



Share:


	<a rel="nofollow"  target="_blank" href="http://www.printfriendly.com/print?url=http%3A%2F%2Fp0l0.binware.org%2Findex.php%2F2006%2F10%2F25%2Fmacosx-1048-update%2F&amp;partner=sociable" title="Print"><img src="http://p0l0.binware.org/wp-content/plugins/sociable/images/printfriendly.png" title="Print" alt="Print" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fp0l0.binware.org%2Findex.php%2F2006%2F10%2F25%2Fmacosx-1048-update%2F&amp;title=MacOSX%2010.4.8%20Update&amp;bodytext=El%20otro%20dia%20estaba%20probando%20el%20nuevo%20kernel%202.6.18.1%20en%20mi%20debian-ppc%20para%20ver%20si%20ya%20funcionaba%20bien%20el%20sonido%20en%20el%20powerbook.%20Despues%20de%20recompilar%2C%20reinicie%20y%20el%20sonido%20iba%20perfectamente%2C%20asi%20que%20me%20puse%20a%20actualizar%20la%20debian%20y%20mirar%20de%20configura" title="Digg"><img src="http://p0l0.binware.org/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://delicious.com/post?url=http%3A%2F%2Fp0l0.binware.org%2Findex.php%2F2006%2F10%2F25%2Fmacosx-1048-update%2F&amp;title=MacOSX%2010.4.8%20Update&amp;notes=El%20otro%20dia%20estaba%20probando%20el%20nuevo%20kernel%202.6.18.1%20en%20mi%20debian-ppc%20para%20ver%20si%20ya%20funcionaba%20bien%20el%20sonido%20en%20el%20powerbook.%20Despues%20de%20recompilar%2C%20reinicie%20y%20el%20sonido%20iba%20perfectamente%2C%20asi%20que%20me%20puse%20a%20actualizar%20la%20debian%20y%20mirar%20de%20configura" title="del.icio.us"><img src="http://p0l0.binware.org/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.facebook.com/share.php?u=http%3A%2F%2Fp0l0.binware.org%2Findex.php%2F2006%2F10%2F25%2Fmacosx-1048-update%2F&amp;t=MacOSX%2010.4.8%20Update" title="Facebook"><img src="http://p0l0.binware.org/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Fp0l0.binware.org%2Findex.php%2F2006%2F10%2F25%2Fmacosx-1048-update%2F&amp;title=MacOSX%2010.4.8%20Update&amp;annotation=El%20otro%20dia%20estaba%20probando%20el%20nuevo%20kernel%202.6.18.1%20en%20mi%20debian-ppc%20para%20ver%20si%20ya%20funcionaba%20bien%20el%20sonido%20en%20el%20powerbook.%20Despues%20de%20recompilar%2C%20reinicie%20y%20el%20sonido%20iba%20perfectamente%2C%20asi%20que%20me%20puse%20a%20actualizar%20la%20debian%20y%20mirar%20de%20configura" title="Google Bookmarks"><img src="http://p0l0.binware.org/wp-content/plugins/sociable/images/googlebookmark.png" title="Google Bookmarks" alt="Google Bookmarks" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="mailto:?subject=MacOSX%2010.4.8%20Update&amp;body=http%3A%2F%2Fp0l0.binware.org%2Findex.php%2F2006%2F10%2F25%2Fmacosx-1048-update%2F" title="email"><img src="http://p0l0.binware.org/wp-content/plugins/sociable/images/email_link.png" title="email" alt="email" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fp0l0.binware.org%2Findex.php%2F2006%2F10%2F25%2Fmacosx-1048-update%2F&amp;title=MacOSX%2010.4.8%20Update&amp;source=P0L0%26%23039%3Bs+Blog+Opensource+Projects+and+IT+experiences&amp;summary=El%20otro%20dia%20estaba%20probando%20el%20nuevo%20kernel%202.6.18.1%20en%20mi%20debian-ppc%20para%20ver%20si%20ya%20funcionaba%20bien%20el%20sonido%20en%20el%20powerbook.%20Despues%20de%20recompilar%2C%20reinicie%20y%20el%20sonido%20iba%20perfectamente%2C%20asi%20que%20me%20puse%20a%20actualizar%20la%20debian%20y%20mirar%20de%20configura" title="LinkedIn"><img src="http://p0l0.binware.org/wp-content/plugins/sociable/images/linkedin.png" title="LinkedIn" alt="LinkedIn" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://meneame.net/submit.php?url=http%3A%2F%2Fp0l0.binware.org%2Findex.php%2F2006%2F10%2F25%2Fmacosx-1048-update%2F" title="Meneame"><img src="http://p0l0.binware.org/wp-content/plugins/sociable/images/meneame.png" title="Meneame" alt="Meneame" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://twitter.com/home?status=MacOSX%2010.4.8%20Update%20-%20http%3A%2F%2Fp0l0.binware.org%2Findex.php%2F2006%2F10%2F25%2Fmacosx-1048-update%2F" title="Twitter"><img src="http://p0l0.binware.org/wp-content/plugins/sociable/images/twitter.png" title="Twitter" alt="Twitter" class="sociable-hovers" /></a>


<br/><br/>]]></content:encoded>
			<wfw:commentRss>http://p0l0.binware.org/index.php/2006/10/25/macosx-1048-update/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cambio de portatil</title>
		<link>http://p0l0.binware.org/index.php/2005/11/10/cambio-de-portatil/</link>
		<comments>http://p0l0.binware.org/index.php/2005/11/10/cambio-de-portatil/#comments</comments>
		<pubDate>Thu, 10 Nov 2005 11:21:00 +0000</pubDate>
		<dc:creator>P0L0</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[powerbook]]></category>

		<guid isPermaLink="false">http://p0l0.binware.org/index.php/2005/11/10/cambio-de-portatil/</guid>
		<description><![CDATA[Al final me cambio de portatil ;o) Irene me ha regalado por mi cumpleaños un precioso Powerbook de 15" Por supuesto voy a instalarle linux y ya he ido cogiendo documentacion por todos lados y tengo las iso de Debian PPC lista en CD para cuando llegue.
El portatil viejo lo vendere (550€), si a alguien [...]]]></description>
			<content:encoded><![CDATA[<p>Al final me cambio de portatil ;o) <a href="http://aktea.blogspot.com/">Irene</a> me ha regalado por mi cumpleaños un precioso <a href="http://www.apple.com/es/powerbook/index15.html">Powerbook de 15"</a> Por supuesto voy a instalarle linux y ya he ido cogiendo documentacion por todos lados y tengo las iso de <a href="http://www.debian.org/ports/powerpc/">Debian PPC</a> lista en CD para cuando llegue.</p>
<p>El portatil viejo lo vendere (550€), si a alguien le interesa es un <a href="http://www.xploiters.org/tosweb/ts2450es.html">Toshiba 2450-101</a>:</p>
<ul>
<li>Pentium 4, a 2,66 Ghz, 512 KB cache 2Âº nivel.</li>
<li>Memoria: 256 MB DDR, Disco duro:30 GB S.M.A.R.T</li>
<li>15" LCD XGA 1024x768 @ 60hz,, Nvidia GeForce4 420 Go 32MB DDR RAM AGP 4x</li>
<li>30 Gb hard disk, ATA100 5400 rpm Toshiba MK4019GAX</li>
<li>DVD/CD/CDRW combo drive, Toshiba SD-R2102</li>
</ul>
<p>Cuando tenga el powerbook ya explicare como me ha ido la instalacion y configuracion... aun estoy pensando si dejar el Mac OS X o solo linux... ya veremos segun vayan las pruebas ;o)</p>



Share:


	<a rel="nofollow"  target="_blank" href="http://www.printfriendly.com/print?url=http%3A%2F%2Fp0l0.binware.org%2Findex.php%2F2005%2F11%2F10%2Fcambio-de-portatil%2F&amp;partner=sociable" title="Print"><img src="http://p0l0.binware.org/wp-content/plugins/sociable/images/printfriendly.png" title="Print" alt="Print" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fp0l0.binware.org%2Findex.php%2F2005%2F11%2F10%2Fcambio-de-portatil%2F&amp;title=Cambio%20de%20portatil&amp;bodytext=Al%20final%20me%20cambio%20de%20portatil%20%3Bo%29%20Irene%20me%20ha%20regalado%20por%20mi%20cumplea%C3%B1os%20un%20precioso%20Powerbook%20de%2015%22%20Por%20supuesto%20voy%20a%20instalarle%20linux%20y%20ya%20he%20ido%20cogiendo%20documentacion%20por%20todos%20lados%20y%20tengo%20las%20iso%20de%20Debian%20PPC%20lista%20en%20CD%20para%20cuando%20llegu" title="Digg"><img src="http://p0l0.binware.org/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://delicious.com/post?url=http%3A%2F%2Fp0l0.binware.org%2Findex.php%2F2005%2F11%2F10%2Fcambio-de-portatil%2F&amp;title=Cambio%20de%20portatil&amp;notes=Al%20final%20me%20cambio%20de%20portatil%20%3Bo%29%20Irene%20me%20ha%20regalado%20por%20mi%20cumplea%C3%B1os%20un%20precioso%20Powerbook%20de%2015%22%20Por%20supuesto%20voy%20a%20instalarle%20linux%20y%20ya%20he%20ido%20cogiendo%20documentacion%20por%20todos%20lados%20y%20tengo%20las%20iso%20de%20Debian%20PPC%20lista%20en%20CD%20para%20cuando%20llegu" title="del.icio.us"><img src="http://p0l0.binware.org/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.facebook.com/share.php?u=http%3A%2F%2Fp0l0.binware.org%2Findex.php%2F2005%2F11%2F10%2Fcambio-de-portatil%2F&amp;t=Cambio%20de%20portatil" title="Facebook"><img src="http://p0l0.binware.org/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Fp0l0.binware.org%2Findex.php%2F2005%2F11%2F10%2Fcambio-de-portatil%2F&amp;title=Cambio%20de%20portatil&amp;annotation=Al%20final%20me%20cambio%20de%20portatil%20%3Bo%29%20Irene%20me%20ha%20regalado%20por%20mi%20cumplea%C3%B1os%20un%20precioso%20Powerbook%20de%2015%22%20Por%20supuesto%20voy%20a%20instalarle%20linux%20y%20ya%20he%20ido%20cogiendo%20documentacion%20por%20todos%20lados%20y%20tengo%20las%20iso%20de%20Debian%20PPC%20lista%20en%20CD%20para%20cuando%20llegu" title="Google Bookmarks"><img src="http://p0l0.binware.org/wp-content/plugins/sociable/images/googlebookmark.png" title="Google Bookmarks" alt="Google Bookmarks" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="mailto:?subject=Cambio%20de%20portatil&amp;body=http%3A%2F%2Fp0l0.binware.org%2Findex.php%2F2005%2F11%2F10%2Fcambio-de-portatil%2F" title="email"><img src="http://p0l0.binware.org/wp-content/plugins/sociable/images/email_link.png" title="email" alt="email" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fp0l0.binware.org%2Findex.php%2F2005%2F11%2F10%2Fcambio-de-portatil%2F&amp;title=Cambio%20de%20portatil&amp;source=P0L0%26%23039%3Bs+Blog+Opensource+Projects+and+IT+experiences&amp;summary=Al%20final%20me%20cambio%20de%20portatil%20%3Bo%29%20Irene%20me%20ha%20regalado%20por%20mi%20cumplea%C3%B1os%20un%20precioso%20Powerbook%20de%2015%22%20Por%20supuesto%20voy%20a%20instalarle%20linux%20y%20ya%20he%20ido%20cogiendo%20documentacion%20por%20todos%20lados%20y%20tengo%20las%20iso%20de%20Debian%20PPC%20lista%20en%20CD%20para%20cuando%20llegu" title="LinkedIn"><img src="http://p0l0.binware.org/wp-content/plugins/sociable/images/linkedin.png" title="LinkedIn" alt="LinkedIn" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://meneame.net/submit.php?url=http%3A%2F%2Fp0l0.binware.org%2Findex.php%2F2005%2F11%2F10%2Fcambio-de-portatil%2F" title="Meneame"><img src="http://p0l0.binware.org/wp-content/plugins/sociable/images/meneame.png" title="Meneame" alt="Meneame" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://twitter.com/home?status=Cambio%20de%20portatil%20-%20http%3A%2F%2Fp0l0.binware.org%2Findex.php%2F2005%2F11%2F10%2Fcambio-de-portatil%2F" title="Twitter"><img src="http://p0l0.binware.org/wp-content/plugins/sociable/images/twitter.png" title="Twitter" alt="Twitter" class="sociable-hovers" /></a>


<br/><br/>]]></content:encoded>
			<wfw:commentRss>http://p0l0.binware.org/index.php/2005/11/10/cambio-de-portatil/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Proxima adquisicion!?</title>
		<link>http://p0l0.binware.org/index.php/2005/03/26/proxima-adquisicion/</link>
		<comments>http://p0l0.binware.org/index.php/2005/03/26/proxima-adquisicion/#comments</comments>
		<pubDate>Sat, 26 Mar 2005 16:56:00 +0000</pubDate>
		<dc:creator>P0L0</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[powerbook]]></category>

		<guid isPermaLink="false">http://p0l0.binware.org/index.php/2005/03/26/proxima-adquisicion/</guid>
		<description><![CDATA[Cuando acabemos de pagar el ibook de irene estamos pensando en si me pillo un portatil nuevo, ya que este se me esta quedando anticuadillo ya y no vale la pena actualizarlo. Estaba indeciso sobre pc o mac, pero al final va a ser que gana mac, 80gb, grabadora de dvd... ;o)~~~


SDRAM DDR333 de 512 [...]]]></description>
			<content:encoded><![CDATA[<p>Cuando acabemos de pagar el ibook de <a href="http://aktea.blogspot.com/">irene</a> estamos pensando en si me pillo un portatil nuevo, ya que este se me esta quedando anticuadillo ya y no vale la pena actualizarlo. Estaba indeciso sobre pc o mac, pero al final va a ser que gana <a href="http://www.apple.com/es/powerbook/index15.html">mac</a>, 80gb, grabadora de dvd... ;o)~~~</p>
<div><img src="http://www.softspain.com/images/p0l0/powerbook15_2.jpg" /></div>
<ul>
<li>SDRAM DDR333 de 512 MB - 1 SO-DIMM</li>
<li>ATI Mobility Radeon 9700 de 64 MB</li>
<li>Disco Ultra ATA de 80 GB (5.400 rpm)</li>
<li>SuperDrive a 8x (DVDR/CD-RW)</li>
<li>Tarjeta AirPort Extreme</li>
<li>Teclado retroiluminado &#038; Mac OS</li>
<li>1,67 GHz PowerPC G4</li>
<li>Monitor TFT de 15,2"</li>
<li>Modem interno de 56K</li>
</ul>



Share:


	<a rel="nofollow"  target="_blank" href="http://www.printfriendly.com/print?url=http%3A%2F%2Fp0l0.binware.org%2Findex.php%2F2005%2F03%2F26%2Fproxima-adquisicion%2F&amp;partner=sociable" title="Print"><img src="http://p0l0.binware.org/wp-content/plugins/sociable/images/printfriendly.png" title="Print" alt="Print" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fp0l0.binware.org%2Findex.php%2F2005%2F03%2F26%2Fproxima-adquisicion%2F&amp;title=Proxima%20adquisicion%21%3F&amp;bodytext=Cuando%20acabemos%20de%20pagar%20el%20ibook%20de%20irene%20estamos%20pensando%20en%20si%20me%20pillo%20un%20portatil%20nuevo%2C%20ya%20que%20este%20se%20me%20esta%20quedando%20anticuadillo%20ya%20y%20no%20vale%20la%20pena%20actualizarlo.%20Estaba%20indeciso%20sobre%20pc%20o%20mac%2C%20pero%20al%20final%20va%20a%20ser%20que%20gana%20mac%2C%2080gb%2C%20g" title="Digg"><img src="http://p0l0.binware.org/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://delicious.com/post?url=http%3A%2F%2Fp0l0.binware.org%2Findex.php%2F2005%2F03%2F26%2Fproxima-adquisicion%2F&amp;title=Proxima%20adquisicion%21%3F&amp;notes=Cuando%20acabemos%20de%20pagar%20el%20ibook%20de%20irene%20estamos%20pensando%20en%20si%20me%20pillo%20un%20portatil%20nuevo%2C%20ya%20que%20este%20se%20me%20esta%20quedando%20anticuadillo%20ya%20y%20no%20vale%20la%20pena%20actualizarlo.%20Estaba%20indeciso%20sobre%20pc%20o%20mac%2C%20pero%20al%20final%20va%20a%20ser%20que%20gana%20mac%2C%2080gb%2C%20g" title="del.icio.us"><img src="http://p0l0.binware.org/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.facebook.com/share.php?u=http%3A%2F%2Fp0l0.binware.org%2Findex.php%2F2005%2F03%2F26%2Fproxima-adquisicion%2F&amp;t=Proxima%20adquisicion%21%3F" title="Facebook"><img src="http://p0l0.binware.org/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Fp0l0.binware.org%2Findex.php%2F2005%2F03%2F26%2Fproxima-adquisicion%2F&amp;title=Proxima%20adquisicion%21%3F&amp;annotation=Cuando%20acabemos%20de%20pagar%20el%20ibook%20de%20irene%20estamos%20pensando%20en%20si%20me%20pillo%20un%20portatil%20nuevo%2C%20ya%20que%20este%20se%20me%20esta%20quedando%20anticuadillo%20ya%20y%20no%20vale%20la%20pena%20actualizarlo.%20Estaba%20indeciso%20sobre%20pc%20o%20mac%2C%20pero%20al%20final%20va%20a%20ser%20que%20gana%20mac%2C%2080gb%2C%20g" title="Google Bookmarks"><img src="http://p0l0.binware.org/wp-content/plugins/sociable/images/googlebookmark.png" title="Google Bookmarks" alt="Google Bookmarks" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="mailto:?subject=Proxima%20adquisicion%21%3F&amp;body=http%3A%2F%2Fp0l0.binware.org%2Findex.php%2F2005%2F03%2F26%2Fproxima-adquisicion%2F" title="email"><img src="http://p0l0.binware.org/wp-content/plugins/sociable/images/email_link.png" title="email" alt="email" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fp0l0.binware.org%2Findex.php%2F2005%2F03%2F26%2Fproxima-adquisicion%2F&amp;title=Proxima%20adquisicion%21%3F&amp;source=P0L0%26%23039%3Bs+Blog+Opensource+Projects+and+IT+experiences&amp;summary=Cuando%20acabemos%20de%20pagar%20el%20ibook%20de%20irene%20estamos%20pensando%20en%20si%20me%20pillo%20un%20portatil%20nuevo%2C%20ya%20que%20este%20se%20me%20esta%20quedando%20anticuadillo%20ya%20y%20no%20vale%20la%20pena%20actualizarlo.%20Estaba%20indeciso%20sobre%20pc%20o%20mac%2C%20pero%20al%20final%20va%20a%20ser%20que%20gana%20mac%2C%2080gb%2C%20g" title="LinkedIn"><img src="http://p0l0.binware.org/wp-content/plugins/sociable/images/linkedin.png" title="LinkedIn" alt="LinkedIn" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://meneame.net/submit.php?url=http%3A%2F%2Fp0l0.binware.org%2Findex.php%2F2005%2F03%2F26%2Fproxima-adquisicion%2F" title="Meneame"><img src="http://p0l0.binware.org/wp-content/plugins/sociable/images/meneame.png" title="Meneame" alt="Meneame" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://twitter.com/home?status=Proxima%20adquisicion%21%3F%20-%20http%3A%2F%2Fp0l0.binware.org%2Findex.php%2F2005%2F03%2F26%2Fproxima-adquisicion%2F" title="Twitter"><img src="http://p0l0.binware.org/wp-content/plugins/sociable/images/twitter.png" title="Twitter" alt="Twitter" class="sociable-hovers" /></a>


<br/><br/>]]></content:encoded>
			<wfw:commentRss>http://p0l0.binware.org/index.php/2005/03/26/proxima-adquisicion/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Apple Powerbook 100 [Mejor cacharro]</title>
		<link>http://p0l0.binware.org/index.php/2005/02/22/apple-powerbook-100-mejor-cacharro/</link>
		<comments>http://p0l0.binware.org/index.php/2005/02/22/apple-powerbook-100-mejor-cacharro/#comments</comments>
		<pubDate>Tue, 22 Feb 2005 14:25:00 +0000</pubDate>
		<dc:creator>P0L0</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[powerbook]]></category>

		<guid isPermaLink="false">http://p0l0.binware.org/index.php/2005/02/22/apple-powerbook-100-mejor-cacharro/</guid>
		<description><![CDATA[Leo en el navegante que ha salido una lista de los 100 mejores mobilepc ha sacado una lista con los mejores 100 cacharros de todos los tiempos y el top 1 es el apple powerbook 100.

1. APPLE POWERBOOK 100, 1991
Never mind the Apple versus PC debate: Until Apple unveiled this 5.1-pound machine, most "portable" computers [...]]]></description>
			<content:encoded><![CDATA[<p>Leo en el <a href="http://www.elmundo.es/navegante/2005/02/22/laimagen/1109062315.html">navegante</a> que ha salido una lista de los 100 mejores <a href="http://www.mobilepcmag.com/">mobilepc</a> ha sacado una <a href="http://www.mobilepcmag.com/features/2005_03/top100gadgets.html">lista</a> con los mejores 100 cacharros de todos los tiempos y el top 1 es el apple powerbook 100.</p>
<div><img src="http://www.softspain.com/images/p0l0/powerbook100.jpg" /></div>
<blockquote><p>1. APPLE POWERBOOK 100, 1991</p>
<p>Never mind the Apple versus PC debate: Until Apple unveiled this 5.1-pound machine, most "portable" computers were curiosities for technophiles with superior upper-body strength. But the PowerBook 100's greatest and most lasting innovation was to move the keyboard toward the screen, leaving natural wrist rests up front, as well as providing an obvious place for a trackball. It seems like the natural layout now, but that's because the entire industry aped Apple within months. The first PowerBooks captured an astounding 40 percent of the market, but more important, they turned notebook computers into mainstream products and ushered in the era of mobile computing that we're still living in today.</p></blockquote>



Share:


	<a rel="nofollow"  target="_blank" href="http://www.printfriendly.com/print?url=http%3A%2F%2Fp0l0.binware.org%2Findex.php%2F2005%2F02%2F22%2Fapple-powerbook-100-mejor-cacharro%2F&amp;partner=sociable" title="Print"><img src="http://p0l0.binware.org/wp-content/plugins/sociable/images/printfriendly.png" title="Print" alt="Print" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fp0l0.binware.org%2Findex.php%2F2005%2F02%2F22%2Fapple-powerbook-100-mejor-cacharro%2F&amp;title=Apple%20Powerbook%20100%20%5BMejor%20cacharro%5D&amp;bodytext=Leo%20en%20el%20navegante%20que%20ha%20salido%20una%20lista%20de%20los%20100%20mejores%20mobilepc%20ha%20sacado%20una%20lista%20con%20los%20mejores%20100%20cacharros%20de%20todos%20los%20tiempos%20y%20el%20top%201%20es%20el%20apple%20powerbook%20100.%0D%0A%0D%0A1.%20APPLE%20POWERBOOK%20100%2C%201991%0D%0A%0D%0ANever%20mind%20the%20Apple%20versus%20PC%20deb" title="Digg"><img src="http://p0l0.binware.org/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://delicious.com/post?url=http%3A%2F%2Fp0l0.binware.org%2Findex.php%2F2005%2F02%2F22%2Fapple-powerbook-100-mejor-cacharro%2F&amp;title=Apple%20Powerbook%20100%20%5BMejor%20cacharro%5D&amp;notes=Leo%20en%20el%20navegante%20que%20ha%20salido%20una%20lista%20de%20los%20100%20mejores%20mobilepc%20ha%20sacado%20una%20lista%20con%20los%20mejores%20100%20cacharros%20de%20todos%20los%20tiempos%20y%20el%20top%201%20es%20el%20apple%20powerbook%20100.%0D%0A%0D%0A1.%20APPLE%20POWERBOOK%20100%2C%201991%0D%0A%0D%0ANever%20mind%20the%20Apple%20versus%20PC%20deb" title="del.icio.us"><img src="http://p0l0.binware.org/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.facebook.com/share.php?u=http%3A%2F%2Fp0l0.binware.org%2Findex.php%2F2005%2F02%2F22%2Fapple-powerbook-100-mejor-cacharro%2F&amp;t=Apple%20Powerbook%20100%20%5BMejor%20cacharro%5D" title="Facebook"><img src="http://p0l0.binware.org/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Fp0l0.binware.org%2Findex.php%2F2005%2F02%2F22%2Fapple-powerbook-100-mejor-cacharro%2F&amp;title=Apple%20Powerbook%20100%20%5BMejor%20cacharro%5D&amp;annotation=Leo%20en%20el%20navegante%20que%20ha%20salido%20una%20lista%20de%20los%20100%20mejores%20mobilepc%20ha%20sacado%20una%20lista%20con%20los%20mejores%20100%20cacharros%20de%20todos%20los%20tiempos%20y%20el%20top%201%20es%20el%20apple%20powerbook%20100.%0D%0A%0D%0A1.%20APPLE%20POWERBOOK%20100%2C%201991%0D%0A%0D%0ANever%20mind%20the%20Apple%20versus%20PC%20deb" title="Google Bookmarks"><img src="http://p0l0.binware.org/wp-content/plugins/sociable/images/googlebookmark.png" title="Google Bookmarks" alt="Google Bookmarks" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="mailto:?subject=Apple%20Powerbook%20100%20%5BMejor%20cacharro%5D&amp;body=http%3A%2F%2Fp0l0.binware.org%2Findex.php%2F2005%2F02%2F22%2Fapple-powerbook-100-mejor-cacharro%2F" title="email"><img src="http://p0l0.binware.org/wp-content/plugins/sociable/images/email_link.png" title="email" alt="email" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fp0l0.binware.org%2Findex.php%2F2005%2F02%2F22%2Fapple-powerbook-100-mejor-cacharro%2F&amp;title=Apple%20Powerbook%20100%20%5BMejor%20cacharro%5D&amp;source=P0L0%26%23039%3Bs+Blog+Opensource+Projects+and+IT+experiences&amp;summary=Leo%20en%20el%20navegante%20que%20ha%20salido%20una%20lista%20de%20los%20100%20mejores%20mobilepc%20ha%20sacado%20una%20lista%20con%20los%20mejores%20100%20cacharros%20de%20todos%20los%20tiempos%20y%20el%20top%201%20es%20el%20apple%20powerbook%20100.%0D%0A%0D%0A1.%20APPLE%20POWERBOOK%20100%2C%201991%0D%0A%0D%0ANever%20mind%20the%20Apple%20versus%20PC%20deb" title="LinkedIn"><img src="http://p0l0.binware.org/wp-content/plugins/sociable/images/linkedin.png" title="LinkedIn" alt="LinkedIn" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://meneame.net/submit.php?url=http%3A%2F%2Fp0l0.binware.org%2Findex.php%2F2005%2F02%2F22%2Fapple-powerbook-100-mejor-cacharro%2F" title="Meneame"><img src="http://p0l0.binware.org/wp-content/plugins/sociable/images/meneame.png" title="Meneame" alt="Meneame" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://twitter.com/home?status=Apple%20Powerbook%20100%20%5BMejor%20cacharro%5D%20-%20http%3A%2F%2Fp0l0.binware.org%2Findex.php%2F2005%2F02%2F22%2Fapple-powerbook-100-mejor-cacharro%2F" title="Twitter"><img src="http://p0l0.binware.org/wp-content/plugins/sociable/images/twitter.png" title="Twitter" alt="Twitter" class="sociable-hovers" /></a>


<br/><br/>]]></content:encoded>
			<wfw:commentRss>http://p0l0.binware.org/index.php/2005/02/22/apple-powerbook-100-mejor-cacharro/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
