More notes for later

This commit is contained in:
WilliamMiceli
2019-10-19 00:10:15 -04:00
parent 5dffad69a0
commit b074073e7a

View File

@@ -2,4 +2,7 @@
#### Notes
Can use `ps waux | grep nginx` to check if the NGINX service is running
- Can use `ps waux | grep nginx` to check if the NGINX service is running
- MySQL's documentation sucks.
- Will be using `mysql_secure_installation --use-default`, for now as I can't find what the defaults actually are.
- [https://dev.mysql.com/doc/refman/5.7/en/mysql-secure-installation.html]