https://www.elegantthemes.com/blog/tips-tricks/using-the-wordpress-debug-log
Dicas, Tutoriais e lembretes que ajudam no dia a dia
https://www.elegantthemes.com/blog/tips-tricks/using-the-wordpress-debug-log
ACTION=="add", KERNEL=="sdb", SYMLINK+="xapi/block/%k", RUN+="/bin/sh -c '/opt/xensource/libexec/local-device-change %k 2>&1 >/dev/null&'" ACTION=="remove", KERNEL=="sdb", RUN+="/bin/sh -c '/opt/xensource/libexec/local-device-change %k 2>&1 >/dev/null&'" http://techblog.conglomer.net/sata-direct-local-disk-access-on-xenserver/
To delete all email in the queue from a domain run this command as root:
postqueue -p | tail -n +2 | awk ‘BEGIN { RS = “” } /@example\.com/ { print $1 }’ | tr -d ‘*!’ | postsuper -d –
To delete all email in the queue From: a specific email address run this command as root:
postqueue -p | tail -n +2 | awk ‘BEGIN { RS = “” } /username@example\.com/ { print $1 }’ | tr -d ‘*!’ | postsuper -d –
http://www.emailquestions.com/threads/how-to-delete-all-email-from-a-domain-or-one-email-address.9369/
http://testonauta.blogspot.com.br/2011/03/testando-webservices-utilizando-soapui.html