The following script you can use to check the Server uptime? root@admin[/usr/local/apache/cgi-bin]# nano loads#!/bin/bash echo Content-type: text/plainecho echo $(hostname)echo “=>”echo $(uptime)
See MoreTag: web hosting
How to use cgi script to check the Server uptime .
The following script you can use to check the Server uptime? root@admin[/usr/local/apache/cgi-bin]# nano loads #!/bin/bash echo Content-type: text/plain echo echo $(hostname) echo “=>” echo $(uptime)
See MoreAdd SPF and Domainkeys in cPanel
If you have a cPanel based server, adding an SPF record or domain keys entries for domains are so much easier than manually entering them.cPanel provides the following scripts/commands to help us through this task:# /usr/local/cpanel/bin/domain_keys_installer# /usr/local/cpanel/bin/spf_installerNote:: This would add the records for all domains under this cPanel account. Meaning for all Addon domains too.
See More