<?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>O Linux é a melhor opção</title>
	<atom:link href="http://linuxbestchoice.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://linuxbestchoice.wordpress.com</link>
	<description>Linux Blog WordPress</description>
	<lastBuildDate>Tue, 10 Jan 2012 13:28:33 +0000</lastBuildDate>
	<language>pt-br</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='linuxbestchoice.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>O Linux é a melhor opção</title>
		<link>http://linuxbestchoice.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://linuxbestchoice.wordpress.com/osd.xml" title="O Linux é a melhor opção" />
	<atom:link rel='hub' href='http://linuxbestchoice.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Grub2: resolução de problemas</title>
		<link>http://linuxbestchoice.wordpress.com/2012/01/10/grub2-resolucao-de-problemas/</link>
		<comments>http://linuxbestchoice.wordpress.com/2012/01/10/grub2-resolucao-de-problemas/#comments</comments>
		<pubDate>Tue, 10 Jan 2012 13:28:25 +0000</pubDate>
		<dc:creator>José Filipe</dc:creator>
				<category><![CDATA[Dicas]]></category>
		<category><![CDATA[boot]]></category>
		<category><![CDATA[desktop]]></category>
		<category><![CDATA[distro]]></category>
		<category><![CDATA[fedora]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[sistema operativo]]></category>
		<category><![CDATA[update]]></category>

		<guid isPermaLink="false">http://linuxbestchoice.wordpress.com/?p=453</guid>
		<description><![CDATA[Olá ! Certamente estranharão o facto de só agora ter colocado mais 1 post ! lool Mas meteram-se as festas pelo meio, e também não tenho tido tempo ! Acompanhem as notícias diárias na página do Facebook https://www.facebook.com/linuxbestchoice Voltando ao assunto &#8230; Ao fazer upgrade / actualizar as distros para a versão mais recente, certamente [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=linuxbestchoice.wordpress.com&amp;blog=7828637&amp;post=453&amp;subd=linuxbestchoice&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Olá !<br />
Certamente estranharão o facto de só agora ter colocado mais 1 post ! lool<br />
Mas meteram-se as festas pelo meio, e também não tenho tido tempo !</p>
<p>Acompanhem as notícias diárias na página do Facebook<br />
<a href="https://www.facebook.com/linuxbestchoice" target="_blank">https://www.facebook.com/linuxbestchoice</a></p>
<p>Voltando ao assunto &#8230;<br />
Ao fazer upgrade / actualizar as distros para a versão mais recente, certamente terão reparado que agora surgiu o Grub2, para substituir o Grub até agora existente.<br />
Na maioria dos casos, a mudança do Grub para o Grub2, é feita com sucesso ! <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /><br />
Mas, no entanto, para alguns casos dá problemas, ao arrancar apenas mostra a opção windows, e não aparece a opção Linux ! <img src='http://s0.wp.com/wp-includes/images/smilies/icon_sad.gif' alt=':-(' class='wp-smiley' /><br />
Para esses casos, já há solução, a qual irei expor a seguir !</p>
<p>A título de exemplo imaginemos q a nossa máquina tem 2 discos, 1 para windows e o outro pra Linux, deste modo<br />
/dev/sda &#8211; disco do windows<br />
/dev/sda1 &#8211; windows<br />
/dev/sdb &#8211; disco do linux<br />
/dev/sdb1 &#8211; linux /<br />
/dev/sdb2 &#8211; linux swap<br />
/dev/sdb3 &#8211; linux  /home</p>
<p>Vale a pena relembrar, que o MBR &#8211; Master Boot Record, deve ficar no início do disco  (ex: /dev/sda), mas podemos ter mais que um MBR em discos distinctos (ex: 1 MBR em /dev/sda e outro em  /dev/sdb)<br />
Passos para resolver esse tipos de problemas:</p>
<ul>
<li>Insere o DVD da distro, e entra em modo rescure (ou recuperação), escolhe o modo shell, e executa o segunte:</li>
<li># chroot /mnt/sysimage &#8211; para entrar na partição do sistema linux</li>
<li># <em>grub2</em>-<em>mkconfig</em> -o /boot/grub2/grub.cfg &#8211; para ajustar as configurações do grub2</li>
<li># grub2-install /dev/sdb &#8211; para instalar o Grub2 no MBR do disco Linux</li>
<li># cp  /boot/grub/grub.conf /boot/grub/grub.conf.back &#8211; guardar backup é 1 bom princípio <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </li>
<li>Edita o ficheiro  /boot/grub/grub.conf, e acrescenta o seguinte:</li>
</ul>
<p><cite> Title Linux (grub2)<br />
root (hd1,0)<br />
kernel  /boot/grub2/grub.cfg<br />
chainloader +1<br />
</cite></p>
<ul>
<li>Muda o default para o item q criaste</li>
<li>Grava e reinicia, e repara se ao arrancar aparece o grub com essa opção, e se deres enter vê se ele salta para o grub2, com as várias versões do kernel</li>
<li>Por fim, basta mudar o item por omissão do grub2, para que entre no primeiro, que por sinal é sempre o mais actual, executando:</li>
<li># grub2-set-default 0</li>
</ul>
<p>Pronto, agora é só reiniciar e verificar se está a funcionar tudo nos trinques <img src='http://s0.wp.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':-D' class='wp-smiley' /><br />
Comigo funcionou !<br />
Espero q esta pequena dica vos seja muito útil ! <img src='http://s1.wp.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/linuxbestchoice.wordpress.com/453/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/linuxbestchoice.wordpress.com/453/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/linuxbestchoice.wordpress.com/453/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/linuxbestchoice.wordpress.com/453/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/linuxbestchoice.wordpress.com/453/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/linuxbestchoice.wordpress.com/453/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/linuxbestchoice.wordpress.com/453/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/linuxbestchoice.wordpress.com/453/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/linuxbestchoice.wordpress.com/453/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/linuxbestchoice.wordpress.com/453/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/linuxbestchoice.wordpress.com/453/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/linuxbestchoice.wordpress.com/453/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/linuxbestchoice.wordpress.com/453/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/linuxbestchoice.wordpress.com/453/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=linuxbestchoice.wordpress.com&amp;blog=7828637&amp;post=453&amp;subd=linuxbestchoice&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://linuxbestchoice.wordpress.com/2012/01/10/grub2-resolucao-de-problemas/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/a5b8565a9bb9ac7e0db9e9de48c02807?s=96&#38;d=&#38;r=G" medium="image">
			<media:title type="html">zefilipe</media:title>
		</media:content>
	</item>
		<item>
		<title>Faltam 4 dias para o Fedora 16</title>
		<link>http://linuxbestchoice.wordpress.com/2011/11/04/faltam-4-dias-para-o-fedora-16/</link>
		<comments>http://linuxbestchoice.wordpress.com/2011/11/04/faltam-4-dias-para-o-fedora-16/#comments</comments>
		<pubDate>Fri, 04 Nov 2011 16:29:30 +0000</pubDate>
		<dc:creator>José Filipe</dc:creator>
				<category><![CDATA[Notícias]]></category>
		<category><![CDATA[desktop]]></category>
		<category><![CDATA[distro]]></category>
		<category><![CDATA[fedora]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[sistema operativo]]></category>
		<category><![CDATA[update]]></category>

		<guid isPermaLink="false">http://linuxbestchoice.wordpress.com/?p=445</guid>
		<description><![CDATA[Faltam, neste preciso momento, 4 dias para o tão aguardado Fedora 16<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=linuxbestchoice.wordpress.com&amp;blog=7828637&amp;post=445&amp;subd=linuxbestchoice&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Faltam, neste preciso momento, 4 dias para o tão aguardado Fedora 16</p>
<p><a href="http://linuxbestchoice.files.wordpress.com/2011/11/fedora16-countdown-banner-4-en.png"><img class="aligncenter size-full wp-image-446" title="fedora16-countdown-banner-4.en" src="http://linuxbestchoice.files.wordpress.com/2011/11/fedora16-countdown-banner-4-en.png?w=480" alt="faltam 4 dias pro fedora 16"   /></a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/linuxbestchoice.wordpress.com/445/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/linuxbestchoice.wordpress.com/445/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/linuxbestchoice.wordpress.com/445/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/linuxbestchoice.wordpress.com/445/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/linuxbestchoice.wordpress.com/445/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/linuxbestchoice.wordpress.com/445/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/linuxbestchoice.wordpress.com/445/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/linuxbestchoice.wordpress.com/445/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/linuxbestchoice.wordpress.com/445/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/linuxbestchoice.wordpress.com/445/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/linuxbestchoice.wordpress.com/445/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/linuxbestchoice.wordpress.com/445/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/linuxbestchoice.wordpress.com/445/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/linuxbestchoice.wordpress.com/445/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=linuxbestchoice.wordpress.com&amp;blog=7828637&amp;post=445&amp;subd=linuxbestchoice&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://linuxbestchoice.wordpress.com/2011/11/04/faltam-4-dias-para-o-fedora-16/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/a5b8565a9bb9ac7e0db9e9de48c02807?s=96&#38;d=&#38;r=G" medium="image">
			<media:title type="html">zefilipe</media:title>
		</media:content>

		<media:content url="http://linuxbestchoice.files.wordpress.com/2011/11/fedora16-countdown-banner-4-en.png" medium="image">
			<media:title type="html">fedora16-countdown-banner-4.en</media:title>
		</media:content>
	</item>
		<item>
		<title>Thunderbird 7 acabadinho de sair do forno</title>
		<link>http://linuxbestchoice.wordpress.com/2011/09/27/thunderbird-7-acabadinho-de-sair-do-forno/</link>
		<comments>http://linuxbestchoice.wordpress.com/2011/09/27/thunderbird-7-acabadinho-de-sair-do-forno/#comments</comments>
		<pubDate>Tue, 27 Sep 2011 13:32:49 +0000</pubDate>
		<dc:creator>José Filipe</dc:creator>
				<category><![CDATA[Notícias]]></category>
		<category><![CDATA[desktop]]></category>
		<category><![CDATA[mobile]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[thunderbird]]></category>
		<category><![CDATA[update]]></category>

		<guid isPermaLink="false">http://linuxbestchoice.wordpress.com/?p=438</guid>
		<description><![CDATA[O Thunderbird 7 já está disponível para download Acabou de sair do forno o Thunderbird 7, ou seja por outras palavras, o thunderbird 7 já está disponível para download ! Desde há alguns tempos para cá a Mozilla têm-se preocupado em desenvolver quer para o Firefox quer para o Thunderbird em simultâneo, o que antes [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=linuxbestchoice.wordpress.com&amp;blog=7828637&amp;post=438&amp;subd=linuxbestchoice&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr style="background-color:#2075c4;">
<td></td>
<td><img class="aligncenter size-full wp-image-439" title="Thunderbird-50slice" src="http://linuxbestchoice.files.wordpress.com/2011/09/thunderbird-50slice.png?w=480" alt="thunderbird"   /></td>
<td><span style="color:#ffffff;"><strong>O Thunderbird 7 já está disponível para download</strong></span></td>
</tr>
</tbody>
</table>
<p>Acabou de sair do forno o Thunderbird 7, ou seja por outras palavras, o thunderbird 7 já está disponível para <a href="http://www.mozilla.org/en-US/thunderbird/all-beta.html" target="_blank">download</a> ! <img src="http://s0.wp.com/wp-includes/images/smilies/icon_biggrin.gif?m=1306998965g" alt=":-D" /><br />
Desde há alguns tempos para cá a Mozilla têm-se preocupado em desenvolver quer para o Firefox quer para o Thunderbird em simultâneo, o que antes não acontecia, pois se o Firefox era frequentemente actualizado, o mesmo não acontecia para o Thunderbird, excepto as actualizações críticas !</p>
<h4></h4>
<h4>Principais novidades:</h4>
<p>1. <strong>Maior segurança</strong>: o filtro de antispam é cada vez mais eficiente; previne os utilizadores de abrir links e/ou anexos potencialmente ofensivos &#8230; !<br />
2. <strong>Tabs melhoradas</strong>: à semelhança do Firefox, que quando o fechamos e tornamos a abrir, ele mostra todas as tabs que estavam abertas, agora a nova versão do thunderbird passa a incorporar essa funcionalidade<br />
3.<strong> Mais temas personalizados</strong> com o personas (até agopra utiizado no Firefox)<br />
4. Possibilidade de i<strong>mprimir um sumário das mensagens seleccionadas</strong><br />
&#8230;</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/linuxbestchoice.wordpress.com/438/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/linuxbestchoice.wordpress.com/438/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/linuxbestchoice.wordpress.com/438/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/linuxbestchoice.wordpress.com/438/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/linuxbestchoice.wordpress.com/438/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/linuxbestchoice.wordpress.com/438/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/linuxbestchoice.wordpress.com/438/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/linuxbestchoice.wordpress.com/438/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/linuxbestchoice.wordpress.com/438/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/linuxbestchoice.wordpress.com/438/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/linuxbestchoice.wordpress.com/438/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/linuxbestchoice.wordpress.com/438/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/linuxbestchoice.wordpress.com/438/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/linuxbestchoice.wordpress.com/438/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=linuxbestchoice.wordpress.com&amp;blog=7828637&amp;post=438&amp;subd=linuxbestchoice&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://linuxbestchoice.wordpress.com/2011/09/27/thunderbird-7-acabadinho-de-sair-do-forno/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/a5b8565a9bb9ac7e0db9e9de48c02807?s=96&#38;d=&#38;r=G" medium="image">
			<media:title type="html">zefilipe</media:title>
		</media:content>

		<media:content url="http://linuxbestchoice.files.wordpress.com/2011/09/thunderbird-50slice.png" medium="image">
			<media:title type="html">Thunderbird-50slice</media:title>
		</media:content>

		<media:content url="http://s0.wp.com/wp-includes/images/smilies/icon_biggrin.gif?m=1306998965g" medium="image">
			<media:title type="html">:-D</media:title>
		</media:content>
	</item>
		<item>
		<title>O Firefox 7 está acabadinho de sair do forno</title>
		<link>http://linuxbestchoice.wordpress.com/2011/09/27/firefox-7-released/</link>
		<comments>http://linuxbestchoice.wordpress.com/2011/09/27/firefox-7-released/#comments</comments>
		<pubDate>Tue, 27 Sep 2011 11:40:58 +0000</pubDate>
		<dc:creator>José Filipe</dc:creator>
				<category><![CDATA[Notícias]]></category>
		<category><![CDATA[browser]]></category>
		<category><![CDATA[desktop]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[mobile]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[update]]></category>

		<guid isPermaLink="false">http://linuxbestchoice.wordpress.com/?p=424</guid>
		<description><![CDATA[O Firefox 7 já está disponível para download Acabou de sair do forno o Firefox 7, ou seja por outras palavras, o firefox 7 já está disponível para download ! Esta nova versão, vêm na sequência dos ciclos de desenvolvimento rápidos de cerca de 6 semanas ou menos ainda &#8230;. numa tentativa de rivalizar com [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=linuxbestchoice.wordpress.com&amp;blog=7828637&amp;post=424&amp;subd=linuxbestchoice&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr style="background-color:#ffea00;">
<td></td>
<td><img class="    alignleft" style="border:0 none;" title="Firefox" src="https://wiki.mozilla.org/images/1/1e/Final-50slice.png" alt="Firefox" width="351" height="50" /></td>
<td><strong>O Firefox 7 já está disponível para download</strong></td>
</tr>
</tbody>
</table>
<p>Acabou de sair do forno o Firefox 7, ou seja por outras palavras, o firefox 7 já está disponível para <a href="http://firefox7.org/" target="_blank">download </a>! <img src='http://s0.wp.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':-D' class='wp-smiley' /><br />
Esta nova versão, vêm na sequência dos <a href="http://www.h-online.com/open/news/item/Mozilla-developers-consider-even-shorter-release-cycle-1347013.html" target="_blank">ciclos de desenvolvimento rápidos de cerca de 6 semanas ou menos</a> ainda &#8230;. numa tentativa de rivalizar com o Google Chrome que não pára de ganhar adeptos, e talvez recuperar alguns utilizadores do firefox &#8230;. !</p>
<div id="attachment_429" class="wp-caption aligncenter" style="width: 310px"><a href="http://linuxbestchoice.files.wordpress.com/2011/09/statcounter-browser-ww-monthly-201009-201108.jpg"><img class="size-medium wp-image-429" title="StatCounter-browser-ww-monthly-201009-201108" src="http://linuxbestchoice.files.wordpress.com/2011/09/statcounter-browser-ww-monthly-201009-201108.jpg?w=300&#038;h=175" alt="Estatísticas dos browsers" width="300" height="175" /></a><p class="wp-caption-text">Estatísticas dos browsers</p></div>
<h3>As principais novidades:</h3>
<p>1.<strong> Inicialização mais rápida</strong> (maior performance)<br />
2. <strong>Optimização do uso de memória RAM</strong>, gastando 20% a 50% menos memória que o Firefox 6.<br />
Quando uma tab / aba é fechada, o Firefox 7 liberta de imediato memória &#8230; !</p>
<p><a href="http://linuxbestchoice.files.wordpress.com/2011/09/firefox_7_average_resident_memory.gif"><img class="aligncenter size-full wp-image-430" title="firefox_7_average_resident_memory" src="http://linuxbestchoice.files.wordpress.com/2011/09/firefox_7_average_resident_memory.gif?w=480" alt="estatísticas RAM firefox 7"   /></a>3. Melhoria na <strong>renderização de fonte</strong>s<br />
4. <strong><a href="https://blog.mozilla.com/tglek/2011/07/01/telemetry-status/" target="_blank">Telemetria</a>:</strong> os utilizadores poderão cadastrar-se para permitirem pesquisas sobre uso de memória RAM e de performance do seu Firefox.<br />
5. <strong><a href="https://dvcs.w3.org/hg/webperf/raw-file/tip/specs/NavigationTiming/Overview.html" target="_blank">Web timing spec</a>:</strong> mede a performance de sites enquanto os utilizadores navegam por eles.<br />
6. Animações baseadas em Canvas rodam muito mais rápido (<strong><a href="http://www.basschouten.com/blog1.php/comparing-performance-azure-vs-cairo">Azure Direct2D para Canvas</a></strong>)<br />
7. Suporte para<strong><a href="https://developer.mozilla.org/En/CSS/Text-overflow"> text-overflow ellipsis no CSS3</a>.</strong></p>
<p>Links:<br />
<a href="http://blog.mozilla.com/futurereleases/2011/07/07/firefoxaurora7/" target="_blank">http://blog.mozilla.com/futurereleases/2011/07/07/firefoxaurora7/</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/linuxbestchoice.wordpress.com/424/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/linuxbestchoice.wordpress.com/424/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/linuxbestchoice.wordpress.com/424/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/linuxbestchoice.wordpress.com/424/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/linuxbestchoice.wordpress.com/424/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/linuxbestchoice.wordpress.com/424/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/linuxbestchoice.wordpress.com/424/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/linuxbestchoice.wordpress.com/424/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/linuxbestchoice.wordpress.com/424/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/linuxbestchoice.wordpress.com/424/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/linuxbestchoice.wordpress.com/424/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/linuxbestchoice.wordpress.com/424/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/linuxbestchoice.wordpress.com/424/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/linuxbestchoice.wordpress.com/424/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=linuxbestchoice.wordpress.com&amp;blog=7828637&amp;post=424&amp;subd=linuxbestchoice&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://linuxbestchoice.wordpress.com/2011/09/27/firefox-7-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/a5b8565a9bb9ac7e0db9e9de48c02807?s=96&#38;d=&#38;r=G" medium="image">
			<media:title type="html">zefilipe</media:title>
		</media:content>

		<media:content url="https://wiki.mozilla.org/images/1/1e/Final-50slice.png" medium="image">
			<media:title type="html">Firefox</media:title>
		</media:content>

		<media:content url="http://linuxbestchoice.files.wordpress.com/2011/09/statcounter-browser-ww-monthly-201009-201108.jpg?w=300" medium="image">
			<media:title type="html">StatCounter-browser-ww-monthly-201009-201108</media:title>
		</media:content>

		<media:content url="http://linuxbestchoice.files.wordpress.com/2011/09/firefox_7_average_resident_memory.gif" medium="image">
			<media:title type="html">firefox_7_average_resident_memory</media:title>
		</media:content>
	</item>
		<item>
		<title>ACT: &#8220;O Linux é a melhor opção&#8221; no Facebook</title>
		<link>http://linuxbestchoice.wordpress.com/2011/09/16/o-linux-e-a-melhor-opcao-no-facebook/</link>
		<comments>http://linuxbestchoice.wordpress.com/2011/09/16/o-linux-e-a-melhor-opcao-no-facebook/#comments</comments>
		<pubDate>Fri, 16 Sep 2011 13:13:43 +0000</pubDate>
		<dc:creator>José Filipe</dc:creator>
				<category><![CDATA[Notícias]]></category>
		<category><![CDATA[Iniciação]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[update]]></category>

		<guid isPermaLink="false">http://linuxbestchoice.wordpress.com/?p=413</guid>
		<description><![CDATA[Bom dia, caros leitores ! Os tempos mudam, a tecnologia não para, e nós não podemos ficar parados no tempo &#8230; ! Temos q acompanhar os tempos, e estar sempre a par das novidades da tecnologia ! O Facebook com milhões de utilizadores, têm-se mostrado uma rede social muito frequentada, um bom veículo para estar [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=linuxbestchoice.wordpress.com&amp;blog=7828637&amp;post=413&amp;subd=linuxbestchoice&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Bom dia, caros leitores !</p>
<p>Os tempos mudam, a tecnologia não para, e nós não podemos ficar parados no tempo &#8230; !<br />
Temos q acompanhar os tempos, e estar sempre a par das novidades da tecnologia !<br />
O Facebook com milhões de utilizadores, têm-se mostrado uma rede social muito frequentada, um bom veículo para estar a par das notícias, dos eventos q se irão realizar, para estar em contacto com os amigos &#8230;. !<br />
A interacção no Facebook é enorme, e de repente uma mensagem ganha imensos comentários &#8230; !</p>
<p>Neste sentido, e para uma maior divulgação, agora já pode acompanhar as notícias deste blog no Facebook !<br />
Torne-se seguidor (followers) deste blog no Facebook, e ficaremos desde já muito agradecidos ! <img src='http://s0.wp.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':-D' class='wp-smiley' /> </p>
<p><strong>Como se tornar seguidor deste blog ?</strong><br />
Existem dois modos de se tornar seguidor deste blog no Facebook:</p>
<p><strong><span style="text-decoration:underline;">Modo 1 (pelo blog):</span></strong><strong></strong></p>
<p>Basta entrar neste blog, e no fim da  coluna direita clicar em seguir o meu blog (follow my blog)</p>
<div id="attachment_417" class="wp-caption aligncenter" style="width: 159px"><a href="http://linuxbestchoice.files.wordpress.com/2011/09/follow_blog.png"><img class="size-full wp-image-417" title="follow_blog" src="http://linuxbestchoice.files.wordpress.com/2011/09/follow_blog.png?w=480" alt="seguir blog"   /></a><p class="wp-caption-text">seguir blog no Facebook</p></div>
<p><span style="text-decoration:underline;"><strong>Modo 2 (pela aplicação networkedblogs do Facebook):</strong></span></p>
<p>Clica neste link:<a href="http://networkedblogs.com/blog/linuxbestchoice" target="_blank"><strong><span style="text-decoration:underline;"><br />
</span></strong>http://networkedblogs.com/blog/linuxbestchoice</a></p>
<p>Vai pedir que dês acesso à aplicação Networked Blogs, clica em aceitar, depois abre a página do blog no Facebook, e aí clica em seguir (follow), para tares a par e passo das notícias do blog no Facebook !</p>
<div id="attachment_418" class="wp-caption aligncenter" style="width: 310px"><a href="http://linuxbestchoice.files.wordpress.com/2011/09/allow_networkedblogs.png"><img class="size-medium wp-image-418" title="allow_networkedblogs" src="http://linuxbestchoice.files.wordpress.com/2011/09/allow_networkedblogs.png?w=300&#038;h=149" alt="permitir networkedblogs aplicação" width="300" height="149" /></a><p class="wp-caption-text">permitir networkedblogs aplicação</p></div>
<div id="attachment_419" class="wp-caption aligncenter" style="width: 310px"><a href="http://linuxbestchoice.files.wordpress.com/2011/09/follow_blog2.png"><img class="size-medium wp-image-419" title="follow_blog2" src="http://linuxbestchoice.files.wordpress.com/2011/09/follow_blog2.png?w=300&#038;h=290" alt="seguir blog no Facebook" width="300" height="290" /></a><p class="wp-caption-text">seguir blog no Facebook</p></div>
<p><strong><span style="text-decoration:underline;"><span style="color:#ff0000;text-decoration:underline;"><strong>Modo 3 (pela página do Facebook):<br />
</strong></span></span></strong></p>
<p>Entra na página do Facebook destinada a este blog<br />
<a href="http://www.facebook.com/linuxbestchoice" target="_blank">http://www.facebook.com/linuxbestchoice</a></p>
<p>E clica em like / gosto, para tares a par e passo das notícias do blog no Facebook ! <a href="http://www.facebook.com/linuxbestchoice" target="_blank"><br />
</a></p>
<div id="attachment_435" class="wp-caption aligncenter" style="width: 300px"><a href="http://linuxbestchoice.files.wordpress.com/2011/09/page_linuxbestchoice.png"><img class="size-medium wp-image-435" title="page_linuxbestchoice" src="http://linuxbestchoice.files.wordpress.com/2011/09/page_linuxbestchoice.png?w=290&#038;h=300" alt="Página do &quot;Linux é a melhor opção&quot; no Facebook" width="290" height="300" /></a><p class="wp-caption-text">Página do &quot;Linux é a melhor opção&quot; no Facebook</p></div>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/linuxbestchoice.wordpress.com/413/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/linuxbestchoice.wordpress.com/413/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/linuxbestchoice.wordpress.com/413/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/linuxbestchoice.wordpress.com/413/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/linuxbestchoice.wordpress.com/413/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/linuxbestchoice.wordpress.com/413/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/linuxbestchoice.wordpress.com/413/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/linuxbestchoice.wordpress.com/413/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/linuxbestchoice.wordpress.com/413/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/linuxbestchoice.wordpress.com/413/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/linuxbestchoice.wordpress.com/413/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/linuxbestchoice.wordpress.com/413/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/linuxbestchoice.wordpress.com/413/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/linuxbestchoice.wordpress.com/413/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=linuxbestchoice.wordpress.com&amp;blog=7828637&amp;post=413&amp;subd=linuxbestchoice&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://linuxbestchoice.wordpress.com/2011/09/16/o-linux-e-a-melhor-opcao-no-facebook/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/a5b8565a9bb9ac7e0db9e9de48c02807?s=96&#38;d=&#38;r=G" medium="image">
			<media:title type="html">zefilipe</media:title>
		</media:content>

		<media:content url="http://linuxbestchoice.files.wordpress.com/2011/09/follow_blog.png" medium="image">
			<media:title type="html">follow_blog</media:title>
		</media:content>

		<media:content url="http://linuxbestchoice.files.wordpress.com/2011/09/allow_networkedblogs.png?w=300" medium="image">
			<media:title type="html">allow_networkedblogs</media:title>
		</media:content>

		<media:content url="http://linuxbestchoice.files.wordpress.com/2011/09/follow_blog2.png?w=300" medium="image">
			<media:title type="html">follow_blog2</media:title>
		</media:content>

		<media:content url="http://linuxbestchoice.files.wordpress.com/2011/09/page_linuxbestchoice.png?w=290" medium="image">
			<media:title type="html">page_linuxbestchoice</media:title>
		</media:content>
	</item>
		<item>
		<title>Faltam 2 dias para o Fedora 15</title>
		<link>http://linuxbestchoice.wordpress.com/2011/05/23/faltam-2-dias-para-o-fedora-15/</link>
		<comments>http://linuxbestchoice.wordpress.com/2011/05/23/faltam-2-dias-para-o-fedora-15/#comments</comments>
		<pubDate>Mon, 23 May 2011 12:18:22 +0000</pubDate>
		<dc:creator>José Filipe</dc:creator>
				<category><![CDATA[Notícias]]></category>
		<category><![CDATA[distro]]></category>
		<category><![CDATA[fedora]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[sistema operativo]]></category>

		<guid isPermaLink="false">http://linuxbestchoice.wordpress.com/?p=405</guid>
		<description><![CDATA[Faltam apenas 2 dias para o Lançamento do Fedora 15, versão final ! Já falta muito pouco, e cheio de boas novidades, tais como LibreOffice, Gnome 3, KDE 4.6, Firefox 4 &#8230;. !<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=linuxbestchoice.wordpress.com&amp;blog=7828637&amp;post=405&amp;subd=linuxbestchoice&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Faltam apenas 2 dias para o Lançamento do Fedora 15, versão final ! <img src='http://s1.wp.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /><br />
Já falta muito pouco, e cheio de boas novidades, tais como LibreOffice, Gnome 3, KDE 4.6, Firefox 4 &#8230;. ! <img src='http://s0.wp.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':-D' class='wp-smiley' /> </p>
<div id="attachment_407" class="wp-caption aligncenter" style="width: 210px"><a href="http://linuxbestchoice.files.wordpress.com/2011/05/fedora15-countdown-banner-2-en.png"><img class="size-full wp-image-407" title="fedora15-countdown-banner-2.en" src="http://linuxbestchoice.files.wordpress.com/2011/05/fedora15-countdown-banner-2-en.png?w=480" alt="Fedora 15 contagem decrescente"   /></a><p class="wp-caption-text">Fedora 15 contagem decrescente</p></div>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/linuxbestchoice.wordpress.com/405/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/linuxbestchoice.wordpress.com/405/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/linuxbestchoice.wordpress.com/405/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/linuxbestchoice.wordpress.com/405/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/linuxbestchoice.wordpress.com/405/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/linuxbestchoice.wordpress.com/405/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/linuxbestchoice.wordpress.com/405/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/linuxbestchoice.wordpress.com/405/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/linuxbestchoice.wordpress.com/405/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/linuxbestchoice.wordpress.com/405/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/linuxbestchoice.wordpress.com/405/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/linuxbestchoice.wordpress.com/405/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/linuxbestchoice.wordpress.com/405/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/linuxbestchoice.wordpress.com/405/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=linuxbestchoice.wordpress.com&amp;blog=7828637&amp;post=405&amp;subd=linuxbestchoice&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://linuxbestchoice.wordpress.com/2011/05/23/faltam-2-dias-para-o-fedora-15/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/a5b8565a9bb9ac7e0db9e9de48c02807?s=96&#38;d=&#38;r=G" medium="image">
			<media:title type="html">zefilipe</media:title>
		</media:content>

		<media:content url="http://linuxbestchoice.files.wordpress.com/2011/05/fedora15-countdown-banner-2-en.png" medium="image">
			<media:title type="html">fedora15-countdown-banner-2.en</media:title>
		</media:content>
	</item>
		<item>
		<title>Experimentando o Firefox 4</title>
		<link>http://linuxbestchoice.wordpress.com/2011/04/20/experimentando-o-firefox-4/</link>
		<comments>http://linuxbestchoice.wordpress.com/2011/04/20/experimentando-o-firefox-4/#comments</comments>
		<pubDate>Wed, 20 Apr 2011 12:06:17 +0000</pubDate>
		<dc:creator>José Filipe</dc:creator>
				<category><![CDATA[Artigos]]></category>
		<category><![CDATA[Notícias]]></category>
		<category><![CDATA[browser]]></category>
		<category><![CDATA[desktop]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[update]]></category>

		<guid isPermaLink="false">http://linuxbestchoice.wordpress.com/?p=391</guid>
		<description><![CDATA[Há algumas semanas segui a dica para instalar o Firefox 4 no Fedora Linux, a distro q eu uso ! http://comunidadelinuxindaiatuba.blogspot.com/2011/03/dica-firefox-4-no-fedora.html Quando abri o Firefox 4 pela primeira vez tava uma bagunça total, devido aos anteriores addons usados no firefox 3.X ! Bom, então tive q meter mãos à obra, e organizar o Firefox 4 [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=linuxbestchoice.wordpress.com&amp;blog=7828637&amp;post=391&amp;subd=linuxbestchoice&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Há algumas semanas segui a dica para instalar o Firefox 4 no Fedora Linux, a distro q eu uso ! <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /><br />
<a href="http://comunidadelinuxindaiatuba.blogspot.com/2011/03/dica-firefox-4-no-fedora.html" target="_blank">http://comunidadelinuxindaiatuba.blogspot.com/2011/03/dica-firefox-4-no-fedora.html</a></p>
<p>Quando abri o Firefox 4 pela primeira vez tava uma bagunça total, devido aos anteriores addons usados no firefox 3.X ! <img src='http://s0.wp.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':-D' class='wp-smiley' /><br />
Bom, então tive q meter mãos à obra, e organizar o Firefox 4 como deve ser !<br />
Os addons incompatíveis com o Firefox 4, desinstalei-os de imediato !<br />
Depois desinstalei:</p>
<ul>
<li>o Tree Tab Style, pois já não fazia sentido, uma vez q as tabs passaram para o topo</li>
<li>Google Toolbar, uma vez q ficava ali a ocupar espaço, e não ficava tão wide screen</li>
</ul>
<p>Agora, o Firefox estava mais wide screen, mas faltava-lhe algumas funcionalidades extra, então fui à busca de addons !<br />
E eis q encontrei o <a href="https://addons.mozilla.org/en-US/firefox/addon/google-shortcuts-all-google-se/" target="_blank">Google Shortcuts</a>, que me permite ter atalhos para imensas aplicações do google, inclusivé se clicar no atalho goo.gl gera um url pequeno e coloca-o no clipboard, bastando colar onde se quiser !</p>
<div id="attachment_393" class="wp-caption aligncenter" style="width: 310px"><a href="http://linuxbestchoice.files.wordpress.com/2011/04/google-shortcuts1.png"><img class="size-medium wp-image-393" title="google shortcuts" src="http://linuxbestchoice.files.wordpress.com/2011/04/google-shortcuts1.png?w=300&#038;h=188" alt="google shortcuts" width="300" height="188" /></a><p class="wp-caption-text">google shortcuts</p></div>
<p>Entretanto, reparei q me faltava um recurso interessante no google toolbar, o translate / tradutor !<br />
E eis q encontrei o addon <a href="https://addons.mozilla.org/en-US/firefox/addon/google-dictionary-and-google-t/" target="_blank">Google dictionary and Google Translate</a> q é excelente (icone G) ! <img src='http://s1.wp.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
<div id="attachment_394" class="wp-caption aligncenter" style="width: 310px"><a href="http://linuxbestchoice.files.wordpress.com/2011/04/google-translate.png"><img class="size-medium wp-image-394" title="google translate" src="http://linuxbestchoice.files.wordpress.com/2011/04/google-translate.png?w=300&#038;h=240" alt="google translate" width="300" height="240" /></a><p class="wp-caption-text">google dictionary and translate</p></div>
<p>Até que fiz a que eu considero ser a melhor descoberta: descobri o <a href="https://addons.mozilla.org/en-US/firefox/addon/mozilla-labs-lab-kit/" target="_blank">lab kit</a> da mozilla, recheado de utilidades excelentes:</p>
<ul>
<li>O <a href="http://f1.mozillamessaging.com/" target="_blank">Mozilla F1</a>, é um excelente addon, senão um dos melhores desse kit, q permite partilhar um detarminado artigo / notícia, para o Facebook, Twitter, Gmail, Linkedin &#8230; ! <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' />  Basta clicar em F1, escrever algum comentário e partilhar  !
<p><div id="attachment_395" class="wp-caption aligncenter" style="width: 310px"><a href="http://linuxbestchoice.files.wordpress.com/2011/04/mozilla_f1.png"><img class="size-medium wp-image-395" title="mozilla_f1" src="http://linuxbestchoice.files.wordpress.com/2011/04/mozilla_f1.png?w=300&#038;h=228" alt="mozilla f1" width="300" height="228" /></a><p class="wp-caption-text">mozilla f1</p></div></li>
<li><a href="https://addons.mozilla.org/pt-PT/firefox/addon/mozilla-labs-prospector-find-s/" target="_blank">Prospector &#8211; Find suggest</a>, ao pesquisar (CTRL + F), sugere palavras chave relacionadas com o texto !
<p><div id="attachment_396" class="wp-caption aligncenter" style="width: 310px"><a href="http://linuxbestchoice.files.wordpress.com/2011/04/find-suggest.png"><img class="size-medium wp-image-396" title="find suggest" src="http://linuxbestchoice.files.wordpress.com/2011/04/find-suggest.png?w=300&#038;h=17" alt="find suggest" width="300" height="17" /></a><p class="wp-caption-text">Prospector - find suggest</p></div></li>
<li>Prospector <a href="https://addons.mozilla.org/en-us/firefox/addon/mozilla-labs-prospector-instan/" target="_blank">Instant Preview</a> (mostra uma prévisualização de um site ao escrever o endereço), e <a href="https://addons.mozilla.org/en-us/firefox/addon/mozilla-labs-prospector-speak-/" target="_blank">Speak Words</a> (uma espécie de auto complete de endereços)</li>
</ul>
<p>Ajustei o layout (view / ver -&gt; toolbars / barra de ferramentas -&gt; costumize / costumizar), e coloquei os icones pela ordem desejada !<br />
Ajustei a largura da tab activa para q se distingua das restantes, usando como guia este link do lifehacker<br />
<a href="http://www.lifehacker.com.au/2011/04/widen-the-active-tab-in-firefox-4-to-make-it-easier-to-read/" target="_blank">http://www.lifehacker.com.au/2011/04/widen-the-active-tab-in-firefox-4-to-make-it-easier-to-read/</a><br />
E como os addons agora abriam numa página, resolvi fazer o mesmo pros downloads, instalando a extensão <a href="https://addons.mozilla.org/en-US/firefox/addon/downloads-in-tab/" target="_blank">Downloads in tab</a></p>
<p>Conclusão:</p>
<ul>
<li>O Firefox 4 está efectivamente muito mais rápido;</li>
<li>Os grupos de tabs são excelentes para organizar as tabs por grupos lógicos (ex: pesquisas, networking &#8230;), e nesse aspecto o Firefox 4 inovou imenso !<br />
Já não faz aquela pergunta gravar e sair &#8230; mas se quiser ao abrir o firefox 4, abrir a sessão anterior, bastar ir a edit / editar -&gt; preferences / preferências -&gt; general / geral e seleccionar &#8220;show my windows and tabs from last time&#8221; (mostrar as minhas janelas e tabs desde a última vez)</li>
<li>Com todos estes addons enunciados, mais os que transitaram do firefox 3 (noscript, adblock plus, web developer, colorzilla), o Firefox 4 ficou bastante artilhado, mas sem pesar mto mais (quase nem se nota), o q até agora não se verificava !</li>
</ul>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/linuxbestchoice.wordpress.com/391/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/linuxbestchoice.wordpress.com/391/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/linuxbestchoice.wordpress.com/391/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/linuxbestchoice.wordpress.com/391/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/linuxbestchoice.wordpress.com/391/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/linuxbestchoice.wordpress.com/391/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/linuxbestchoice.wordpress.com/391/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/linuxbestchoice.wordpress.com/391/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/linuxbestchoice.wordpress.com/391/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/linuxbestchoice.wordpress.com/391/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/linuxbestchoice.wordpress.com/391/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/linuxbestchoice.wordpress.com/391/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/linuxbestchoice.wordpress.com/391/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/linuxbestchoice.wordpress.com/391/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=linuxbestchoice.wordpress.com&amp;blog=7828637&amp;post=391&amp;subd=linuxbestchoice&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://linuxbestchoice.wordpress.com/2011/04/20/experimentando-o-firefox-4/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/a5b8565a9bb9ac7e0db9e9de48c02807?s=96&#38;d=&#38;r=G" medium="image">
			<media:title type="html">zefilipe</media:title>
		</media:content>

		<media:content url="http://linuxbestchoice.files.wordpress.com/2011/04/google-shortcuts1.png?w=300" medium="image">
			<media:title type="html">google shortcuts</media:title>
		</media:content>

		<media:content url="http://linuxbestchoice.files.wordpress.com/2011/04/google-translate.png?w=300" medium="image">
			<media:title type="html">google translate</media:title>
		</media:content>

		<media:content url="http://linuxbestchoice.files.wordpress.com/2011/04/mozilla_f1.png?w=300" medium="image">
			<media:title type="html">mozilla_f1</media:title>
		</media:content>

		<media:content url="http://linuxbestchoice.files.wordpress.com/2011/04/find-suggest.png?w=300" medium="image">
			<media:title type="html">find suggest</media:title>
		</media:content>
	</item>
		<item>
		<title>firefox 4: ponto de viragem, com muitas novidades</title>
		<link>http://linuxbestchoice.wordpress.com/2011/03/10/firefox-4-ponto-de-viragem-com-muitas-novidades/</link>
		<comments>http://linuxbestchoice.wordpress.com/2011/03/10/firefox-4-ponto-de-viragem-com-muitas-novidades/#comments</comments>
		<pubDate>Thu, 10 Mar 2011 14:09:43 +0000</pubDate>
		<dc:creator>José Filipe</dc:creator>
				<category><![CDATA[Notícias]]></category>
		<category><![CDATA[browser]]></category>
		<category><![CDATA[desktop]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[update]]></category>

		<guid isPermaLink="false">http://linuxbestchoice.wordpress.com/?p=379</guid>
		<description><![CDATA[Olá ! O Firefox 4 está a chegar em breve, e segundo a mozilla, sairá ainda neste mês de Março a versão final ! O Firefox, com a introdução do Google Chrome, tem perdido alguma quota de mercado ! E a mozilla reagiu face a este cenário, com o desenvolvimento do Firefox 4 ! O [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=linuxbestchoice.wordpress.com&amp;blog=7828637&amp;post=379&amp;subd=linuxbestchoice&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Olá !</p>
<p>O Firefox 4 está a chegar em breve, e segundo a mozilla, sairá ainda neste mês de Março a versão final !<br />
O Firefox, com a introdução do <a href="http://www.google.com/chrome" target="_blank">Google Chrome</a>, tem perdido alguma quota de mercado !</p>
<div id="attachment_380" class="wp-caption aligncenter" style="width: 394px"><a href="http://linuxbestchoice.files.wordpress.com/2011/03/statcounter-browser-in-monthly-201001-201101a2.jpg"><img class="size-full wp-image-380 " title="StatCounter-browser-IN-monthly-201001-201101a2" src="http://linuxbestchoice.files.wordpress.com/2011/03/statcounter-browser-in-monthly-201001-201101a2.jpg?w=480" alt="estatísticas dos browsers"   /></a><p class="wp-caption-text">estatísticas dos browsers</p></div>
<p>E a mozilla reagiu face a este cenário, com o desenvolvimento do Firefox 4 !<br />
O Firefox 4 será um ponto de viragem: todos os firefoxes seguintes seguirão a mesma lógica do firefox 4, e serão desenvolvidas novas versões do firefox a cada 4 meses, para fazer face ao Google Chrome !<br />
Até ao firefox 3.X tinhamos toolbars e mais toolbars, e ainda tabs à esquerda (ou direita) &#8230; com o firefox 4 muita coisa vai mudar: deixamos de ter tantas toolbars para termos uma interface mais simples, as tabs ficarão no topo, o ecrã ficará mais widecreen &#8230; !</p>
<p style="text-align:center;">&nbsp;</p>
<div id="attachment_381" class="wp-caption aligncenter" style="width: 310px"><a href="http://linuxbestchoice.files.wordpress.com/2011/03/firefox_4-0_screenshot.png"><img class="size-medium wp-image-381 " title="Firefox_4.0_Screenshot" src="http://linuxbestchoice.files.wordpress.com/2011/03/firefox_4-0_screenshot.png?w=300&#038;h=221" alt="firefox 4" width="300" height="221" /></a><p class="wp-caption-text">firefox 4</p></div>
<p style="text-align:left;">O esquema de tabs que a mozilla preparou no firefox 4 está espetacular, ora vejam o video abaixo com o tab candy ! <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p style="text-align:left;"><div class='embed-vimeo' style='text-align:center;'><iframe src='http://player.vimeo.com/video/13560319' width='400' height='300' frameborder='0'></iframe></div></p>
<p style="text-align:left;">Outra das funcionalidades interessantes no firefox 4 é a sincronização de dados (bookmarks, histórico, &#8230;) !</p>
<p style="text-align:left;"><span style="text-align:center; display: block;"><a href="http://linuxbestchoice.wordpress.com/2011/03/10/firefox-4-ponto-de-viragem-com-muitas-novidades/"><img src="http://img.youtube.com/vi/mIfAqzeQiBU/2.jpg" alt="" /></a></span></p>
<p style="text-align:left;">Os add-ons do firefox são geridos através de uma simples tab</p>
<p style="text-align:left;"><span style="text-align:center; display: block;"><a href="http://linuxbestchoice.wordpress.com/2011/03/10/firefox-4-ponto-de-viragem-com-muitas-novidades/"><img src="http://img.youtube.com/vi/Jv4LAL7Y7ik/2.jpg" alt="" /></a></span></p>
<p style="text-align:left;">Outras novidades fantásticas:</p>
<ul>
<li>o Firefox 4 é cerca de 3 vezes mais rápido que o Firefox 3.X;</li>
<li>Suporta HTML5, CSS3, WebM e filmes em HD;</li>
<li>Já está preparado para a tecnologia toutch;</li>
<li>Suporta efeitos a 3D com o WebGl;</li>
<li>Aceleração por hardware;</li>
<li>Suporta imagens no formato svg</li>
<li>..</li>
</ul>
<p>Link<a href="http://www.mozilla.com/en-US/firefox/RC/features/"></p>
<p>http://www.mozilla.com/en-US/firefox/RC/features/</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/linuxbestchoice.wordpress.com/379/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/linuxbestchoice.wordpress.com/379/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/linuxbestchoice.wordpress.com/379/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/linuxbestchoice.wordpress.com/379/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/linuxbestchoice.wordpress.com/379/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/linuxbestchoice.wordpress.com/379/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/linuxbestchoice.wordpress.com/379/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/linuxbestchoice.wordpress.com/379/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/linuxbestchoice.wordpress.com/379/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/linuxbestchoice.wordpress.com/379/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/linuxbestchoice.wordpress.com/379/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/linuxbestchoice.wordpress.com/379/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/linuxbestchoice.wordpress.com/379/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/linuxbestchoice.wordpress.com/379/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=linuxbestchoice.wordpress.com&amp;blog=7828637&amp;post=379&amp;subd=linuxbestchoice&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://linuxbestchoice.wordpress.com/2011/03/10/firefox-4-ponto-de-viragem-com-muitas-novidades/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/a5b8565a9bb9ac7e0db9e9de48c02807?s=96&#38;d=&#38;r=G" medium="image">
			<media:title type="html">zefilipe</media:title>
		</media:content>

		<media:content url="http://linuxbestchoice.files.wordpress.com/2011/03/statcounter-browser-in-monthly-201001-201101a2.jpg" medium="image">
			<media:title type="html">StatCounter-browser-IN-monthly-201001-201101a2</media:title>
		</media:content>

		<media:content url="http://linuxbestchoice.files.wordpress.com/2011/03/firefox_4-0_screenshot.png?w=300" medium="image">
			<media:title type="html">Firefox_4.0_Screenshot</media:title>
		</media:content>
	</item>
		<item>
		<title>O melhor (e o pior) de 2010</title>
		<link>http://linuxbestchoice.wordpress.com/2010/12/28/o-melhor-e-o-pior-de-2010/</link>
		<comments>http://linuxbestchoice.wordpress.com/2010/12/28/o-melhor-e-o-pior-de-2010/#comments</comments>
		<pubDate>Tue, 28 Dec 2010 13:41:28 +0000</pubDate>
		<dc:creator>José Filipe</dc:creator>
				<category><![CDATA[Artigos]]></category>
		<category><![CDATA[Notícias]]></category>
		<category><![CDATA[browser]]></category>
		<category><![CDATA[colaboradores]]></category>
		<category><![CDATA[desktop]]></category>
		<category><![CDATA[distro]]></category>
		<category><![CDATA[fedora]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[kde]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[office]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[sistema operativo]]></category>

		<guid isPermaLink="false">http://linuxbestchoice.wordpress.com/?p=367</guid>
		<description><![CDATA[Oi ! Estive algum tempo sem colocar novos posts, pelo que peço desculpa por tal ! Durante este tempo, tava a tentar arranjar colaboradores, mas ainda não apareceu nenhum ! Mas as portas estão sempre abertas, no entanto o blog segue a sua actividade normal ! Voltando ao assunto &#8230; Resolvi colocar um post com [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=linuxbestchoice.wordpress.com&amp;blog=7828637&amp;post=367&amp;subd=linuxbestchoice&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Oi !<br />
Estive algum tempo sem colocar novos posts, pelo que peço desculpa por tal ! <img src='http://s0.wp.com/wp-includes/images/smilies/icon_sad.gif' alt=':-(' class='wp-smiley' /><br />
Durante este tempo, tava a tentar arranjar colaboradores, mas ainda não apareceu nenhum ! <img src='http://s0.wp.com/wp-includes/images/smilies/icon_sad.gif' alt=':-(' class='wp-smiley' /><br />
Mas as portas estão sempre abertas, no entanto o blog segue a sua actividade normal !</p>
<p>Voltando ao assunto &#8230;<br />
Resolvi colocar um post com o balanço de 2010, no domínio do software Livre, do Linux, e das suas comunidades &#8230; uma vez q 2010 tá a chegar ao fim &#8230; !<br />
Desejo a todos um bom 2010, que seja tb melhor pro Linux e Software Livre ! <img src='http://s0.wp.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':-D' class='wp-smiley' /><br />
Para destacar, eu vou assinalar os aspectos positivos com <span style="color:#00ff00;"><strong>+</strong></span> e os aspectos negativos com <span style="color:#ff6600;">-</span></p>
<p><span style="color:#00ff00;"><strong>+</strong></span> Este blog vem tido cada vez mais visitas, e atingiu um recorde em Agosto deste ano com cerca de 900 visitas num dia só !<br />
<span style="color:#ff6600;">-</span> Desde q puz o último post para angariar colaboradores, ainda não apareceu nenhum <img src='http://s0.wp.com/wp-includes/images/smilies/icon_sad.gif' alt=':-(' class='wp-smiley' /><br />
<span style="color:#99cc00;">+</span> Finalmente foram aprovadas as Normas abertas em Portugal<br />
<a href="http://abretesw.blogspot.com/2010/12/aprovadas-as-normas-abertas-de-software.html" target="_blank">http://abretesw.blogspot.com/2010/12/aprovadas-as-normas-abertas-de-software.html</a></p>
<p><span style="color:#99cc00;">+</span> O Android já se encontra na versão 3, e o mercado de smartphones com android não para de crescer, já está quase a chegar ao mesmo nível do iphone, em termos de quotas de mercado<br />
<a href="http://goo.gl/Z9J71" target="_blank">http://goo.gl/Z9J71</a><br />
<a href="http://goo.gl/TM8FI" target="_blank"> http://goo.gl/TM8FI</a><br />
<a href="http://goo.gl/2C46T" target="_blank">http://goo.gl/2C46T</a></p>
<p><span style="color:#99cc00;">+</span> O Chrome está a ganhar cada vez mais adeptos, sobretudo os programadores web, tem cada vez mais extensões / addons,  está cada vez mais próximo do Firefox !<br />
<a href="http://goo.gl/ovtOz" target="_blank">http://goo.gl/ovtOz</a><br />
<a href="http://goo.gl/qyJWt" target="_blank">http://goo.gl/qyJWt</a></p>
<p><span style="color:#99cc00;">+</span> O Firefox, na tentativa de se aproximar do Chrome e de ganhar de novo alguns adeptos perdidos para o Chrome, lança a versão 4, e explica qual a principal razção pela qual o Firefox 3.X não foi bem sucedido<br />
<a href="http://goo.gl/To0my" target="_blank">http://goo.gl/To0my</a><br />
<a href="http://goo.gl/qhLSj" target="_blank">http://goo.gl/qhLSj</a><br />
<a href="http://goo.gl/WT98c" target="_blank"> http://goo.gl/WT98c</a><br />
<a href="http://goo.gl/aq0M4" target="_blank">http://goo.gl/aq0M4</a></p>
<p><span style="color:#99cc00;">+ </span> Cada vez há mais jogos pra linux, e estes são bem mais rápidos do que os jogos para mac<br />
<a href="http://goo.gl/swonD" target="_blank">http://goo.gl/swonD</a></p>
<p><span style="color:#ff6600;">-</span> A Oracle tende a fechar o código ! <img src='http://s0.wp.com/wp-includes/images/smilies/icon_sad.gif' alt=':-(' class='wp-smiley' /> </p>
<p><span style="color:#00ff00;">+</span> Surgiu um novo fork do OpenOffice, o LibreOffice open source da Document Fundation, que conta com a colaboração dos ex-empregados da sun, e mais algumas pessoas &#8230; !<br />
<a href="http://goo.gl/stUiM" target="_blank">http://goo.gl/stUiM</a><br />
<a href="http://goo.gl/ElWwK" target="_blank">http://goo.gl/ElWwK</a></p>
<p><span style="color:#00ff00;">+</span> Saiu o Virtualbox 4.0 com novidades muito interessantes<br />
<a href="http://goo.gl/bz6MP" target="_blank">http://goo.gl/bz6MP</a></p>
<p><span style="color:#00ff00;">+</span> Os ambientes gráticos melhoraram, e estão cada vez mais amigáveis e agradáveis !<br />
O KDE já se encontra na sua versão 4.5.X, e há rumores da 4.6, e cada vez está mais estável e maduro<br />
O Gnome está a dar largos passos rumo à versão 3.0<br />
E o meego tá pronto para ser usado ! <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /><br />
<a href="http://goo.gl/uTstn" target="_blank">http://goo.gl/uTstn</a><br />
<a href="http://goo.gl/H9SPY" target="_blank">http://goo.gl/H9SPY</a><br />
<a href="http://goo.gl/ulUv6" target="_blank"> http://goo.gl/ulUv6</a></p>
<p><span style="color:#00ff00;">+</span> O Fedora 14 foi feito em tempo record, e é classificado de gold / medalha de ouro<br />
<a href="http://goo.gl/Aml06" target="_blank">http://goo.gl/Aml06</a></p>
<p><span style="color:#00ff00;">+</span> Várias distros estão a substituir o antigo e famoso X server pelo Wayland, que parece ser muito melhor<br />
<a href="http://goo.gl/8cund" target="_blank">http://goo.gl/8cund</a></p>
<p><span style="color:#ff6600;">-</span> A Novell foi vemdida à MIcrosoft. Espero q não se sucedam mais episódios como este ! <img src='http://s0.wp.com/wp-includes/images/smilies/icon_sad.gif' alt=':-(' class='wp-smiley' /><br />
<a href="http://goo.gl/lRoQ7" target="_blank">http://goo.gl/lRoQ7</a></p>
<p><span style="color:#ff6600;">-</span> O RPM Fusion tem os dias contados, e em vez disso teremos o Copr<br />
<a href="http://www.liangsuilong.info/?p=1207" target="_blank">http://www.liangsuilong.info/?p=1207</a></p>
<p>Bom, acho que está uma análise muito boa do que se passou em 2010 &#8230; muitos mais aspectos haveria por dizer, mas apenas escolhi os mais relevantes, senão nunca mais acabava ! <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /><br />
Se alguém quiser acrescentar mais um ponto, ou esclarecer outro &#8230; faça-o nos comentários deste post !</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/linuxbestchoice.wordpress.com/367/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/linuxbestchoice.wordpress.com/367/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/linuxbestchoice.wordpress.com/367/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/linuxbestchoice.wordpress.com/367/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/linuxbestchoice.wordpress.com/367/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/linuxbestchoice.wordpress.com/367/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/linuxbestchoice.wordpress.com/367/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/linuxbestchoice.wordpress.com/367/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/linuxbestchoice.wordpress.com/367/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/linuxbestchoice.wordpress.com/367/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/linuxbestchoice.wordpress.com/367/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/linuxbestchoice.wordpress.com/367/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/linuxbestchoice.wordpress.com/367/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/linuxbestchoice.wordpress.com/367/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=linuxbestchoice.wordpress.com&amp;blog=7828637&amp;post=367&amp;subd=linuxbestchoice&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://linuxbestchoice.wordpress.com/2010/12/28/o-melhor-e-o-pior-de-2010/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/a5b8565a9bb9ac7e0db9e9de48c02807?s=96&#38;d=&#38;r=G" medium="image">
			<media:title type="html">zefilipe</media:title>
		</media:content>
	</item>
		<item>
		<title>O &#8220;Linux é a melhor opção&#8221; precisa de ti</title>
		<link>http://linuxbestchoice.wordpress.com/2010/10/19/o-linux-e-a-melhor-opcao-precisa-de-ti/</link>
		<comments>http://linuxbestchoice.wordpress.com/2010/10/19/o-linux-e-a-melhor-opcao-precisa-de-ti/#comments</comments>
		<pubDate>Tue, 19 Oct 2010 13:11:04 +0000</pubDate>
		<dc:creator>José Filipe</dc:creator>
				<category><![CDATA[Artigos]]></category>
		<category><![CDATA[Notícias]]></category>
		<category><![CDATA[colaboradores]]></category>
		<category><![CDATA[distro]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[sistema operativo]]></category>

		<guid isPermaLink="false">http://linuxbestchoice.wordpress.com/?p=354</guid>
		<description><![CDATA[Já há algum tempo que não tenho colocado posts, meteram-se as férias, muito trabalho, e depois tava a aguardar a melhor altura para colocar este post no ar ! O &#8220;Linux é a melhor opção&#8221; precisa de ti, da tua colaboração, quem quiser colaborar no blog é sempre bem vindo ! Quando eu criei este [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=linuxbestchoice.wordpress.com&amp;blog=7828637&amp;post=354&amp;subd=linuxbestchoice&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Já há algum tempo que não tenho colocado posts, meteram-se as férias, muito trabalho, e depois tava a aguardar a melhor altura para colocar este post no ar !</p>
<p>O &#8220;Linux é a melhor opção&#8221; precisa de ti, da tua colaboração, quem quiser colaborar no blog é sempre bem vindo ! <img src='http://s1.wp.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /><br />
Quando eu criei este blog, e dei forma e corpo ao blog, a finalidade não era ter simplesmente um blog pessoal, mas efectivamente ter um blog em que participassem muitos ou pelo menos alguns colaboradores, de modo a dinamizar o blog, e deste modo conter novas notícias, dicas, &#8230; com maior regulariedade !</p>
<p>Ao colocarem posts, convém não descontextualizar os mesmos dos <a href="http://linuxbestchoice.wordpress.com/sobre/">objectivos deste blog</a>.<br />
Por exemplo: não vão falar de macacos num blog sobre Linux <img src='http://s0.wp.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':-D' class='wp-smiley' /> </p>
<p>As contribuições podem ser diversas, tais como, experiências e primeiras impressões com o Linux, dicas, notícias, tutoriais, artigos, posts de opinião e de partilha de ideias, comparação de distros &#8230; E não precisa ser um expert / utilizador avançado para colaborar, pode ser um iniciante ou utilizador médio, ou seja qualquer um q já teve e/ou tem algum contacto com o Linux !</p>
<p>Vantagens em colaborar neste blog:</p>
<ul>
<li>Poderás publicar posts referentes a qualquer distro, ou sobre coisas gerais a todas elas, não tendo que te restringires só a uma distro, como acontece noutros blogs;</li>
<li>Eu serei bastante liberal, e como tal poderás ver os teus posts publicados, tal não acontece em certos blogs que são demasiado restrictivos;</li>
<li>Disponibilizar notícias, análises &#8230; em primeira mão;</li>
<li>Passas a fazer parte duma equipa coesa;</li>
<li>Poderás trabalhar em equipa (ex: pesquisar as várias vertentes do andriod 3 para escrever um post com uma boa análise dele), claro se quiseres;</li>
<li>Poderás comunicar e partilhar ideias com os outros colaboradores e com o coordenador do blog (isso é uma coisa a pensar futuramente, já tenho algumas ideias), mas para já poderás contar com algum feedback <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </li>
</ul>
<p>Para se tornarem colaboradores, comentem neste blog, indicando no mínimo o nome, o email e se já tem alguma conta no wordpress !<br />
Depois são livres de fazerem uma pequena apresentação, mas isso é opcional, só faz se quiser !</p>
<p>Os colaboradores que ainda não têm conta no wordpress receberão um convite para se registarem no wordpress, do seguinte modo:</p>
<ol>
<li>entram no link <a href="https://pt.wordpress.com/signup/">https://pt.wordpress.com/signup/</a></li>
<li>Preenche todos os seus dados para se registar</li>
<li>Se não tem interesse em criar um blog no wordpress, escolha o opção &#8220;<strong>somente um nome de usuário, por favor</strong>&#8220;</li>
<li>Termine de completar os dados do formulário, salve seu perfil e confirme o e-mail;</li>
<li>Receberá um e-mail do wordpress para activar a sua conta. Clique no link que indica no e-mail para proceder à activação;</li>
<li>Agora é só abrir o e-mail do convite, e entrar no blog na parte de <a href="http://linuxbestchoice.wordpress.com/wp-admin">administração</a>, e já está !</li>
</ol>
<p>O Linux é a melhor opção, tem as portas abertas, portanto quem tiver boa vontade de colaborar disponha, e seja bem &#8211; vindo ! <img src='http://s0.wp.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':-D' class='wp-smiley' /><br />
Para qualquer dúvida / sugestão, comentem este post, ou na secção contacto deste blog !<br />
Juntos, vamos demonstrar que o número de utilizadores do Linux, ultrapassa em larga escala o<a href="http://under-linux.org/blogs/cammyl/linux-1%25-de-mercado-pela-primeira-vez-803/" target="_blank"> 1%</a>, e que o Linux foi, é e será sempre a melhor opção ! <img src='http://s1.wp.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/linuxbestchoice.wordpress.com/354/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/linuxbestchoice.wordpress.com/354/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/linuxbestchoice.wordpress.com/354/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/linuxbestchoice.wordpress.com/354/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/linuxbestchoice.wordpress.com/354/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/linuxbestchoice.wordpress.com/354/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/linuxbestchoice.wordpress.com/354/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/linuxbestchoice.wordpress.com/354/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/linuxbestchoice.wordpress.com/354/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/linuxbestchoice.wordpress.com/354/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/linuxbestchoice.wordpress.com/354/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/linuxbestchoice.wordpress.com/354/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/linuxbestchoice.wordpress.com/354/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/linuxbestchoice.wordpress.com/354/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=linuxbestchoice.wordpress.com&amp;blog=7828637&amp;post=354&amp;subd=linuxbestchoice&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://linuxbestchoice.wordpress.com/2010/10/19/o-linux-e-a-melhor-opcao-precisa-de-ti/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/a5b8565a9bb9ac7e0db9e9de48c02807?s=96&#38;d=&#38;r=G" medium="image">
			<media:title type="html">zefilipe</media:title>
		</media:content>
	</item>
	</channel>
</rss>
