All Entries Tagged With: "ssh"
Disabling PHP shell functions
Issue : All PHP shell functions need to be stopped. Solution : 1. Locate the php.ini file php -i | grep php.ini 2. Open it with your favorite editor and put the following : disable_functions = ” “ Or add functions that you want to disable.
admin | Aug 13, 2009 | Comments 0
Some SSH tricks for Exim
Removing Bad Mail for i in `exiqgrep -i -f nobody`; do exim -Mrm $i; done >> Removes Nobody Mail for i in `exiqgrep -i -o 259200`; do exim -Mrm $i; done >> Removes Mail older than 3 Days for i in `exiqgrep -i -f “^$”`; do exim -Mrm $i; done >> Removes Mail with weird [...]
admin | Aug 02, 2009 | Comments 0

1800 810 6547