March 21, 2021March 23, 2021uncategorized mysql foreign constraints cannot truncate tables because it has constraints. SET FOREIGN_KEY_CHECKS = 0; TRUNCATE table leads; SET FOREIGN_KEY_CHECKS = 1; […]
March 21, 2021uncategorized python: remove special characters from string re.sub('[^A-Za-z0-9]+', '', mystring)
March 20, 2021April 4, 2021uncategorized php composer: incompatible version 2 you can downgrade to version 1 , execute composer install and then revert back composer self-update --1 revert to version 2 […]
March 18, 2021March 18, 2021uncategorized jenkins: run jobs as root reference: https://stackoverflow.com/questions/29926773/run-shell-command-in-jenkins-as-root-user sudo vi /etc/default/jenkins $JENKINS_USER="root" sudo chown -R root:root /var/lib/jenkins sudo chown -R root:root /var/cache/jenkins sudo chown -R root:root […]
March 17, 2021March 18, 2021uncategorized openvpn: ubuntu server dns problems when connecting to an openvpn server (at least on ubuntu 20.04) you lose your dns server, meaning you're not able to access […]
March 17, 2021March 17, 2021uncategorized ubuntu: creates ssh-keys for non root user su user ssh-keygen it is saved on: Enter file in which to save the key (/var/lib/jenkins/.ssh/id_rsa)
March 17, 2021uncategorized jenkins: extract jobs copy paste /var/lib/jenkins/jobs directory between installations
March 17, 2021March 17, 2021uncategorized tar untar tar -czvf name-of-archive.tar.gz /path/to/directory-or-file tar -xzvf archive.tar.gz
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