by Stijn Bernaer | Mar 5, 2021 | Uncategorized
Super strange … I was able to access facebook.com but I could not reach business.facebook.com to do Facebook Ads. All other websites seemed to be ok. This was the message I got: This site can’t be reached The connection was reset. Try: Checking the connection...
by Stijn Bernaer | Mar 2, 2021 | Uncategorized
So I have this section in Divi with a row and within that row a menu module. However it seemed the submenu items were not shown fully. Part of the submenus was hidden. Luckily it was an easy fix. By going to the section and changing the horizontal and vertical...
by Stijn Bernaer | Mar 2, 2021 | Uncategorized
At this time Mautic 3.3.1 is released which supports 7.4 -> Create a PHP app with database on a specific domain.I do this quickly with Serverpilot that is connected to a couple of my Digital Ocean servers (=droplets).I connect the domain name with the IP of the...
by Stijn Bernaer | Mar 1, 2021 | Uncategorized
When using bash scripts under Windows (cygwin terminal in my case): I often got “syntax error near unexpected token `$’do\r” ” or in my language: “syntaxfout nabij onverwacht symbool ‘$’do\r”” No worries just...
by Stijn Bernaer | Mar 1, 2021 | Uncategorized
Quickly want to convert a bunch of mp4 to mp3 (so you can listen to it whilst you run e.g.). Here is a bash scrip that just does that. #!/bin/bash for fullfile in *.mp4; do filename=$(basename — “$fullfile”) extension=”${filename##*.}”...
Recent Comments