April 3, 2021April 3, 2021uncategorized firefox: sync profiles between computers %APPDATA%\Mozilla\Firefox\Profiles\
April 2, 2021April 2, 2021uncategorized imaplib: search by uid some useful imaplib pieces of code that may come in handy to manage your email. my specific use case is that i'm […]
April 1, 2021uncategorized mautic: email config - test mail not working different than previous versions of mautic, on the current version if you want to test your email settings and have selected […]
April 1, 2021uncategorized mautic: gmail conf it does not work if the field Custom return path (bounce) address is not null.
March 31, 2021March 31, 2021uncategorized mysql: find special characters on strings SELECT id, first_name FROM contacts WHERE first_name REGEXP '[^a-zA-Z0-9-]'
March 31, 2021uncategorized asheville nc https://livability.com/topics/experiences-adventures/7-spiritual-escapes-in-the-us
March 31, 2021uncategorized 3 lugares perfectos para retiro espiritual en venezuela 3 Lugares Perfectos para un Retiro Espiritual en Venezuela
March 30, 2021uncategorized python script getting stuck: how to debug? python3 -m trace --trace /path to python string.py
March 22, 2021March 22, 2021uncategorized php: execute remote ssh script $command = "sudo ssh -p 22 root@XXX.XXX.XX.XX python3 /home/scripts/apps/xxx/xxx/email_address/email_builder.py"; shell_exec($command); note the you have to configure both server to be able […]
March 22, 2021March 22, 2021uncategorized execute command as www-data for example. add known_host to remote server. you cannot su www-data as its not permitted by default, so you can run: […]