Skip to content

Instantly share code, notes, and snippets.

View khoimm92's full-sized avatar
🏠
Working from home

Khoi Ngo khoimm92

🏠
Working from home
View GitHub Profile
@khoimm92
khoimm92 / Rails + Nginx Reserve proxy development
Created August 10, 2021 13:23
Rails + Nginx Reserve proxy development
# config/env/development.rb
config.assets.debug = false
# NGINX, etc/nginx/nginx.conf http directive
proxy_buffering off;
client_max_body_size 128M;
proxy_max_temp_file_size 0;
server_names_hash_bucket_size 256;
@khoimm92
khoimm92 / catalog_dump.sql
Last active October 1, 2021 06:23 — forked from markshust/catalog_dump.sql
magento2 dump all catalog tables
mysqldump -uUSER -p DATABASE catalog_category_entity catalog_category_entity_datetime catalog_category_entity_decimal catalog_category_entity_int catalog_category_entity_text catalog_category_entity_varchar catalog_category_product catalog_category_product_cl catalog_category_product_index catalog_category_product_index_replica catalog_category_product_index_store1 catalog_category_product_index_store1_replica catalog_category_product_index_tmp catalog_compare_item catalog_eav_attribute catalog_product_attribute_cl catalog_product_bundle_option catalog_product_bundle_option_value catalog_product_bundle_price_index catalog_product_bundle_selection catalog_product_bundle_selection_price catalog_product_bundle_stock_index catalog_product_category_cl catalog_product_entity catalog_product_entity_datetime catalog_product_entity_decimal catalog_product_entity_gallery catalog_product_entity_int catalog_product_entity_media_gallery catalog_product_entity_media_gallery_value catalog_product_entity_media_gallery_value_
@khoimm92
khoimm92 / Testing in Magento 2.md
Created April 16, 2022 10:24 — forked from ProcessEight/Testing in Magento 2.md
M2: Notes on setting up PHPUnit and writing/troubleshooting tests in Magento 2
{
"value":30,
"unit":"km"
}
{
"value": 2.2,
"unit": "mile"
}
{
"value": 80000,
"unit": "m"
}