Tech
-
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 to run every day at… [read more]
-
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 above, an additional set of… [read more]
-
MySQL
Since SHA-256 password hashing is used by default since version 8 of MySQL, we run into a problem if users created with this encryption are… [read more]
-
SSL using LetsEncrypt
Letsencrypt is what we use to generate our SSL certificates (allows for HTTPS usage). Below are instructions using certbot to generate your certificates. Generating Certificates… [read more]