						<html xmlns="http://www.w3.org/1999/xhtml" xmlns:og="http://opengraphprotocol.org/schema/" xmlns:fb="http://www.facebook.com/2008/fbml">
			    <meta property="og:title" content="" />
				<meta property="og:type" content="blog" />
				<meta property="og:url" content="http://www.hugobarros.com.br/" />
				<meta property="og:image" content="http://www.hugobarros.com.br/favicon.ico" />
				<meta property="fb:app_id" content="161998340519180" />
				<meta property="og:description" content="Blog com dicas e tutoriais." />
	<?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>Software Livre, por Hugo Barros &#187; Instalação</title>
	<atom:link href="http://www.hugobarros.com.br/index.php/tag/instalacao/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.hugobarros.com.br</link>
	<description>... compartilhando idéias no mundo &#34;open&#34;</description>
	<lastBuildDate>Sat, 29 Oct 2011 17:31:14 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Configurar rede Ad-hoc no Ubuntu 9.04</title>
		<link>http://www.hugobarros.com.br/index.php/2009/10/configurar-rede-ad-hoc-no-ubuntu-9-04/</link>
		<comments>http://www.hugobarros.com.br/index.php/2009/10/configurar-rede-ad-hoc-no-ubuntu-9-04/#comments</comments>
		<pubDate>Tue, 27 Oct 2009 16:59:20 +0000</pubDate>
		<dc:creator>Hugo Barros</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[ad-hoc]]></category>
		<category><![CDATA[Instalação]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu 9.04]]></category>
		<category><![CDATA[wireless]]></category>

		<guid isPermaLink="false">http://hugobarros.com.br/?p=205</guid>
		<description><![CDATA[Com a atualização para versão 9.04 foi corrigida a instabilidade do módulo rt61pci responsável por suportar as placas pci wireless D-Link, agora irei mostrar como configurar facilmente uma rede entre dois ou mais computadores utilizando a placa de rede wireless. &#8230; <a href="http://www.hugobarros.com.br/index.php/2009/10/configurar-rede-ad-hoc-no-ubuntu-9-04/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<div>
<p style="text-align: justify;"><img class="alignnone size-medium wp-image-206" title="computer_wifi" src="http://hugobarros.com.br/wp-content/uploads/computer_wifi-281x300.png" alt="computer_wifi" width="281" height="300" /></p>
<p style="text-align: justify;">Com a atualização para versão 9.04 foi corrigida a instabilidade do módulo rt61pci responsável por suportar as placas pci wireless D-Link, agora irei mostrar como configurar facilmente uma rede entre dois ou mais computadores utilizando a placa de rede wireless.</p>
<p style="text-align: justify;"><span id="more-205"></span></p>
<p style="text-align: justify;">Primeiro execute o comando iwconfig e verifique o alias da placa de rede, no meu caso é wlan0, como no exemplo abaixo:</p>
<p style="text-align: justify;">Para as configurações abaixo são necessários privilégios de root.</p>
<p style="text-align: justify;">Abra o terminal e execute os seguintes comandos:</p>
<p style="text-align: justify;"><strong><code> ifconfig wlan0 192.168.0.1 netmask 255.255.255.0 up<br />
iwconfig wlan0 mode Ad-Hoc<br />
iwconfig wlan0 essid ubuntu<br />
iwconfig wlan0 channel 10<br />
iwconfig wlan0 key restricted s:senha12345678</code></strong></p>
<p style="text-align: justify;">A criptografia por padrão é WEP, então na última linha é definida a senha da rede, a senha deve ter exatamente 5 ou 13 digitos, caso a senha seja somente números retire o “s:” antes da senha ou ainda caso queira deixar sem senha apenas coloque off, ficando # iwconfig wlan0 key off.<br />
No essid é o nome da rede, você pode escolher qualquer nome.</p>
<p style="text-align: justify;">No outro computador basta utilizar a mesma configuração, alterando logicamente apenas o endereço ip na primeira linha, para por exemplo 192.168.0.2 .</p>
<p style="text-align: justify;">Até a próxima.</p>
</div>
<div style="float: right; margin-left: 10px;"><a href="http://twitter.com/share?url=http://www.hugobarros.com.br/index.php/2009/10/configurar-rede-ad-hoc-no-ubuntu-9-04/&via=_hugo&text=Configurar rede Ad-hoc no Ubuntu 9.04&related=:&lang=en&count=horizontal" class="twitter-share-button">Tweet</a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script></div><div style="float: right; margin-left: 10px;"><a href="http://twitter.com/share?url=http://www.hugobarros.com.br/index.php/2009/10/configurar-rede-ad-hoc-no-ubuntu-9-04/&via=_hugo&text=Configurar rede Ad-hoc no Ubuntu 9.04&related=:&lang=en&count=horizontal" class="twitter-share-button">Tweet</a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script></div><br /><p><fb:like href='http://www.hugobarros.com.br/index.php/2009/10/configurar-rede-ad-hoc-no-ubuntu-9-04/'></fb:like></p>]]></content:encoded>
			<wfw:commentRss>http://www.hugobarros.com.br/index.php/2009/10/configurar-rede-ad-hoc-no-ubuntu-9-04/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Instalando KDE 4.1 no Ubuntu 8.04</title>
		<link>http://www.hugobarros.com.br/index.php/2008/08/instalando-kde-41-no-ubuntu-804/</link>
		<comments>http://www.hugobarros.com.br/index.php/2008/08/instalando-kde-41-no-ubuntu-804/#comments</comments>
		<pubDate>Sat, 30 Aug 2008 03:02:02 +0000</pubDate>
		<dc:creator>Hugo Barros</dc:creator>
				<category><![CDATA[Tutoriais]]></category>
		<category><![CDATA[Instalação]]></category>
		<category><![CDATA[KDE]]></category>
		<category><![CDATA[KDE 4.1]]></category>

		<guid isPermaLink="false">http://hugobarros.freetzi.com/?p=16</guid>
		<description><![CDATA[Esse vai pra quem tá afim de mudar um pouco do laranja pro azul e/ou ter opção de escolher qual interface usar na hora de inicializar o sistema, Primeiro vamos colocar o repositório do KDE no Ubuntu: Abra o menu &#8230; <a href="http://www.hugobarros.com.br/index.php/2008/08/instalando-kde-41-no-ubuntu-804/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<div class="wp-caption aligncenter" style="width: 320px"><img title="KDE 4.1" src="http://tombuntu.com/wp-content/uploads/2008/07/kde41.jpg" alt="KDE" width="310" height="141" /><p class="wp-caption-text">Instalando o KDE 4.1</p></div>
<table border="0">
<tbody>
<tr>
<td>Esse vai pra quem tá afim de mudar um pouco do laranja pro azul e/ou ter opção de escolher qual interface usar na hora de inicializar o sistema,</p>
<p>Primeiro vamos colocar o repositório do KDE no Ubuntu:</p>
<p>Abra o menu <em><span style="color: #999999;">Sistema-&gt; Administração-&gt;Canais de Sofrware</span> </em>e selecione a aba <em>&#8220;<span style="color: #999999;">Programas de Terceiros</span>&#8220;</em></p>
<p>Feito isso, clique em &#8220;<span style="color: #999999;"><em>Adicionar</em></span>&#8221; e cole este repositório:</p>
<p><strong><code>deb http://ppa.launchpad.net/kubuntu-members-kde4/ubuntu hardy main</code></strong></p>
<p>Abra o prompt de comando agora e digite:</p>
<p><strong>sudo apt-get update</strong></p>
<p>Agora é só executar no prompt:</p>
<p><strong><code>sudo apt-get install kubuntu-kde4-desktop</code></strong></p>
<p>Pronto! Concluído o download. Você terá o KDE 4.1 completo em seu pc.</p>
<p>Valeu Galera. Até o próximo.!</td>
</tr>
</tbody>
</table>
<div style="float: right; margin-left: 10px;"><a href="http://twitter.com/share?url=http://www.hugobarros.com.br/index.php/2008/08/instalando-kde-41-no-ubuntu-804/&via=_hugo&text=Instalando KDE 4.1 no Ubuntu 8.04&related=:&lang=en&count=horizontal" class="twitter-share-button">Tweet</a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script></div><div style="float: right; margin-left: 10px;"><a href="http://twitter.com/share?url=http://www.hugobarros.com.br/index.php/2008/08/instalando-kde-41-no-ubuntu-804/&via=_hugo&text=Instalando KDE 4.1 no Ubuntu 8.04&related=:&lang=en&count=horizontal" class="twitter-share-button">Tweet</a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script></div><br /><p><fb:like href='http://www.hugobarros.com.br/index.php/2008/08/instalando-kde-41-no-ubuntu-804/'></fb:like></p>]]></content:encoded>
			<wfw:commentRss>http://www.hugobarros.com.br/index.php/2008/08/instalando-kde-41-no-ubuntu-804/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

