March 14, 2021March 14, 2021uncategorized pycharm: assistance on mysql insert queries select the insert query right-click -> edit as table you can modify your insert query visually this is super helpful […]
March 13, 2021uncategorized sugarcrm: last community edition before terminating the project SugarCE-6.5.26 still available on sourceforge 2021-03-13
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 […]