<?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/"
		>
<channel>
	<title>Comentarios en: Acelerar Firefox 3 en Linux</title>
	<atom:link href="http://www.pcdigital.org/acelerar-firefox-3-linux/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.pcdigital.org/acelerar-firefox-3-linux/</link>
	<description>Noticias de Tecnología, Internet, Software, Tutoriales y mucho más</description>
	<lastBuildDate>Thu, 18 Mar 2010 19:41:47 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Por: ubuntumano &#187; Acelerando (otra vez) Firefox</title>
		<link>http://www.pcdigital.org/acelerar-firefox-3-linux/#comment-2314</link>
		<dc:creator>ubuntumano &#187; Acelerando (otra vez) Firefox</dc:creator>
		<pubDate>Thu, 25 Jun 2009 14:28:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.pcdigital.org/?p=331#comment-2314</guid>
		<description>[...] en Acelerar Firefox 3 en Linux y en Acelera el Awesome Bar de Firefox 3. Fuente original: Performance tip of the [...]</description>
		<content:encoded><![CDATA[<p>[...] en Acelerar Firefox 3 en Linux y en Acelera el Awesome Bar de Firefox 3. Fuente original: Performance tip of the [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Por: Tomy Guevara</title>
		<link>http://www.pcdigital.org/acelerar-firefox-3-linux/#comment-2164</link>
		<dc:creator>Tomy Guevara</dc:creator>
		<pubDate>Thu, 11 Jun 2009 14:33:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.pcdigital.org/?p=331#comment-2164</guid>
		<description>Hola, Lo intente, pero esto fue el resultado: SQL error: database is locked
SQL error: database is locked</description>
		<content:encoded><![CDATA[<p>Hola, Lo intente, pero esto fue el resultado: SQL error: database is locked<br />
SQL error: database is locked</p>
]]></content:encoded>
	</item>
	<item>
		<title>Por: Sergio</title>
		<link>http://www.pcdigital.org/acelerar-firefox-3-linux/#comment-1968</link>
		<dc:creator>Sergio</dc:creator>
		<pubDate>Mon, 18 May 2009 12:26:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.pcdigital.org/?p=331#comment-1968</guid>
		<description>Alan, esta bien el truco, pero la diferencia a penas se nota...</description>
		<content:encoded><![CDATA[<p>Alan, esta bien el truco, pero la diferencia a penas se nota&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Por: Alan Rodríguez</title>
		<link>http://www.pcdigital.org/acelerar-firefox-3-linux/#comment-1918</link>
		<dc:creator>Alan Rodríguez</dc:creator>
		<pubDate>Thu, 14 May 2009 22:56:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.pcdigital.org/?p=331#comment-1918</guid>
		<description>Gracias por el aporte Rubén! Seguro que a nuestros lectores Windowseros de algo les servirá :P</description>
		<content:encoded><![CDATA[<p>Gracias por el aporte Rubén! Seguro que a nuestros lectores Windowseros de algo les servirá <img src='http://www.pcdigital.org/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Por: Rubén Martínez</title>
		<link>http://www.pcdigital.org/acelerar-firefox-3-linux/#comment-1916</link>
		<dc:creator>Rubén Martínez</dc:creator>
		<pubDate>Thu, 14 May 2009 21:36:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.pcdigital.org/?p=331#comment-1916</guid>
		<description>Para hacer lo mismito en Windows:

1º Crear un fichero de texto llamado &lt;strong&gt;repack.cmd&lt;/strong&gt; con el script 
&lt;code&gt;@ECHO OFF
ECHO REPACK.CMD by runarelinmortal@yahoo.es
ECHO.
FOR /F &quot;tokens=*&quot; %%P IN (&#039;dir /b &quot;%APPDATA%\Mozilla\Firefox\profiles\*.default&quot;&#039;) DO CALL :packprofile %%P
GOTO :eof
:packprofile
FOR /F &quot;tokens=*&quot; %%G IN (&#039;dir /b &quot;%APPDATA%\Mozilla\Firefox\profiles\%1\*.sqlite&quot;&#039;) DO SQLITE3.EXE &quot;%APPDATA%\Mozilla\Firefox\profiles\%1\%%G&quot; &quot;VACUUM&quot;
GOTO :eof
&lt;/code&gt;

2º Descargate el &lt;a href=&quot;http://www.sqlite.org/sqlite-3_6_14.zip&quot; rel=&quot;nofollow&quot;&gt;sqlite3.exe&lt;/a&gt; de &lt;a href=&quot;http://www.sqlite.org/download.html&quot; rel=&quot;nofollow&quot;&gt;www.sqlite.org&lt;/a&gt; (y acuerdate de descomprimirlo, mastuercillo) en el mismo directorio que el script

3º Cierra el firefox y ejecuta &lt;strong&gt;repack.cmd&lt;/strong&gt;

4º PROFIT!!!

Aunque no hace tanto como en linux, algo aligera. Probadlo y comentar.</description>
		<content:encoded><![CDATA[<p>Para hacer lo mismito en Windows:</p>
<p>1º Crear un fichero de texto llamado <strong>repack.cmd</strong> con el script<br />
<code>@ECHO OFF<br />
ECHO REPACK.CMD by <a href="mailto:runarelinmortal@yahoo.es">runarelinmortal@yahoo.es</a><br />
ECHO.<br />
FOR /F "tokens=*" %%P IN ('dir /b "%APPDATA%\Mozilla\Firefox\profiles\*.default"') DO CALL :packprofile %%P<br />
GOTO :eof<br />
:packprofile<br />
FOR /F "tokens=*" %%G IN ('dir /b "%APPDATA%\Mozilla\Firefox\profiles\%1\*.sqlite"') DO SQLITE3.EXE "%APPDATA%\Mozilla\Firefox\profiles\%1\%%G" "VACUUM"<br />
GOTO :eof<br />
</code></p>
<p>2º Descargate el <a href="http://www.sqlite.org/sqlite-3_6_14.zip" rel="nofollow">sqlite3.exe</a> de <a href="http://www.sqlite.org/download.html" rel="nofollow">http://www.sqlite.org</a> (y acuerdate de descomprimirlo, mastuercillo) en el mismo directorio que el script</p>
<p>3º Cierra el firefox y ejecuta <strong>repack.cmd</strong></p>
<p>4º PROFIT!!!</p>
<p>Aunque no hace tanto como en linux, algo aligera. Probadlo y comentar.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Por: xtopherlinux</title>
		<link>http://www.pcdigital.org/acelerar-firefox-3-linux/#comment-1204</link>
		<dc:creator>xtopherlinux</dc:creator>
		<pubDate>Mon, 09 Mar 2009 20:19:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.pcdigital.org/?p=331#comment-1204</guid>
		<description>Si funciono</description>
		<content:encoded><![CDATA[<p>Si funciono</p>
]]></content:encoded>
	</item>
	<item>
		<title>Por: Tip: Compactar las bases de datos SQLite de Firefox 3 &#171; Ubuntu Life</title>
		<link>http://www.pcdigital.org/acelerar-firefox-3-linux/#comment-550</link>
		<dc:creator>Tip: Compactar las bases de datos SQLite de Firefox 3 &#171; Ubuntu Life</dc:creator>
		<pubDate>Mon, 12 Jan 2009 11:37:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.pcdigital.org/?p=331#comment-550</guid>
		<description>[...] Fuentes: Kioskea &#124; Life of RubenV &#124; PcDigital [...]</description>
		<content:encoded><![CDATA[<p>[...] Fuentes: Kioskea | Life of RubenV | PcDigital [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Por: Javier Neri</title>
		<link>http://www.pcdigital.org/acelerar-firefox-3-linux/#comment-516</link>
		<dc:creator>Javier Neri</dc:creator>
		<pubDate>Thu, 08 Jan 2009 19:27:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.pcdigital.org/?p=331#comment-516</guid>
		<description>como le hago?
me fui a inicio, todos los programas, accessorios y luego abri el Simbolo del sistema.... pero no quiere funcionar XD

naaa pues esta chidou, al arato lo pruebo en ubuntu</description>
		<content:encoded><![CDATA[<p>como le hago?<br />
me fui a inicio, todos los programas, accessorios y luego abri el Simbolo del sistema&#8230;. pero no quiere funcionar XD</p>
<p>naaa pues esta chidou, al arato lo pruebo en ubuntu</p>
]]></content:encoded>
	</item>
	<item>
		<title>Por: Como acelerar Mozilla Firefox en Linux » Sólo Trucos</title>
		<link>http://www.pcdigital.org/acelerar-firefox-3-linux/#comment-514</link>
		<dc:creator>Como acelerar Mozilla Firefox en Linux » Sólo Trucos</dc:creator>
		<pubDate>Thu, 08 Jan 2009 17:13:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.pcdigital.org/?p=331#comment-514</guid>
		<description>[...] f in ~/.mozilla/firefox/*/*.sqlite; do sqlite3 $f &#8216;VACUUM;&#8217;; done Vía &#124; Pc Digital       Publicado el Jueves, 8 de Enero del 2009 a las 2:13 pm y con las categor&#237;as Internet, [...]</description>
		<content:encoded><![CDATA[<p>[...] f in ~/.mozilla/firefox/*/*.sqlite; do sqlite3 $f &#8216;VACUUM;&#8217;; done Vía | Pc Digital       Publicado el Jueves, 8 de Enero del 2009 a las 2:13 pm y con las categor&iacute;as Internet, [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
