星期二, 四月 07, 2009

Kill pidgin everyday afterwork automatically

1. # yum install gnome-schedule //if not installed
2. => Applications => System tools => Scheduled tasks
3. new everyday task description [kill pidgin after work]
4. command [kill -9 $(ps -C pidgin -o pid=)]
5. set to run @19:00 everyday for example.

没有评论: