Skip to content

Instantly share code, notes, and snippets.

View wykydtronik's full-sized avatar
🎯
Focusing on Kafka

TЯON|K wykydtronik

🎯
Focusing on Kafka
View GitHub Profile
# query db to see the largest tables
SELECT
table_schema as `Database`,
table_name AS `Table`,
round(((data_length + index_length) / 1024 / 1024), 2) `Size in MB`
FROM information_schema.TABLES
ORDER BY (data_length + index_length) DESC;
/*
Plugin Name: goawayxmlrpc
Plugin URI:
Description: DDoS have your sysadmin's aggroed? Place this in your /wp-content/mu-plugins/ for immediate drop-in activation. Disable XMLRPC pingback.ping and pingback.extensions.getPingbacks methods blog/site/network wide. Thanks WP Tavern, kowata, fris, Brad Vincent. pingbackの停止!
Version: 0.1
Author: kaichi, WP Tavern, kowata, fris, Brad Vincent
Author URI:
*/
if ( ! defined( 'WPINC' ) ) {