Simple 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)
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)
Reinstall Frontpage extensions on the domain? You can reinstall the Frontpage extension for single hosting account / domain by using following command from shell. cd […]
In the fast-cgi configuration, we can create the custom php.ini as per script requirement, so need to enable the specific php function server wide. To […]
We can login into MySql prompt without password from shell using root user . To configure mysql user prompt without password, open the file ~/.my.cnf […]
Some time when SSL certificate expires , we want to disable the SSL certificate redirect for joomla websites. We can disable secure connection from shell […]
Copyright Β© 2025 Kaizen Software Solutions. All rights reserved.