Only Gi Control mechanism: – Grabbing the jacket (sleeve, lapel, collar, back), the belt (or the pants) Typical examples: Connection
Continue readingAuthor: max-sperling
Submissions ordered by body parts (No-Gi)
Hips/Legs Joint Locks Toe Hold (Variation: Estima Lock, Corkscrew Footlock) Kneebar (Variation: Dogbar, Lateral Kneebar) Heel Hook (Variations: Inside Heel
Continue readingMMA fights aren’t like street fights
If you belief MMA fights are the same as real street fight then you are wrong. All big MMA promotion
Continue readingHTTP hacking – Vote counter (Example 2)
I have acted like they would have been more intelligent to make it harder to hack their counter. 🙂 But
Continue reading(Un)pack and (De)compress a directory (Linux)
Pack tar -cvf archive.tar /path/to/folder Compress gzip archive.tar bzip2 archive.tar Pack & Compress tar -czvf archive.tar.gz /path/to/folder tar -cjvf archive.tar.bz2
Continue readingBit operations (C++)
Set a bit value |= 1
Continue readingBouldering basics
General: Tips: Try to keep much weight on your feet, hip close to the wall and arms straight Terrain: Face
Continue readingAssembly of compiled C-Code (Example)
DWORD … 4 Byte (on x86) For a basic assembly instruction: Link
Continue readingMemory Management (Basics)
Process Each process is running on its own virtual address space. The MMU does the necessary translation from/to the physical
Continue readingCoredump analysing with GDB
Load coredump with GDB Analysis of threads Analysis of stacktrace Analysis of functions/variables Details to typical constructs Analysis of memory
Continue reading