Results 1 to 24 of 24

Thread: how to not run any FAAH autodock tasks

Threaded View

  1. #1
    Xtreme Addict Evantaur's Avatar
    Join Date
    Jul 2011
    Location
    Finland
    Posts
    1,043

    how to not run any FAAH autodock tasks

    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
    Code:
    crontab -e
    */30 * * * * /path/to/removekebab.sh faah <list of ips>
    thisway you'll only have vina projects running (if you already have faah task running this script will let them finish)
    Last edited by Evantaur; 09-14-2013 at 03:54 PM.

    I like large posteriors and I cannot prevaricate

Bookmarks

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •