Some useful links
* Migrate cpanel - cpanel check list :: http://forums.cpanel.net/482369-post1.html
* Easy apache errors and its solutions :: http://twiki.cpanel.net/twiki/bin/view/AllDocumentation/EaError
Some useful Commands
* to scan public_html using clamscan
# for i in /home/*/www ; do clamscan -ri -l /some/log "$i" ; done
* to clear the arp cahce issue the command
# arping -I eth1 IP_address
* To find out the logs in a specific time
# sed -n '/Jul 14 13:/,/Jul 14 15:/p' /var/log/messages (Time between 1 PM - 3 PM)
* If we wish to enable an ip to access webmin then we need to edit the following file
# /etc/webmin/miniserv.users and add your IP's !!
No comments:
Post a Comment