Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

This helps minimizes the amount of damage that can be done in the event that the system is compromised to the specified directory.

File Permissions

Adapted from the WordPress article Hardening WordPress we take the approach of creating accounts for select developers or release managers.

Install MySQL

Code Block
languagebash
sudo apt-get install mysql-server 

...