rabbitmqctl delete_user guest
rabbitmqctl delete_vhost /
Note: Make sure pwgen
is installed before running the following.
AMQP_USER=rabbitadmin AMQP_PASS="$(pwgen -A1 32 1 | tee /dev/stderr)"
This is a proposal for PHP extension to disable running unapproved PHP code, uploaded using security holes or by any other means.
The Meet Magento World was planned as a big Online Conference with all the known best speakers from the Meet Magento conferences.
Sometimes planning big can lead to plans which fail.
But we already have a nice reserved Date(Jul 11-13, 2017), and it would be a waste to not use it.
So how can we as a Community organize such a big event in such short time ourself you may wonder. By cheating, we just plan small, very small.
Recently CSS has got a lot of negativity. But I would like to defend it and show, that with good naming convention CSS works pretty well.
My 3 developers team has just developed React.js application with 7668
lines of CSS (and just 2 !important
).
During one year of development we had 0 issues with CSS. No refactoring typos, no style leaks, no performance problems, possibly, it is the most stable part of our application.
Here are main principles we use to write CSS for modern (IE11+) browsers:
### MAGENTO DIRECTORIES | |
# Ignore everything in media, except for the htaccess files | |
# Also include the Lazy Catalog Images (LCI) .htaccess if that's installed | |
# (https://github.com/AOEpeople/Aoe_LazyCatalogImages) | |
/media/* | |
!/media/.htaccess | |
!/media/customer/.htaccess | |
!/media/downloadable/.htaccess | |
!/media/catalog/product/LCI/.htaccess |
// | |
// Regular Expression for URL validation | |
// | |
// Author: Diego Perini | |
// Created: 2010/12/05 | |
// Updated: 2018/09/12 | |
// License: MIT | |
// | |
// Copyright (c) 2010-2018 Diego Perini (http://www.iport.it) | |
// |