Manu Krishna
Solutions Architect
All posts by manukrishna
The Rising Threat of CEO Scams, Deepfake, and Voice Cloning
The tools and methods used by cybercriminals, who are constantly looking for new ways to take advantage of companies, also advance along with technology. Two other emerging threats have gained attention: Deepfake and Voice Cloning, in addition to CEO scams and the WhatsApp platform attacks. These sophisticated fraud methods use artificial intelligence (AI) to manipulate both audio and visual data, posing serious risks to businesses around the world. In this blog post, we’ll look at these risks, how they operate, and the doable things that businesses can do to strengthen their defences against these evolving fraudulent practises.
How to change MySQL root password
There will be times when you are setting up several development environments and you forget mysql root password. In this guide I will give you steps on how to reset/ change MySQL root password if you have ssh access to your server(Ubuntu). SSH into your server and in server terminal. Stop the MySQL Server: sudo service…
Magento 2.3 to 2.4 upgrade issue: ‘Zend\Mvc\Controller\LazyControllerAbstractFactory’ not found
If you come across an error ‘Zend\Mvc\Controller\LazyControllerAbstractFactory’ not found while running bin/magento setup:upgrade Update your autoload section in composer.json with the following data and run composer dumpautoload then remove generated code and cache contents using the below command rm -r generated var/page_cache/* var/cache/* now run bin/magento setup:upgrade and the issues should be fixed.
Magento 2.3 to 2.4 upgrade errors during composer update
f you come across the below error while running composer update during magento upgrade from 2.3 to 2.4
requires codeception/codeception
How to use Linux Screen for long processes over ssh
Screen command provides us with the ability to create and use multiple shell sessions allowing us to detach and reattach to the screen any time if you haven’t terminated the session.
How to export commit log from git to csv
How to extract/export entire commit log from git