<?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>TutoriALL &#187; linux</title>
	<atom:link href="http://www.tutoriall.com.br/tag/linux/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.tutoriall.com.br</link>
	<description>.. tutoriais sobre tudo que você procura ..</description>
	<lastBuildDate>Wed, 03 Aug 2011 12:34:57 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1</generator>
		<item>
		<title>Conexão SSH sempre ativa</title>
		<link>http://www.tutoriall.com.br/2008/04/08/conexao-ssh-sempre-ativa/</link>
		<comments>http://www.tutoriall.com.br/2008/04/08/conexao-ssh-sempre-ativa/#comments</comments>
		<pubDate>Tue, 08 Apr 2008 14:37:58 +0000</pubDate>
		<dc:creator>João Paulo</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[ssh]]></category>

		<guid isPermaLink="false">http://www.tutoriall.com.br/2008/04/08/conexao-ssh-sempre-ativa/</guid>
		<description><![CDATA[Adicionando a linha abaixo no final do arquivo /etc/ssh/sshd_config, ela irá mandar um ping a cada 2 minutos para manter sua conexão ssh ativa. ServerAliveInterval 120 obs.: o 120 é a quantidade de segundos do intervalo do ping, podendo ser mudada de acordo com a sua necessidade.]]></description>
			<content:encoded><![CDATA[<p>Adicionando a linha abaixo no final do arquivo /etc/ssh/sshd_config, ela irá mandar um ping a cada 2 minutos para manter sua conexão ssh ativa.</p>
<p><em>ServerAliveInterval 120</em></p>
<p>obs.: o 120 é a quantidade de segundos do intervalo do ping, podendo ser mudada de acordo com a sua necessidade.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.tutoriall.com.br/2008/04/08/conexao-ssh-sempre-ativa/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Configurando Java no firefox 3 no linux</title>
		<link>http://www.tutoriall.com.br/2008/03/18/configurando-java-no-firefox-3-no-linux/</link>
		<comments>http://www.tutoriall.com.br/2008/03/18/configurando-java-no-firefox-3-no-linux/#comments</comments>
		<pubDate>Tue, 18 Mar 2008 16:23:41 +0000</pubDate>
		<dc:creator>João Paulo</dc:creator>
				<category><![CDATA[firefox]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://www.tutoriall.com.br/2008/03/18/configurando-java-no-firefox-3-no-linux/</guid>
		<description><![CDATA[Primeiramente remova todos os links criados para as versões anteriores: libjavaplugin_oji.so $ wget http://www.java.net/download/jdk6/6u10/promoted/b13/binaries/jdk-6u10-beta-bin-b13-linux-i586-06_mar_2008.bin $ chmod +x jdk-6u10-beta-bin-b13-linux-i586-06_mar_2008.bin $ sudo mv jdk-6u10-beta-bin-b13-linux-i586-06_mar_2008.bin /opt/. $ cd /opt $ sudo ./jdk-6u10-beta-bin-b13-linux-i586-06_mar_2008.bin $ cd ~/.mozilla/plugins/ $ ln -s /opt/jdk1.6.0_10/jre/lib/i386/libnpjp2.so . $ cd /usr/lib/firefox/plugins/ $ sudo ln -s /opt/jdk1.6.0_10/jre/lib/i386/libnpjp2.so . $ cd ../../firefox-3.0b3/plugins $ sudo ln -s /opt/jdk1.6.0_10/jre/lib/i386/libnpjp2.so . [...]]]></description>
			<content:encoded><![CDATA[<p>Primeiramente remova todos os links criados para as versões anteriores: libjavaplugin_oji.so</p>
<p><code><br />
$ wget http://www.java.net/download/jdk6/6u10/promoted/b13/binaries/jdk-6u10-beta-bin-b13-linux-i586-06_mar_2008.bin<br />
$ chmod +x jdk-6u10-beta-bin-b13-linux-i586-06_mar_2008.bin<br />
$ sudo mv jdk-6u10-beta-bin-b13-linux-i586-06_mar_2008.bin /opt/.<br />
$ cd /opt<br />
$ sudo ./jdk-6u10-beta-bin-b13-linux-i586-06_mar_2008.bin<br />
$ cd ~/.mozilla/plugins/<br />
$ ln -s /opt/jdk1.6.0_10/jre/lib/i386/libnpjp2.so .<br />
$ cd /usr/lib/firefox/plugins/<br />
$ sudo ln -s /opt/jdk1.6.0_10/jre/lib/i386/libnpjp2.so .<br />
$ cd ../../firefox-3.0b3/plugins<br />
$ sudo ln -s /opt/jdk1.6.0_10/jre/lib/i386/libnpjp2.so .<br />
</code><br />
Reinicie o Firefox e teste!</p>
<p>Fonte: <a href="http://blog.jpbotelho.info" title="jpbotelho blog" target="_blank">JPBotelho blog </a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.tutoriall.com.br/2008/03/18/configurando-java-no-firefox-3-no-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

