Install & Setup ElasticSearch 
Author: Josef Jezek
Check Download page for latest version of ElasticSearch and update VERSION
| <?php | |
| /** | |
| * Drop this into the shell directory in the Magento root and run without any arguments. | |
| */ | |
| require_once 'abstract.php'; | |
| /** | |
| * Clean up the 1.6.1 sample data to work with the 1.8 CE url key constraints. |
| <?php | |
| /** | |
| * Drop this into the shell directory in the Magento root and run with -h to see all options. | |
| */ | |
| require_once 'abstract.php'; | |
| /** | |
| * Fix duplicate url keys for categories and products to work with the 1.8 alpha1 CE url key constraints. |

Author: Josef Jezek
Check Download page for latest version of ElasticSearch and update VERSION
| <?php | |
| /* | |
| OCP - Opcache Control Panel (aka Zend Optimizer+ Control Panel for PHP) | |
| Author: _ck_ (with contributions by GK, stasilok) | |
| Version: 0.1.7 | |
| Free for any kind of use or modification, I am not responsible for anything, please share your improvements | |
| * revision history | |
| 0.1.7 2015-09-01 regex fix for PHP7 phpinfo | |
| 0.1.6 2013-04-12 moved meta to footer so graphs can be higher and reduce clutter |
| #!/bin/bash | |
| # USAGE | |
| # Install opendkim | |
| # List all your domains in file /etc/opendkim/TrustedHosts, one per line | |
| CHOWN="$(which chown)" | |
| MKDIR="$(which mkdir)" | |
| REMOVE="$(which rm)" | |
| ECHO="$(which echo)" | |
| COPY="$(which cp)" |
| <frontend> | |
| <events> | |
| <!-- logs --> | |
| <controller_action_predispatch> | |
| <observers><log><type>disabled</type></log></observers> | |
| </controller_action_predispatch> | |
| <controller_action_postdispatch> | |
| <observers><log><type>disabled</type></log></observers> | |
| </controller_action_postdispatch> | |
| <customer_login> |
| #!/bin/sh | |
| # http://vm-192-168-11-21.shengyun.grandcloud.cn/topics/2437 | |
| # redis - this script starts and stops the redis-server daemon | |
| # | |
| # chkconfig: 2345 90 10 | |
| # description: Redis is a persistent key-value database | |
| # processname: redis-server | |
| # config: /etc/redis.conf | |
| # config: /etc/sysconfig/redis | |
| # pidfile: /var/run/redis.pid |