Author

Lalit Nayyar

zip do the splitting

March 24, 2021

Letting zip do the splitting for you will be much easier to automate than trying to figure it out by yourself. If your goal is 20MB zip files,…

MACD

March 24, 2021

Map

March 24, 2021

Oceana 3.7 BootCamp Introduction Training Oceana_Bootcamp_Aug_2020-Hergen_Oceana_Intro_1_day1 Oceana_Bootcamp_Aug_2020-Hergen_Oceana_Intro_2_day1 Oceana_Bootcamp_Aug_2020-Hergen_Oceana_Intro_3_day1 PPT Module_1_Oceana_3.7.x_General_Introduction_ver1.1.pptx Deployment Overview and considerations Deployment Consideration Solution Guide Deployment Guide •      Chapter-3 Customer Journey EDM Breeze Cluster and…

vicidial mysql repair cmd db repair command

July 29, 2016

Vicidial mysql repair command  / goautodial mysql repair command below are the possible issue faced while db/mysql corrupted 1. your session has been disabled 2. Autodial calls not…

cURL error 60: SSL certificate: unable to get local issuer certificate

July 29, 2016

working solution: Assuming On windows XAMPP server similar for other environment – download and extract for cacert.pem here (a clean file format/data) https://gist.github.com/VersatilityWerks/5719158/download put it here C:\xampp\php\extras\ssl\cacert.pem in…

Composer Windows Installer

July 18, 2016

php -r "copy('https://getcomposer.org/installer', 'composer-setup.php');" php -r "if (hash_file('SHA384', 'composer-setup.php') === 'e115a8dc7871f15d853148a7fbac7da27d6c0030b848d9b3dc09e2a0388afed865e6a3d6b3c0fad45c48e2b5fc1196ae') { echo 'Installer verified'; } else { echo 'Installer corrupt'; unlink('composer-setup.php'); } echo PHP_EOL;" php composer-setup.php php…