<rss version="2.0">
<channel>
<title>//jd.comment</title>
<link>http://www.dcon.com.br/jd.comment/</link>
<description/>
<image>
<url>
http://www.dcon.com.br/jd.comment/img/logo000.png
</url>
<title>//jd.comment</title>
<link>http://www.dcon.com.br/jd.comment/</link>
</image>
<language>pt-br</language>
<generator>Jose Damico</generator>
<copyright>
Creative Commons
</copyright><item>
<title>Playing around with my own Operating System in asm: DamIX</title>
<link></link>
<guid isPermaLink="true"></guid>
<comments>#comments</comments>
<description>Hi guys,

I would like to share with you my first results writing my own Operating System in ASM.

&amp;lt;img src=&apos;img/damix.png&apos; alt=&apos;my own os&apos; border=&apos;0&apos;&amp;gt;

DamIX, is a 16bit OS, runs in a floppy disk, in a 64KB segment and a FAT12 fs.

</description>
<dc:creator>Damico</dc:creator>
<dc:date>2012-01-10</dc:date>
</item><item>
<title>XOR Symmetry</title>
<link></link>
<guid isPermaLink="true"></guid>
<comments>#comments</comments>
<description>Hi all,

Studying the basics of cryptography using XOR I&apos;ve decided to to design some XOR graphical representation, as several that we can find in the Web (&amp;lt;a href=&apos;http://en.wikipedia.org/wiki/Xor&apos;&amp;gt;http://en.wikipedia.org/wiki/Xor&amp;lt;/a&amp;gt;). The result can be seen bellow. It is very interesting to see the symmetry of result. 

&amp;lt;a href = &apos;http://github.com/damico/XorGraphicSymmetry/raw/gh-pages/img/xor-symmetry.png&apos; &amp;gt;&amp;lt;img src = &apos;http://github.com/damico/XorGraphicSymmetry/raw/gh-pages/img/xor-symmetry.png&apos; alt=&apos;graphic xor&apos; width=&apos;500&apos; border = &apos;0&apos; &amp;gt; &amp;lt;/a&amp;gt;

Also the source code is available at: &amp;lt;a href = &apos;http://damico.github.com/XorGraphicSymmetry/&apos; &amp;gt;http://damico.github.com/XorGraphicSymmetry/&amp;lt;/a&amp;gt;

See you.



</description>
<dc:creator>Damico</dc:creator>
<dc:date>2012-01-10</dc:date>
</item><item>
<title>Parceria entre Intel e InfoSERVER S/A traz recursos de segurança embarcados no processador</title>
<link></link>
<guid isPermaLink="true"></guid>
<comments>#comments</comments>
<description>Atrav&amp;eacute;s da cria&amp;ccedil;&amp;atilde;o do &amp;quot;Identity Protection Technology&amp;quot;, IPT, a Intel passa a oferecer em seus processadores i3, i5 e i7 (2a. gera&amp;ccedil;&amp;atilde;o) e posteriormente nos Ultrabooks uma s&amp;eacute;rie de recursos de seguran&amp;ccedil;a. Tais recursos est&amp;atilde;o embarcados em uma &amp;aacute;rea do processador chamada de Management Engine (ME). Essa &amp;aacute;rea pode ser acess&amp;iacute;vel atrav&amp;eacute;s do bus PCI por meio de um Firmware embarcado na BIOS e um driver. Dessa forma diversos algoritimos de gerenciamento de senhas, prote&amp;ccedil;&amp;atilde;o de identidade  e autentica&amp;ccedil;&amp;atilde;o de transa&amp;ccedil;&amp;otilde;es, que normalmente s&amp;atilde;o feitos via software dependentes do sistema operacional, podem agora ser transferidos para para execu&amp;ccedil;&amp;atilde;o interna no ME dentro do processador e assim garantir a inviolabilidade desses algoritmos. Al&amp;eacute;m disso somente algoritmos assinados por certificados reconhecidos pela Intel poder&amp;atilde;o rodar nessa &amp;aacute;rea do processador. 

Para que os usu&amp;aacute;rios comuns possam se beneficiar dessa tecnologia em acesso a bancos, lojas eletr&amp;ocirc;nicas, redes sociais, etc, essas empressas precisar&amp;atilde;o que seus sistemas de seguran&amp;ccedil;a e autentica&amp;ccedil;&amp;atilde;o sejam atualizados para funcionar nesse novo padr&amp;atilde;o. Para isso a Intel estabeleceu parceria com a InfoSERVER S/A para o desenvolvimento de solu&amp;ccedil;&amp;otilde;es que permitam a integra&amp;ccedil;&amp;atilde;o do mercado.

Para maiores informa&amp;ccedil;&amp;otilde;es:

 *http://www.infoserver.com.br/olhar_digital/olhar_digital.asp* 
 *http://www.infoserver.com.br/idf.asp* 
 *http://www.infoserver.com.br/ipt/default2.asp* 

</description>
<dc:creator>Damico</dc:creator>
<dc:date>2012-01-10</dc:date>
</item><item>
<title>How to trace WebServices conversation with Wireshark</title>
<link></link>
<guid isPermaLink="true"></guid>
<comments>#comments</comments>
<description>Create a filter like this:

ip.addr==10.1.1.2  &amp;amp;&amp;amp; ip.addr==10.1.1.3 and http and xml

It will trace all http/xml conversation between 10.1.1.2 and 10.1.1.3 both as src and destination.

See you!



</description>
<dc:creator>Damico</dc:creator>
<dc:date>2012-01-10</dc:date>
</item><item>
<title>Java NIO PDF Documents, Presentations and Books references</title>
<link>http://dcon.com.br/jd.comment/java-nio-docs.7z</link>
<guid isPermaLink="true">http://dcon.com.br/jd.comment/java-nio-docs.7z</guid>
<comments>http://dcon.com.br/jd.comment/java-nio-docs.7z#comments</comments>
<description>A friend of mine asked me for Java NIO PDF Documents, Presentations and Books references.

Here is what I have:

 - Advanced JavaTM NIO Technology-Based Applications Using the Grizzly Framework
 - A Programmer’s Tutorial on Event-Driven Programming, Asynchronous Input/Output, and the Bamboo DHT
 - A Study of Java Networking Performance on a Linux Cluster
 - Getting started with NIO
 - How to Build a Scalable Multiplexed Server With NIO Mark II
 - Improving Java Network Programming
 - Introduction to NIO: New I/O
 - Java NIO
 - JAVA NIO FRAMEWORK Introducing a high-performance I/O framework for Java
 - Multiple Client Server and Java New-IO (nio) classes
 - New I/O in JDK 7
 - Scalable IO in Java
 - Using the new Java I/O interface in parallel computing

All files are inside this compressed file: *http://dcon.com.br/jd.comment/java-nio-docs.7z* 

See you...



</description>
<dc:creator>Damico</dc:creator>
<dc:date>2012-01-10</dc:date>
</item><item>
<title>Presentation Control usign ez430 Chronos Clock in Linux</title>
<link>http://dcon.com.br/jd.comment/chronosImpressControl.txt</link>
<guid isPermaLink="true">http://dcon.com.br/jd.comment/chronosImpressControl.txt</guid>
<comments>http://dcon.com.br/jd.comment/chronosImpressControl.txt#comments</comments>
<description>Hi all,

This is a small implementation of OpenOffice/LibreOffice Impress remote control by Texas Instruments ez430 Chronos Clock in Linux environment.

It was written in Python and also uses xdotool. All steps were commented.

 *http://dcon.com.br/jd.comment/chronosImpressControl.txt* 

Feel free to use, distribute and modify.

Best Regards,

Damico
</description>
<dc:creator>Damico</dc:creator>
<dc:date>2012-01-10</dc:date>
</item><item>
<title>SQL1084C  Shared memory segments cannot be allocated.  SQLSTATE=5</title>
<link></link>
<guid isPermaLink="true"></guid>
<comments>#comments</comments>
<description>The situation:
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;
db2 =&amp;gt; connect to dbname&amp;lt;br&amp;gt;
&amp;lt;font color=&amp;quot;RED&amp;quot;&amp;gt;&amp;lt;b&amp;gt;SQL1084C  Shared memory segments cannot be allocated.  SQLSTATE=5&amp;lt;/b&amp;gt;&amp;lt;/font&amp;gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;
&amp;lt;b&amp;gt;In Linux, increase the number of following kernel parameters:&amp;lt;/b&amp;gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;
&amp;lt;b&amp;gt;kernel.shmmax=15099494000 &amp;lt;/b&amp;gt;#Almost the total of RAM Memory, in this case 16GB &amp;lt;br&amp;gt;
&amp;lt;b&amp;gt;kernel.shmall=8099494000  &amp;lt;/b&amp;gt;#Half of total of RAM Memory&amp;lt;br&amp;gt;
&amp;lt;br&amp;gt;
These parameter must be set at: &amp;lt;font color=&amp;quot;GREEN&amp;quot;&amp;gt;&amp;lt;b&amp;gt;/etc/sysctl.conf&amp;lt;/b&amp;gt;&amp;lt;/font&amp;gt; file.
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;
To test if the parameters were accepted issue the command:
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;
&amp;lt;b&amp;gt;#sysctl -p&amp;lt;/b&amp;gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;
The response should be something like this:
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;lt;b&amp;gt;
kernel.sem = 1024&amp;lt;br&amp;gt;
kernel.msgmni = 1024&amp;lt;br&amp;gt;
kernel.shmmax = 15099494000&amp;lt;br&amp;gt;
kernel.shmall = 8099494000
&amp;lt;/b&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;

See you!&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;
</description>
<dc:creator>Damico</dc:creator>
<dc:date>2012-01-10</dc:date>
</item><item>
<title>Why / Why not move/switch to GIT&apos; </title>
<link></link>
<guid isPermaLink="true"></guid>
<comments>#comments</comments>
<description>Some urls to clarify your decision:

 *http://maratux.blogspot.com/2009/03/microsoft-uses-git-for-version-control.html* 
 *http://amplicate.com/hate/git* 
 *http://markmcb.com/2008/10/18/3-reasons-to-switch-to-git-from-subversion/* 
 *http://thinkvitamin.com/code/why-you-should-switch-from-subversion-to-git/* 
 *http://markwaite.blogspot.com/2009/11/was-our-switch-to-git-mistake.html* 
 *http://joemaller.com/907/switching-to-git/* 
 *http://ellislab.com/blog/comments/ellislab_switches_to_git_moves_to_github* 
 *http://blog.extracheese.org/2010/05/why-i-switched-to-git-from-mercurial.html* 
 *http://blogs.enterprisedb.com/2010/10/28/why-postgres-switched-to-git/* 



</description>
<dc:creator>Damico</dc:creator>
<dc:date>2012-01-10</dc:date>
</item><item>
<title>Exemplo de Lambda Expression Tree em C# (C sharp)</title>
<link></link>
<guid isPermaLink="true"></guid>
<comments>#comments</comments>
<description>Conforme solicitado pelos alunos, segue o link com o exemplo do Exemplo de Lambda Expression Tree em C# (C sharp)

 *http://dcon.com.br/jd.comment/csharp/ExpressionTreeLambda.zip* 

</description>
<dc:creator>Damico</dc:creator>
<dc:date>2012-01-10</dc:date>
</item><item>
<title>The Rail Fence Cipher - Basic Transposition Cryptography</title>
<link></link>
<guid isPermaLink="true"></guid>
<comments>#comments</comments>
<description>Java Implementation: *http://dcon.com.br/jd.comment/c-sharp-railfence.cs* 

C# Implementation: *http://dcon.com.br/jd.comment/java-railfence.java* 


</description>
<dc:creator>Damico</dc:creator>
<dc:date>2012-01-10</dc:date>
</item></channel>
</rss>
