Locating program strings in memory

Disclaimer: I’m a total newbie to all this executable file format stuff. Slowly learning! The strings command lists all sufficiently long printable character strings in a file. I recently found myself needing to locate a string found in an ELF executable in the memory of the running program. strings did its job just fine in […]

Emerge failure: dev-lisp/clisp-2.49-r8

dev-lisp/clisp-2.49-r8 fails to emerge with sys-libs/ncurses[tinfo] (required for CUDA), complaining that it does not find tgetent: configure: ** checks for libraries checking for library containing tgetent… no configure: error: in `/var/tmp/portage/dev-lisp/clisp-2.49-r8/work/clisp-2.49/builddir’: configure: error: despite –with-readline, GNU readline was not found (try –with-libreadline-prefix) See `config.log’ for more details. * ERROR: dev-lisp/clisp-2.49-r8::gentoo failed (configure phase): * ./configure […]

Fossil admin password

When cloning a repository with the Fossil SCM, the fossil command-line tool outputs something along these lines: admin-user: quentin (password is “1fa55b”) I wondered whether I needed to note down yet another password, and what it was required for. So I googled a bit, and it turns out (from the Password Management page in the […]