Exitop
Exitop This is a perl-curses tool that parses the logs to show real time exim logfile usage. Emails sent from/to (host,user,domain), pretty handy. wget http://www.le.ac.uk/its/mcn4/exitop/exitop-0.04 Usage: tail -n 100000 -f…
Exitop This is a perl-curses tool that parses the logs to show real time exim logfile usage. Emails sent from/to (host,user,domain), pretty handy. wget http://www.le.ac.uk/its/mcn4/exitop/exitop-0.04 Usage: tail -n 100000 -f…
Cheat Sheets for all.... linuxcheatsheet-1 linuxcheatsheet-2 linuxcheatsheet-3 linuxcheatsheet-4 linuxcheatsheet-5 linuxcheatsheet-6 linuxcheatsheet-7 linuxcheatsheet-8 linux_command_line
Login to your server through SSH and su to the root user. cd /root/downloads or another temporary folder where you store your files. wget http://www.rfxnetworks.com/downloads/apf-current.tar.gz tar -xvzf apf-current.tar.gz cd apf-0.9.5-1/…
You can upgrade from 5.0.x to 5.1.30 with cPanel scripts edit /var/cpanel/cpanel.config and set mysql-version=5.1 then execute /scripts/mysqlup then run /scripts/easyapache and then /scripts/perlinstaller --force Bundle::DBD::mysql to reset the new…
Here is a little script that will add domainkeys to all cpanel user accounts. #!/bin/bash for i in `ls /var/cpanel/users` ;do /usr/local/cpanel/bin/domain_keys_installer $i ;done cd /var/named localdomains=$(cat /etc/localdomains | grep…