Explore >> Select a destination


You are here

crocidb.com
| | pwning.net
12.4 parsecs away

Travel
| | CTF Team @ Carnegie Mellon University
| | jmmv.dev
13.2 parsecs away

Travel
| | In a recent work discussion, I came across an argument that didn't sound quite right. The claim was that we needed to set up containers in our developer machines in order to run tests against a modern glibc. The justifications were that using LD_LIBRARY_PATH to load a different glibc didn't work and statically linking glibc wasn't possible either. But... running a program against a version of glibc that's different from the one installed on the system seems like a pretty standard requirement, doesn't it?...
| | abstractexpr.com
12.3 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...
| | gils-blog.tayar.org
90.3 parsecs away

Travel
| JavaScript, Testing, ES Modules, and other ruminations on software development