Explore >> Select a destination


You are here

cocomelonc.github.io
| | niemczuk.tech
3.1 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.
| | gist.github.com
5.2 parsecs away

Travel
| | Get process name and argv in Solaris from /proc/[pid/psinfo - solaris_getprocs.c
| | nagekar.com
5.3 parsecs away

Travel
| | [AI summary] The author discusses developing a TCP banner grabbing utility in C, encountering issues with port scanning and banner interpretation, and seeks feedback on the code.
| | membarrier.wordpress.com
21.1 parsecs away

Travel
| In the previous post we saw how the memory management unit (MMU) uses page tables to translate virtual addresses into physical ones. We will now consider the various features that such a translation enables in an operating system. In the discussion below, it is important to remember that the granularity of translation is a single...