Skip to content

ricardo malla's blog

  • home
  • remote cto
  • it
    • o/s
    • databases
    • software
  • life
    • gamechangers
    • tv series
    • blogs to follow
    • books to read
    • health
  • ideas
  • notes
  • hire us
Search

ricardo malla's blog

Close menu
  • home
  • remote cto
  • it
    • o/s
    • databases
    • software
  • life
    • gamechangers
    • tv series
    • blogs to follow
    • books to read
    • health
  • ideas
  • notes
  • hire us

ricardo malla's blog

Search Toggle menu

Author: Ricardo Malla

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

December 23, 2020April 4, 2021uncategorized

mysql: set primary key and autoincrement

ALTER TABLE XXXXXX ADD PRIMARY KEY (ID); ALTER TABLE XXXXXX MODIFY id int NOT NULL AUTO_INCREMENT;   ALTER TABLE proxy_ips ADD UNIQUE […]

December 21, 2020December 21, 2020uncategorized

apache: mod_rewrite not affecting my directory

  The .htaccess on my local directory is not being considered. if this is the case go to:   go to /etc/apache2/apache2.conf […]

December 19, 2020July 19, 2022uncategorized

python: imaplib - no way to sort feched uids by date - office365's fault

One could instinctively think that when you search your emails using imaplib as per below, and you get a list of all […]

December 15, 2020uncategorized

bash: execute .sql file from bash script

  mysql -u user -p < db.sql

December 13, 2020uncategorized

powershell: office365 create global rule not to send read receipts

New-TransportRule -RemoveHeader 'Disposition-Notification-To' -Name 'Disable Read Receipt' -StopRuleProcessing:$false -Mode 'Enforce' -Comments ' ' -RuleErrorAction 'Ignore' -SenderAddressLocation 'Header'

Posts pagination

< 1 … 14 15 16 … 43 >

Recent Posts

  • b2b social media basic stack
  • histamine intolerance
  • prestashop returning 302 instead of 404 for unexistent pages
  • fail2ban: audit
  • postgres grant commands
  • troubleshoot high cpu from mysql on ubuntu
  • ubuntu: replace text inside file
  • view wifi password on windows 11
  • python: upgrade all python modules on windows 11
  • office365: forward NDRs to shared mailbox

Categories

  • adempiere (1)
  • android (1)
  • apache (3)
  • asterisk (11)
  • backup strategies (3)
  • blogs to follow (1)
  • centos (1)
  • documentaries (1)
  • dropbox (2)
  • elasticsearch (1)
  • email marketing (3)
  • emfs (1)
  • esxi (1)
  • fail2ban (1)
  • finance (1)
  • gamechangers (5)
  • gamechanging concepts (2)
  • google (1)
  • google cloud (1)
  • health (3)
  • history (1)
  • ideas (1)
  • idempiere (16)
  • it (1)
  • java (8)
  • laptop (1)
  • legal (1)
  • life (2)
  • magento (6)
  • management (1)
  • mautic (9)
  • microbiome (1)
  • microsoft stack (5)
  • mysql (18)
  • nginx (1)
  • notes (1)
  • o/s (1)
  • openbravo (37)
  • openerp/odoo (6)
  • openvpn (1)
  • outlook (1)
  • pentaho (1)
  • pfsense (6)
  • php (4)
  • phplist (1)
  • phpmyadmin (1)
  • pingdom (1)
  • podcasts (2)
  • podcasts (1)
  • podcasts (1)
  • postfix (1)
  • postgresql (19)
  • prestashop (22)
  • procurement (1)
  • productivity (2)
  • python (3)
  • sales (1)
  • scrapy (1)
  • seo (1)
  • shell (3)
  • software (3)
  • spacy (1)
  • splunk (1)
  • sugarcrm (19)
  • synology (2)
  • sys admin (2)
  • talend (3)
  • tibco - jasper reports (20)
  • tv series (1)
  • ubuntu (26)
  • uncategorized (229)
  • unifi (3)
  • virtualbox (1)
  • virtualization (1)
  • vmware (5)
  • wordpress (2)
  • zoiper (1)
© 2025 ricardo malla's blog. Proudly powered by Sydney