<?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>pra não esquecer...</title>
	<atom:link href="http://www.republicavirtual.com.br/blog/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.republicavirtual.com.br/blog</link>
	<description></description>
	<lastBuildDate>Mon, 08 Mar 2010 19:46:03 +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>postgresql &#8211; show full processlist</title>
		<link>http://www.republicavirtual.com.br/blog/2010/03/08/postgresql-show-full-processlist/</link>
		<comments>http://www.republicavirtual.com.br/blog/2010/03/08/postgresql-show-full-processlist/#comments</comments>
		<pubDate>Mon, 08 Mar 2010 19:46:03 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Postgre SQL]]></category>

		<guid isPermaLink="false">http://www.republicavirtual.com.br/blog/?p=565</guid>
		<description><![CDATA[SELECT pg_stat_get_backend_pid(S.backendid) AS procpid,
pg_stat_get_backend_activity(S.backendid) AS current_query
FROM (SELECT pg_stat_get_backend_idset() AS backendid) AS S;
]]></description>
			<content:encoded><![CDATA[<p>SELECT pg_stat_get_backend_pid(S.backendid) AS procpid,<br />
pg_stat_get_backend_activity(S.backendid) AS current_query<br />
FROM (SELECT pg_stat_get_backend_idset() AS backendid) AS S;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.republicavirtual.com.br/blog/2010/03/08/postgresql-show-full-processlist/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>md3000i tuning</title>
		<link>http://www.republicavirtual.com.br/blog/2010/02/11/md3000i-tuning/</link>
		<comments>http://www.republicavirtual.com.br/blog/2010/02/11/md3000i-tuning/#comments</comments>
		<pubDate>Thu, 11 Feb 2010 18:43:35 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[xalassa]]></category>

		<guid isPermaLink="false">http://www.republicavirtual.com.br/blog/?p=561</guid>
		<description><![CDATA[Alguns comandos so estao disponiveis via console, pelo smcli
Documentacao completa:
http://support.dell.com/support/edocs/systems/md3000i/en/2ndgen/CLI/HTML/scriptcm.htm#wp1109023
http://support.dell.com/support/edocs/systems/md3000i/en/2ndgen/CLI/HTML/scriptcm.htm#wp1350375
Outras informacoes nao oficiais:
http://blogs.smugmug.com/don/2007/10/01/dell-md3000-great-das-db-storage/
;lista os discos e configs
smcli %IP_ADM% -p %SENHA% -c &#8220;show allVirtualDisks;&#8221;
;config de um disco especifico
smcli %IP_ADM% -p %SENHA% -c &#8220;show virtualDisk[\"%nome_disco%\"];&#8221;
;trocar tamanho do bloco
smcli %IP_ADM% -p %SENHA% -c &#8220;set virtualDisk[\"%nome_disco%\"] segmentSize=512;&#8221;
;trocar controlador preferencial (0 ou 1)
smcli %IP_ADM% -p %SENHA% -c &#8220;set virtualDisk[\"%nome_disco%\"] owner=0;&#8221;
]]></description>
			<content:encoded><![CDATA[<p>Alguns comandos so estao disponiveis via console, pelo smcli</p>
<p>Documentacao completa:</p>
<p>http://support.dell.com/support/edocs/systems/md3000i/en/2ndgen/CLI/HTML/scriptcm.htm#wp1109023</p>
<p>http://support.dell.com/support/edocs/systems/md3000i/en/2ndgen/CLI/HTML/scriptcm.htm#wp1350375</p>
<p>Outras informacoes nao oficiais:</p>
<p>http://blogs.smugmug.com/don/2007/10/01/dell-md3000-great-das-db-storage/</p>
<p>;lista os discos e configs<br />
smcli %IP_ADM% -p %SENHA% -c &#8220;show allVirtualDisks;&#8221;<br />
;config de um disco especifico<br />
smcli %IP_ADM% -p %SENHA% -c &#8220;show virtualDisk[\"%nome_disco%\"];&#8221;<br />
;trocar tamanho do bloco</p>
<p>smcli %IP_ADM% -p %SENHA% -c &#8220;set virtualDisk[\"%nome_disco%\"] segmentSize=512;&#8221;<br />
;trocar controlador preferencial (0 ou 1)</p>
<p>smcli %IP_ADM% -p %SENHA% -c &#8220;set virtualDisk[\"%nome_disco%\"] owner=0;&#8221;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.republicavirtual.com.br/blog/2010/02/11/md3000i-tuning/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>sort com count via shell</title>
		<link>http://www.republicavirtual.com.br/blog/2010/02/03/sort-com-count-via-shell/</link>
		<comments>http://www.republicavirtual.com.br/blog/2010/02/03/sort-com-count-via-shell/#comments</comments>
		<pubDate>Wed, 03 Feb 2010 16:45:53 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.republicavirtual.com.br/blog/?p=558</guid>
		<description><![CDATA[cat blablabla &#124;awk &#8216;{print $7}&#8217; &#124; sort &#124; uniq -cd &#124; sort
]]></description>
			<content:encoded><![CDATA[<p>cat blablabla |awk &#8216;{print $7}&#8217; | sort | uniq -cd | sort</p>
]]></content:encoded>
			<wfw:commentRss>http://www.republicavirtual.com.br/blog/2010/02/03/sort-com-count-via-shell/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ssh tar copia remota</title>
		<link>http://www.republicavirtual.com.br/blog/2010/01/08/ssh-tar-copia-remota/</link>
		<comments>http://www.republicavirtual.com.br/blog/2010/01/08/ssh-tar-copia-remota/#comments</comments>
		<pubDate>Fri, 08 Jan 2010 05:18:49 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[ssh]]></category>
		<category><![CDATA[tar]]></category>

		<guid isPermaLink="false">http://www.republicavirtual.com.br/blog/?p=556</guid>
		<description><![CDATA[copiar de um servidor para outro diretamente em um servidor intermediario! =)
intermediario# ssh SRV_Origem &#8220;cd /home; tar -cf &#8211; diretorio/; &#8221; &#124; ssh SRV_Destino &#8220;cd /home; tar -xvf -&#8221;
]]></description>
			<content:encoded><![CDATA[<p>copiar de um servidor para outro diretamente em um servidor intermediario! =)</p>
<p>intermediario# ssh SRV_Origem &#8220;cd /home; tar -cf &#8211; diretorio/; &#8221; | ssh SRV_Destino &#8220;cd /home; tar -xvf -&#8221;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.republicavirtual.com.br/blog/2010/01/08/ssh-tar-copia-remota/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>auto login windows xp</title>
		<link>http://www.republicavirtual.com.br/blog/2010/01/06/auto-login-windows-xp/</link>
		<comments>http://www.republicavirtual.com.br/blog/2010/01/06/auto-login-windows-xp/#comments</comments>
		<pubDate>Thu, 07 Jan 2010 01:03:27 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.republicavirtual.com.br/blog/?p=554</guid>
		<description><![CDATA[iniciar / executar / control userpasswords2
Desmarcar &#8220;os usuarios devem digitar bla bla bla&#8221;
]]></description>
			<content:encoded><![CDATA[<p>iniciar / executar / control userpasswords2</p>
<p>Desmarcar &#8220;os usuarios devem digitar bla bla bla&#8221;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.republicavirtual.com.br/blog/2010/01/06/auto-login-windows-xp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>killall process mssql</title>
		<link>http://www.republicavirtual.com.br/blog/2010/01/05/killall-process-mssql/</link>
		<comments>http://www.republicavirtual.com.br/blog/2010/01/05/killall-process-mssql/#comments</comments>
		<pubDate>Tue, 05 Jan 2010 21:57:03 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[xalassa]]></category>

		<guid isPermaLink="false">http://www.republicavirtual.com.br/blog/?p=552</guid>
		<description><![CDATA[http://www.chapterzero.co.uk/articles/ms-sql-server-kill-all-processes.aspx
]]></description>
			<content:encoded><![CDATA[<p>http://www.chapterzero.co.uk/articles/ms-sql-server-kill-all-processes.aspx</p>
]]></content:encoded>
			<wfw:commentRss>http://www.republicavirtual.com.br/blog/2010/01/05/killall-process-mssql/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>hospedagem com svn</title>
		<link>http://www.republicavirtual.com.br/blog/2010/01/04/hospedagem-com-svn/</link>
		<comments>http://www.republicavirtual.com.br/blog/2010/01/04/hospedagem-com-svn/#comments</comments>
		<pubDate>Mon, 04 Jan 2010 12:02:48 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[xalassa]]></category>

		<guid isPermaLink="false">http://www.republicavirtual.com.br/blog/?p=549</guid>
		<description><![CDATA[A KingHost lançou hospedagem com svn no ano passado, recentemente liberou hospedagem para todas as plataformas.
Com um sistema que integra os arquivos publicados no site, com o trunk do svn, podendo ser configurado o auto-export automático para todos os arquivos modificados dentro do trunk.
Para quem é desenvolvedor é perfeito, segue novamente minha recomendação para quem [...]]]></description>
			<content:encoded><![CDATA[<p>A KingHost lançou hospedagem com svn no ano passado, recentemente liberou hospedagem para todas as plataformas.</p>
<p>Com um sistema que integra os arquivos publicados no site, com o trunk do svn, podendo ser configurado o auto-export automático para todos os arquivos modificados dentro do trunk.</p>
<p>Para quem é desenvolvedor é perfeito, segue novamente minha recomendação para quem desenvolve!</p>
<p>Segue um código promocional para ter 15% de desconto durante 3 meses:<br />
<strong>Código promocional: <a href="http://www.kinghost.com.br/promo/BIGDESCONTO.html">BIGDESCONTO</a></strong></p>
<p>veja também:<br />
<a href="http://www.republicavirtual.com.br/blog/2009/09/22/codigo-promocional-kinghost-3/">código promocional kinghost</a><br />
<a href="http://www.republicavirtual.com.br/blog/2009/09/22/codigo-kinghost/">código kinghost</a><br />
<a href="http://www.republicavirtual.com.br/blog/2009/09/22/15-de-desconto-kinghost/">15% de desconto kinghost </a><br />
<a href="http://www.republicavirtual.com.br/blog/2009/09/22/desconto-kinghost/">desconto kinghost </a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.republicavirtual.com.br/blog/2010/01/04/hospedagem-com-svn/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Rodando vSphere no windows 7</title>
		<link>http://www.republicavirtual.com.br/blog/2009/12/22/rodando-vsphere-no-windows-7/</link>
		<comments>http://www.republicavirtual.com.br/blog/2009/12/22/rodando-vsphere-no-windows-7/#comments</comments>
		<pubDate>Tue, 22 Dec 2009 23:51:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[vmware]]></category>

		<guid isPermaLink="false">http://www.republicavirtual.com.br/blog/?p=546</guid>
		<description><![CDATA[fiquei de cara que não estava funcionando, procurei bastante, mas acabei encontrado&#8230;
http://xtravirt.com/running-vmware-vsphere-client-windows-7
]]></description>
			<content:encoded><![CDATA[<p>fiquei de cara que não estava funcionando, procurei bastante, mas acabei encontrado&#8230;</p>
<p><a href="http://xtravirt.com/running-vmware-vsphere-client-windows-7" target="_blank">http://xtravirt.com/running-vmware-vsphere-client-windows-7</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.republicavirtual.com.br/blog/2009/12/22/rodando-vsphere-no-windows-7/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>disable session in database joomla</title>
		<link>http://www.republicavirtual.com.br/blog/2009/12/22/disable-session-in-database-joomla/</link>
		<comments>http://www.republicavirtual.com.br/blog/2009/12/22/disable-session-in-database-joomla/#comments</comments>
		<pubDate>Tue, 22 Dec 2009 23:30:56 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.republicavirtual.com.br/blog/?p=544</guid>
		<description><![CDATA[Change in /configuration.php
from:
var $session_handler = &#8216;database&#8217;;
to:
var $session_handler = &#8216;none&#8217;;
]]></description>
			<content:encoded><![CDATA[<p>Change in /configuration.php</p>
<p>from:</p>
<p>var $session_handler = &#8216;database&#8217;;</p>
<p>to:</p>
<p>var $session_handler = &#8216;none&#8217;;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.republicavirtual.com.br/blog/2009/12/22/disable-session-in-database-joomla/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>níveis de raid</title>
		<link>http://www.republicavirtual.com.br/blog/2009/11/30/niveis-de-raid/</link>
		<comments>http://www.republicavirtual.com.br/blog/2009/11/30/niveis-de-raid/#comments</comments>
		<pubDate>Mon, 30 Nov 2009 14:10:23 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[xalassa]]></category>
		<category><![CDATA[raid]]></category>

		<guid isPermaLink="false">http://www.republicavirtual.com.br/blog/?p=541</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[]]></content:encoded>
			<wfw:commentRss>http://www.republicavirtual.com.br/blog/2009/11/30/niveis-de-raid/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>AoE &#8211; ata over ethernet</title>
		<link>http://www.republicavirtual.com.br/blog/2009/11/30/aoe-ata-over-ethernet/</link>
		<comments>http://www.republicavirtual.com.br/blog/2009/11/30/aoe-ata-over-ethernet/#comments</comments>
		<pubDate>Mon, 30 Nov 2009 05:17:11 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[xalassa]]></category>

		<guid isPermaLink="false">http://www.republicavirtual.com.br/blog/?p=538</guid>
		<description><![CDATA[http://sourceforge.net/projects/aoetools/
http://www.etherboot.org/wiki/aoe
]]></description>
			<content:encoded><![CDATA[<p>http://sourceforge.net/projects/aoetools/</p>
<p>http://www.etherboot.org/wiki/aoe</p>
]]></content:encoded>
			<wfw:commentRss>http://www.republicavirtual.com.br/blog/2009/11/30/aoe-ata-over-ethernet/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>montando imagens de disco dd</title>
		<link>http://www.republicavirtual.com.br/blog/2009/11/30/montando-imagens-de-disco-dd/</link>
		<comments>http://www.republicavirtual.com.br/blog/2009/11/30/montando-imagens-de-disco-dd/#comments</comments>
		<pubDate>Mon, 30 Nov 2009 04:55:55 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[dd]]></category>
		<category><![CDATA[mount]]></category>

		<guid isPermaLink="false">http://www.republicavirtual.com.br/blog/?p=536</guid>
		<description><![CDATA[arquivos .dd são geralmente utilizadas para criar cópias de discos físicos com todas partições.
Para montar este tipo de arquivo, primeiro deve ser lido o conteúdo, para isso use:
# fdisk -l -u arquivo.dd
Para montar, você deve fazer um calculo multiplicando o setor inicial x nr de bytes por setor, exemplo:
# fdisk -l -u x86_64.dd
You must set [...]]]></description>
			<content:encoded><![CDATA[<p>arquivos .dd são geralmente utilizadas para criar cópias de discos físicos com todas partições.</p>
<p>Para montar este tipo de arquivo, primeiro deve ser lido o conteúdo, para isso use:<br />
# fdisk -l -u arquivo.dd</p>
<p>Para montar, você deve fazer um calculo multiplicando o setor inicial x nr de bytes por setor, exemplo:</p>
<pre># fdisk -l -u x86_64.dd
You must set cylinders.
You can do this from the extra functions menu.

Disk VMware-VMvisor-big-171294-x86_64.dd: 0 MB, 0 bytes
64 heads, 32 sectors/track, 0 cylinders, total 0 sectors
Units = sectors of 1 * 512 = 512 bytes

 Device Boot      Start         End      Blocks   Id  System
x86_64.dd1            8192     1843199      917504    5  Extended
x86_64.dd4   *          32        8191        4080    4  FAT16 &lt;32M
x86_64.dd5            8224      520191      255984    6  FAT16
x86_64.dd6          520224     1032191      255984    6  FAT16
x86_64.dd7         1032224     1257471      112624   fc  Unknown
x86_64.dd8         1257504     1843199      292848    6  FAT16</pre>
<p>Neste caso para montar a 2 partição (8224) utilizariamos 8224*512:<br />
# mount -t vfat -o loop,ro,offset=4210688 x86_64.dd diretorioDestino/</p>
]]></content:encoded>
			<wfw:commentRss>http://www.republicavirtual.com.br/blog/2009/11/30/montando-imagens-de-disco-dd/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>etherboot</title>
		<link>http://www.republicavirtual.com.br/blog/2009/11/29/etherboot/</link>
		<comments>http://www.republicavirtual.com.br/blog/2009/11/29/etherboot/#comments</comments>
		<pubDate>Sun, 29 Nov 2009 18:07:24 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[xalassa]]></category>
		<category><![CDATA[iscsi]]></category>

		<guid isPermaLink="false">http://www.republicavirtual.com.br/blog/?p=533</guid>
		<description><![CDATA[boot via iscsi, http server, nfs, tftpd
http://etherboot.org/
]]></description>
			<content:encoded><![CDATA[<p>boot via iscsi, http server, nfs, tftpd</p>
<p>http://etherboot.org/</p>
]]></content:encoded>
			<wfw:commentRss>http://www.republicavirtual.com.br/blog/2009/11/29/etherboot/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>linux storage distro</title>
		<link>http://www.republicavirtual.com.br/blog/2009/11/29/linux-storage-distro/</link>
		<comments>http://www.republicavirtual.com.br/blog/2009/11/29/linux-storage-distro/#comments</comments>
		<pubDate>Sun, 29 Nov 2009 17:55:10 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[File server]]></category>
		<category><![CDATA[iscsi]]></category>
		<category><![CDATA[Operating system]]></category>

		<guid isPermaLink="false">http://www.republicavirtual.com.br/blog/?p=529</guid>
		<description><![CDATA[http://www.openfiler.com/
Uma distribuição voltada para criar um linux storage server, com nfs, iscsi target, smb&#8230;

]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.openfiler.com/" target="_blank">http://www.openfiler.com/</a></p>
<p>Uma distribuição voltada para criar um linux storage server, com nfs, iscsi target, smb&#8230;</p>
<div class="zemanta-pixie" style="margin-top: 10px; height: 15px;"><a class="zemanta-pixie-a" title="Reblog this post [with Zemanta]" href="http://reblog.zemanta.com/zemified/d2909c63-2c69-4033-be49-96dc426ee849/"><img class="zemanta-pixie-img" style="border: medium none; float: right;" src="http://img.zemanta.com/reblog_e.png?x-id=d2909c63-2c69-4033-be49-96dc426ee849" alt="Reblog this post [with Zemanta]" /></a><span class="zem-script more-related pretty-attribution"><script src="http://static.zemanta.com/readside/loader.js" type="text/javascript"></script></span></div>
]]></content:encoded>
			<wfw:commentRss>http://www.republicavirtual.com.br/blog/2009/11/29/linux-storage-distro/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>image search</title>
		<link>http://www.republicavirtual.com.br/blog/2009/11/22/image-search/</link>
		<comments>http://www.republicavirtual.com.br/blog/2009/11/22/image-search/#comments</comments>
		<pubDate>Sun, 22 Nov 2009 23:07:11 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[xalassa]]></category>

		<guid isPermaLink="false">http://www.republicavirtual.com.br/blog/2009/11/22/image-search/</guid>
		<description><![CDATA[achei um post em um blog muito interessante, uma pesquisa através do conteúdo da imagem.
Procura inclusive imagens semelhantes, muito interessante&#8230;
http://www.tineye.com/
]]></description>
			<content:encoded><![CDATA[<p>achei um post em um blog muito interessante, uma pesquisa através do conteúdo da imagem.</p>
<p>Procura inclusive imagens semelhantes, muito interessante&#8230;</p>
<p><a href="http://www.tineye.com/">http://www.tineye.com/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.republicavirtual.com.br/blog/2009/11/22/image-search/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>I Gotta Feeling</title>
		<link>http://www.republicavirtual.com.br/blog/2009/11/22/i-gotta-feeling/</link>
		<comments>http://www.republicavirtual.com.br/blog/2009/11/22/i-gotta-feeling/#comments</comments>
		<pubDate>Sun, 22 Nov 2009 16:30:35 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[xalassa]]></category>

		<guid isPermaLink="false">http://www.republicavirtual.com.br/blog/2009/11/22/i-gotta-feeling/</guid>
		<description><![CDATA[
]]></description>
			<content:encoded><![CDATA[<p><object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/-zcOFN_VBVo&#038;hl=pt_BR&#038;fs=1&#038;"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/-zcOFN_VBVo&#038;hl=pt_BR&#038;fs=1&#038;" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://www.republicavirtual.com.br/blog/2009/11/22/i-gotta-feeling/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>usar php com outras extensões</title>
		<link>http://www.republicavirtual.com.br/blog/2009/11/19/usar-php-com-outras-extensoes/</link>
		<comments>http://www.republicavirtual.com.br/blog/2009/11/19/usar-php-com-outras-extensoes/#comments</comments>
		<pubDate>Thu, 19 Nov 2009 14:23:49 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Apache]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.republicavirtual.com.br/blog/?p=525</guid>
		<description><![CDATA[só configurar no .htaccess para abrir interpretar com o php outras extensões:
AddType application/x-httpd-php .extensao
AddHandler  application/x-httpd-php .extensao
]]></description>
			<content:encoded><![CDATA[<p>só configurar no .htaccess para abrir interpretar com o php outras extensões:</p>
<p>AddType application/x-httpd-php .extensao<br />
AddHandler  application/x-httpd-php .extensao</p>
]]></content:encoded>
			<wfw:commentRss>http://www.republicavirtual.com.br/blog/2009/11/19/usar-php-com-outras-extensoes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ssh Port Forwarding, redirecionamento</title>
		<link>http://www.republicavirtual.com.br/blog/2009/11/04/ssh-port-forwarding-redirecionamento/</link>
		<comments>http://www.republicavirtual.com.br/blog/2009/11/04/ssh-port-forwarding-redirecionamento/#comments</comments>
		<pubDate>Wed, 04 Nov 2009 22:58:51 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.republicavirtual.com.br/blog/?p=522</guid>
		<description><![CDATA[(origem) # ssh -R 23456:localhost:22 root@host.destino.com
Depois no host.destino.com:
(destino) ssh localhost -p 23456
Irá direcionar para origem
]]></description>
			<content:encoded><![CDATA[<p>(origem) # ssh -R 23456:localhost:22 root@host.destino.com</p>
<p>Depois no host.destino.com:<br />
(destino) ssh localhost -p 23456</p>
<p>Irá direcionar para origem</p>
]]></content:encoded>
			<wfw:commentRss>http://www.republicavirtual.com.br/blog/2009/11/04/ssh-port-forwarding-redirecionamento/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>vmware esx &#8211; configure jumbo frames</title>
		<link>http://www.republicavirtual.com.br/blog/2009/11/03/vmware-esx-configure-jumbo-frames/</link>
		<comments>http://www.republicavirtual.com.br/blog/2009/11/03/vmware-esx-configure-jumbo-frames/#comments</comments>
		<pubDate>Tue, 03 Nov 2009 20:59:12 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[vmware]]></category>

		<guid isPermaLink="false">http://www.republicavirtual.com.br/blog/?p=519</guid>
		<description><![CDATA[esxcfg-vswitch -A &#8220;ADM STORAGE&#8221; vSwitch1
esxcfg-vswitch -v 3 -p &#8220;ADM STORAGE&#8221; vSwitch1
esxcfg-vmknic -a -i 10.4.0.30 -n 255.255.255.0 -m 8500 &#8220;ADM STORAGE&#8221;
]]></description>
			<content:encoded><![CDATA[<p>esxcfg-vswitch -A &#8220;ADM STORAGE&#8221; vSwitch1<br />
esxcfg-vswitch -v 3 -p &#8220;ADM STORAGE&#8221; vSwitch1<br />
esxcfg-vmknic -a -i 10.4.0.30 -n 255.255.255.0 -m 8500 &#8220;ADM STORAGE&#8221;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.republicavirtual.com.br/blog/2009/11/03/vmware-esx-configure-jumbo-frames/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>instalando postgis</title>
		<link>http://www.republicavirtual.com.br/blog/2009/11/03/instalando-postgis/</link>
		<comments>http://www.republicavirtual.com.br/blog/2009/11/03/instalando-postgis/#comments</comments>
		<pubDate>Tue, 03 Nov 2009 20:21:42 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Postgre SQL]]></category>

		<guid isPermaLink="false">http://www.republicavirtual.com.br/blog/?p=517</guid>
		<description><![CDATA[mkdir /usr/local/install/; cd /usr/local/install/;
cd /usr/local/install/;
wget -c http://download.osgeo.org/proj/proj-4.7.0.tar.gz
wget -c http://download.osgeo.org/geos/geos-3.1.1.tar.bz2
wget -c http://postgis.refractions.net/download/postgis-1.4.0.tar.gz
cd /usr/local/install/;
tar -zxvf proj-4.7.0.tar.gz;
cd proj-4.7.0;
./configure &#38;&#38; make &#38;&#38; make install;
cd /usr/local/install/;
tar -jxvf geos-3.1.1.tar.bz2;
cd geos-3.1.1;
./configure &#38;&#38; make &#38;&#38; make install;
cd /usr/local/install/;
tar -zxvf postgis-1.4.0.tar.gz;
cd postgis-1.4.0;
./configure &#38;&#38; make &#38;&#38; make install;
]]></description>
			<content:encoded><![CDATA[<p>mkdir /usr/local/install/; cd /usr/local/install/;<br />
cd /usr/local/install/;</p>
<p>wget -c http://download.osgeo.org/proj/proj-4.7.0.tar.gz<br />
wget -c http://download.osgeo.org/geos/geos-3.1.1.tar.bz2<br />
wget -c http://postgis.refractions.net/download/postgis-1.4.0.tar.gz</p>
<p>cd /usr/local/install/;<br />
tar -zxvf proj-4.7.0.tar.gz;<br />
cd proj-4.7.0;<br />
./configure &amp;&amp; make &amp;&amp; make install;</p>
<p>cd /usr/local/install/;<br />
tar -jxvf geos-3.1.1.tar.bz2;<br />
cd geos-3.1.1;<br />
./configure &amp;&amp; make &amp;&amp; make install;</p>
<p>cd /usr/local/install/;<br />
tar -zxvf postgis-1.4.0.tar.gz;<br />
cd postgis-1.4.0;<br />
./configure &amp;&amp; make &amp;&amp; make install;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.republicavirtual.com.br/blog/2009/11/03/instalando-postgis/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>nginx, truncate php</title>
		<link>http://www.republicavirtual.com.br/blog/2009/11/03/nginx-truncate-php/</link>
		<comments>http://www.republicavirtual.com.br/blog/2009/11/03/nginx-truncate-php/#comments</comments>
		<pubDate>Tue, 03 Nov 2009 19:34:51 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[nginx]]></category>

		<guid isPermaLink="false">http://www.republicavirtual.com.br/blog/?p=515</guid>
		<description><![CDATA[Estava com erro ao abrir arquivos grandes do PHP, como por exemplo /wp-includes/js/tinymce/wp-tinymce.php.
Verificar permissões em: /usr/local/nginx/fastcgi_temp/
chown usuario:usuario -R /usr/local/nginx/fastcgi_temp/;
chmod -R 777 /usr/local/nginx/fastcgi_temp/;
chown usuario:usuario -R /usr/local/nginx/client_body_temp/;
chmod -R 777 /usr/local/nginx/client_body_temp/;
]]></description>
			<content:encoded><![CDATA[<p>Estava com erro ao abrir arquivos grandes do PHP, como por exemplo /wp-includes/js/tinymce/wp-tinymce.php.</p>
<p>Verificar permissões em: /usr/local/nginx/fastcgi_temp/</p>
<p>chown usuario:usuario -R /usr/local/nginx/fastcgi_temp/;<br />
chmod -R 777 /usr/local/nginx/fastcgi_temp/;<br />
chown usuario:usuario -R /usr/local/nginx/client_body_temp/;<br />
chmod -R 777 /usr/local/nginx/client_body_temp/;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.republicavirtual.com.br/blog/2009/11/03/nginx-truncate-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ícones</title>
		<link>http://www.republicavirtual.com.br/blog/2009/10/19/icones-2/</link>
		<comments>http://www.republicavirtual.com.br/blog/2009/10/19/icones-2/#comments</comments>
		<pubDate>Mon, 19 Oct 2009 19:04:31 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[xalassa]]></category>

		<guid isPermaLink="false">http://www.republicavirtual.com.br/blog/2009/10/19/icones-2/</guid>
		<description><![CDATA[http://www.iconarchive.com/
]]></description>
			<content:encoded><![CDATA[<p>http://www.iconarchive.com/</p>
]]></content:encoded>
			<wfw:commentRss>http://www.republicavirtual.com.br/blog/2009/10/19/icones-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>pgsql, mudando datastyle de uma base de dados</title>
		<link>http://www.republicavirtual.com.br/blog/2009/10/18/pgsql-mudando-datastyle-de-uma-base-de-dados/</link>
		<comments>http://www.republicavirtual.com.br/blog/2009/10/18/pgsql-mudando-datastyle-de-uma-base-de-dados/#comments</comments>
		<pubDate>Sun, 18 Oct 2009 19:06:57 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Postgre SQL]]></category>

		<guid isPermaLink="false">http://www.republicavirtual.com.br/blog/?p=512</guid>
		<description><![CDATA[Para alterar o formato da data de uma base de dados postgresql.

ALTER DATABASE nomebanco SET DATESTYLE = 'SQL, DMY';
\c nomebanco;
SHOW DATESTYLE;

]]></description>
			<content:encoded><![CDATA[<p>Para alterar o formato da data de uma base de dados postgresql.</p>
<p><code><br />
ALTER DATABASE nomebanco SET DATESTYLE = 'SQL, DMY';<br />
\c nomebanco;<br />
SHOW DATESTYLE;<br />
</code></p>
]]></content:encoded>
			<wfw:commentRss>http://www.republicavirtual.com.br/blog/2009/10/18/pgsql-mudando-datastyle-de-uma-base-de-dados/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>cálculo exponencial de crescimento</title>
		<link>http://www.republicavirtual.com.br/blog/2009/10/16/calculo-exponencial-de-crescimento/</link>
		<comments>http://www.republicavirtual.com.br/blog/2009/10/16/calculo-exponencial-de-crescimento/#comments</comments>
		<pubDate>Fri, 16 Oct 2009 13:34:09 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.republicavirtual.com.br/blog/?p=502</guid>
		<description><![CDATA[
$valor_inicial     = 500;
$crescimento    = 10; //em % +ou-
$numero_meses = 12;
if($crescimento < 0){
  $resultado = 500 * pow(1-($crescimento/100), $numero_meses);
} else {
  $resultado = 500 * pow(1+($crescimento/100), $numero_meses);
}

]]></description>
			<content:encoded><![CDATA[<p><code><br />
$valor_inicial     = 500;<br />
$crescimento    = 10; //em % +ou-<br />
$numero_meses = 12;<br />
if($crescimento < 0){<br />
  $resultado = 500 * pow(1-($crescimento/100), $numero_meses);<br />
} else {<br />
  $resultado = 500 * pow(1+($crescimento/100), $numero_meses);<br />
}<br />
</code></p>
]]></content:encoded>
			<wfw:commentRss>http://www.republicavirtual.com.br/blog/2009/10/16/calculo-exponencial-de-crescimento/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>own3d.es</title>
		<link>http://www.republicavirtual.com.br/blog/2009/10/15/own3d-es/</link>
		<comments>http://www.republicavirtual.com.br/blog/2009/10/15/own3d-es/#comments</comments>
		<pubDate>Thu, 15 Oct 2009 18:48:51 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[xalassa]]></category>

		<guid isPermaLink="false">http://www.republicavirtual.com.br/blog/2009/10/15/own3d-es/</guid>
		<description><![CDATA[pra fuder os fdp aehuaeheuahae own3d.es
]]></description>
			<content:encoded><![CDATA[<p>pra fuder os fdp aehuaeheuahae own3d.es</p>
]]></content:encoded>
			<wfw:commentRss>http://www.republicavirtual.com.br/blog/2009/10/15/own3d-es/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>editor de som para windows</title>
		<link>http://www.republicavirtual.com.br/blog/2009/10/14/editor-de-som-para-windows/</link>
		<comments>http://www.republicavirtual.com.br/blog/2009/10/14/editor-de-som-para-windows/#comments</comments>
		<pubDate>Wed, 14 Oct 2009 17:45:09 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[xalassa]]></category>
		<category><![CDATA[editor]]></category>
		<category><![CDATA[som]]></category>
		<category><![CDATA[sound]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.republicavirtual.com.br/blog/2009/10/14/editor-de-som-para-windows/</guid>
		<description><![CDATA[audacity, pra não esquecer&#8230;
]]></description>
			<content:encoded><![CDATA[<p>audacity, pra não esquecer&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.republicavirtual.com.br/blog/2009/10/14/editor-de-som-para-windows/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>porca atolada, receita do anonymous gourmet</title>
		<link>http://www.republicavirtual.com.br/blog/2009/09/26/porca-atolada-receita-do-anonymous-gourmet/</link>
		<comments>http://www.republicavirtual.com.br/blog/2009/09/26/porca-atolada-receita-do-anonymous-gourmet/#comments</comments>
		<pubDate>Sat, 26 Sep 2009 21:05:59 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[xalassa]]></category>

		<guid isPermaLink="false">http://www.republicavirtual.com.br/blog/?p=498</guid>
		<description><![CDATA[Ingredientes
1 quilo de costela suína
1 quilo de aipim
100g de bacon
1 cebola
2 tomates
3 dentes de alho
1 tablete de caldo de carne
2 cenouras
Modo de fazer
1 &#8211; Comece cozinhando o aipim. Coloque-o em uma panela e cubra com água. Leve para o fogo e deixe cozinhar até que o aipim fique macio. Reserve a água.
2 &#8211; Esquente uma [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Ingredientes</strong><br />
1 quilo de costela suína<br />
1 quilo de aipim<br />
100g de bacon<br />
1 cebola<br />
2 tomates<br />
3 dentes de alho<br />
1 tablete de caldo de carne<br />
2 cenouras</p>
<p><strong>Modo de fazer</strong><br />
1 &#8211; Comece cozinhando o aipim. Coloque-o em uma panela e cubra com água. Leve para o fogo e deixe cozinhar até que o aipim fique macio. Reserve a água.<br />
2 &#8211; Esquente uma panela ampla e coloque o bacon picado.<br />
3 &#8211; Corte a costelinha em pedaços, nos módulos do osso. Leve os pedaços para a panela junto com o bacon. Deixe dourar por todos os lados. Tempere com sal.<br />
4 &#8211; Bata no liquidificador a cebola, os tomates e as cenouras cortados em pedaços. Junte o tablete de caldo de carne. Agora o pulo do gato. No lugar de água pura use a água onde foi cozido o aipim. Coloque o suficiente para girar o liquidificador.<br />
5 &#8211; Com as costelinhas bem douradas acrescente o molho na panela. Adicione os dentes de alho inteiros mas sem a casca. Misture.<br />
6 &#8211; Tampe a panela e deixe cozinhar por 30 minutos. O molho vai ficar amarelado e consistente.<br />
7 &#8211; Coloque o aipim cozido na panela. Misture e deixe somente o tempo de esquentar bem o aipim. Sirva em seguida com salsinha picada.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.republicavirtual.com.br/blog/2009/09/26/porca-atolada-receita-do-anonymous-gourmet/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>php, executando processo em background</title>
		<link>http://www.republicavirtual.com.br/blog/2009/09/22/php-executando-processo-em-background/</link>
		<comments>http://www.republicavirtual.com.br/blog/2009/09/22/php-executando-processo-em-background/#comments</comments>
		<pubDate>Tue, 22 Sep 2009 20:59:35 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[exec]]></category>

		<guid isPermaLink="false">http://www.republicavirtual.com.br/blog/?p=495</guid>
		<description><![CDATA[...
PLAIN TEXT
CODE:




$cmd = "/usr/local/bin/php -q /path/arquivo.php&#62; /dev/null &#38; echo \$!";


exec&#40;$cmd&#41;; 






]]></description>
			<content:encoded><![CDATA[<p>...</p>
<div class="igBar"><span id="lcode-2"><a href="#" onclick="javascript:showPlainTxt('code-2'); return false;">PLAIN TEXT</a></span></div>
<div class="syntax_hilite"><span class="langName">CODE:</span>
<div id="code-2">
<div class="code">
<ol>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">$cmd = <span style="color:#CC0000;">"/usr/local/bin/php -q /path/arquivo.php&gt; /dev/null &amp; echo <span style="color:#000099; font-weight:bold;">\$</span>!"</span>;</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">exec<span style="color:#006600; font-weight:bold;">&#40;</span>$cmd<span style="color:#006600; font-weight:bold;">&#41;</span>; </div>
</li>
</ol>
</div>
</div>
</div>
<p></p>
]]></content:encoded>
			<wfw:commentRss>http://www.republicavirtual.com.br/blog/2009/09/22/php-executando-processo-em-background/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>desconto kinghost</title>
		<link>http://www.republicavirtual.com.br/blog/2009/09/22/desconto-kinghost-2/</link>
		<comments>http://www.republicavirtual.com.br/blog/2009/09/22/desconto-kinghost-2/#comments</comments>
		<pubDate>Tue, 22 Sep 2009 03:38:08 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[xalassa]]></category>

		<guid isPermaLink="false">http://www.republicavirtual.com.br/blog/?p=489</guid>
		<description><![CDATA[considero a kinghost como uma das melhores empresas de hospedagem, por isso indico a todos que conheço!
Segue um código promocional para ter 15% de desconto durante 3 meses:
Código promocional: BIGDESCONTO
veja também:
código promocional kinghost
código kinghost
15% de desconto kinghost 
desconto kinghost 
]]></description>
			<content:encoded><![CDATA[<p>considero a kinghost como uma das melhores empresas de hospedagem, por isso indico a todos que conheço!</p>
<p>Segue um código promocional para ter 15% de desconto durante 3 meses:<br />
<strong>Código promocional: <a href="http://www.kinghost.com.br/promo/BIGDESCONTO.html">BIGDESCONTO</a></strong></p>
<p>veja também:<br />
<a href="http://www.republicavirtual.com.br/blog/2009/09/22/codigo-promocional-kinghost-3/">código promocional kinghost</a><br />
<a href="http://www.republicavirtual.com.br/blog/2009/09/22/codigo-kinghost/">código kinghost</a><br />
<a href="http://www.republicavirtual.com.br/blog/2009/09/22/15-de-desconto-kinghost/">15% de desconto kinghost </a><br />
<a href="http://www.republicavirtual.com.br/blog/2009/09/22/desconto-kinghost/">desconto kinghost </a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.republicavirtual.com.br/blog/2009/09/22/desconto-kinghost-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>código promocional kinghost</title>
		<link>http://www.republicavirtual.com.br/blog/2009/09/22/codigo-promocional-kinghost-3/</link>
		<comments>http://www.republicavirtual.com.br/blog/2009/09/22/codigo-promocional-kinghost-3/#comments</comments>
		<pubDate>Tue, 22 Sep 2009 03:35:51 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[xalassa]]></category>

		<guid isPermaLink="false">http://www.republicavirtual.com.br/blog/?p=484</guid>
		<description><![CDATA[considero a kinghost como uma das melhores empresas de hospedagem, por isso indico a todos que conheço!
Segue um código promocional para ter 15% de desconto durante 3 meses:
Código promocional: BIGDESCONTO
veja também:
código promocional kinghost
código kinghost
15% de desconto kinghost 
desconto kinghost 
]]></description>
			<content:encoded><![CDATA[<p>considero a kinghost como uma das melhores empresas de hospedagem, por isso indico a todos que conheço!</p>
<p>Segue um código promocional para ter 15% de desconto durante 3 meses:<br />
<strong>Código promocional: <a href="http://www.kinghost.com.br/promo/BIGDESCONTO.html">BIGDESCONTO</a></strong></p>
<p>veja também:<br />
<a href="http://www.republicavirtual.com.br/blog/2009/09/22/codigo-promocional-kinghost-3/">código promocional kinghost</a><br />
<a href="http://www.republicavirtual.com.br/blog/2009/09/22/codigo-kinghost/">código kinghost</a><br />
<a href="http://www.republicavirtual.com.br/blog/2009/09/22/15-de-desconto-kinghost/">15% de desconto kinghost </a><br />
<a href="http://www.republicavirtual.com.br/blog/2009/09/22/desconto-kinghost/">desconto kinghost </a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.republicavirtual.com.br/blog/2009/09/22/codigo-promocional-kinghost-3/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>código kinghost</title>
		<link>http://www.republicavirtual.com.br/blog/2009/09/22/codigo-kinghost/</link>
		<comments>http://www.republicavirtual.com.br/blog/2009/09/22/codigo-kinghost/#comments</comments>
		<pubDate>Tue, 22 Sep 2009 03:35:49 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[xalassa]]></category>

		<guid isPermaLink="false">http://www.republicavirtual.com.br/blog/?p=485</guid>
		<description><![CDATA[considero a kinghost como uma das melhores empresas de hospedagem, por isso indico a todos que conheço!
Segue um código promocional para ter 15% de desconto durante 3 meses:
Código promocional: BIGDESCONTO
veja também:
código promocional kinghost
código kinghost
15% de desconto kinghost 
desconto kinghost 
]]></description>
			<content:encoded><![CDATA[<p>considero a kinghost como uma das melhores empresas de hospedagem, por isso indico a todos que conheço!</p>
<p>Segue um código promocional para ter 15% de desconto durante 3 meses:<br />
<strong>Código promocional: <a href="http://www.kinghost.com.br/promo/BIGDESCONTO.html">BIGDESCONTO</a></strong></p>
<p>veja também:<br />
<a href="http://www.republicavirtual.com.br/blog/2009/09/22/codigo-promocional-kinghost-3/">código promocional kinghost</a><br />
<a href="http://www.republicavirtual.com.br/blog/2009/09/22/codigo-kinghost/">código kinghost</a><br />
<a href="http://www.republicavirtual.com.br/blog/2009/09/22/15-de-desconto-kinghost/">15% de desconto kinghost </a><br />
<a href="http://www.republicavirtual.com.br/blog/2009/09/22/desconto-kinghost/">desconto kinghost </a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.republicavirtual.com.br/blog/2009/09/22/codigo-kinghost/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>15% de desconto kinghost</title>
		<link>http://www.republicavirtual.com.br/blog/2009/09/22/15-de-desconto-kinghost/</link>
		<comments>http://www.republicavirtual.com.br/blog/2009/09/22/15-de-desconto-kinghost/#comments</comments>
		<pubDate>Tue, 22 Sep 2009 03:34:25 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Apache]]></category>
		<category><![CDATA[IIS]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[lighttpd]]></category>
		<category><![CDATA[desconto]]></category>
		<category><![CDATA[kinghost]]></category>

		<guid isPermaLink="false">http://www.republicavirtual.com.br/blog/?p=482</guid>
		<description><![CDATA[considero a kinghost como uma das melhores empresas de hospedagem, por isso indico a todos que conheço!
Segue um código promocional para ter 15% de desconto durante 3 meses:
Código promocional: BIGDESCONTO
veja também:
código promocional kinghost
código kinghost
15% de desconto kinghost 
desconto kinghost 
]]></description>
			<content:encoded><![CDATA[<p>considero a kinghost como uma das melhores empresas de hospedagem, por isso indico a todos que conheço!</p>
<p>Segue um código promocional para ter 15% de desconto durante 3 meses:<br />
<strong>Código promocional: <a href="http://www.kinghost.com.br/promo/BIGDESCONTO.html">BIGDESCONTO</a></strong></p>
<p>veja também:<br />
<a href="http://www.republicavirtual.com.br/blog/2009/09/22/codigo-promocional-kinghost-3/">código promocional kinghost</a><br />
<a href="http://www.republicavirtual.com.br/blog/2009/09/22/codigo-kinghost/">código kinghost</a><br />
<a href="http://www.republicavirtual.com.br/blog/2009/09/22/15-de-desconto-kinghost/">15% de desconto kinghost </a><br />
<a href="http://www.republicavirtual.com.br/blog/2009/09/22/desconto-kinghost/">desconto kinghost </a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.republicavirtual.com.br/blog/2009/09/22/15-de-desconto-kinghost/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ssl &#8211; gerando gerando .pem</title>
		<link>http://www.republicavirtual.com.br/blog/2009/09/20/ssl-gerando-gerando-pem/</link>
		<comments>http://www.republicavirtual.com.br/blog/2009/09/20/ssl-gerando-gerando-pem/#comments</comments>
		<pubDate>Sun, 20 Sep 2009 18:47:18 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Apache]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[lighttpd]]></category>

		<guid isPermaLink="false">http://www.republicavirtual.com.br/blog/?p=477</guid>
		<description><![CDATA[lado cliente:
.csr   = requisição de certificado (-----BEGIN CERTIFICATE REQUEST-----)
.key  = PRIVATE KEY (-----BEGIN RSA PRIVATE KEY-----)
lado certificadora:
.crt   = certificado do domínio gerado pela certificadora (-----BEGIN CERTIFICATE-----)
.ca    = certificado da certificadora (-----BEGIN CERTIFICATE-----)
criando/gerando .pem
# cat #cert-privatekey# #cert-crt# #cert-ca# > cert.pem
gerando .csr
# openssl req -new -nodes -keyout cliente.key -out [...]]]></description>
			<content:encoded><![CDATA[<p><strong>lado cliente:</strong><br />
.csr   = requisição de certificado (-----BEGIN CERTIFICATE REQUEST-----)<br />
.key  = PRIVATE KEY (-----BEGIN RSA PRIVATE KEY-----)</p>
<p><strong>lado certificadora:</strong><br />
.crt   = certificado do domínio gerado pela certificadora (-----BEGIN CERTIFICATE-----)<br />
.ca    = certificado da certificadora (-----BEGIN CERTIFICATE-----)</p>
<p><strong>criando/gerando .pem</strong></p>
<pre># cat #cert-privatekey# #cert-crt# #cert-ca# > cert.pem</pre>
<p><strong>gerando .csr</strong></p>
<pre># openssl req -new -nodes -keyout cliente.key -out cliente.csr </pre>
]]></content:encoded>
			<wfw:commentRss>http://www.republicavirtual.com.br/blog/2009/09/20/ssl-gerando-gerando-pem/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>air soft</title>
		<link>http://www.republicavirtual.com.br/blog/2009/09/19/air-soft/</link>
		<comments>http://www.republicavirtual.com.br/blog/2009/09/19/air-soft/#comments</comments>
		<pubDate>Sat, 19 Sep 2009 23:39:18 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[shell]]></category>
		<category><![CDATA[xalassa]]></category>

		<guid isPermaLink="false">http://www.republicavirtual.com.br/blog/?p=473</guid>
		<description><![CDATA[aeaeuhaeuh um amigo meu chamado Fabiano "Scorpion", esta viciado nesse lance de air soft.
Comprou toda roupa, oculos com coller para nao embaçar e até roupa do bope! tudo isso pra jogar! ta malucooo
abaixo a figura no msn:

]]></description>
			<content:encoded><![CDATA[<p>aeaeuhaeuh um amigo meu chamado Fabiano "Scorpion", esta viciado nesse lance de air soft.</p>
<p>Comprou toda roupa, oculos com coller para nao embaçar e até roupa do bope! tudo isso pra jogar! ta malucooo</p>
<p>abaixo a figura no msn:<br />
<a href="http://www.republicavirtual.com.br/blog/wp-content/uploads/2009/09/fabiano.jpg"><img src="http://www.republicavirtual.com.br/blog/wp-content/uploads/2009/09/fabiano.jpg" alt="fabiano" title="fabiano" width="320" height="241" class="alignnone size-full wp-image-474" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.republicavirtual.com.br/blog/2009/09/19/air-soft/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Apache restart</title>
		<link>http://www.republicavirtual.com.br/blog/2009/09/17/apache-restart/</link>
		<comments>http://www.republicavirtual.com.br/blog/2009/09/17/apache-restart/#comments</comments>
		<pubDate>Thu, 17 Sep 2009 23:08:50 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Apache]]></category>

		<guid isPermaLink="false">http://www.republicavirtual.com.br/blog/?p=470</guid>
		<description><![CDATA[1) Verifique os ips que estão configurados no Listen
2) testar configuração:
/usr/local/apache2/bin/apachectl -t
3) caso o apache não inicie, você pode colocar:
/usr/local/apache2/bin/apachectl -k start -X
ou
/usr/local/apache2/bin/apachectl -k start -e Debug -E /tmp/log_apache
-e = Tipo de log
-E = Arquivo de saida
-X = Run httpd in debug mode. Only one worker will be started and the server will not detach [...]]]></description>
			<content:encoded><![CDATA[<p>1) Verifique os ips que estão configurados no Listen</p>
<p>2) testar configuração:<br />
/usr/local/apache2/bin/apachectl -t</p>
<p>3) caso o apache não inicie, você pode colocar:<br />
/usr/local/apache2/bin/apachectl -k start -X<br />
ou<br />
/usr/local/apache2/bin/apachectl -k start -e Debug -E /tmp/log_apache</p>
<p>-e = Tipo de log<br />
-E = Arquivo de saida<br />
-X = Run httpd in debug mode. Only one worker will be started and the server will not detach from the console.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.republicavirtual.com.br/blog/2009/09/17/apache-restart/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>não jogue, road blocks&#8230;</title>
		<link>http://www.republicavirtual.com.br/blog/2009/09/13/nao-jogue/</link>
		<comments>http://www.republicavirtual.com.br/blog/2009/09/13/nao-jogue/#comments</comments>
		<pubDate>Mon, 14 Sep 2009 02:25:39 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[xalassa]]></category>

		<guid isPermaLink="false">http://www.republicavirtual.com.br/blog/2009/09/13/nao-jogue/</guid>
		<description><![CDATA[
E = esquerda
D = direita
C = cima
B = baixo
18 - hospital)  DCEBEDCEBEBDE
19 - sub2) 	    BECEBDCEBD
20 - jazzmans)	DCEBDCEBDC
21 - sandy)		CEBEBE
22 - corky)		EBDECEBEC
   jah era
]]></description>
			<content:encoded><![CDATA[<p><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="570" height="390"><param name="movie" value="http://download.ultradownloads.com.br/jogo-gratis/Road-Blocks.swf?x=570&#038;y=390"><param name="quality" value="high"><embed src="http://download.ultradownloads.com.br/jogo-gratis/Road-Blocks.swf?x=570&#038;y=390" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="570" height="390"></embed></object></p>
<p>E = esquerda<br />
D = direita<br />
C = cima<br />
B = baixo</p>
<p>18 - hospital)  DCEBEDCEBEBDE<br />
19 - sub2) 	    BECEBDCEBD<br />
20 - jazzmans)	DCEBDCEBDC<br />
21 - sandy)		CEBEBE<br />
22 - corky)		EBDECEBEC<br />
 <img src='http://www.republicavirtual.com.br/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  jah era</p>
]]></content:encoded>
			<wfw:commentRss>http://www.republicavirtual.com.br/blog/2009/09/13/nao-jogue/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Facybox, Facebook/Fancybox-style lightbox</title>
		<link>http://www.republicavirtual.com.br/blog/2009/09/13/facybox-facebookfancybox-style-lightbox/</link>
		<comments>http://www.republicavirtual.com.br/blog/2009/09/13/facybox-facebookfancybox-style-lightbox/#comments</comments>
		<pubDate>Sun, 13 Sep 2009 05:02:46 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[xalassa]]></category>
		<category><![CDATA[Facebook]]></category>
		<category><![CDATA[facybox]]></category>
		<category><![CDATA[Fancybox]]></category>

		<guid isPermaLink="false">http://www.republicavirtual.com.br/blog/2009/09/13/facybox-facebookfancybox-style-lightbox/</guid>
		<description><![CDATA[meu grande amigo Maurício Wolff criou o Facybox, uma extensão do facebox em jquery, que chegou a ser recomendado pelo criador do facebox como sucessor de facebox (http://twitter.com/defunkt)! 
Show de bola né? só dar uma conferida em:
http://bitbonsai.com/facybox/
]]></description>
			<content:encoded><![CDATA[<p>meu grande amigo Maurício Wolff criou o Facybox, uma extensão do facebox em jquery, que chegou a ser recomendado pelo criador do facebox como sucessor de facebox (<a href="http://twitter.com/defunkt">http://twitter.com/defunkt</a>)! </p>
<p>Show de bola né? só dar uma conferida em:<br />
<a href="http://bitbonsai.com/facybox/">http://bitbonsai.com/facybox/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.republicavirtual.com.br/blog/2009/09/13/facybox-facebookfancybox-style-lightbox/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>httperf</title>
		<link>http://www.republicavirtual.com.br/blog/2009/09/12/httperf/</link>
		<comments>http://www.republicavirtual.com.br/blog/2009/09/12/httperf/#comments</comments>
		<pubDate>Sat, 12 Sep 2009 15:25:06 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[xalassa]]></category>
		<category><![CDATA[benchmark]]></category>
		<category><![CDATA[http]]></category>
		<category><![CDATA[httperf]]></category>
		<category><![CDATA[stress]]></category>

		<guid isPermaLink="false">http://www.republicavirtual.com.br/blog/2009/09/12/httperf/</guid>
		<description><![CDATA[httperf --server www.host.com.br --port 80 --uri /blog/ --rate 150 --num-conn 2000 --num-call 3 --timeout 5 
]]></description>
			<content:encoded><![CDATA[<p>httperf --server www.host.com.br --port 80 --uri /blog/ --rate 150 --num-conn 2000 --num-call 3 --timeout 5 </p>
]]></content:encoded>
			<wfw:commentRss>http://www.republicavirtual.com.br/blog/2009/09/12/httperf/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>forçando umount</title>
		<link>http://www.republicavirtual.com.br/blog/2009/09/07/forcando-umount/</link>
		<comments>http://www.republicavirtual.com.br/blog/2009/09/07/forcando-umount/#comments</comments>
		<pubDate>Mon, 07 Sep 2009 18:16:17 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[shell]]></category>
		<category><![CDATA[device busy]]></category>
		<category><![CDATA[umount]]></category>

		<guid isPermaLink="false">http://www.republicavirtual.com.br/blog/?p=451</guid>
		<description><![CDATA[1) desmontar todos os dispositivos que estão montados abaixo do diretorio
2) fuser -m /dev/sdc1
e matar todos os processos...
já era!
]]></description>
			<content:encoded><![CDATA[<p>1) desmontar todos os dispositivos que estão montados abaixo do diretorio<br />
2) fuser -m /dev/sdc1<br />
e matar todos os processos...</p>
<p>já era!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.republicavirtual.com.br/blog/2009/09/07/forcando-umount/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>remount tmpfs</title>
		<link>http://www.republicavirtual.com.br/blog/2009/09/03/remount-tmpfs/</link>
		<comments>http://www.republicavirtual.com.br/blog/2009/09/03/remount-tmpfs/#comments</comments>
		<pubDate>Thu, 03 Sep 2009 20:43:29 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[shell]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[remount]]></category>
		<category><![CDATA[tmpfs]]></category>

		<guid isPermaLink="false">http://www.republicavirtual.com.br/blog/?p=446</guid>
		<description><![CDATA[/bin/mount tmpfs /tmp -t tmpfs -o remount,size=2048m,noatime,nodiratime,noexec,nosuid
]]></description>
			<content:encoded><![CDATA[<p>/bin/mount tmpfs /tmp -t tmpfs -o remount,size=2048m,noatime,nodiratime,noexec,nosuid</p>
]]></content:encoded>
			<wfw:commentRss>http://www.republicavirtual.com.br/blog/2009/09/03/remount-tmpfs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>APC</title>
		<link>http://www.republicavirtual.com.br/blog/2009/09/03/apc/</link>
		<comments>http://www.republicavirtual.com.br/blog/2009/09/03/apc/#comments</comments>
		<pubDate>Thu, 03 Sep 2009 20:12:56 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.republicavirtual.com.br/blog/?p=444</guid>
		<description><![CDATA[cd  /usr/local/install/
wget http://pecl.php.net/get/APC-3.1.3p1.tgz
tar -zxvf APC-3.1.3p1.tgz
cd APC-3.1.3p1
phpize
./configure --enable-apc-mmap --with-php-config=/usr/local/bin/php-config
make
make install
PLAIN TEXT
CODE:




extension="/php/extensions/no-debug-non-zts-20060613/apc.so"


&#91;APC&#93;


apc.enabled = 1


apc.shm_segments = 1


apc.shm_size = 64


apc.max_file_size = 10M


apc.stat=1


apc.rfc1867 = On 






]]></description>
			<content:encoded><![CDATA[<p><code>cd  /usr/local/install/<br />
wget http://pecl.php.net/get/APC-3.1.3p1.tgz<br />
tar -zxvf APC-3.1.3p1.tgz<br />
cd APC-3.1.3p1<br />
phpize<br />
./configure --enable-apc-mmap --with-php-config=/usr/local/bin/php-config<br />
make<br />
make install</code></p>
<div class="igBar"><span id="lcode-4"><a href="#" onclick="javascript:showPlainTxt('code-4'); return false;">PLAIN TEXT</a></span></div>
<div class="syntax_hilite"><span class="langName">CODE:</span>
<div id="code-4">
<div class="code">
<ol>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">extension=<span style="color:#CC0000;">"/php/extensions/no-debug-non-zts-20060613/apc.so"</span></div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color:#006600; font-weight:bold;">&#91;</span>APC<span style="color:#006600; font-weight:bold;">&#93;</span></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">apc.<span style="">enabled</span> = <span style="color:#800000;color:#800000;">1</span></div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">apc.<span style="">shm_segments</span> = <span style="color:#800000;color:#800000;">1</span></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">apc.<span style="">shm_size</span> = <span style="color:#800000;color:#800000;">64</span></div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">apc.<span style="">max_file_size</span> = 10M</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">apc.<span style="">stat</span>=<span style="color:#800000;color:#800000;">1</span></div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">apc.<span style="">rfc1867</span> = On </div>
</li>
</ol>
</div>
</div>
</div>
<p></p>
]]></content:encoded>
			<wfw:commentRss>http://www.republicavirtual.com.br/blog/2009/09/03/apc/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>bash copia dados rsync</title>
		<link>http://www.republicavirtual.com.br/blog/2009/09/02/bash-copia-dados-rsync/</link>
		<comments>http://www.republicavirtual.com.br/blog/2009/09/02/bash-copia-dados-rsync/#comments</comments>
		<pubDate>Wed, 02 Sep 2009 17:30:35 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[shell]]></category>

		<guid isPermaLink="false">http://www.republicavirtual.com.br/blog/?p=440</guid>
		<description><![CDATA[for i in `ls /home/`; do rsync -avlp /home/$i /home.velho/; done;
a = archive mode
v = verbose
l = copy symlinks as symlinks
p = preserve permissions
]]></description>
			<content:encoded><![CDATA[<p>for i in `ls /home/`; do rsync -avlp /home/$i /home.velho/; done;</p>
<p>a = archive mode<br />
v = verbose<br />
l = copy symlinks as symlinks<br />
p = preserve permissions</p>
]]></content:encoded>
			<wfw:commentRss>http://www.republicavirtual.com.br/blog/2009/09/02/bash-copia-dados-rsync/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SBBHQK</title>
		<link>http://www.republicavirtual.com.br/blog/2009/09/02/sbbhqk/</link>
		<comments>http://www.republicavirtual.com.br/blog/2009/09/02/sbbhqk/#comments</comments>
		<pubDate>Wed, 02 Sep 2009 17:11:25 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[xalassa]]></category>
		<category><![CDATA[chapolim]]></category>
		<category><![CDATA[franklin]]></category>

		<guid isPermaLink="false">http://www.republicavirtual.com.br/blog/?p=438</guid>
		<description><![CDATA[SBBHQK, SBBHQK, Chapolin chamando Terra, Chapolin chamando Terra 
Um colega meu chamado Franklin (haeuahau só sonhecendo a figura)
http://www.sbbhqk.com.br/
]]></description>
			<content:encoded><![CDATA[<p>SBBHQK, SBBHQK, Chapolin chamando Terra, Chapolin chamando Terra </p>
<p>Um colega meu chamado Franklin (haeuahau só sonhecendo a figura)<br />
<a href="http://www.sbbhqk.com.br/">http://www.sbbhqk.com.br/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.republicavirtual.com.br/blog/2009/09/02/sbbhqk/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>DIR-300 &#8211; lentidão</title>
		<link>http://www.republicavirtual.com.br/blog/2009/08/27/dir-300-lentidao/</link>
		<comments>http://www.republicavirtual.com.br/blog/2009/08/27/dir-300-lentidao/#comments</comments>
		<pubDate>Thu, 27 Aug 2009 14:00:28 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[xalassa]]></category>
		<category><![CDATA[dir-300]]></category>
		<category><![CDATA[wireless]]></category>

		<guid isPermaLink="false">http://www.republicavirtual.com.br/blog/?p=436</guid>
		<description><![CDATA[estava com um DIR-300 e tudo estava realmente muito lento.
Entrei na configuração do router para verificar, eu desabilitei o Smart QOS, tudo voltou ao normal.
O QOS funciona quando tu tem pouca banda e quer reservar uma banda para voip ou streaming, entao ele reserva uma banda e dropa pacotes restantes.
]]></description>
			<content:encoded><![CDATA[<p>estava com um DIR-300 e tudo estava realmente muito lento.</p>
<p>Entrei na configuração do router para verificar, eu desabilitei o <strong>Smart QOS</strong>, tudo voltou ao normal.</p>
<p>O QOS funciona quando tu tem pouca banda e quer reservar uma banda para voip ou streaming, entao ele reserva uma banda e dropa pacotes restantes.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.republicavirtual.com.br/blog/2009/08/27/dir-300-lentidao/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Extrair mp3 do ipod</title>
		<link>http://www.republicavirtual.com.br/blog/2009/08/27/extrair-mp3-do-ipod/</link>
		<comments>http://www.republicavirtual.com.br/blog/2009/08/27/extrair-mp3-do-ipod/#comments</comments>
		<pubDate>Thu, 27 Aug 2009 03:16:33 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[xalassa]]></category>
		<category><![CDATA[ipod]]></category>
		<category><![CDATA[mp3]]></category>

		<guid isPermaLink="false">http://www.republicavirtual.com.br/blog/2009/08/27/extrair-mp3-do-ipod/</guid>
		<description><![CDATA[Para extrair músicas do ipod use IDUMP
]]></description>
			<content:encoded><![CDATA[<p>Para extrair músicas do ipod use IDUMP</p>
]]></content:encoded>
			<wfw:commentRss>http://www.republicavirtual.com.br/blog/2009/08/27/extrair-mp3-do-ipod/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>database hacks</title>
		<link>http://www.republicavirtual.com.br/blog/2009/08/20/database-hacks/</link>
		<comments>http://www.republicavirtual.com.br/blog/2009/08/20/database-hacks/#comments</comments>
		<pubDate>Thu, 20 Aug 2009 19:33:18 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Firebird]]></category>
		<category><![CDATA[MS SQL Server]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[Postgre SQL]]></category>
		<category><![CDATA[db2]]></category>
		<category><![CDATA[informix]]></category>
		<category><![CDATA[ingress]]></category>
		<category><![CDATA[mssql]]></category>

		<guid isPermaLink="false">http://www.republicavirtual.com.br/blog/?p=433</guid>
		<description><![CDATA[realmente muito bom, dica do ara"ú"jo! =)
http://pentestmonkey.net/blog/mysql-sql-injection-cheat-sheet/
http://pentestmonkey.net/blog/postgres-sql-injection-cheat-sheet/
http://pentestmonkey.net/blog/oracle-sql-injection-cheat-sheet/
http://pentestmonkey.net/blog/mssql-sql-injection-cheat-sheet/
http://pentestmonkey.net/blog/ingres-sql-injection-cheat-sheet/
http://pentestmonkey.net/blog/db2-sql-injection-cheat-sheet/
http://pentestmonkey.net/blog/informix-sql-injection-cheat-sheet/
crack mysql hash password:
http://www.openwall.com/john/
]]></description>
			<content:encoded><![CDATA[<p>realmente muito bom, dica do ara"ú"jo! =)</p>
<p>http://pentestmonkey.net/blog/mysql-sql-injection-cheat-sheet/</p>
<p>http://pentestmonkey.net/blog/postgres-sql-injection-cheat-sheet/</p>
<p>http://pentestmonkey.net/blog/oracle-sql-injection-cheat-sheet/</p>
<p>http://pentestmonkey.net/blog/mssql-sql-injection-cheat-sheet/</p>
<p>http://pentestmonkey.net/blog/ingres-sql-injection-cheat-sheet/</p>
<p>http://pentestmonkey.net/blog/db2-sql-injection-cheat-sheet/</p>
<p>http://pentestmonkey.net/blog/informix-sql-injection-cheat-sheet/</p>
<p>crack mysql hash password:</p>
<p>http://www.openwall.com/john/</p>
]]></content:encoded>
			<wfw:commentRss>http://www.republicavirtual.com.br/blog/2009/08/20/database-hacks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>descobrindo mac address n95</title>
		<link>http://www.republicavirtual.com.br/blog/2009/08/17/descobrindo-mac-address-n95/</link>
		<comments>http://www.republicavirtual.com.br/blog/2009/08/17/descobrindo-mac-address-n95/#comments</comments>
		<pubDate>Tue, 18 Aug 2009 00:28:59 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[n95]]></category>

		<guid isPermaLink="false">http://www.republicavirtual.com.br/blog/?p=431</guid>
		<description><![CDATA[digite isso na tela de discagem para aparecer o mac address do wireless:
*#62209526#
]]></description>
			<content:encoded><![CDATA[<p>digite isso na tela de discagem para aparecer o mac address do wireless:<br />
*#62209526#</p>
]]></content:encoded>
			<wfw:commentRss>http://www.republicavirtual.com.br/blog/2009/08/17/descobrindo-mac-address-n95/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>erro foreign key mysql</title>
		<link>http://www.republicavirtual.com.br/blog/2009/08/06/erro-foreign-key-mysql/</link>
		<comments>http://www.republicavirtual.com.br/blog/2009/08/06/erro-foreign-key-mysql/#comments</comments>
		<pubDate>Thu, 06 Aug 2009 19:47:41 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[MySQL]]></category>
		<category><![CDATA[import]]></category>
		<category><![CDATA[importação]]></category>

		<guid isPermaLink="false">http://www.republicavirtual.com.br/blog/?p=429</guid>
		<description><![CDATA[Cannot add or update a child row: a foreign key constraint fails
Só adicionar isso no início do arquivo SQL:

set foreign_key_checks = 0;

]]></description>
			<content:encoded><![CDATA[<p>Cannot add or update a child row: a foreign key constraint fails</p>
<p>Só adicionar isso no início do arquivo SQL:<br />
<code><br />
set foreign_key_checks = 0;<br />
</code></p>
]]></content:encoded>
			<wfw:commentRss>http://www.republicavirtual.com.br/blog/2009/08/06/erro-foreign-key-mysql/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>redirecionamento através do subdomínio por rewrite</title>
		<link>http://www.republicavirtual.com.br/blog/2009/07/30/redirecionamento-atraves-do-subdominio-por-rewrite/</link>
		<comments>http://www.republicavirtual.com.br/blog/2009/07/30/redirecionamento-atraves-do-subdominio-por-rewrite/#comments</comments>
		<pubDate>Thu, 30 Jul 2009 23:40:16 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Apache]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[rewrite]]></category>
		<category><![CDATA[subdomínio]]></category>

		<guid isPermaLink="false">http://www.republicavirtual.com.br/blog/?p=427</guid>
		<description><![CDATA[Depois de colocar o vhost para responder por *.dominio
PLAIN TEXT
CODE:




# habilita rewrite


RewriteEngine on


# se não iniciar com www ou meudominio.com.br


RewriteRule %&#123;HTTP_HOST&#125; !^&#40;www.&#124;&#41;meudominio.com.br$


# se tiver algo no subdominio


RewriteCond %&#123;HTTP_HOST&#125; ^&#40;.*&#41;\.meudominio.com.br$


# redireciona informando o subdominio


RewriteRule &#40;.*&#41; arquivo.php?user=%1 &#91;QSA&#93; 






]]></description>
			<content:encoded><![CDATA[<p>Depois de colocar o vhost para responder por *.dominio</p>
<div class="igBar"><span id="lcode-6"><a href="#" onclick="javascript:showPlainTxt('code-6'); return false;">PLAIN TEXT</a></span></div>
<div class="syntax_hilite"><span class="langName">CODE:</span>
<div id="code-6">
<div class="code">
<ol>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"># habilita rewrite</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">RewriteEngine on</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"># se não iniciar com www ou meudominio.<span style="">com</span>.<span style="">br</span></div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">RewriteRule %<span style="color:#006600; font-weight:bold;">&#123;</span>HTTP_HOST<span style="color:#006600; font-weight:bold;">&#125;</span> !^<span style="color:#006600; font-weight:bold;">&#40;</span>www.|<span style="color:#006600; font-weight:bold;">&#41;</span>meudominio.<span style="">com</span>.<span style="">br</span>$</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"># se tiver algo no subdominio</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">RewriteCond %<span style="color:#006600; font-weight:bold;">&#123;</span>HTTP_HOST<span style="color:#006600; font-weight:bold;">&#125;</span> ^<span style="color:#006600; font-weight:bold;">&#40;</span>.*<span style="color:#006600; font-weight:bold;">&#41;</span>\.<span style="">meudominio</span>.<span style="">com</span>.<span style="">br</span>$</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"># redireciona informando o subdominio</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">RewriteRule <span style="color:#006600; font-weight:bold;">&#40;</span>.*<span style="color:#006600; font-weight:bold;">&#41;</span> arquivo.<span style="">php</span>?user=%<span style="color:#800000;color:#800000;">1</span> <span style="color:#006600; font-weight:bold;">&#91;</span>QSA<span style="color:#006600; font-weight:bold;">&#93;</span> </div>
</li>
</ol>
</div>
</div>
</div>
<p></p>
]]></content:encoded>
			<wfw:commentRss>http://www.republicavirtual.com.br/blog/2009/07/30/redirecionamento-atraves-do-subdominio-por-rewrite/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>internet explorer 8, interpreta d+</title>
		<link>http://www.republicavirtual.com.br/blog/2009/07/20/internet-explorer-8-interpreta-d/</link>
		<comments>http://www.republicavirtual.com.br/blog/2009/07/20/internet-explorer-8-interpreta-d/#comments</comments>
		<pubDate>Mon, 20 Jul 2009 10:50:40 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[xalassa]]></category>
		<category><![CDATA[Internet Explorer]]></category>
		<category><![CDATA[MIME]]></category>
		<category><![CDATA[Text file]]></category>

		<guid isPermaLink="false">http://www.republicavirtual.com.br/blog/?p=422</guid>
		<description><![CDATA[em alguns casos o ie8 interpreta arquivos .txt, .css como html...
Para resolver isso, envie o header:
X-Content-Type-Options: nosniff

]]></description>
			<content:encoded><![CDATA[<p>em alguns casos o ie8 interpreta arquivos .txt, .css como html...</p>
<p>Para resolver isso, envie o header:<br />
X-Content-Type-Options: nosniff</p>
<div style="margin-top: 10px; height: 15px;" class="zemanta-pixie"><a class="zemanta-pixie-a" href="http://reblog.zemanta.com/zemified/7baa2df9-374b-4d35-a964-f4d82d4195d6/" title="Reblog this post [with Zemanta]"><img style="border: medium none ; float: right;" class="zemanta-pixie-img" src="http://img.zemanta.com/reblog_e.png?x-id=7baa2df9-374b-4d35-a964-f4d82d4195d6" alt="Reblog this post [with Zemanta]"></a><span class="zem-script more-related pretty-attribution"><script type="text/javascript" src="http://static.zemanta.com/readside/loader.js" defer="defer"></script></span></div>
]]></content:encoded>
			<wfw:commentRss>http://www.republicavirtual.com.br/blog/2009/07/20/internet-explorer-8-interpreta-d/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
