Hacker School Day 4 – Daemons, init scripts, presentations Today I wrote an init script for the Zulip to IRC transport, updated the docs, and wrote a presentation for tonight.
Seeing Patterns with strace: Wall of “close” System Calls Strace lets you see patterns in system calls made by processes. This post covers the wall of “close” system calls often seen by daemonized processes.