Skip to content

Instantly share code, notes, and snippets.

@arizawan
arizawan / _Magento2_DeleteTestData.md
Last active May 26, 2022 05:17 — forked from leek/_Magento2_DeleteTestData.md
Magento 2 - Delete All Test Data

These set of scripts are for Magento 2. For Magento 1, see this Gist.

@arizawan
arizawan / wordpress_install_mariadb.sh
Last active October 26, 2023 06:36
Wordpress Install Script with mariadb + php8.1
## Usage:
##
## wget https://gist.githubusercontent.com/arizawan/37e3be7fa4f42516765acb49eb20375d/raw/wordpress_install_mariadb.sh
## chmod +x wordpress_install_mariadb.sh
## ./wordpress_install_mariadb.sh YOUR_WEBSITE_DOMAIN
##
##
#!/bin/bash