/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

hondu.co
| | niemczuk.tech
4.0 parsecs away

Travel
| | Everyone should be familiar with the concept of brute forcing. In short it is an action of trying every possible combination till succeeding. Most often used in password hacking / hash guessing.
| | stefan-marr.de
4.1 parsecs away

Travel
| | Sampling profilers can go surprisingly wrong on simple programs. Here a brief overview, and all details in our paper!
| | abstractexpr.com
4.4 parsecs away

Travel
| | There is probably no debugging tool on Linux that is more valuable and versatile than strace. This tool shows us all the calls a program makes to the operating system, including the data it transmits to the operating system via these calls and the return values sent back by the OS. Therefore, it can give...
| | sergioprado.blog
16.7 parsecs away

Travel
| In this article, we will learn how to debug the Linux kernel on an embedded Linux system with GDB.