Show MySQL queries in real time
Here is a quick one line to allow you to watch current MySQL queries. mysqladmin -vi 1 proc
Here is a quick one line to allow you to watch current MySQL queries. mysqladmin -vi 1 proc
It appears that some versions on certain mirrors do not include the spamassassin webmin module. You can get this from their site as it is now part of the d...
Just use a quick 1 liner like this to get some info on what IP has been trying to POST the most and to what script. grep POST /home/httpd/vhosts/*/statistics...
For some reason no matter how many times I have worked with windows I still find myself typing ls. I just make a ls.bat with the following to squash my short...
You will need to perform the following to allow Horde on PSA 7.5.4 to work with PHP5. pear upgrade DB cp /usr/share/pear/DB.php /usr/share/psa-horde/pear/DB....
Here are some quick one liners to do a laundry list of things with openssl. openssl s_client -connect domain.com:443 or for more info openssl s_client -stat...
Simple connection test to verify your mail setup. mutt imaps://server.yourdomain.com Obviously you can change the protocol and specify the username after yo...
This one is simple but I get tickets for it all the time.