-
Notifications
You must be signed in to change notification settings - Fork 0
BloggingAssessment
echadbourne edited this page Nov 7, 2023
·
15 revisions
Always set up the basic stuff first:
- New local user
- Update the ip address and hostname - nmtui
- Install software of choice - wordpress
nmtui
- IP to 10.0.5.10
- hostname to web02-elizabeth
systemctl restart network
nano /etc/ssh/sshd_config
Change "Permit root login" from yes to no
systemctl reload sshd
https://www.digitalocean.com/community/tutorials/how-to-install-wordpress-on-centos-7 https://www.digitalocean.com/community/tutorials/initial-server-setup-with-centos-7