Skip to content

BloggingAssessment

echadbourne edited this page Nov 7, 2023 · 15 revisions

First Steps

Always set up the basic stuff first:

  1. New local user
  2. Update the ip address and hostname - nmtui
  3. Install software of choice - wordpress

IP address and hostname

nmtui

  • IP to 10.0.5.10
  • hostname to web02-elizabeth

systemctl restart network

Disable SSH

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

Clone this wiki locally