This tool updates domain DNS entries in PLESK in bulk.
To use it, simply specify the domain name, and the IP addresses of your (new) server.
New Version:
* Permits multiple IP addresses separated by commas (The first ip4 and ip6 are used for all records except SPF; all IP's are used for the...
When migrating domains to a new server, you may need to change the IP addresses related to that domain at the SOURCE server. So that when the migration is done, the old server advertises the new IP of that domain.
PLESK doesn't do it by default, and it gets painful to do it manually.
This script...
The GeoLite2-Country.mmdb file is required for many wordpress addons, and other software.
The proliferation of this file causes many duplicate copies, and updating them all takes considerable time and disk space. A 300-hosting server may contain 100 copies of that file easily.
So I wrote a rexx...
To find the busiest web site, I figured the size of the access_log files should provide a clue, so I wrote something in OORexx. (you need to install oorexx and oorexx-devel for this, like yum install oorexx oorexx-devel):
#!/bin/rexx
"rxqueue /clear"
"find /var/www/vhosts -name access_log |...