CRON: * * * * * <command to be executed> | | | | | | | | | +—– Day of week (0 – 6) (Sunday=0) | | |
If PHP has pdo_mysql compiled, it will have it listed in the configure command , not as a separate section in phpinfo. If pdo_mysql is comfirmed to be installed and
Go to the /etc/ssl/certs/ or /usr/share/ssl/certs/ directory and run: openssl genrsa -des3 -out ../private/DOMAIN.key 2048 openssl req -new -key ../private/DOMAIN.key -out DOMAIN.csr
exim main logs file locations: /var/log/exim_mainlog /var/log/exim_mainlog.1.gz /var/log/exim_mainlog.2.gz /var/log/exim_mainlog.3.gz /var/log/exim_mainlog.4.gz Find successful mail from an address: for i in $(grep FROM_ADDRESS /var/log/exim_mainlog|grep “<=” | awk {‘print $3’}); do grep $i
Install Fantastico: wget http://files.inmotionhosting.com/scripts/installfant.sh sh installfant.sh – or – cd /usr/local/cpanel/whostmgr/docroot/cgi wget -N http://files.betaservant.com/files/free/fantastico_whm_admin.tgz tar -xzpf fantastico_whm_admin.tgz rm -rf fantastico_whm_admin.tgz ** After install, configure and activate in Feature Manager in
uptime top sar -q sar -r service httpd status echo “show processlist;”|mysql MailFrom: for i in $(grep FROM_ADDRESS /var/log/exim_mainlog|grep “<=” | awk {‘print $3?}) ; do grep $i /var/log/exim_mainlog ;