-
Keeping Servers Up-to-Date
Centos As new file patches come out, Centos will need to be updated. Run the following commands to bring the…
-
Backup with CRON
Below is the code added to 192.168.254.246 to back up all the files in the /var/www/marketing/ directory,. It is set…
-
SELinux (Security-Enhanced Linux)
After a bit of trouble-shooting, I discovered that, while Apache may have permission to read/write according to the file permissions…
-
MySQL
Since SHA-256 password hashing is used by default since version 8 of MySQL, we run into a problem if users…
-
SSL using LetsEncrypt
Letsencrypt is what we use to generate our SSL certificates (allows for HTTPS usage). Below are instructions using certbot to…