Last active
May 18, 2016 07:42
-
-
Save Sacristan/26d0a5176a92c9d2e0bb1d44b04b64a5 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Edit MySQL config: | |
| ``` | |
| sudo rvim /etc/mysql/my.cnf | |
| ``` | |
| 80% RAM to innodb_buffer_pool_size -> https://www.percona.com/blog/2015/06/02/80-ram-tune-innodb_buffer_pool_size/ | |
| Search for XMLRPC POST logs | |
| ``` | |
| grep xmlrpc.php /var/log/apache2/access.log | |
| ``` |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment