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

May 8, 2017May 8, 2017prestashop

prestashop: no follow causing w3 non-compliance

The problem I believe has to do with changes on standards. The w3 validator shoes as an error to have multiple rel="example" […]

May 7, 2017November 30, 2019prestashop

prestashop: add google custom search

  header.tpl line 135 Search box Code <div class="google-search" > <div id="global_shipping"><span>In Service Since 2009</span></div> <script> (function() { var cx = 'XXXXXXXXXXXXXXXXXXXXXXXX'; […]

May 7, 2017November 21, 2021prestashop

prestsahop: edit variables

I wanted to change the Manufacturer Name variable, to eliminate the spaces and replace it with a dash. I tried doing this […]

April 22, 2017November 30, 2019seo

seo: compress images using imagemagick

convert /var/www/html/XXXXXXX/themes/default-bootstrap/img/manufacturers/ABB-big.jpg -strip -resize 333x333 -quality 85 -interlace JPEG -colorspace Gray/RGB /var/www/html/XXXXXXX/themes/default-bootstrap/img/manufacturers/ABB-big-compressed.jpg

April 20, 2017sugarcrm

sugarcrm: delete custom field

You have to check for following things. 1) Remove custom field entry in table "fields_meta_data" 2) Remove field from module_name_cstm table 2) […]

March 22, 2017prestashop

prestashop: optimizing store for seo

CSS Optimization: Every time you load a page it has to load the Global.css file which is big, and all the info […]

February 28, 2017postgresql

postgresql: limit 1 on group by

It's stupidly complicated to get just one record per group on a PostgreSQL query... After an hour of trial and error this […]

December 22, 2016December 22, 2016mautic

mautic: remove bounces

My Method: Send the email and get the bounces on my email. Select all the bounced emails on Outlook and save them […]

December 18, 2016ubuntu

ubuntu: enable password authentication

You need to change the config file for the ssh server and restart the server. alter /etc/ssh/sshd_config: PasswordAuthentication yes then restart the […]

December 6, 2016December 6, 2016prestashop

prestashop: clean database

DELETE w FROM product_shop w LEFT JOIN product e ON w.id_product = e.id_product WHERE e.id_product IS NULL   DELETE w FROM product_lang […]

Posts pagination

< 1 … 26 27 28 … 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