Secure Web Server - PHP Apache MySQL

Setup non-root user and disable password based login
https://www.digitalocean.com/community/tutorials/initial-server-setup-with-ubuntu-16-04
Check users in sudoers list:
grep '^sudo:.*$' /etc/group | cut -d: -f4

Rahul Matharu