<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
	<channel>
		<title>e-secure</title>
		<link>http://www.e-secure.com.br/index.php</link>
		<description><![CDATA[keep your mind flying]]></description>
		<copyright>Copyright 2010, kl0nez</copyright>
		<managingEditor>kl0nez</managingEditor>
		<language>en-US</language>
		<generator>SPHPBLOG 0.5.1</generator>
		<item>
			<title>Openfire + AD</title>
			<link>http://www.e-secure.com.br/index.php?entry=entry100714-125706</link>
			<description><![CDATA[(objectCategory=CN=Person,CN=Schema,CN=Configuration,DC=domain,DC=com,DC=local)]]></description>
			<category></category>
			<guid isPermaLink="true">http://www.e-secure.com.br/index.php?entry=entry100714-125706</guid>
			<author>kl0nez</author>
			<pubDate>Wed, 14 Jul 2010 16:57:06 GMT</pubDate>
			<comments>http://www.e-secure.com.br/comments.php?y=10&amp;m=07&amp;entry=entry100714-125706</comments>
		</item>
		<item>
			<title>Changing VLAN ID ESX</title>
			<link>http://www.e-secure.com.br/index.php?entry=entry100713-135140</link>
			<description><![CDATA[<pre>maquina=&quot;Service Console&quot;<br />vlanID=0<br />esxcfg-vswitch vSwitch0 -v $vlanID -p $maquina</pre><br /><br />tks to &quot;vini bomba&quot;<br /><br />sds<br />Kl0nEz<br />]]></description>
			<category></category>
			<guid isPermaLink="true">http://www.e-secure.com.br/index.php?entry=entry100713-135140</guid>
			<author>kl0nez</author>
			<pubDate>Tue, 13 Jul 2010 17:51:40 GMT</pubDate>
			<comments>http://www.e-secure.com.br/comments.php?y=10&amp;m=07&amp;entry=entry100713-135140</comments>
		</item>
		<item>
			<title>update dinâmico de DNS</title>
			<link>http://www.e-secure.com.br/index.php?entry=entry100712-102146</link>
			<description><![CDATA[<pre>#!/bin/bash<br />cat &gt; arquivo.txt &lt;&lt; .EOF.<br />update delete <a href="http://www.e-secure.com.br" target="_blank" >www.e-secure.com.br</a> A<br />update add <a href="http://www.e-secure.com.br" target="_blank" >www.e-secure.com.br</a> 0 A 192.168.1.1<br />send<br />.EOF.<br />key=1234asdf1234asdf<br />nsupdate -y kl0nez:$key arquivo.txt</pre>]]></description>
			<category></category>
			<guid isPermaLink="true">http://www.e-secure.com.br/index.php?entry=entry100712-102146</guid>
			<author>kl0nez</author>
			<pubDate>Mon, 12 Jul 2010 14:21:46 GMT</pubDate>
			<comments>http://www.e-secure.com.br/comments.php?y=10&amp;m=07&amp;entry=entry100712-102146</comments>
		</item>
		<item>
			<title>Verificando performance do seu webcache</title>
			<link>http://www.e-secure.com.br/index.php?entry=entry100708-131620</link>
			<description><![CDATA[<pre>http_access allow manager localhost<br />http_access deny manager</pre><br /><br /><pre>$ sudo apt-get install squidclient<br />$ squidclient -h 127.0.0.1 -p 3128 cache_object://localhost/info</pre><br /><br />Atente-se aos valores:<br /><br /><pre>File descriptor usage for squid:<br />	Maximum number of file descriptors:   4096<br />	Largest file desc currently in use:   2050<br />	Number of file desc currently in use: 2003</pre><br /><br /><br /><pre>	Cache Misses:          0.23230  0.23230<br />	Cache Hits:            0.00767  0.00919</pre><br /><br />]]></description>
			<category></category>
			<guid isPermaLink="true">http://www.e-secure.com.br/index.php?entry=entry100708-131620</guid>
			<author>kl0nez</author>
			<pubDate>Thu, 08 Jul 2010 17:16:20 GMT</pubDate>
			<comments>http://www.e-secure.com.br/comments.php?y=10&amp;m=07&amp;entry=entry100708-131620</comments>
		</item>
		<item>
			<title>Variações do mesmo tema (COPA para todos)</title>
			<link>http://www.e-secure.com.br/index.php?entry=entry100618-102655</link>
			<description><![CDATA[Caros,<br /><br />No último post foi para pegar a stream de uma plaquinha USB e enviar para um grupo multicast na sua rede local.<br /><br />Mas aí fica a pergunta, e se a pessoa não estiver no mesmo domínio multicast que voce ? <br /><br /><pre>$ cvlc udp://@239.239.239.239 --sout  &#039;#transcode{vcodec=DIV3,vb=800,scale=1,acodec=mp3,ab=128,channels=2,samplerate=44100}:std{access=http,mux=asf,dst=0.0.0.0:8080}&#039;</pre><br /><br />E seus amigos conseguirão acessar<br /><br /><pre>$ vlc <a href="http://ip_da_sua_maquina:8080" target="_blank" >http://ip_da_sua_maquina:8080</a></pre><br /><br />Mas, lembre-se que cada conexão vai utilizar o seu link, convém repassar a seguinte configuracao para o seu amigo em uma rede remota, mais ou menos o seguinte:<br /><br /><pre>$ cvlc <a href="http://ip_da_sua_maquina:8080" target="_blank" >http://ip_da_sua_maquina:8080</a> --sout &#039;#std{access=udp,dst=239.239.239.239:1234}&#039; </pre><br /><br />Agora, há um multicast lá na rede do seu amigo.<br /><br /><pre>$ vlc udp://@239.239.239.239:1234</pre><br /><br />Assim todos que estiverem na rede do seu amigo, conseguirão assistir a mesma stream com somente uma conexão ao seu servidor.<br /><br />É isso,<br /><br />sds<br />Kl0nEz]]></description>
			<category></category>
			<guid isPermaLink="true">http://www.e-secure.com.br/index.php?entry=entry100618-102655</guid>
			<author>kl0nez</author>
			<pubDate>Fri, 18 Jun 2010 14:26:55 GMT</pubDate>
			<comments>http://www.e-secure.com.br/comments.php?y=10&amp;m=06&amp;entry=entry100618-102655</comments>
		</item>
		<item>
			<title>Em tempos de copa !!!!</title>
			<link>http://www.e-secure.com.br/index.php?entry=entry100513-161959</link>
			<description><![CDATA[Caros,<br /><br />DVD/tv digital/HDTV under linux !!!!! + tv stream ... :)<br /><br />Distribuição utilizada<br /><code>Ubuntu 10.04<br />kernel =  2.6.32-22-generic<br /><br /></code><br />Dispositivo...<br /><pre># lsusb<br />Bus 002 Device 004: ID 1554:5010 Prolink Microsystems Corp. </pre><br /><br />Depois de plugado...<br /><pre># dmesg<br />[ 1276.060250] usb 1-2: USB disconnect, address 2<br />[ 1276.088387] dvb-usb: Prolink Pixelview SBTVD successfully deinitialized and disconnected.<br />[ 1294.248018] usb 2-2: new high speed USB device using ehci_hcd and address 4<br />[ 1294.381055] usb 2-2: configuration #1 chosen from 1 choice<br />[ 1294.381324] dvb-usb: found a &#039;Prolink Pixelview SBTVD&#039; in cold state, will try to load a firmware<br />[ 1294.381328] usb 2-2: firmware: requesting dvb-usb-dib0700-1.20.fw<br />[ 1294.383635] dvb-usb: downloading firmware from file &#039;dvb-usb-dib0700-1.20.fw&#039;<br />[ 1294.594159] dib0700: firmware started successfully.<br />[ 1295.097021] dvb-usb: found a &#039;Prolink Pixelview SBTVD&#039; in warm state.<br />[ 1295.097072] dvb-usb: will pass the complete MPEG2 transport stream to the software demuxer.<br />[ 1295.097277] DVB: registering new adapter (Prolink Pixelview SBTVD)<br />[ 1295.323901] DVB: registering adapter 0 frontend 0 (DiBcom 8000 ISDB-T)...<br />[ 1295.534859] DiB0070: successfully identified<br />[ 1295.534940] input: IR-receiver inside an USB DVB receiver as /devices/pci0000:00/0000:00:1d.7/usb2/2-2/input/input7<br />[ 1295.535003] dvb-usb: schedule remote query interval to 50 msecs.<br />[ 1295.535007] dvb-usb: Prolink Pixelview SBTVD successfully initialized and connected.<br /></pre><br /><br />Instalando o necessário<br /><pre># apt-get install vlc dvb-apps</pre><br /><br />Fazendo o scan dos canais existentes na sua região, encontrei neste site ( <a href="http://dougsland.livejournal.com/103169.html" target="_blank" >http://dougsland.livejournal.com/103169.html</a> )<br /><br /><pre># cat &gt; ch_freq.conf &lt;&lt; .EOF.<br /># UHF channels 14 to 69<br />T 473142857 6MHz 3/4 AUTO AUTO AUTO AUTO NONE # channel 14<br />T 479142857 6MHz 3/4 AUTO AUTO AUTO AUTO NONE # channel 15<br />T 485142857 6MHz 3/4 AUTO AUTO AUTO AUTO NONE # channel 16<br />T 491142857 6MHz 3/4 AUTO AUTO AUTO AUTO NONE # channel 17<br />T 497142857 6MHz 3/4 AUTO AUTO AUTO AUTO NONE # channel 18<br />T 503142857 6MHz 3/4 AUTO AUTO AUTO AUTO NONE # channel 19<br />T 509142857 6MHz 3/4 AUTO AUTO AUTO AUTO NONE # channel 20<br />T 515142857 6MHz 3/4 AUTO AUTO AUTO AUTO NONE # channel 21<br />T 521142857 6MHz 3/4 AUTO AUTO AUTO AUTO NONE # channel 22<br />T 527142857 6MHz 3/4 AUTO AUTO AUTO AUTO NONE # channel 23<br />T 533142857 6MHz 3/4 AUTO AUTO AUTO AUTO NONE # channel 24<br />T 539142857 6MHz 3/4 AUTO AUTO AUTO AUTO NONE # channel 25<br />T 545142857 6MHz 3/4 AUTO AUTO AUTO AUTO NONE # channel 26<br />T 551142857 6MHz 3/4 AUTO AUTO AUTO AUTO NONE # channel 27<br />T 557142857 6MHz 3/4 AUTO AUTO AUTO AUTO NONE # channel 28<br />T 563142857 6MHz 3/4 AUTO AUTO AUTO AUTO NONE # channel 29<br />T 569142857 6MHz 3/4 AUTO AUTO AUTO AUTO NONE # channel 30<br />T 575142857 6MHz 3/4 AUTO AUTO AUTO AUTO NONE # channel 31<br />T 581142857 6MHz 3/4 AUTO AUTO AUTO AUTO NONE # channel 32<br />T 587142857 6MHz 3/4 AUTO AUTO AUTO AUTO NONE # channel 33<br />T 593142857 6MHz 3/4 AUTO AUTO AUTO AUTO NONE # channel 34<br />T 599142857 6MHz 3/4 AUTO AUTO AUTO AUTO NONE # channel 35<br />T 605142857 6MHz 3/4 AUTO AUTO AUTO AUTO NONE # channel 36<br /># channel 37 not used<br />T 617142857 6MHz 3/4 AUTO AUTO AUTO AUTO NONE # channel 38<br />T 623142857 6MHz 3/4 AUTO AUTO AUTO AUTO NONE # channel 39<br />T 629142857 6MHz 3/4 AUTO AUTO AUTO AUTO NONE # channel 40<br />T 635142857 6MHz 3/4 AUTO AUTO AUTO AUTO NONE # channel 41<br />T 641142857 6MHz 3/4 AUTO AUTO AUTO AUTO NONE # channel 42<br />T 647142857 6MHz 3/4 AUTO AUTO AUTO AUTO NONE # channel 43<br />T 653142857 6MHz 3/4 AUTO AUTO AUTO AUTO NONE # channel 44<br />T 659142857 6MHz 3/4 AUTO AUTO AUTO AUTO NONE # channel 45<br />T 665142857 6MHz 3/4 AUTO AUTO AUTO AUTO NONE # channel 46<br />T 671142857 6MHz 3/4 AUTO AUTO AUTO AUTO NONE # channel 47<br />T 677142857 6MHz 3/4 AUTO AUTO AUTO AUTO NONE # channel 48<br />T 683142857 6MHz 3/4 AUTO AUTO AUTO AUTO NONE # channel 49<br />T 689142857 6MHz 3/4 AUTO AUTO AUTO AUTO NONE # channel 50<br />T 695142857 6MHz 3/4 AUTO AUTO AUTO AUTO NONE # channel 51<br />T 701142857 6MHz 3/4 AUTO AUTO AUTO AUTO NONE # channel 52<br />T 707142857 6MHz 3/4 AUTO AUTO AUTO AUTO NONE # channel 53<br />T 713142857 6MHz 3/4 AUTO AUTO AUTO AUTO NONE # channel 54<br />T 719142857 6MHz 3/4 AUTO AUTO AUTO AUTO NONE # channel 55<br />T 725142857 6MHz 3/4 AUTO AUTO AUTO AUTO NONE # channel 56<br />T 731142857 6MHz 3/4 AUTO AUTO AUTO AUTO NONE # channel 57<br />T 737142857 6MHz 3/4 AUTO AUTO AUTO AUTO NONE # channel 58<br />T 743142857 6MHz 3/4 AUTO AUTO AUTO AUTO NONE # channel 59<br />T 749142857 6MHz 3/4 AUTO AUTO AUTO AUTO NONE # channel 60<br />T 755142857 6MHz 3/4 AUTO AUTO AUTO AUTO NONE # channel 61<br />T 761142857 6MHz 3/4 AUTO AUTO AUTO AUTO NONE # channel 62<br />T 767142857 6MHz 3/4 AUTO AUTO AUTO AUTO NONE # channel 63<br />T 773142857 6MHz 3/4 AUTO AUTO AUTO AUTO NONE # channel 64<br />T 779142857 6MHz 3/4 AUTO AUTO AUTO AUTO NONE # channel 65<br />T 785142857 6MHz 3/4 AUTO AUTO AUTO AUTO NONE # channel 66<br />T 791142857 6MHz 3/4 AUTO AUTO AUTO AUTO NONE # channel 67<br />T 797142857 6MHz 3/4 AUTO AUTO AUTO AUTO NONE # channel 68<br />T 803142857 6MHz 3/4 AUTO AUTO AUTO AUTO NONE # channel 69<br />.EOF.</pre><br /><br />Fazer scan com essa tabela de frequencia<br /><br /><pre>#  scan ch_freq.conf &gt; channels.conf </pre><br /><br />Pronto... se tudo estiver certinho, voce terá os canais já mapeados no arquivo channels.conf. Pode utilizar com o VLC, utilizando o método apresentado no site mencionado acima (e também nas refências).<br /><br />Para poupar o trabalho das pessoas de Vitória/ES, eu encontrei estes canais:<br /><pre># cat channels.conf <br />TV GAZETA HD:521142857:INVERSION_AUTO:BANDWIDTH_6_MHZ:FEC_3_4:FEC_AUTO:QAM_AUTO:TRANSMISSION_MODE_AUTO:GUARD_INTERVAL_AUTO:HIERARCHY_NONE:4113:4115:16960<br />TV Gazeta MOB1:521142857:INVERSION_AUTO:BANDWIDTH_6_MHZ:FEC_3_4:FEC_AUTO:QAM_AUTO:TRANSMISSION_MODE_AUTO:GUARD_INTERVAL_AUTO:HIERARCHY_NONE:4097:4099:16984<br />TV VITORIA HD:617142857:INVERSION_AUTO:BANDWIDTH_6_MHZ:FEC_3_4:FEC_AUTO:QAM_AUTO:TRANSMISSION_MODE_AUTO:GUARD_INTERVAL_AUTO:HIERARCHY_NONE:0:0:16992<br />TV Vitoria Mobile:617142857:INVERSION_AUTO:BANDWIDTH_6_MHZ:FEC_3_4:FEC_AUTO:QAM_AUTO:TRANSMISSION_MODE_AUTO:GUARD_INTERVAL_AUTO:HIERARCHY_NONE:0:0:17016</pre><br /><br />Agora a parte divertida, fazer streaming disso para o pessoal da sua rede.<br /><br />1 - Criei um arquivo somente com o canal que eu quero fazer stream:<br /><br /><pre># cat gazetamob.conf<br />TV Gazeta MOB1:521142857:INVERSION_AUTO:BANDWIDTH_6_MHZ:FEC_3_4:FEC_AUTO:QAM_AUTO:TRANSMISSION_MODE_AUTO:GUARD_INTERVAL_AUTO:HIERARCHY_NONE:4097:4099:16984</pre><br /><br />2 - Usando o VLC para fazer stream para um grupo multicast:<br /><pre># vlc gazetamob.conf --sout &#039;#std{access=udp,dst=239.239.239.239:1234}&#039; </pre><br /><br />3 - Acessando o stream, válido para usuários de linux, windows, mac, que estejam na mesma rede.<br /><pre>$ vlc udp://@239.239.239.239:1234</pre><br /><br />Refências:<br /><a href="http://wiki.videolan.org/Documentation:Streaming_HowTo/Command_Line_Examples" target="_blank" >http://wiki.videolan.org/Documentation: ... e_Examples</a><br /><a href="http://dougsland.livejournal.com/103169.html" target="_blank" >http://dougsland.livejournal.com/103169.html</a>]]></description>
			<category></category>
			<guid isPermaLink="true">http://www.e-secure.com.br/index.php?entry=entry100513-161959</guid>
			<author>kl0nez</author>
			<pubDate>Thu, 13 May 2010 20:19:59 GMT</pubDate>
			<comments>http://www.e-secure.com.br/comments.php?y=10&amp;m=05&amp;entry=entry100513-161959</comments>
		</item>
		<item>
			<title>SSH vpn</title>
			<link>http://www.e-secure.com.br/index.php?entry=entry100323-102153</link>
			<description><![CDATA[SSH tunnel já estava legal... e agora ?<br /><br />requires: netcat pppd ssh (client and server)<br /><br />references:<br /><br /><a href="http://www.virtualbox.org/wiki/PPP_Tunnel" target="_blank" >http://www.virtualbox.org/wiki/PPP_Tunnel</a><br /><br />server: 192.168.0.1<br /><br />Somente o serviço SSH habilitado.<br /><pre>$ ssh root@192.168.0.1 -L 1234:127.0.0.1:1234<br />root@192.168.0.1&#039;s password: <br /><br /># pppd noauth local lock nodefaultroute persist debug nodetach 10.1.2.3:10.4.5.6 pty &quot;nc -l 127.0.0.1 -p 1234&quot;</pre><br />Em outra shell<br /><pre>$ sudo pppd noauth local lock nodefaultroute persist debug nodetach passive pty &quot;nc 127.0.0.1 1234&quot;</pre><br />foi ?<br /><br />:)<br /><br />sds<br />Kl0nEz]]></description>
			<category></category>
			<guid isPermaLink="true">http://www.e-secure.com.br/index.php?entry=entry100323-102153</guid>
			<author>kl0nez</author>
			<pubDate>Tue, 23 Mar 2010 14:21:53 GMT</pubDate>
			<comments>http://www.e-secure.com.br/comments.php?y=10&amp;m=03&amp;entry=entry100323-102153</comments>
		</item>
		<item>
			<title>SSH tcp tunnel</title>
			<link>http://www.e-secure.com.br/index.php?entry=entry100322-105839</link>
			<description><![CDATA[tunnel ssh <br /><br />ssh client<br /><br />server : 192.168.0.1<br />port : 1234<br /><br /><code>ssh root@192.168.0.1 -L 1234:127.0.0.1:1234</code><br /><br />putty<br /><br /><code><br />Session <br />Hostname =&gt; 192.168.0.1<br /><br />Connection -&gt; ssh -&gt; tunnels<br />Source port =&gt; 1234<br />Destination =&gt; 127.0.0.1:1234<br />ADD<br /><br />Open<br /></code><br /><br />telnet 127.0.0.1 1234 ---&gt; ssh tunnel ---&gt; 127.0.0.1:1234<br /><br />enjoy<br /><br />Kl0nEz<br />]]></description>
			<category></category>
			<guid isPermaLink="true">http://www.e-secure.com.br/index.php?entry=entry100322-105839</guid>
			<author>kl0nez</author>
			<pubDate>Mon, 22 Mar 2010 14:58:39 GMT</pubDate>
			<comments>http://www.e-secure.com.br/comments.php?y=10&amp;m=03&amp;entry=entry100322-105839</comments>
		</item>
		<item>
			<title>FoFix rox</title>
			<link>http://www.e-secure.com.br/index.php?entry=entry100305-125559</link>
			<description><![CDATA[Game -&gt; <a href="http://code.google.com/p/fofix/" target="_blank" >http://code.google.com/p/fofix/</a><br /><br />Procurando song pack para o fretsonfire (o fofix é uma versão melhorada do FoF)<br /><a href="http://www.google.com.br/search?q=fretsonfire+song+pack+torrent" target="_blank" >http://www.google.com.br/search?q=frets ... ck+torrent</a><br /><br />Alguns exemplos de torrents de song pack<br /><br /><a href="http://www.btmon.com/Games/PC/Frets_on_Fire_Song_Pack_1_210_songs.torrent.html" target="_blank" >http://www.btmon.com/Games/PC/Frets_on_ ... rrent.html</a><br /><a href="http://www.torrentz.com/8ca9f2326126f706da357599696de3c87cb9dc80" target="_blank" >http://www.torrentz.com/8ca9f2326126f70 ... c87cb9dc80</a><br /><br />Criar o diretorio de songs, descompactar os arquivos dentro deste diretorio, e apontar no game a referencia para este diretório de songs.<br /><br />-&gt; procurar e instalar o thema do garage band<br /><br />-&gt; Colocar a guitarrinha pra funcionar no seu PC<br /><br /><a href="http://www.hardwarecanucks.com/forum/peripherals/3322-guitar-hero-2-usb-controller-xbox-pc.html" target="_blank" >http://www.hardwarecanucks.com/forum/pe ... ox-pc.html</a><br /><br />-&gt; Configurar o FoFix para funcionar com a guitarrinha.<br /><br />Enjoy....<br />]]></description>
			<category></category>
			<guid isPermaLink="true">http://www.e-secure.com.br/index.php?entry=entry100305-125559</guid>
			<author>kl0nez</author>
			<pubDate>Fri, 05 Mar 2010 17:55:59 GMT</pubDate>
			<comments>http://www.e-secure.com.br/comments.php?y=10&amp;m=03&amp;entry=entry100305-125559</comments>
		</item>
		<item>
			<title>Campeonato brasileiro via BASH</title>
			<link>http://www.e-secure.com.br/index.php?entry=entry100210-023602</link>
			<description><![CDATA[Até que o retrospecto não está muito ruim ... ;)<br /><br /><pre>$ time1=&quot;atlético\/mg&quot;; time2=&quot;flamengo&quot;; for i in `echo 34 35 36 37 38 39`; do echo $i | sed -e &quot;s/3/200/g&quot; ; lynx --source &quot;http://www.cbf.com.br/php/tabela.php?ct=1&amp;cc=$i&quot; | sed -e &quot;s/&gt;/\n/g&quot; | egrep -v &quot;(SUMULA|BORDERO)&quot; | grep -i $time1 | sed -e &quot;s/\(.*\)&lt;.*$/\1/g&quot;| grep -i $time2 ; done<br />2004<br />Flamengo/RJ 0  x 0 Atlético/MG<br />Atlético/MG 6  x 1 Flamengo/RJ<br />2005<br />Atlético/MG 3  x 1 Flamengo/RJ<br />Flamengo/RJ 1  x 2 Atlético/MG<br />2006<br />2007<br />Atlético/MG 1  x 1 Flamengo/RJ<br />Flamengo/RJ 1  x 0 Atlético/MG<br />2008<br />Atlético/MG 1  x 1 Flamengo/RJ<br />Flamengo/RJ 0  x 3 Atlético/MG<br />2009<br />Flamengo/RJ 3  x 1 Atlético/MG<br />Atlético/MG 1  x 3 Flamengo/RJ</pre>]]></description>
			<category></category>
			<guid isPermaLink="true">http://www.e-secure.com.br/index.php?entry=entry100210-023602</guid>
			<author>kl0nez</author>
			<pubDate>Wed, 10 Feb 2010 07:36:02 GMT</pubDate>
			<comments>http://www.e-secure.com.br/comments.php?y=10&amp;m=02&amp;entry=entry100210-023602</comments>
		</item>
	</channel>
</rss>
