<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Just another problem</title>
	<atom:link href="http://adr1an0.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://adr1an0.wordpress.com</link>
	<description></description>
	<lastBuildDate>Fri, 10 Jun 2011 18:37:40 +0000</lastBuildDate>
	<language>pt-br</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='adr1an0.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Just another problem</title>
		<link>http://adr1an0.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://adr1an0.wordpress.com/osd.xml" title="Just another problem" />
	<atom:link rel='hub' href='http://adr1an0.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Win7: Access Point Discovery</title>
		<link>http://adr1an0.wordpress.com/2011/06/10/win7-access-point-discovery/</link>
		<comments>http://adr1an0.wordpress.com/2011/06/10/win7-access-point-discovery/#comments</comments>
		<pubDate>Fri, 10 Jun 2011 18:37:39 +0000</pubDate>
		<dc:creator>Adriano</dc:creator>
				<category><![CDATA[tech]]></category>

		<guid isPermaLink="false">http://adr1an0.wordpress.com/?p=114</guid>
		<description><![CDATA[Discover access points using the format below: netsh wlan show networks mode=bssid<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=adr1an0.wordpress.com&amp;blog=59283&amp;post=114&amp;subd=adr1an0&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Discover access points using the format below:</p>
<p>netsh wlan show networks mode=bssid</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/adr1an0.wordpress.com/114/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/adr1an0.wordpress.com/114/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/adr1an0.wordpress.com/114/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/adr1an0.wordpress.com/114/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/adr1an0.wordpress.com/114/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/adr1an0.wordpress.com/114/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/adr1an0.wordpress.com/114/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/adr1an0.wordpress.com/114/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/adr1an0.wordpress.com/114/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/adr1an0.wordpress.com/114/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/adr1an0.wordpress.com/114/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/adr1an0.wordpress.com/114/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/adr1an0.wordpress.com/114/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/adr1an0.wordpress.com/114/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=adr1an0.wordpress.com&amp;blog=59283&amp;post=114&amp;subd=adr1an0&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://adr1an0.wordpress.com/2011/06/10/win7-access-point-discovery/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/486e97ac83aee4d1dda32fb853557ea7?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">adr1an0</media:title>
		</media:content>
	</item>
		<item>
		<title>Bash: Mask Converter</title>
		<link>http://adr1an0.wordpress.com/2011/06/07/bash-mask-converter/</link>
		<comments>http://adr1an0.wordpress.com/2011/06/07/bash-mask-converter/#comments</comments>
		<pubDate>Tue, 07 Jun 2011 17:30:44 +0000</pubDate>
		<dc:creator>Adriano</dc:creator>
				<category><![CDATA[tech]]></category>

		<guid isPermaLink="false">http://adr1an0.wordpress.com/2011/06/07/bash-mask-converter/</guid>
		<description><![CDATA[Mostra o número de bits de uma máscara IP. Exemplo: 255.255.255.192 -&#62; 26 #!/bin/bash total_bits=0 for octet in `echo $1&#124;awk -F. ' {print $1 " " $2 " " $3 " " $4}'` do     result=0     mask=255     num_bits=8     while [ $mask -ge 0 ]     do         if [ $octet -eq [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=adr1an0.wordpress.com&amp;blog=59283&amp;post=115&amp;subd=adr1an0&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Mostra o número de bits de uma máscara IP. Exemplo: 255.255.255.192 -&gt; 26</p>
<pre>#!/bin/bash
total_bits=0
for octet in `echo $1|awk -F. ' {print $1 " " $2 " " $3 " " $4}'`
do
    result=0
    mask=255
    num_bits=8
    while [ $mask -ge 0 ]
    do
        if [ $octet -eq $mask ]
        then
            break
        fi
        result=$(( $mask &lt;&lt; 1 ))
        mask=$(( $result &amp; 255 ))
        let num_bits=num_bits-1
    done
    let total_bits=total_bits+$num_bits
done
echo "$total_bits"</pre>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/adr1an0.wordpress.com/115/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/adr1an0.wordpress.com/115/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/adr1an0.wordpress.com/115/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/adr1an0.wordpress.com/115/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/adr1an0.wordpress.com/115/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/adr1an0.wordpress.com/115/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/adr1an0.wordpress.com/115/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/adr1an0.wordpress.com/115/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/adr1an0.wordpress.com/115/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/adr1an0.wordpress.com/115/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/adr1an0.wordpress.com/115/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/adr1an0.wordpress.com/115/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/adr1an0.wordpress.com/115/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/adr1an0.wordpress.com/115/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=adr1an0.wordpress.com&amp;blog=59283&amp;post=115&amp;subd=adr1an0&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://adr1an0.wordpress.com/2011/06/07/bash-mask-converter/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/486e97ac83aee4d1dda32fb853557ea7?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">adr1an0</media:title>
		</media:content>
	</item>
		<item>
		<title>Mudança no layout da página do Estadão</title>
		<link>http://adr1an0.wordpress.com/2010/05/01/mudanca-no-layout-da-pagina-do-estadao/</link>
		<comments>http://adr1an0.wordpress.com/2010/05/01/mudanca-no-layout-da-pagina-do-estadao/#comments</comments>
		<pubDate>Sat, 01 May 2010 14:20:30 +0000</pubDate>
		<dc:creator>Adriano</dc:creator>
				<category><![CDATA[greasemonkey]]></category>

		<guid isPermaLink="false">http://adr1an0.wordpress.com/?p=106</guid>
		<description><![CDATA[Para reformatar a página do Estadão (www.estadao.com.br), criei este script para o Greasemonkey: http://userscripts.org/scripts/show/36597 O Greasemonkey, para quem não sabe, é um add-on do Firefox. Para instalá-lo, acesse esta página: https://addons.mozilla.org/en-US/firefox/addon/748 Fiz apenas duas mudanças: uma pequena alteração na primeira página, e a mudança na cor da fonte das notícias, de cinza para preto. Veja [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=adr1an0.wordpress.com&amp;blog=59283&amp;post=106&amp;subd=adr1an0&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Para reformatar a página do Estadão (<a href="http://www.estadao.com.br">www.estadao.com.br</a>), criei este script para o Greasemonkey: <a href="http://userscripts.org/scripts/show/36597" target="_blank">http://userscripts.org/scripts/show/36597</a></p>
<p>O Greasemonkey, para quem não sabe, é um add-on do Firefox. Para instalá-lo, acesse esta página: <a href="https://addons.mozilla.org/en-US/firefox/addon/748" target="_blank">https://addons.mozilla.org/en-US/firefox/addon/748</a></p>
<p>Fiz apenas duas mudanças: uma pequena alteração na primeira página, e a mudança na cor da fonte das notícias, de cinza para preto. Veja abaixo:</p>
<p><a href="http://adr1an0.files.wordpress.com/2010/05/estadao1.png"><img class="aligncenter size-full wp-image-107" title="Mudança no layout da página principal" src="http://adr1an0.files.wordpress.com/2010/05/estadao1.png?w=720" alt=""   /></a></p>
<p><a href="http://adr1an0.files.wordpress.com/2010/05/estadao2.png"><img class="aligncenter size-full wp-image-108" title="Mundança no layout da notícia" src="http://adr1an0.files.wordpress.com/2010/05/estadao2.png?w=720&#038;h=315" alt="" width="720" height="315" /></a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/adr1an0.wordpress.com/106/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/adr1an0.wordpress.com/106/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/adr1an0.wordpress.com/106/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/adr1an0.wordpress.com/106/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/adr1an0.wordpress.com/106/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/adr1an0.wordpress.com/106/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/adr1an0.wordpress.com/106/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/adr1an0.wordpress.com/106/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/adr1an0.wordpress.com/106/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/adr1an0.wordpress.com/106/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/adr1an0.wordpress.com/106/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/adr1an0.wordpress.com/106/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/adr1an0.wordpress.com/106/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/adr1an0.wordpress.com/106/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=adr1an0.wordpress.com&amp;blog=59283&amp;post=106&amp;subd=adr1an0&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://adr1an0.wordpress.com/2010/05/01/mudanca-no-layout-da-pagina-do-estadao/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/486e97ac83aee4d1dda32fb853557ea7?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">adr1an0</media:title>
		</media:content>

		<media:content url="http://adr1an0.files.wordpress.com/2010/05/estadao1.png" medium="image">
			<media:title type="html">Mudança no layout da página principal</media:title>
		</media:content>

		<media:content url="http://adr1an0.files.wordpress.com/2010/05/estadao2.png" medium="image">
			<media:title type="html">Mundança no layout da notícia</media:title>
		</media:content>
	</item>
		<item>
		<title>Como desligar o Windows a partir do DOS</title>
		<link>http://adr1an0.wordpress.com/2010/04/20/windows-comandos-de-linha-para-desligar-o-pc/</link>
		<comments>http://adr1an0.wordpress.com/2010/04/20/windows-comandos-de-linha-para-desligar-o-pc/#comments</comments>
		<pubDate>Tue, 20 Apr 2010 17:35:20 +0000</pubDate>
		<dc:creator>Adriano</dc:creator>
				<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://adr1an0.wordpress.com/?p=92</guid>
		<description><![CDATA[Desligar: shutdown -s -t 0 Reiniciar: shutdown -r -t 0 Log Off: shutdown -l Standby: rundll32 powrprof.dll,SetSuspendState<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=adr1an0.wordpress.com&amp;blog=59283&amp;post=92&amp;subd=adr1an0&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<ul>
<li>
<pre><strong>Desligar: </strong>shutdown -s -t 0</pre>
</li>
</ul>
<ul>
<li>
<pre><strong>Reiniciar: </strong>shutdown -r -t 0</pre>
</li>
</ul>
<ul>
<li>
<pre><strong>Log Off: </strong>shutdown -l</pre>
</li>
</ul>
<ul>
<li>
<pre><strong>Standby: </strong>rundll32 powrprof.dll,SetSuspendState</pre>
</li>
</ul>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/adr1an0.wordpress.com/92/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/adr1an0.wordpress.com/92/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/adr1an0.wordpress.com/92/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/adr1an0.wordpress.com/92/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/adr1an0.wordpress.com/92/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/adr1an0.wordpress.com/92/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/adr1an0.wordpress.com/92/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/adr1an0.wordpress.com/92/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/adr1an0.wordpress.com/92/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/adr1an0.wordpress.com/92/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/adr1an0.wordpress.com/92/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/adr1an0.wordpress.com/92/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/adr1an0.wordpress.com/92/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/adr1an0.wordpress.com/92/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=adr1an0.wordpress.com&amp;blog=59283&amp;post=92&amp;subd=adr1an0&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://adr1an0.wordpress.com/2010/04/20/windows-comandos-de-linha-para-desligar-o-pc/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/486e97ac83aee4d1dda32fb853557ea7?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">adr1an0</media:title>
		</media:content>
	</item>
		<item>
		<title>Como rodar linux instalado em pendrive com QEMU</title>
		<link>http://adr1an0.wordpress.com/2010/03/24/como-rodar-linux-instalado-em-pendrive-com-qemu/</link>
		<comments>http://adr1an0.wordpress.com/2010/03/24/como-rodar-linux-instalado-em-pendrive-com-qemu/#comments</comments>
		<pubDate>Wed, 24 Mar 2010 13:49:52 +0000</pubDate>
		<dc:creator>Adriano</dc:creator>
				<category><![CDATA[tech]]></category>

		<guid isPermaLink="false">http://adr1an0.wordpress.com/2010/03/24/como-rodar-linux-instalado-em-pendrive-com-qemu/</guid>
		<description><![CDATA[# qemu.exe -hda \\.\PhysicalDrive1 PhysicalDrive1 é o nome que o qemu usa para buscar a USB. Caso tenha mais de um pendrive conectado, tente PhysicalDrive2, PhysicalDrive3&#8230;<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=adr1an0.wordpress.com&amp;blog=59283&amp;post=89&amp;subd=adr1an0&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<blockquote>
<pre># qemu.exe -hda \\.\PhysicalDrive1</pre>
<p style="padding-left:30px;">PhysicalDrive1 é o nome que o qemu usa para buscar a USB. Caso tenha mais de um pendrive conectado, tente PhysicalDrive2, PhysicalDrive3&#8230;</p>
</blockquote>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/adr1an0.wordpress.com/89/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/adr1an0.wordpress.com/89/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/adr1an0.wordpress.com/89/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/adr1an0.wordpress.com/89/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/adr1an0.wordpress.com/89/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/adr1an0.wordpress.com/89/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/adr1an0.wordpress.com/89/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/adr1an0.wordpress.com/89/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/adr1an0.wordpress.com/89/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/adr1an0.wordpress.com/89/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/adr1an0.wordpress.com/89/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/adr1an0.wordpress.com/89/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/adr1an0.wordpress.com/89/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/adr1an0.wordpress.com/89/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=adr1an0.wordpress.com&amp;blog=59283&amp;post=89&amp;subd=adr1an0&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://adr1an0.wordpress.com/2010/03/24/como-rodar-linux-instalado-em-pendrive-com-qemu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/486e97ac83aee4d1dda32fb853557ea7?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">adr1an0</media:title>
		</media:content>
	</item>
		<item>
		<title>Cisco – Formatação de &#8216;sh ip eigrp topology&#8217; usando awk</title>
		<link>http://adr1an0.wordpress.com/2010/03/07/cisco-%e2%80%93-formatacao-de-sh-ip-eigrp-topology-usando-awk/</link>
		<comments>http://adr1an0.wordpress.com/2010/03/07/cisco-%e2%80%93-formatacao-de-sh-ip-eigrp-topology-usando-awk/#comments</comments>
		<pubDate>Sun, 07 Mar 2010 11:26:08 +0000</pubDate>
		<dc:creator>Adriano</dc:creator>
				<category><![CDATA[cisco]]></category>

		<guid isPermaLink="false">http://adr1an0.wordpress.com/?p=84</guid>
		<description><![CDATA[awk &#8216;{ while(getline &#62; 0){ if($0~/successors/) {printf(&#8220;\n%-25s&#8221;, substr($2,1,length($2)-1) )}; if($0~/via/) {printf(&#8220;%-16s&#8221;,$2)} } }&#8217; file.txt 10.10.155.0/24         10.15.50.5     10.15.50.6 10.11.182.11/32        Redistributed 10.11.76.241/32        Redistributed 10.11.191.4/30         Redistributed 10.11.184.0/24         Redistributed 10.10.145.0/24         10.15.50.5     10.15.50.6 10.11.191.8/30         Redistributed 10.11.183.0/24         Redistributed 10.10.146.0/24         10.15.50.5     10.15.50.6 10.11.68.240/28        Redistributed 10.11.182.2/32         Redistributed<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=adr1an0.wordpress.com&amp;blog=59283&amp;post=84&amp;subd=adr1an0&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>awk &#8216;{ while(getline &gt; 0){ if($0~/successors/) {printf(&#8220;\n%-25s&#8221;, substr($2,1,length($2)-1) )}; if($0~/via/) {printf(&#8220;%-16s&#8221;,$2)} } }&#8217; file.txt</p>
<pre>10.10.155.0/24         10.15.50.5     10.15.50.6
10.11.182.11/32        Redistributed
10.11.76.241/32        Redistributed
10.11.191.4/30         Redistributed
10.11.184.0/24         Redistributed
10.10.145.0/24         10.15.50.5     10.15.50.6
10.11.191.8/30         Redistributed
10.11.183.0/24         Redistributed
10.10.146.0/24         10.15.50.5     10.15.50.6
10.11.68.240/28        Redistributed
10.11.182.2/32         Redistributed
</pre>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/adr1an0.wordpress.com/84/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/adr1an0.wordpress.com/84/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/adr1an0.wordpress.com/84/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/adr1an0.wordpress.com/84/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/adr1an0.wordpress.com/84/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/adr1an0.wordpress.com/84/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/adr1an0.wordpress.com/84/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/adr1an0.wordpress.com/84/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/adr1an0.wordpress.com/84/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/adr1an0.wordpress.com/84/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/adr1an0.wordpress.com/84/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/adr1an0.wordpress.com/84/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/adr1an0.wordpress.com/84/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/adr1an0.wordpress.com/84/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=adr1an0.wordpress.com&amp;blog=59283&amp;post=84&amp;subd=adr1an0&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://adr1an0.wordpress.com/2010/03/07/cisco-%e2%80%93-formatacao-de-sh-ip-eigrp-topology-usando-awk/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/486e97ac83aee4d1dda32fb853557ea7?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">adr1an0</media:title>
		</media:content>
	</item>
		<item>
		<title>Cisco &#8211; Ordenar &#8216;sh ip cache verbose flow&#8217; usando awk</title>
		<link>http://adr1an0.wordpress.com/2010/02/26/cisco-ordenar-sh-ip-cache-verbose-flow-usando-awk/</link>
		<comments>http://adr1an0.wordpress.com/2010/02/26/cisco-ordenar-sh-ip-cache-verbose-flow-usando-awk/#comments</comments>
		<pubDate>Fri, 26 Feb 2010 13:35:52 +0000</pubDate>
		<dc:creator>Adriano</dc:creator>
				<category><![CDATA[cisco]]></category>

		<guid isPermaLink="false">http://adr1an0.wordpress.com/2010/02/26/cisco-ordenar-sh-ip-cache-verbose-flow-usando-awk/</guid>
		<description><![CDATA[cat cacheflow.txt &#124; awk &#8216;{line=$0; line = substr(line,1,length(line)-1); getline; print line &#8221; &#8221; $0;}&#8217; &#62; saida.txt<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=adr1an0.wordpress.com&amp;blog=59283&amp;post=77&amp;subd=adr1an0&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>cat cacheflow.txt | awk &#8216;{line=$0; line = substr(line,1,length(line)-1); getline; print line &#8221; &#8221; $0;}&#8217; &gt; saida.txt</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/adr1an0.wordpress.com/77/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/adr1an0.wordpress.com/77/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/adr1an0.wordpress.com/77/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/adr1an0.wordpress.com/77/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/adr1an0.wordpress.com/77/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/adr1an0.wordpress.com/77/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/adr1an0.wordpress.com/77/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/adr1an0.wordpress.com/77/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/adr1an0.wordpress.com/77/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/adr1an0.wordpress.com/77/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/adr1an0.wordpress.com/77/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/adr1an0.wordpress.com/77/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/adr1an0.wordpress.com/77/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/adr1an0.wordpress.com/77/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=adr1an0.wordpress.com&amp;blog=59283&amp;post=77&amp;subd=adr1an0&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://adr1an0.wordpress.com/2010/02/26/cisco-ordenar-sh-ip-cache-verbose-flow-usando-awk/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/486e97ac83aee4d1dda32fb853557ea7?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">adr1an0</media:title>
		</media:content>
	</item>
		<item>
		<title>GIMP &#8211; Como dar um efeito de cinema em suas fotos</title>
		<link>http://adr1an0.wordpress.com/2009/11/03/gimp-como-dar-um-efeito-de-cinema-em-suas-fotos/</link>
		<comments>http://adr1an0.wordpress.com/2009/11/03/gimp-como-dar-um-efeito-de-cinema-em-suas-fotos/#comments</comments>
		<pubDate>Tue, 03 Nov 2009 17:59:26 +0000</pubDate>
		<dc:creator>Adriano</dc:creator>
				<category><![CDATA[tech]]></category>
		<category><![CDATA[gimp]]></category>
		<category><![CDATA[script-fu]]></category>

		<guid isPermaLink="false">http://adr1an0.wordpress.com/?p=75</guid>
		<description><![CDATA[Transformei a dica deste site http://ebin.wordpress.com/2007/03/21/how-to-turn-your-photo-into-movie-like-effect-using-photoshop/ Neste script: http://snipplr.com/view/21978/gimp-scriptfu-cinematic-effect/ Basta copiá-lo para a pasta de scripts do GIMP. O Script está localizado no menu Script-Fu &#62; Cine-photo.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=adr1an0.wordpress.com&amp;blog=59283&amp;post=75&amp;subd=adr1an0&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Transformei a dica deste site</p>
<ul>
<li><a href="http://ebin.wordpress.com/2007/03/21/how-to-turn-your-photo-into-movie-like-effect-using-photoshop/">http://ebin.wordpress.com/2007/03/21/how-to-turn-your-photo-into-movie-like-effect-using-photoshop/</a></li>
</ul>
<p>Neste script:</p>
<ul>
<li><a href="http://snipplr.com/view/21978/gimp-scriptfu-cinematic-effect/">http://snipplr.com/view/21978/gimp-scriptfu-cinematic-effect/</a></li>
</ul>
<p>Basta copiá-lo para a pasta de scripts do GIMP. O Script está localizado no menu Script-Fu &gt; Cine-photo.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/adr1an0.wordpress.com/75/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/adr1an0.wordpress.com/75/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/adr1an0.wordpress.com/75/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/adr1an0.wordpress.com/75/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/adr1an0.wordpress.com/75/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/adr1an0.wordpress.com/75/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/adr1an0.wordpress.com/75/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/adr1an0.wordpress.com/75/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/adr1an0.wordpress.com/75/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/adr1an0.wordpress.com/75/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/adr1an0.wordpress.com/75/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/adr1an0.wordpress.com/75/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/adr1an0.wordpress.com/75/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/adr1an0.wordpress.com/75/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=adr1an0.wordpress.com&amp;blog=59283&amp;post=75&amp;subd=adr1an0&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://adr1an0.wordpress.com/2009/11/03/gimp-como-dar-um-efeito-de-cinema-em-suas-fotos/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/486e97ac83aee4d1dda32fb853557ea7?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">adr1an0</media:title>
		</media:content>
	</item>
		<item>
		<title>Cisco 7304 &#8211; Hardware list</title>
		<link>http://adr1an0.wordpress.com/2009/07/23/cisco-7304-hardware-list/</link>
		<comments>http://adr1an0.wordpress.com/2009/07/23/cisco-7304-hardware-list/#comments</comments>
		<pubDate>Thu, 23 Jul 2009 15:49:53 +0000</pubDate>
		<dc:creator>Adriano</dc:creator>
				<category><![CDATA[cisco]]></category>

		<guid isPermaLink="false">http://adr1an0.wordpress.com/?p=67</guid>
		<description><![CDATA[#sh c7300 This command displays the types of hardware (processors, jacket cards, and line cards) installed in a Cisco 7304 router.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=adr1an0.wordpress.com&amp;blog=59283&amp;post=67&amp;subd=adr1an0&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<pre><span style="color:#000080;"><strong>
#sh c7300</strong></span></pre>
<p>This command displays the types of hardware (processors, jacket cards, and line cards) installed in a Cisco 7304 router.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/adr1an0.wordpress.com/67/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/adr1an0.wordpress.com/67/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/adr1an0.wordpress.com/67/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/adr1an0.wordpress.com/67/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/adr1an0.wordpress.com/67/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/adr1an0.wordpress.com/67/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/adr1an0.wordpress.com/67/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/adr1an0.wordpress.com/67/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/adr1an0.wordpress.com/67/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/adr1an0.wordpress.com/67/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/adr1an0.wordpress.com/67/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/adr1an0.wordpress.com/67/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/adr1an0.wordpress.com/67/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/adr1an0.wordpress.com/67/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=adr1an0.wordpress.com&amp;blog=59283&amp;post=67&amp;subd=adr1an0&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://adr1an0.wordpress.com/2009/07/23/cisco-7304-hardware-list/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/486e97ac83aee4d1dda32fb853557ea7?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">adr1an0</media:title>
		</media:content>
	</item>
		<item>
		<title>VBA &#8211; MID &#8211; Cannot find project or Library</title>
		<link>http://adr1an0.wordpress.com/2009/07/01/vba-mid-mid-cannot-find-project-or-library/</link>
		<comments>http://adr1an0.wordpress.com/2009/07/01/vba-mid-mid-cannot-find-project-or-library/#comments</comments>
		<pubDate>Wed, 01 Jul 2009 15:38:02 +0000</pubDate>
		<dc:creator>Adriano</dc:creator>
				<category><![CDATA[tech]]></category>
		<category><![CDATA[vba]]></category>

		<guid isPermaLink="false">http://adr1an0.wordpress.com/?p=61</guid>
		<description><![CDATA[Tentei rodar uma planilha Excel com um script VBA e apareceu o seguinte erro ao tentar usar a função MID(): &#8220;MID &#8211; Can&#8217;t find project or Library&#8221;. Solução: No menu da tela do VBA scritp, selecione: Tools &#62; References e desmarque a opção que contenha o prefixo &#8216;MISSING&#8217;. Ref: http://support.microsoft.com/kb/283806<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=adr1an0.wordpress.com&amp;blog=59283&amp;post=61&amp;subd=adr1an0&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Tentei rodar uma planilha Excel com um script VBA e apareceu o seguinte erro ao tentar usar a função MID(): <em>&#8220;MID &#8211; Can&#8217;t find project or Library&#8221;</em>.</p>
<p><strong>Solução: </strong>No menu da tela do VBA scritp, selecione: Tools &gt; References e desmarque a opção que contenha o prefixo &#8216;MISSING&#8217;.</p>
<p><em>Ref: </em><a href="http://support.microsoft.com/kb/283806">http://support.microsoft.com/kb/283806</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/adr1an0.wordpress.com/61/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/adr1an0.wordpress.com/61/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/adr1an0.wordpress.com/61/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/adr1an0.wordpress.com/61/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/adr1an0.wordpress.com/61/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/adr1an0.wordpress.com/61/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/adr1an0.wordpress.com/61/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/adr1an0.wordpress.com/61/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/adr1an0.wordpress.com/61/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/adr1an0.wordpress.com/61/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/adr1an0.wordpress.com/61/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/adr1an0.wordpress.com/61/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/adr1an0.wordpress.com/61/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/adr1an0.wordpress.com/61/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=adr1an0.wordpress.com&amp;blog=59283&amp;post=61&amp;subd=adr1an0&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://adr1an0.wordpress.com/2009/07/01/vba-mid-mid-cannot-find-project-or-library/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/486e97ac83aee4d1dda32fb853557ea7?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">adr1an0</media:title>
		</media:content>
	</item>
	</channel>
</rss>
