...
0001100100110111110001011101100001000001010100110011011000011110111011110101110101001101010011110001000100110000100001000010011110
1001100010101111001101001011100110111100111100111011011100000110110001010011010001001111011111000100000101010110100101011000000101
1101011101011000001011010101001011010110100001001010010111000100101011101011011001011110110111101110010110101110101111100011001111
1001011111010000000011010101111111011000011101010111000001010110100000111101111110100110010111100111010100111001011101110000000000
0001110011010010100000001011001000010100001110001111111010000000011000010101000000111010011110010110100111010111111101010000101101
1010111000110101011100010000100010010101100110000101000000010011000000011101100101001001011111001111100011100000101101001111011100
1010000000010100000111110100101001011011011111100100101101001001011010001110000001100101010010111111101101101010010100011101111001
1011110000101010011100100101110001101110111001010110000110111000010000001000000101000111100100111011000001110110001000010001010100
1111001111000001111101110111100011000000000000110001001011010001001100010100100100001111101011010000101010001110101000011000011100
1110101111100011000010000101101101101110001110101000000100000011100011000111011011010110011001010101111101010010110100011011010010
0100010011010011100101101111000110001000011001101111001111011000011001001011111101110010000100010101000110110100101100110100001010
0010111101001000010011111101000100100001011111001100101000000010101000101011010110100111001000101111001001001110011110101001111010
RE
RE-Tools
Security
Operating Systems
Development Tools
Digital Art
Didatic Materials
Virtualization
zines...
"... i don't understand the world... i wont understand the world... i don't belive that someone in sometime... said what? sorry i don't understand... rakish"

Tuesday, May 20, 2008

Blender 2.46

yesterday, May 19 Blender 2.46 released.

I'm not here to tell you the new enhancements, that you can find in the official website or in the wiki.I'm here to something more, that we have more one great tool that is open source, and that in nowdays has reached a place that can clearly compete with the commercial tools.Frequently i see people become really the true "tards" when they claim that this kind of project based on these philosophy wont get success, even that this is a blind vision of someone, that's not the only reason people defend it.

I like so much of that philosophy of open source movement;

1.They help students
2.They help the common users discovery a "brand new world"
3.They help with concurrence
4.They help with the transparency
5.They help with the philosophy that there is good people =p
6. ...

That's awesome and always will be, thanks not just to the Blender foundation but for that "big community", Stallman, Torvalds, others that own the concept of "sharing" like Fravia, Kaspersky etc.

i think you have search engines enough to find the website to download the blender.

=p

Tuesday, May 13, 2008

A new hat released

It's name is Fedora 9, ok great!

:)

Q:What's the difference between Fedora and Ubuntu?

A:Basically Fedora is more complete.

I recommend you use Fedora, i have the 8th version here and it's awesome, easy like Ubuntu but with a bunch of things that almost any developer on nix systems would like to have.

Link
http://fedoraproject.org/

--------------------------------------------------------------------------------------------
TouchPad Issue

Its happens because someone disabled some option ;0

in the x server configurations...

/etc/X11/xorg.conf

add this one

Section "InputDevice"
Driver "synaptics"
Identifier "TouchPad"
Option "SendCoreEvents"
Option "Protocol" "auto-dev"
Option "SHMConfig" "on"
Option "TapButton1" "1"
Option "TapButton2" "2"
EndSection

and make sure that you have the "Identifiers" name into this section too

Section "ServerLayout"
Identifier "Layout0"
Screen 0 "Screen0"
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "TouchPad" "CorePointer"#<------ here
EndSection


--------------------------------------------------------------------------------------------
Nvidia Drivers Issue

Well another problem i got when i tried compile one module to install one driver from the nvidia website for the x86_64 architecture.

And here we go with the log file generated...


/tmp/selfgz5076/NVIDIA-Linux-x86_64-169.12-pkg2/usr/src/nv/nv-vm.c:364: erro
r: implicit declaration of function ‘global_flush_tlb’
make[4]: *** [/tmp/selfgz5076/NVIDIA-Linux-x86_64-169.12-pkg2/usr/src/nv/nv-
vm.o] Error 1
make[3]: *** [_module_/tmp/selfgz5076/NVIDIA-Linux-x86_64-169.12-pkg2/usr/sr
c/nv] Error 2
make[2]: *** [sub-make] Error 2
NVIDIA: left KBUILD.
nvidia.ko failed to build!
make[1]: *** [module] Error 1
make: *** [module] Error 2


The problem is into nv-vm.c source file at line 364 when occur one implicit declaration of function, well appears to be simple, but i'll not say anything by now ...

Wednesday, May 7, 2008

A dilemma in the botnet scene

I'll give you an exciting brief introduction ... =p

by Cody and Pedram Amini

"
...

Cody and I thought it would be interesting to examine Kraken with the specific goal of infiltrating the bot network. We started with a sample from Offensive Computing and working from there eventually concluded that we would indeed be able to infiltrate and take over increasingly larger portions of the Kraken bot net. Cody did most of the manual labor of protocol dissection, reverse engineering the encryption routines and eventually creating a fake Kraken server capable of overtaking a redirected zombie. His detailed write up on the reverse engineering process is available under "Owning Kraken".

..."

The links

http://dvlabs.tippingpoint.com/blog/2008/04/28/kraken-botnet-infiltration

http://dvlabs.tippingpoint.com/blog/2008/04/28/owning-kraken-zombies

Thanks Pedram for posting it on open.rce, some times i forget to check out others sources of information.

I know that is hard choice do what you want, but seems that you guys have doubts about the choice, so keep in secret analyzing... sometimes when you have to do the right thing you can't make it public, you know...

the world in a nutshell...