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
Recent comments
1 hour 11 min ago
10 hours 39 min ago
11 hours 28 min ago
15 hours 2 min ago
19 hours 26 min ago
19 hours 48 min ago
21 hours 57 min ago
1 day 7 hours ago
1 day 12 hours ago
1 day 14 hours ago