by Stijn Bernaer | Jun 29, 2021 | Uncategorized
This is a bash script to check if a database dump has changed. cd /srv/users/serverpilot/apps/ mysql -s -r -u root -e ‘show databases’ | grep -Ev ‘Database|mysql|information_schema|phpmyadmin|performance_schema|sys’| while read db do mysqldump...
by Stijn Bernaer | Jun 29, 2021 | Uncategorized
Make a cron job that regularly refreshes the SSL (Let’s Encrypt certificate). Make a script eg letsEncrypt.sh /home/certs/letsencrypt/letsencrypt-auto certonly –keep –webroot –webroot-path /srv/users/serverpilot/apps/website1/public/...
by Stijn Bernaer | Jun 23, 2021 | Uncategorized
https://intercom.help/elegantthemes/en/articles/3371227-blog-module-equal-height-grid-boxes-with-javascript Basically adding this class to the module: et_blog_grid_equal_height And then adding this script to Divi -> Theme Options -> Integrations (Add code to the <...
Recent Comments