Skip to content

Instantly share code, notes, and snippets.

View CraveMode's full-sized avatar

Crave Mode CraveMode

View GitHub Profile
@CraveMode
CraveMode / watch.sh
Last active August 29, 2015 14:17 — forked from csdy/watch.sh
# Generic
watch -n 2 "/usr/bin/lynx -dump -width 500 http://127.0.0.1/whm-server-status | tail -n +26"
# WordPress/Joomla/vBulletin
watch -n 2 "/usr/bin/lynx -dump -width 500 http://127.0.0.1/whm-server-status | grep -e "wp-login.php" -e "wp-admin/" -e "administrator/index.php" -e "*vbulletin""
# Wordpress XMLRPC
watch -n 2 "/usr/bin/lynx -dump -width 500 http://127.0.0.1/whm-server-status | grep -e "xmlrpc.php""