Quote:
|
Originally Posted by gjcomputer
the problem is now that i dont know where to use the script, do i run a commant in linux, or do i put it on the site somewhere.
|
No, don't put it in a web site. This script must be run from the command line. You can put it into /usr/local/sbin, for example.
Quote:
|
Originally Posted by gjcomputer
and how can i set it up to run every 2 - 4 hours automatically (they say it can be done) i want everything to be automated. THANKS!
|
You can run it as a cron job. Run
as root, and then you enter
Code:
* */4 * * * /usr/local/sbin/eDNS.pl
Of course, the script must be executable:
Code:
chmod 755 /usr/local/sbin/eDNS.pl