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
May 18, 2014May 18, 2014tibco - jasper reports

jasper reports: backup strategy

http://it.toolbox.com/blogs/rajasekar/export-and-import-utility-in-jasper-server-33190 http://community.jaspersoft.com/wiki/how-backup-your-jasperreports-server-prepare-upgrade   Export Reports sudo ./js-export.sh --everything  --output-zip backup_reportes.zip

May 8, 2014October 4, 2016prestashop

prestashop: add manufacturer description to product page

Add the following code to ProductController.php @ /controllers/front/ProductController.php $id_lang = $this->context->language->id; $manufacturer = new Manufacturer($this->product->id_manufacturer, $id_lang); $manuf_description = $manufacturer->description; $this->context->smarty->assign('manufact_desc', $manuf_description);   […]

March 8, 2014March 8, 2014ubuntu

ubuntu: running shell script

  # Test your newly created Shell Script #sudo bash /home/rmalla/backup.sh   --- NOTE --- I spent about an hour trying to […]

March 6, 2014March 6, 2014openbravo

openbravo: change date format settings

Open Openbravo Properties File sudo vim /opt/OpenbravoERP-3.0/tomcat/webapps/openbravo/WEB-INF/Openbravo.properties Recompile Program ant compile.complete.deploy

March 1, 2014April 5, 2023ubuntu

rsync: create ssh-key for cron backups

Reference: https://www.thegeekstuff.com/2011/07/rsync-over-ssh-without-password/ 1. Create a Key on the "Origin Server" # ssh-keygen root@Asterisk:~# ssh-keygen Generating public/private rsa key pair. Enter file in which […]

February 8, 2014April 5, 2023mysql

mysql: external connection to database blocked

Cannot establish an external MySQL connection to the server. Error 1.  Error 10061: connect to MySQL server failed Fixed it using the […]

February 1, 2014May 23, 2014asterisk

asterisk: no sound on calls

http://www.freepbx.org/support/documentation/howtos/howto-resolving-audio-problems On "sip.conf" localnet= nat=yes TOOLS Wireshark  --- To Analize your computers (client) network card incoming packets TCPDUMP --- To Analize your […]

January 31, 2014April 5, 2023ubuntu

ubuntu: startup error

January 28, 2014January 29, 2014openbravo

openbravo: goods receipt & purchase invoice not posting on c_order table

Proposed Solution: https://issues.openbravo.com/view.php?id=11820   This issue is duplicated of 0011233. Please find below how these values are used in Procurement. This feature […]

January 25, 2014April 5, 2023ubuntu, vmware

ubuntu: resize hd size

1 – reduce the filesystem. Ex: resise2fs /dev/vg0/lvol0 40G 2 – reduce the lv . ex : lvresise -L 30G logicalvol 3 […]

Posts pagination

< 1 … 44 45 46 … 50 >

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