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

Category: it

April 12, 2023April 12, 2023idempiere

idempiere: accounting and reporting principles

We've used iDempiere for almost a decade, but used it as an inventory maintenance and quoting system, as we used Openbravo (its […]

April 3, 2023April 4, 2023microsoft stack

exchange powershell: review and add spam rules

On the eternal fight against spam, we will be trying to minimize the impact of unwanted emails. In this case, I will […]

March 31, 2023April 4, 2023prestashop

prestashop: memcached does NOT deactive even if on the backend its OFF.

In order for memcached to work on prestashop, two conditions have to be met: memcached installed and running on the server it […]

August 14, 2021August 14, 2021python, shell

python: execute function from shell or cli

example:   python3 -c 'from scripts.apps.malla.sugarcrm.contacts.delete_contacts_by_title import *; delete_by_title_leads(0) '

August 8, 2021August 8, 2021mysql

mysql: create local user and remote user

  CREATE USER 'myuser'@'localhost' IDENTIFIED BY 'mypass'; GRANT ALL ON *.* TO 'myuser'@'localhost';   CREATE USER 'myuser'@'%' IDENTIFIED BY 'mypass GRANT ALL […]

April 18, 2021April 18, 2021openvpn, ubuntu

ubuntu: only route traffic through vpn tunnel

April 17, 2021April 17, 2021mysql, uncategorized

mysql: extract domain from email

  SUBSTR(email_addresses.email_address, INSTR(email_addresses.email_address, '@') + 1)

April 17, 2021April 17, 2021mysql

mysql: capitalize first word of all words

credits to: http://joezack.com/2008/10/20/mysql-capitalize-function/   create a function:   CREATE FUNCTION CAP_FIRST (input VARCHAR(255)) RETURNS VARCHAR(255) DETERMINISTIC BEGIN DECLARE len INT; DECLARE i […]

March 20, 2021March 20, 2021mysql

mysql: min value per group

surprisingly, to find the min date per company, which is a super basic query, on mysql you need to do a complicated […]

October 13, 2020October 13, 2020elasticsearch

elasticsearch: secure

https://www.digitalocean.com/community/tutorials/how-to-install-and-configure-elasticsearch-on-ubuntu-20-04   To test: Run from the local server to see if the server can connect to the elasticsearch cluster: curl -X […]

Posts pagination

1 2 … 25 >

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