welcome to the world of…

Looks like a small bulb used to indicate something unusual, like a malfunction.

Run complex command/process with killing previous

Filed under: Uncategorized — Tags: , , , , — admin @ 2013-11-07 11:05

When I run a Django testing server in a terminal it sometimes gets stuck and it can’t be killed with CTRL+C. Or I’m using SSH client in background mode for a secure proxy tunnel and I need to restart it from time to time. Searching manually for PIDs with ps and grep and killing them is a lengthy process. (more…)