DNS
When you are new to web hosting or new to building websites in general, one of the first roadblocks you tend to encounter is domain name registration. Way back when,…
When you are new to web hosting or new to building websites in general, one of the first roadblocks you tend to encounter is domain name registration. Way back when,…
restart spamd service exim restart spamd -d service spamassassin restart /etc/init.d/crond start /etc/init.d/crond stop /etc/init.d/crond restart /etc/init.d/exim restart /etc/init.d/cpanel restart /usr/local/cpanel/startup /etc/init.d/cpanel stop /etc/init.d/chkservd stop /etc/init.d/chkservd restart /etc/init.d/httpd stop /etc/init.d/mysql…
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…