Archives

  • A Very Subtle Bug

    6.033, MIT’s class on computer systems, has as one of its catchphrases, “Complex systems fail for complex reasons”. As a class about designing and building complex systems, it’s a reminder that failure modes are subtle and often involve strange interactions between multiple parts of a system. In my own experience, I’ve concluded that they’re often [...]

    Feb 27th, 2010 | Filed under linux
  • A Brief Introduction to termios: Signaling and Job Control

    (This is part three of a multi-part introduction to termios and terminal emulation on UNIX. Read part 1 or part 2 if you’re new here) For my final entry on termios, I will be looking at job control in the shell (i.e. backgrounding and foreground jobs) and the very closely related topic of signal generation [...]

    Jan 11th, 2010 | Filed under linux, Uncategorized
Posts Tagged ‘signals’