7 private links
Some quick hacking with a sql injection
Entrez un hash, il vous trouve le mot correspondant (s'il le possède dans sa base). Il supporte md5, sha1, mysql, riemd160, ntlm, gost, sha224/256/384/512 et whirlpool.
(Sous DuckDuckGo, tapez juste: leakdb votreHash)
As we all know, color is an important attribute which makes our world richly and colorfully, it also influences our attention, our mood and our actions. Your choices may make or break the attractiveness of our world.ColorCodeHex.com website provides free information for any color. You can enter the color code what you want and ColorCodeHex.com website will offer a specified description and automatically convert it to its equivalent value in Hexadecimal, RGB, CMYK, HSL, HSV, XYZ, xyY, CIE-Lab, CIE-LCH and Hunter-Lab.
All lots of repo for debian
Trucage des sondage en lignes
This is a nice overview of the design philosophy behind nym servers and the alt.anonymous.messages (AAM) newsgroup. It discusses the outlines of the SOP of a group of child pornography traders. This group was penetrated by the Feds after they busted one guy, and despite their participation in the group for 18 months they were unable to capture everyone. Most notably, the group’s leader (who strictly adhered to the SOP) was able to avoid capture.
Show bug report before upgrading a paquet through apt-get
Very useful when in a unstable debian release.
Use cave cod, also a good point about not modifying entry point at the end of the article
How to on neural network
Some useful commands
Here a sample command to do text to speech
echo "Hello" | festival --tts
A blog describing a lot of vulnerability !
Hey! Socket programming got you down? Is this stuff just a little too difficult to figure out from the man pages? You want to do cool Internet programming, but you don't have time to wade through a gob of structs trying to figure out if you have to call bind() before you connect(), etc., etc.
Well, guess what! I've already done this nasty business, and I'm dying to share the information with everyone! You've come to the right place. This document should give the average competent C programmer the edge s/he needs to get a grip on this networking noise.
And check it out: I've finally caught up with the future (just in the nick of time, too!) and have updated the Guide for IPv6! Enjoy!
gcov is a test coverage program. Use it in concert with GCC to analyze your programs to help create more efficient, faster running code and to discover untested parts of your program. You can use gcov as a profiling tool to help discover where your optimization efforts will best affect your code. You can also use gcov along with the other profiling tool, gprof, to assess which parts of your code use the greatest amount of computing time.