|
You are here |
tanelpoder.com | ||
| | | | |
jameshfisher.com
|
|
| | | | | `getaddrinfo` ostensibly does DNS lookups. Sounds simple, but it uses more than 100 system calls! Let's trace the crazy path of address lookup on Linux. | |
| | | | |
www.enricozini.org
|
|
| | | | | ||
| | | | |
abstractexpr.com
|
|
| | | | | 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... | |
| | | | |
alexcabal.com
|
|
| | | [AI summary] The provided text is a collection of user comments and discussions from a forum or blog post about using GnuPG (GPG) for secure communication. The main topic revolves around generating and managing cryptographic keys, particularly focusing on the use of master keys, subkeys, and key management practices such as secure deletion and exporting keys. The comments include discussions on key generation, key usage, keyserver interactions, and troubleshooting issues related to GPG operations. Some users also mention specific tools like Enigmail, Thunderbird, and the importance of secure key storage and deletion. The overall context is about best practices for key management and encryption in the context of digital communication security. | ||