Magento 2 : Database anonymization module

This is my first module deployed on packagist. This module once installed will offer a new command for anonymizing the database. This can be useful on a development environment when the database has been retrieved from a production environment. It …

Read More

Linux : Update mysql root password when lost

Sometimes, on a server used as a dev environment, you might have lost the mysql root user password. This is how you can you can start mysql in safe mode with –skip-grant-table options and reset the root user password.

Read More

Linux : Searching files on linux

When debugging and application, it is very common to need to search for files on the system.You might need to search for a file named in a certain way or you might need to search for file that contain a …

Read More