Simple cgi script to check the Server uptime?

0

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)

Stop spamming from server

0

Many time we all have faced spamming issue from server and wasted valuable time to handle spamming issue and IP blacklist issue. To resolve issue […]

1 13 14 15 16 17 22