March 13, 2021uncategorized suitecrm: get legacy sugarcrm theme https://community.suitecrm.com/t/sugarcrm-theme/15082/5
March 12, 2021March 12, 2021uncategorized great stack recommendation post https://chriswiegman.com/2020/09/my-development-toolbox-2020/
March 12, 2021uncategorized digital ocean: dynamic firewall solution https://chriswiegman.com/2020/05/configure-your-digitalocean-firewall-with-a-dynamic-ip/
March 10, 2021uncategorized pgsql: insert data to another unrelated table. sql = """ insert into public.bounced_emails (id, email_address) select id, email_bounced from email_0365_main where email_bounced is not null; """
March 9, 2021March 9, 2021uncategorized shell script failing with notepad++ encoding -> ansi encoding -> convert to ansi edit -> EOL Conversion -> Unix (LF)
March 3, 2021March 6, 2021uncategorized andrew huberman podcast with kevin rose highlights get 15 minutes of sunlight an hour after waking up yoga nidra - (recommended with liam gillan) magnesium (glycinate) as sleep […]
February 22, 2021uncategorized python: mysql result to list lead_id = [list(i) for i in result][0][0]
February 16, 2021February 16, 2021uncategorized mautic: console commands Mautic version 2.15.3 - app/prod Usage: command [options] [arguments] Options: -h, --help Display this help message -q, --quiet Do not output any […]
January 22, 2021April 4, 2021uncategorized jenkins: api calls to delete failed builds curl -X POST http://jenkinUser:jenkinAPIToken@yourJenkinsURl.com/job/theJob/[11-1717]/doDelete
January 7, 2021uncategorized jenkins: scripts to locate shell commands locate config.xml | grep '/var/lib/jenkins' grep -R '/home/Scripts/' /var/lib/jenkins/jobs/ | grep config.xml