<?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>Marcusdzn's Weblog</title>
	<atom:link href="http://marcusdzn.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://marcusdzn.wordpress.com</link>
	<description>WordPress.com - my personal guide for problems</description>
	<lastBuildDate>Thu, 14 May 2009 22:28:34 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<language>pt-br</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<cloud domain='marcusdzn.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://www.gravatar.com/blavatar/51e6b529615c400e6bf640a25ebe56d3?s=96&#038;d=http://s.wordpress.com/i/buttonw-com.png</url>
		<title>Marcusdzn's Weblog</title>
		<link>http://marcusdzn.wordpress.com</link>
	</image>
			<item>
		<title>Sobrevivendo as provas !</title>
		<link>http://marcusdzn.wordpress.com/2009/05/14/sobrevivendo-as-provas/</link>
		<comments>http://marcusdzn.wordpress.com/2009/05/14/sobrevivendo-as-provas/#comments</comments>
		<pubDate>Thu, 14 May 2009 22:28:34 +0000</pubDate>
		<dc:creator>marcusdzn</dc:creator>
				<category><![CDATA[Sem-categoria]]></category>

		<guid isPermaLink="false">http://marcusdzn.wordpress.com/?p=25</guid>
		<description><![CDATA[Estou aqui para postar algumas bobagens enquanto não posto nada mais construtivo, ultimamente tenho feito provas, graças a Deus a maioria dos professores da IFRN são muito bons, e tenho escapado sem estudar, tenho ainda que me organizar pq extras e trabalho estão concorrendo com os estudos, embora queira priorizar o segundo os dois primeiros [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=marcusdzn.wordpress.com&blog=2915731&post=25&subd=marcusdzn&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Estou aqui para postar algumas bobagens enquanto não posto nada mais construtivo, ultimamente tenho feito provas, graças a Deus a maioria dos professores da IFRN são muito bons, e tenho escapado sem estudar, tenho ainda que me organizar pq extras e trabalho estão concorrendo com os estudos, embora queira priorizar o segundo os dois primeiros contam para sobrevivência jkkkk,  A princípio achei os professores 10, tive que sacrificar inglês por causa do trabalho, mas o professor parece ser bom, tirando ela introdução a programação é uma das disciplinas mais emocionantes kkk, junto com sistemas digitais e maple, todos os professores com ótima didática. português parece ter um conteúdo bom, mas infelizmente o professor não parece estar em sintonia com a turma, ai fica dificil assimilar tanto quanto se deveria, mas não nego que estou aprendendo algumas coisas novas.</p>
<p>O principal, hoje na prova de sistemas digitais o grande prof. Ribamar passou uma questão que me esclaresceu alguns pontos de vista bem nuubs (isso mesmo! , na prova acabei aprendendo uma coisa que tinha dúvidas, muito construtivo isso), aquestão por cima era assim monte a tabela verdade e a expressão lógica para a seguinte questão:</p>
<p>em um sistema de votação A tem 45% de prioridade (ações, mesa de candidatos e tal).. B tem 30% ,  C tem 15% e D tem 10%, monte o sistema tal que quando votos somarem mais de 50% a luz acenda (mais ou menos isso).</p>
<p>Minha dúvida antes de ver essa questão: (bem nuub por sinal, mas não tenho vergonha. kkk) Como o circuito entende certas definições (por exemplo que os votos tem tantos % e que se a soma for maior que 50% ele acende) isso em termos de energia e tal (não em programação <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> ), dai a resposta dessa questão me abriu a mente kkk (simples e clara  como uma boa água)</p>
<p>considere x barrado como <span style="text-decoration:line-through;">X, </span>para cada vez que votos &gt; 50% a luz acende (1)</p>
<p>A B C D |  S</p>
<p>0 0 0 0 | 0</p>
<p>0 0 0 1 | 0 (só D tem 10%)</p>
<p>0 0 1 0 | 0 (só C tem 15%)</p>
<p>0 0 1 1 | 0</p>
<p>0 1 0 0 | 0</p>
<p>0 1 0 1 | 0 (30 +10)</p>
<p>0 1 1 0 | 0 (30 +15)</p>
<p>0 1 1 1 | 1</p>
<p>1 0 0 0 | 0</p>
<p>1 0 0 1 | 1</p>
<p>1 0 1 0 | 1</p>
<p>1 0 1 1 | 1</p>
<p>1 1 0 0 | 1</p>
<p>1 1 0 1 | 1</p>
<p>1 1 1 0 | 1</p>
<p>1 1 1 1 | 1</p>
<p>(bem ai em cima está minha resposta em parte de como o circuito vê isso, agora como montar ele?)</p>
<p>a expressã sem simplificação ficaria  <span style="text-decoration:line-through;">A</span>BCD + A<span style="text-decoration:line-through;">BC</span>D +A<span style="text-decoration:line-through;">B</span>C<span style="text-decoration:line-through;">D</span> + A<span style="text-decoration:line-through;">B</span>CD + AB<span style="text-decoration:line-through;">CD</span> +  AB<span style="text-decoration:line-through;">C</span>D + ABC<span style="text-decoration:line-through;">D</span> + ABCD</p>
<p>sendo A B C D as entradas de corrente no circuito (simplificando ) <span style="text-decoration:line-through;">A</span>BCD + A<span style="text-decoration:line-through;">BC</span>D + A<span style="text-decoration:line-through;">B</span>C (D e D barrado = 1)+ AB<span style="text-decoration:line-through;">C </span>+ ABC</p>
<p>simplificando novamente <span style="text-decoration:line-through;">A</span>BCD + A<span style="text-decoration:line-through;">BC</span>D + A<span style="text-decoration:line-through;">B</span>C + AB  -&gt;&gt; <span style="text-decoration:line-through;">A</span>BCD + A<span style="text-decoration:line-through;">BC</span>D + AB + AC</p>
<p>e tai é só usar um circuito com portas and em a(barrado)bcd &#8230;.</p>
<p> muito dez essa questão</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/marcusdzn.wordpress.com/25/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/marcusdzn.wordpress.com/25/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/marcusdzn.wordpress.com/25/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/marcusdzn.wordpress.com/25/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/marcusdzn.wordpress.com/25/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/marcusdzn.wordpress.com/25/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/marcusdzn.wordpress.com/25/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/marcusdzn.wordpress.com/25/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/marcusdzn.wordpress.com/25/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/marcusdzn.wordpress.com/25/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=marcusdzn.wordpress.com&blog=2915731&post=25&subd=marcusdzn&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://marcusdzn.wordpress.com/2009/05/14/sobrevivendo-as-provas/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/935d7c4d8662839ce7271682ac73a90d?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">marcusdzn</media:title>
		</media:content>
	</item>
		<item>
		<title>Novidades para 2009!</title>
		<link>http://marcusdzn.wordpress.com/2009/03/25/novidades-para-2009/</link>
		<comments>http://marcusdzn.wordpress.com/2009/03/25/novidades-para-2009/#comments</comments>
		<pubDate>Wed, 25 Mar 2009 00:32:58 +0000</pubDate>
		<dc:creator>marcusdzn</dc:creator>
				<category><![CDATA[Sem-categoria]]></category>

		<guid isPermaLink="false">http://marcusdzn.wordpress.com/?p=21</guid>
		<description><![CDATA[Olá,
Tinha parado de escrever por um tempo, devido a mudanças de foco na minha vida, agora decidi novamente mudar, é uma coisa que gosto de fazer, pelo menos quando se trata de como vejo as coisas, como encaro a vida etc. Nessa nova fase eu estou melhorando, a vida parece estar não sendo tão cruel [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=marcusdzn.wordpress.com&blog=2915731&post=21&subd=marcusdzn&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Olá,</p>
<p>Tinha parado de escrever por um tempo, devido a mudanças de foco na minha vida, agora decidi novamente mudar, é uma coisa que gosto de fazer, pelo menos quando se trata de como vejo as coisas, como encaro a vida etc. Nessa nova fase eu estou melhorando, a vida parece estar não sendo tão cruel assim, voltei a estudar, estou trabalhando em outro emprego, e é justamente isso que me trouxe aqui, estou fazendo o superior de tecnólogo em redes de computadores, então vou postar meus casos e descasos aqui!, a princípio estes serão:</p>
<p>1. Andei procurando alternativas free para as ferramentas do 1º semestre da IFRN (antiga CEFET/RN, antiga ETFRN,&#8230;) no que se refere a softwares usados em ambiente windows/linux.</p>
<p>Para o Maple o equivalente que achei (GPL) é o wxmaxima &gt; instale com synaptics ou sudo apt-get install wxmaxima. Nesse caso gostei do similar e pretendo me adaptar ao mesmo.</p>
<p>Para o antigo EWB (para circuitos, agora Multisim) achei o oregano, diferente do caso anterior estou apanhando dele, mas vou me esforçar para tentar usá-lo.</p>
<p>Agora é começar a me organizar e dar o meu melhor pois o curso é maravilhoso e a instituição melhor ainda!</p>
<p>abraços!</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/marcusdzn.wordpress.com/21/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/marcusdzn.wordpress.com/21/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/marcusdzn.wordpress.com/21/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/marcusdzn.wordpress.com/21/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/marcusdzn.wordpress.com/21/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/marcusdzn.wordpress.com/21/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/marcusdzn.wordpress.com/21/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/marcusdzn.wordpress.com/21/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/marcusdzn.wordpress.com/21/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/marcusdzn.wordpress.com/21/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=marcusdzn.wordpress.com&blog=2915731&post=21&subd=marcusdzn&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://marcusdzn.wordpress.com/2009/03/25/novidades-para-2009/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/935d7c4d8662839ce7271682ac73a90d?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">marcusdzn</media:title>
		</media:content>
	</item>
		<item>
		<title>Novidades!</title>
		<link>http://marcusdzn.wordpress.com/2008/11/11/novidades/</link>
		<comments>http://marcusdzn.wordpress.com/2008/11/11/novidades/#comments</comments>
		<pubDate>Tue, 11 Nov 2008 22:17:13 +0000</pubDate>
		<dc:creator>marcusdzn</dc:creator>
				<category><![CDATA[:: Solved Problems ::]]></category>
		<category><![CDATA[TIPS]]></category>

		<guid isPermaLink="false">http://marcusdzn.wordpress.com/?p=15</guid>
		<description><![CDATA[Olá, faz um tempão que não escrevo nada, pois é &#8230; andei meio ocupado, mas agora vou voltar em uma fase nova, postando minhas dores de cabeças e soluções aqui.
Para começar, algo que sempre me ocorre, um fato que creio eu ser para me ajudar a passar a informação para as demais pessoas kkkk.  Vocês [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=marcusdzn.wordpress.com&blog=2915731&post=15&subd=marcusdzn&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Olá, faz um tempão que não escrevo nada, pois é &#8230; andei meio ocupado, mas agora vou voltar em uma fase nova, postando minhas dores de cabeças e soluções aqui.</p>
<p>Para começar, algo que sempre me ocorre, um fato que creio eu ser para me ajudar a passar a informação para as demais pessoas kkkk.  Vocês já instalaram o Ubuntu (ou qualquer dist. linux) e sempre na instalação e até depois da mesma o bendito fica com a telinha preta e não entra no linux?  pois se já então continue a ler. ..</p>
<p>  Sempre pego placas mãe com isso kkk, sempre tenho que no live cd rodar a opção 6 e marcar acpi=off e noapic ou escrever. entretanto quando instalo o linux fica a mesma bronca, dai eu faço o seguinte :</p>
<p>1. pego o live cd</p>
<p>2 entro novamente com noapic e acpi=off e modifico o menu.lst (tem muitos tópicos na net sobre isso)  acrescentando essas linhas {é so ver nos fórums isso}</p>
<p>3. as vezes em /media o hd não está visível (sda1 [disk1 ou disk sei lá]) então eu tento</p>
<p>  3.1 mkdir /mnt/hd</p>
<p>  3.2 montar // mount -t ntfs /dev/sdaX /mnt/hd  (onde X é 1,2,3 ou etc)</p>
<p>comigo sempre dá erro mas logo em seguida o sistema monta automáticamente os discos (ou partições)</p>
<p>4. geralmente o arquivo em questão esta em /boot/grub, você pode no terminal com um { sudo su } abrir o menu.lst com o gedit { root# gedit menu.lst } dai é só alterar e reiniciar.</p>
<p>simples né?</p>
<p>abraços</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/marcusdzn.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/marcusdzn.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/marcusdzn.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/marcusdzn.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/marcusdzn.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/marcusdzn.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/marcusdzn.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/marcusdzn.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/marcusdzn.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/marcusdzn.wordpress.com/15/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=marcusdzn.wordpress.com&blog=2915731&post=15&subd=marcusdzn&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://marcusdzn.wordpress.com/2008/11/11/novidades/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/935d7c4d8662839ce7271682ac73a90d?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">marcusdzn</media:title>
		</media:content>
	</item>
		<item>
		<title>My newbie day</title>
		<link>http://marcusdzn.wordpress.com/2008/06/10/my-newbie-day/</link>
		<comments>http://marcusdzn.wordpress.com/2008/06/10/my-newbie-day/#comments</comments>
		<pubDate>Tue, 10 Jun 2008 22:16:26 +0000</pubDate>
		<dc:creator>marcusdzn</dc:creator>
				<category><![CDATA[Sem-categoria]]></category>

		<guid isPermaLink="false">http://marcusdzn.wordpress.com/?p=13</guid>
		<description><![CDATA[CLis e commandos
mii-tool interface &#8211; &#62; responde com taxa de transm. e se o link está ok, usanfo -F tem-se a opção de forçar a mudança de taxa.
dmesg &#62; kernelresponse.out &#38;&#38; kernelresponse.out  _&#62; responde com a visualização em arquivo das saidas do kernel.
ethtool eth0 :: responde com detalhes da interface
host -t txt domain :: [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=marcusdzn.wordpress.com&blog=2915731&post=13&subd=marcusdzn&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>CLis e commandos</p>
<p>mii-tool interface &#8211; &gt; responde com taxa de transm. e se o link está ok, usanfo -F tem-se a opção de forçar a mudança de taxa.</p>
<p>dmesg &gt; kernelresponse.out &amp;&amp; kernelresponse.out  _&gt; responde com a visualização em arquivo das saidas do kernel.</p>
<p>ethtool eth0 :: responde com detalhes da interface</p>
<p>host -t txt domain :: recebe a mensagem do dominio que pode ser usada para saber se o server usa ou não spf e quais os ips que estão liberados</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/marcusdzn.wordpress.com/13/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/marcusdzn.wordpress.com/13/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/marcusdzn.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/marcusdzn.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/marcusdzn.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/marcusdzn.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/marcusdzn.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/marcusdzn.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/marcusdzn.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/marcusdzn.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/marcusdzn.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/marcusdzn.wordpress.com/13/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=marcusdzn.wordpress.com&blog=2915731&post=13&subd=marcusdzn&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://marcusdzn.wordpress.com/2008/06/10/my-newbie-day/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/935d7c4d8662839ce7271682ac73a90d?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">marcusdzn</media:title>
		</media:content>
	</item>
		<item>
		<title>How to &#8211; changing things on firewall</title>
		<link>http://marcusdzn.wordpress.com/2008/05/15/how-to-changing-tips-on-firewall/</link>
		<comments>http://marcusdzn.wordpress.com/2008/05/15/how-to-changing-tips-on-firewall/#comments</comments>
		<pubDate>Thu, 15 May 2008 15:27:48 +0000</pubDate>
		<dc:creator>marcusdzn</dc:creator>
				<category><![CDATA[:: Solved Problems ::]]></category>
		<category><![CDATA[TIPS]]></category>

		<guid isPermaLink="false">http://marcusdzn.wordpress.com/?p=10</guid>
		<description><![CDATA[These days i need to change the network card and the &#8220;service network restart&#8221; show that mac address is another than expected, so i go terminal and type find -iname network , find one in /etc/rc.d/init.d/network, so i type vi network and saw the &#8220;path of rocks&#8221;,  that  is  /etc/sysconfig, i gone [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=marcusdzn.wordpress.com&blog=2915731&post=10&subd=marcusdzn&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>These days i need to change the network card and the &#8220;service network restart&#8221; show that mac address is another than expected, so i go terminal and type find -iname network , find one in /etc/rc.d/init.d/network, so i type vi network and saw the &#8220;path of rocks&#8221;,  that  is  /etc/sysconfig, i gone to it and type ls, so i find the dir called /networking, more one ls and saw devices, at last vi ifcfg-eth1 (my trouble! ) and change the mac address <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  . This troubles was gone.</p>
<p>The other trouble i change the ip for one that given to me, so i need change in /etc/sysconfig the file iptables (all the including the old address of my eth0) including the SNAT line, change the  new ip with ifconfig and ok, i hope thats work.</p>
<p>calculating the broadcast address for one ip give with netmask</p>
<p>ip 201.12.57.102  change to binary 11001001 00001100 00111001 01100110</p>
<p>add netmask (255.255.255.224)    11111111 11111111 11111111 11110000</p>
<p>AND logic give network                                11001001 00001100 00111001 01100000  thats give us the network address 201.12.57.96</p>
<p>então pela lógica o end broadcast os ultimos binarios ficariam 01111111 ou seja .127</p>
<p>resolvido <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/marcusdzn.wordpress.com/10/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/marcusdzn.wordpress.com/10/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/marcusdzn.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/marcusdzn.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/marcusdzn.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/marcusdzn.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/marcusdzn.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/marcusdzn.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/marcusdzn.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/marcusdzn.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/marcusdzn.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/marcusdzn.wordpress.com/10/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=marcusdzn.wordpress.com&blog=2915731&post=10&subd=marcusdzn&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://marcusdzn.wordpress.com/2008/05/15/how-to-changing-tips-on-firewall/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/935d7c4d8662839ce7271682ac73a90d?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">marcusdzn</media:title>
		</media:content>
	</item>
		<item>
		<title>Troubles &#8211; firewall</title>
		<link>http://marcusdzn.wordpress.com/2008/05/14/troubles-firewall/</link>
		<comments>http://marcusdzn.wordpress.com/2008/05/14/troubles-firewall/#comments</comments>
		<pubDate>Wed, 14 May 2008 14:20:15 +0000</pubDate>
		<dc:creator>marcusdzn</dc:creator>
				<category><![CDATA[:: Solved Problems ::]]></category>
		<category><![CDATA[Troubles]]></category>

		<guid isPermaLink="false">http://marcusdzn.wordpress.com/?p=9</guid>
		<description><![CDATA[Esses dias o firewall teve um problema: o servidor mudou o ip e deve ter desativado o dns antigo (fato q eu não sabia, pois já tinham me dado o novo a tempos) mudei no webadmin do firewall (mas a merda é que mudei só o cliente DNS kkk! viajei legal sei&#8230;)  o pro [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=marcusdzn.wordpress.com&blog=2915731&post=9&subd=marcusdzn&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Esses dias o firewall teve um problema: o servidor mudou o ip e deve ter desativado o dns antigo (fato q eu não sabia, pois já tinham me dado o novo a tempos) mudei no webadmin do firewall (mas a merda é que mudei só o cliente DNS kkk! viajei legal sei&#8230;)  o pro é que tinha que mudar o named.conf  no bind  e como não o tinha feito o firewall parou de passar o tráfego, com a excessão dos que passavam pelo proxy, chamado meu colega Allan (the magician kkk! ) ele vasculhou e viu o motivo, somente agora claro para mim, quanto a questão de somente pegar através do proxy: minha opinião é que como eu tinha mudado só o cliente dns, quando usava o proxy o pc usava o dns (cliente dns) do firewall.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/marcusdzn.wordpress.com/9/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/marcusdzn.wordpress.com/9/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/marcusdzn.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/marcusdzn.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/marcusdzn.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/marcusdzn.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/marcusdzn.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/marcusdzn.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/marcusdzn.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/marcusdzn.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/marcusdzn.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/marcusdzn.wordpress.com/9/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=marcusdzn.wordpress.com&blog=2915731&post=9&subd=marcusdzn&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://marcusdzn.wordpress.com/2008/05/14/troubles-firewall/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/935d7c4d8662839ce7271682ac73a90d?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">marcusdzn</media:title>
		</media:content>
	</item>
		<item>
		<title>Problemas .Net Framework com WSUS</title>
		<link>http://marcusdzn.wordpress.com/2008/02/25/problemas-net-framework-com-wsus/</link>
		<comments>http://marcusdzn.wordpress.com/2008/02/25/problemas-net-framework-com-wsus/#comments</comments>
		<pubDate>Mon, 25 Feb 2008 21:27:06 +0000</pubDate>
		<dc:creator>marcusdzn</dc:creator>
				<category><![CDATA[:: Solved Problems ::]]></category>

		<guid isPermaLink="false">http://marcusdzn.wordpress.com/2008/02/25/problemas-net-framework-com-wsus/</guid>
		<description><![CDATA[Problema : aspnet_wp.exe could not be launched because the username and/or password supplied in the processModel section of the config file are invalid. ID: 1007; seguida do outro alerta de evento: aspnet_wp.exe could not be started. The error code for the failure is 80004005. This error can be caused when the worker process account has [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=marcusdzn.wordpress.com&blog=2915731&post=8&subd=marcusdzn&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p style="margin-bottom:0;"><font color="#ff0000"><font size="3"><span><b>Problema </b></span></font></font><font color="#ff0000"><font size="3"><span>:</span></font></font><font color="#ff0000"><font size="2"><span> aspnet_wp.exe could not be launched because the username and/or password supplied in the processModel section of the config file are invalid. ID: 1007; </span></font></font><font color="#ff0000"><font size="2"><span><b>seguida do outro alerta de evento</b></span></font></font><font color="#ff0000"><font size="2"><span>: aspnet_wp.exe could not be started. The error code for the failure is 80004005. This error can be caused when the worker process account has insufficient rights to read the .NET Framework files. Please ensure that the .NET Framework is correctly installed and that the ACLs on the installation directory allow access to the configured account. </span></font></font></p>
<p style="margin-bottom:0;" lang="en-US">
<p style="margin-bottom:0;"><font color="#ff0000"><font face="Arial, sans-serif"><font size="2"><span><b>causa: </b></span></font></font></font><font color="#ff0000"><font face="Arial, sans-serif"><font size="2"><span>atualização microsoft framework, <a href="http://asp.net/" target="_blank">ASP.NET</a> 1.1.4322.0, v. 1.1 service pack1 </span></font></font></font></p>
<p style="margin-bottom:0;" lang="pt-BR">
<p style="margin-bottom:0;"><font color="#ff0000"><font face="Arial, sans-serif"><font size="2"><span><b>sintomas</b></span></font></font></font><font color="#ff0000"><font face="Arial, sans-serif"><font size="2"><span>: O WSUS não funciona, alguns serviços que usem .net não funcionam também.</span></font></font></font></p>
<p style="margin-bottom:0;" lang="pt-BR">
<p style="margin-bottom:0;" lang="pt-BR"><font color="#0000ff"><font size="3">Solução 1: no %SYSTEMROOT%Microsoft.NETFrameworkv1.1.4322CONFIG (neste caso c:winnt), abrir o machine.config e altera o usuario de processModel para SYSTEM, senha &#8220;AutoGenerate&#8221;, muda o serviço ASPNET em services para rodar LocalSystem, em diretiva de segurança local (ferr. sist.) {diretivas locais, atribuição de direitos, efetuar logon como um serviço para administrador).</font></font></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/marcusdzn.wordpress.com/8/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/marcusdzn.wordpress.com/8/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/marcusdzn.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/marcusdzn.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/marcusdzn.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/marcusdzn.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/marcusdzn.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/marcusdzn.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/marcusdzn.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/marcusdzn.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/marcusdzn.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/marcusdzn.wordpress.com/8/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=marcusdzn.wordpress.com&blog=2915731&post=8&subd=marcusdzn&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://marcusdzn.wordpress.com/2008/02/25/problemas-net-framework-com-wsus/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/935d7c4d8662839ce7271682ac73a90d?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">marcusdzn</media:title>
		</media:content>
	</item>
		<item>
		<title>MAC printing &#8211; imprimindo em rede windows</title>
		<link>http://marcusdzn.wordpress.com/2008/02/19/mac-printing-imprimindo-em-rede-windows/</link>
		<comments>http://marcusdzn.wordpress.com/2008/02/19/mac-printing-imprimindo-em-rede-windows/#comments</comments>
		<pubDate>Tue, 19 Feb 2008 15:09:02 +0000</pubDate>
		<dc:creator>marcusdzn</dc:creator>
				<category><![CDATA[:: How To ::]]></category>
		<category><![CDATA[:: Solved Problems ::]]></category>

		<guid isPermaLink="false">http://marcusdzn.wordpress.com/2008/02/19/mac-printing-imprimindo-em-rede-windows/</guid>
		<description><![CDATA[Problema : Imprimir no MAC OSX com uma impressora laser no windows
surgimento / problema : quando se tenta imprimir da-se :NT_STATUS_LOGON_FAILURE ou Não é possivel achar serviço samba.
solução efetiva: instalar o serviço de impressão unix no cliente windows via Assistente de componentes do windows, outros serviços do arquivo e impressao de rede, iniciar o serviço [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=marcusdzn.wordpress.com&blog=2915731&post=7&subd=marcusdzn&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p style="margin-bottom:0;" lang="pt-BR"><font color="#ff0000"><font size="3">Problema : Imprimir no MAC OSX com uma impressora laser no windows</font></font></p>
<p style="margin-bottom:0;" lang="pt-BR"><font color="#0000ff"><font size="3">surgimento / problema : quando se tenta imprimir da-se :NT_STATUS_LOGON_FAILURE ou Não é possivel achar serviço samba.</font></font></p>
<p style="margin-bottom:0;" lang="pt-BR"><font color="#0000ff"><font size="3">solução efetiva: instalar o serviço de impressão unix no cliente windows via Assistente de componentes do windows, outros serviços do arquivo e impressao de rede, iniciar o serviço em services, no mac instale por ip, com a impressora com gimp caso não esteja disponivel seu modelo.</font></font></p>
<p style="margin-bottom:0;"><font color="#0000ff"><font size="3"><span>Clique em Iniciar &gt; Configurações &gt; Painel de Controle (Start &gt; Settings &gt; Control Panel). </span></font></font><font color="#0000ff"><font size="3"><span>&gt;Adicionar/Remover Componentes do Windows &gt;Other Network File and Printer Services &gt; Print Services for Unix. </span></font></font><font color="#0000ff"><font size="3"><span>No Mac ver impressão via IP: </span></font></font></p>
<p style="margin-bottom:0;" lang="pt-BR">&nbsp;</p>
<p style="margin-bottom:0;" lang="pt-BR"><font color="#0000ff"><font size="3"><b>Compartilhando do Windows para o Mac (outra opção) </b></font></font></p>
<p style="margin-bottom:0;" lang="pt-BR"><font color="#0000ff"><font size="3">Inicie o Centro de Impressão (Print Center). </font></font></p>
<p style="margin-bottom:0;" lang="pt-BR"><font color="#0000ff"><font size="3">Segure a tecla [Option] e clique no botão Adicionar (Add) na janela &#8220;Lista de Impressoras&#8221; (Printer List). </font></font></p>
<p style="margin-bottom:0;" lang="pt-BR"><font color="#0000ff"><font size="3">Selecione Avançado (Advanced) no menu. </font></font></p>
<p style="margin-bottom:0;" lang="pt-BR"><font color="#0000ff"><font size="3">Selecione &#8220;Windows Printer via SAMBA&#8221; na opção Dispositivo (Device). </font></font></p>
<p style="margin-bottom:0;" lang="pt-BR"><font color="#0000ff"><font size="3">Entre com um nome para a impressora em &#8220;Nome do Dispositivo&#8221; (&#8220;Device Name&#8221;). </font></font></p>
<p style="margin-bottom:0;" lang="pt-BR"><font color="#0000ff"><font size="3">Entre a URL da impressora em &#8220;URL do Dispositivo&#8221; (&#8220;Device URL&#8221;). Por exemplo: smb://ServerName/ShareName (ServerName é o nome na rede Windows do computador onde está a impressora). </font></font></p>
<p style="margin-bottom:0;" lang="pt-BR"><font color="#0000ff"><font size="3">Selecione fabricante e modelo da impressora. </font></font></p>
<p style="margin-bottom:0;" lang="pt-BR"><font color="#0000ff"><font size="3">Caso exista alguma senha para acesso, será necessário inseri-la na URL: smb://&lt;WindowsUsername&gt;:&lt;passwd&gt;@&lt;workgroup&gt;/&lt;Windows servername&gt;/&lt;share&gt; </font></font></p>
<p style="margin-bottom:0;" lang="en-US"><font color="#0000ff"><font size="3">//HP &gt; HP laserjet 4 Series CUPS +gimp</font></font></p>
<p style="margin-bottom:0;" lang="en-US">&nbsp;</p>
<p style="margin-bottom:0;" lang="en-US"><font color="#ff0000"><font size="3"><b>Problema : o Imac não imprime usando o procedimento anterior</b></font></font></p>
<p style="margin-bottom:0;" lang="en-US">&nbsp;</p>
<p style="margin-bottom:0;" lang="pt-BR"><font color="#0000ff"><font size="3"><b>solução efetiva: </b><span>Instalação dos seguintes .dmgs  gutenprint 5.1.3 , foomatic-rip.3.43.2, hpijs-2.7.6.</span></font></font></p>
<p style="margin-bottom:0;" lang="pt-BR"> <font color="#0000ff"><font size="3">Procedimento posterior, adicionar impressora por LDP, por o ip , nome da fila e drive com cups+gimp.</font></font></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/marcusdzn.wordpress.com/7/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/marcusdzn.wordpress.com/7/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/marcusdzn.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/marcusdzn.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/marcusdzn.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/marcusdzn.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/marcusdzn.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/marcusdzn.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/marcusdzn.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/marcusdzn.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/marcusdzn.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/marcusdzn.wordpress.com/7/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=marcusdzn.wordpress.com&blog=2915731&post=7&subd=marcusdzn&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://marcusdzn.wordpress.com/2008/02/19/mac-printing-imprimindo-em-rede-windows/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/935d7c4d8662839ce7271682ac73a90d?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">marcusdzn</media:title>
		</media:content>
	</item>
		<item>
		<title>Epson Print Problem -Problema impressora epson</title>
		<link>http://marcusdzn.wordpress.com/2008/02/19/epson-print-problem-problema-impressora-epson/</link>
		<comments>http://marcusdzn.wordpress.com/2008/02/19/epson-print-problem-problema-impressora-epson/#comments</comments>
		<pubDate>Tue, 19 Feb 2008 15:06:53 +0000</pubDate>
		<dc:creator>marcusdzn</dc:creator>
				<category><![CDATA[:: Solved Problems ::]]></category>

		<guid isPermaLink="false">http://marcusdzn.wordpress.com/?p=6</guid>
		<description><![CDATA[Problema : impressora epson c85 com as duas luzes intermitentes vermelha e verde sem reação
Solução 1: zerar o contador da impressora {remover o repositorio de tinta}, programa sscserver.exe com a impressora instalada localmente  na máquina.
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=marcusdzn.wordpress.com&blog=2915731&post=6&subd=marcusdzn&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p style="margin-bottom:0;" lang="pt-BR"><font color="#ff0000"><font size="3">Problema : impressora epson c85 com as duas luzes intermitentes vermelha e verde sem reação</font></font></p>
<p style="margin-bottom:0;" lang="pt-BR"><font color="#0000ff"><font size="3">Solução 1: zerar o contador da impressora {remover o repositorio de tinta}, programa sscserver.exe com a impressora instalada localmente  na máquina.</font></font></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/marcusdzn.wordpress.com/6/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/marcusdzn.wordpress.com/6/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/marcusdzn.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/marcusdzn.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/marcusdzn.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/marcusdzn.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/marcusdzn.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/marcusdzn.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/marcusdzn.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/marcusdzn.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/marcusdzn.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/marcusdzn.wordpress.com/6/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=marcusdzn.wordpress.com&blog=2915731&post=6&subd=marcusdzn&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://marcusdzn.wordpress.com/2008/02/19/epson-print-problem-problema-impressora-epson/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/935d7c4d8662839ce7271682ac73a90d?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">marcusdzn</media:title>
		</media:content>
	</item>
		<item>
		<title>HD não reconhece capacidade total?</title>
		<link>http://marcusdzn.wordpress.com/2008/02/19/hd-nao-reconhecesolucao-1-regedit-hkey-local-machine-current-control-set-services-atapi-parameters-criar-dword-enablebiglba-valor-hexa-1-tip-eduardo/</link>
		<comments>http://marcusdzn.wordpress.com/2008/02/19/hd-nao-reconhecesolucao-1-regedit-hkey-local-machine-current-control-set-services-atapi-parameters-criar-dword-enablebiglba-valor-hexa-1-tip-eduardo/#comments</comments>
		<pubDate>Tue, 19 Feb 2008 15:04:04 +0000</pubDate>
		<dc:creator>marcusdzn</dc:creator>
				<category><![CDATA[:: Solved Problems ::]]></category>
		<category><![CDATA[TIPS]]></category>

		<guid isPermaLink="false">http://marcusdzn.wordpress.com/2008/02/19/hd-nao-reconhecesolucao-1-regedit-hkey-local-machine-current-control-set-services-atapi-parameters-criar-dword-enablebiglba-valor-hexa-1-tip-eduardo/</guid>
		<description><![CDATA[Problema : Hd 300 lido somente como 120gb
Solução 1:  regedit &#62; HKEY LOCAL MACHINE &#62; Current Control Set &#62; Services &#62; atapi &#62; Parameters  { criar DWORD :  EnableBigLba valor hexa 1}	tip Eduardo gusmão

       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=marcusdzn.wordpress.com&blog=2915731&post=5&subd=marcusdzn&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p style="margin-bottom:0;" lang="pt-BR"><font color="#ff0000"><font size="3">Problema : Hd 300 lido somente como 120gb</font></font></p>
<p style="margin-bottom:0;"><font color="#0000ff"><font size="3"><span>Solução 1:  regedit &gt; HKEY LOCAL MACHINE &gt; Current Control Set &gt; Services &gt; atapi &gt; Parameters  { criar DWORD :  EnableBigLba valor hexa 1}	</span></font></font><font color="#000000"><font size="2"><span><b>tip Eduardo gusmão<br />
</b></span></font></font></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/marcusdzn.wordpress.com/5/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/marcusdzn.wordpress.com/5/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/marcusdzn.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/marcusdzn.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/marcusdzn.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/marcusdzn.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/marcusdzn.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/marcusdzn.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/marcusdzn.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/marcusdzn.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/marcusdzn.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/marcusdzn.wordpress.com/5/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=marcusdzn.wordpress.com&blog=2915731&post=5&subd=marcusdzn&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://marcusdzn.wordpress.com/2008/02/19/hd-nao-reconhecesolucao-1-regedit-hkey-local-machine-current-control-set-services-atapi-parameters-criar-dword-enablebiglba-valor-hexa-1-tip-eduardo/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/935d7c4d8662839ce7271682ac73a90d?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">marcusdzn</media:title>
		</media:content>
	</item>
	</channel>
</rss>