i'm hesitant to even share this (as it hurts science), but here's a BASH script i wrote for those who don't want to run FAAH (autodock) tasks
i don't have anything against it, but it just runs so damn slowly
http://nikita.tnnet.fi/~evntr/scripts/removekebab.sh
syntax is ./removekebab.sh faah <list of ips>
if you have password protected hosts use <:password> after each ip
example for localhost only:
./removekebab.sh faah localhost
example without password:
./removekebab.sh faah ip1 ip2 ip3 ip3 ip4
example with some passwords:
./removekebab.sh faah ip1 ip2:passwordprotected ip3 ip3:123123 ip4
you can add it to your crontab with
thisway you'll only have vina projects running (if you already have faah task running this script will let them finish)Code:crontab -e */30 * * * * /path/to/removekebab.sh faah <list of ips>
Bookmarks