Select Page

mysql database check changes

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...

Let’s encrypt auto refresh

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/...

Divi make items same height for blog module

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 <...