what are practical uses of stdbuf or nohup?
stdbuf examples at http://www.pixelbeat.org/programming/stdio_buffering/
nohup is used for any long running command that you want left running across logins. You can also do this with screen(1) or retroactively with screen + https://github.com/nelhage/reptyr