<?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></title>
	<atom:link href="http://toprede.net/feed/" rel="self" type="application/rss+xml" />
	<link>http://toprede.net</link>
	<description></description>
	<lastBuildDate>Fri, 04 May 2012 12:17:43 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Os arquivos do Pen Driver sumiram</title>
		<link>http://toprede.net/2012/05/os-arquivos-do-pen-driver-sumiram/</link>
		<comments>http://toprede.net/2012/05/os-arquivos-do-pen-driver-sumiram/#comments</comments>
		<pubDate>Fri, 04 May 2012 12:17:18 +0000</pubDate>
		<dc:creator>TOPrede.net</dc:creator>
				<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://toprede.net/?p=112</guid>
		<description><![CDATA[De vez em quando os arquivos do pen driver desaparecem do nada, isso acontece geralmente com quem usa o windows. No prompt de comando dentro do pen driver execute: ATTRIB /D /S -s -h -r &#160;]]></description>
		<wfw:commentRss>http://toprede.net/2012/05/os-arquivos-do-pen-driver-sumiram/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Flash não funciona no Internet Explorer 7</title>
		<link>http://toprede.net/2010/10/flash-nao-funciona-no-internet-explorer-7/</link>
		<comments>http://toprede.net/2010/10/flash-nao-funciona-no-internet-explorer-7/#comments</comments>
		<pubDate>Thu, 07 Oct 2010 12:41:25 +0000</pubDate>
		<dc:creator>TOPrede.net</dc:creator>
				<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://toprede.net/?p=78</guid>
		<description><![CDATA[O Internet Explorer 7 tem um bug meio chato relacionado ao Flash Player. De repente, sem nenhum motivo aparente, este plugin pára de funcionar, e mesmo atualizando-o através do navegador (clicando naquela barrinha amarela que surge no topo da janela), ele continua não funcionando, mesmo com o IE dizendo o contrário. A forma mais fácil [...]]]></description>
		<wfw:commentRss>http://toprede.net/2010/10/flash-nao-funciona-no-internet-explorer-7/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fazendo backup das bases de dados do MySQL</title>
		<link>http://toprede.net/2010/09/fazendo-backup-das-bases-de-dados-do-mysql/</link>
		<comments>http://toprede.net/2010/09/fazendo-backup-das-bases-de-dados-do-mysql/#comments</comments>
		<pubDate>Wed, 22 Sep 2010 14:09:34 +0000</pubDate>
		<dc:creator>TOPrede.net</dc:creator>
				<category><![CDATA[Banco de dados]]></category>
		<category><![CDATA[banco]]></category>

		<guid isPermaLink="false">http://toprede.net/?p=72</guid>
		<description><![CDATA[Uma das grandes dúvidas de qualquer administrador iniciante é como fazer backup das bases de dados do MySQL, já que os dados são gravados e acessados através do servidor MySQL e não diretamente através de arquivos, como no caso dos arquivos referentes aos sites, salvos na pasta &#8220;/var/www&#8221;, por exemplo. As bases de dados do [...]]]></description>
		<wfw:commentRss>http://toprede.net/2010/09/fazendo-backup-das-bases-de-dados-do-mysql/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Recuperar senha do root do MySQL</title>
		<link>http://toprede.net/2010/09/recuperar-senha-do-root-do-mysql/</link>
		<comments>http://toprede.net/2010/09/recuperar-senha-do-root-do-mysql/#comments</comments>
		<pubDate>Fri, 10 Sep 2010 19:54:58 +0000</pubDate>
		<dc:creator>TOPrede.net</dc:creator>
				<category><![CDATA[Banco de dados]]></category>

		<guid isPermaLink="false">http://toprede.net/?p=54</guid>
		<description><![CDATA[Páre o MySQL e edite o arquivo my.cnf, pode se encontrar em /etc/my.cnf. Insira a linha: skip-grant-tables Dentro da seção [mysqld]. Reinicie o servidor e execute, no Shell: $ mysql Então: mysql&#62; UPDATE mysql.user SET password=PASSWORD(&#8216;nova_senha&#8217;) WHERE user=&#8217;root&#8217; AND host=&#8217;localhost&#8217;; mysql&#62; FLUSH PRIVILEGES; Saia do MySQL e edite o arquivo de configuração my.cnf, removendo a [...]]]></description>
		<wfw:commentRss>http://toprede.net/2010/09/recuperar-senha-do-root-do-mysql/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Instalando o servidor proftpd</title>
		<link>http://toprede.net/2010/08/instalando-o-servidor-proftpd/</link>
		<comments>http://toprede.net/2010/08/instalando-o-servidor-proftpd/#comments</comments>
		<pubDate>Fri, 13 Aug 2010 15:00:29 +0000</pubDate>
		<dc:creator>TOPrede.net</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://toprede.net/?p=50</guid>
		<description><![CDATA[1° Passo &#62; como usuário root # apt-get install proftpd Se você escolheu instalar de um repositório, ele irá perguntar qual o tipo de execução irá querer. Se tudo der certo o servidor estará instalado. Agora vamos configurar o arquivo de configuração do serviço: # pico /etc/proftpd/proftpd.conf #Nome do Servidor ServerName &#8221;Nome do seu servidor&#8221; [...]]]></description>
		<wfw:commentRss>http://toprede.net/2010/08/instalando-o-servidor-proftpd/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Instalando o OCOMON</title>
		<link>http://toprede.net/2010/08/instalando-o-ocomon/</link>
		<comments>http://toprede.net/2010/08/instalando-o-ocomon/#comments</comments>
		<pubDate>Fri, 13 Aug 2010 14:28:33 +0000</pubDate>
		<dc:creator>TOPrede.net</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://toprede.net/?p=48</guid>
		<description><![CDATA[1º Passo – Configurando o Usuário Root - Abra o terminal (Aplicativos &#62; Acessórios &#62; Terminal) - Vamos definir uma senha para o usuario root. Digite o comando # sudo passwd root - Inisira sua senha- Digite uma nova senha para o usuario root - As tarefas a seguinte devem ser executadas pelo root, para [...]]]></description>
		<wfw:commentRss>http://toprede.net/2010/08/instalando-o-ocomon/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Configurando endereço IP estático no Ubuntu Server</title>
		<link>http://toprede.net/2010/08/configurando-endereco-ip-estatico-no-ubuntu-server/</link>
		<comments>http://toprede.net/2010/08/configurando-endereco-ip-estatico-no-ubuntu-server/#comments</comments>
		<pubDate>Thu, 12 Aug 2010 12:50:05 +0000</pubDate>
		<dc:creator>TOPrede.net</dc:creator>
				<category><![CDATA[Redes]]></category>

		<guid isPermaLink="false">http://toprede.net/?p=45</guid>
		<description><![CDATA[Para configurar um endereço estático passo a passo: Log como super usuário (root) 1 &#8211; configurar um endereço ip fixo: sudo pico /etc/network/interfaces O arquivo devera estar com o seguinte conteúdo: auto eth0 iface eth0 inet dhcp Altere para: auto eth0 iface eth0 inet static address 192.168.1.10 netmask 255.255.255.0 network 192.168.1.0 broadcast 192.168.1.255 gateway 192.168.1.1 [...]]]></description>
		<wfw:commentRss>http://toprede.net/2010/08/configurando-endereco-ip-estatico-no-ubuntu-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Configurando o postgress</title>
		<link>http://toprede.net/2010/08/42/</link>
		<comments>http://toprede.net/2010/08/42/#comments</comments>
		<pubDate>Mon, 09 Aug 2010 20:07:28 +0000</pubDate>
		<dc:creator>TOPrede.net</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://toprede.net/?p=42</guid>
		<description><![CDATA[Primeiro entre super usuario (root) Vamos editar dois arquivos pg_hba.conf e postgresql.conf /usr/share/postgres/data/pg_hba.conf /usr/share/postgres/data/postgresql.conf entre no pg_hba.conf digitando &#62; pico /usr/share/postgres/data/pg_hba.conf Na ultima linha adicione host all all SEU IP SUA MASCARA md5 Ex: host all all 192.168.0.1 255.255.255.0 md5 Para permissao geral host all all all all md5  ou  host all all 0.0.0.0/0 md5 [...]]]></description>
		<wfw:commentRss>http://toprede.net/2010/08/42/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

