<?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>coding &#187; ubuntu</title>
	<atom:link href="http://www.coding.com.br/category/ubuntu/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.coding.com.br</link>
	<description>have you coded today?</description>
	<lastBuildDate>Thu, 18 Aug 2011 17:29:43 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>BeagleBoard and Ubuntu 11.04 (beta 1) headless install</title>
		<link>http://www.coding.com.br/ubuntu/beagleboard-and-ubuntu-11-04-beta-1-headless-install/</link>
		<comments>http://www.coding.com.br/ubuntu/beagleboard-and-ubuntu-11-04-beta-1-headless-install/#comments</comments>
		<pubDate>Tue, 12 Apr 2011 03:57:45 +0000</pubDate>
		<dc:creator>Tiago Maluta</dc:creator>
				<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[arm]]></category>

		<guid isPermaLink="false">http://www.coding.com.br/?p=1660</guid>
		<description><![CDATA[Ubuntu OMAP team is doing a really good job by adding a headless installation of 11.04 release. I had a good impression trying on BeagleBoard (revC) and the process is straightforward (read the documentation) but I needed made a slight change at u-boot bootcmd env, so I decided share:
mmc init
mmc rescan 0
fatload mmc 0 0&#215;82000000 [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">Ubuntu <a href="https://wiki.ubuntu.com/ARM/OMAP" target="_blank">OMAP</a> team is doing a really good job by adding a <em><a href="https://wiki.ubuntu.com/ARM/OMAPHeadlessInstall" target="_blank">headless installation</a></em> of 11.04 <a href="http://cdimage.ubuntu.com/ubuntu-headless/releases/11.04/beta-1/" target="_blank">release</a>. I had a good impression trying on BeagleBoard (revC) and the process is straightforward (read the documentation)<em> but</em> I needed made a slight change at u-boot <em>bootcmd</em> env, so I decided share:</p>
<p style="padding-left: 30px;">mmc init<br />
<strong>mmc rescan 0</strong><br />
fatload mmc 0 0&#215;82000000 boot.scr<br />
source 0&#215;82000000</p>
<p>After install&#8230; I put a usb/ethernet dongle and got fully supported by APT syncing from <a href="http://ports.ubuntu.com" target="_blank">ports.ubuntu.com</a> <img src='http://www.coding.com.br/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p style="text-align: center;"><img class="aligncenter" title="BeagleBoard + USB/Ethernet dongle" src="http://farm5.static.flickr.com/4105/5612224154_5f56dcd14c.jpg" alt="My Beagle setup" width="500" height="375" /></p>
<p style="text-align: left;">I suggest try it.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.coding.com.br/ubuntu/beagleboard-and-ubuntu-11-04-beta-1-headless-install/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Update (Estranho) do Apache no Ubuntu</title>
		<link>http://www.coding.com.br/ubuntu/update-estranho-do-apache-no-ubuntu/</link>
		<comments>http://www.coding.com.br/ubuntu/update-estranho-do-apache-no-ubuntu/#comments</comments>
		<pubDate>Fri, 26 Jun 2009 16:44:56 +0000</pubDate>
		<dc:creator>Celso Fernandes</dc:creator>
				<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[atualização]]></category>
		<category><![CDATA[lts]]></category>
		<category><![CDATA[segurança]]></category>

		<guid isPermaLink="false">http://www.coding.com.br/?p=14</guid>
		<description><![CDATA[comentários sobre o novo update do Apache no Ubuntu 8.04LTS]]></description>
			<content:encoded><![CDATA[<p>&#8220;Hoje apareceu para fazer a atualização para uma nova versão do Apache, mas perae, já o fiz semana retrasada isso!&#8221;, você também se fez essa pergunta, pois é..<br />
O Ubuntu <a href="http://www.ubuntu.com/usn">USN</a> publicou no dia 12 de junho um <a href="http://www.ubuntu.com/usn/usn-787-1">security notice</a> referente ao Apache e que deveria atualizar para a versão 2.2.8-1ubuntu0.8 (isso no 8.04LTS) e hoje me aparece disponível um pacote versão 2.2.8-1ubuntu0.9, sem publicação no USN sobre este pacote.</p>
<p>Verificando o <a href="http://changelogs.ubuntu.com/changelogs/pool/main/a/apache2/apache2_2.2.8-1ubuntu0.9/changelog">changelog</a>, encontrei a seguinte info:</p>
<p>apache2 (2.2.8-1ubuntu0.9) hardy-proposed; urgency=low</p>
<p>  * debian/patches//101_fix-spinning-mod_proxy.dpatch: Fix mod_proxy<br />
    with SSL using all the CPU. (LP: #306293)</p>
<p> &#8212; Chuck Short <zulcss@ubuntu.com>  Fri, 13 Feb 2009 15:43:29 +0000</p>
<p>é, pelo visto só temos security update, quando temos um CVE envolvido, e quem usa Apache (ainda mais em uma versão LTS) vai dando apt-get update &#038;&#038; apt-get upgrade toda noite pra não ter uma bela surpresa.</p>
<p>ps: Adoro atualização automática de serviços, principalmente quando eles não voltam na reinicialização automática.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.coding.com.br/ubuntu/update-estranho-do-apache-no-ubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Baixo Desempenho Intel Ubuntu 9.04</title>
		<link>http://www.coding.com.br/ubuntu/baixo-desempenho-intel-ubuntu-904/</link>
		<comments>http://www.coding.com.br/ubuntu/baixo-desempenho-intel-ubuntu-904/#comments</comments>
		<pubDate>Wed, 24 Jun 2009 12:30:00 +0000</pubDate>
		<dc:creator>Celso Fernandes</dc:creator>
				<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[9.04]]></category>
		<category><![CDATA[configuração]]></category>
		<category><![CDATA[intel]]></category>
		<category><![CDATA[regressão]]></category>

		<guid isPermaLink="false">http://www.coding.com.br/?p=4</guid>
		<description><![CDATA[Já tentou as dicas para o problema de regressão de desempenho das placas intel (driver: intel) no Ubuntu 9.04 e mesmo assim continua com baixo desempenho?
tente adicionar a linha Option      &#8220;XAANoOffscreenPixmaps&#8221;, na sua section &#8220;Device&#8221;, ficando assim:
Section &#8220;Device&#8221;
Identifier  &#8220;Configured Video Device&#8221;
Option      &#8220;XAANoOffscreenPixmaps&#8221;
EndSection
meu glxgears (sim, [...]]]></description>
			<content:encoded><![CDATA[<p>Já tentou as dicas para o problema de regressão de desempenho das placas intel (driver: intel) no Ubuntu 9.04 e mesmo assim continua com baixo desempenho?</p>
<p>tente adicionar a linha Option      &#8220;XAANoOffscreenPixmaps&#8221;, na sua section &#8220;Device&#8221;, ficando assim:</p>
<p><em>Section &#8220;Device&#8221;<br />
Identifier  &#8220;Configured Video Device&#8221;<br />
Option      &#8220;XAANoOffscreenPixmaps&#8221;<br />
EndSection</em></p>
<p>meu glxgears (sim, apesar de não ser tãooo confiável ajuda como métrica), subiu de 150FPS para 500FPS em uma Intel Corporation Mobile 945GM.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.coding.com.br/ubuntu/baixo-desempenho-intel-ubuntu-904/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->
