Never been to TextSnippets before?

Snippets is a public source code repository. Easily build up your personal collection of code snippets, categorize them with tags / keywords, and share them with the world (or not, you can keep them private!)

About this user

Ryan Schwartz http://ryanschwartz.net/

« Newer Snippets
Older Snippets »
1 total  XML / RSS feed 

killing your own dispatch.fcgis

ps aux|grep youruser|grep dispatch|awk '{print $2}'|xargs kill -9

of course you can use this for any process and just change the 'dispatch' part
« Newer Snippets
Older Snippets »
1 total  XML / RSS feed