Your browser does not support CSS standards!
Enjoy the content, if not the layout. Or upgrade your browser. Or something.
Pause and resume OS X apps
Sometimes it's the little things... feeling pretty good about being able to do this from the command line. I had to look up some instructions because I couldn't remember the signals:
`kill -s STOP pid`
`kill -s CONT pid`
... and of course we use `ps -ax` to find the pid of the program.
Wednesday, Dec 27 at 10:33 AM