View test-markdown-and-extended-syntax-for-github
- [ ] Mercury | |
- [x] Venus | |
- [x] Earth | |
- [x] Moon | |
- [x] Mars | |
- [ ] Deimos | |
- [ ] Phobos | |
<details> | |
<summary>Toggle content display</summary> |
View install-mysql-5.7-on-amazon-linux-ami
yum -y install libaio | |
yum -y install numactl | |
# Note, may need to change version on next two lines, see https://dev.mysql.com/downloads/repo/yum/ | |
wget http://dev.mysql.com/get/mysql57-community-release-el6-11.noarch.rpm | |
yum -y localinstall mysql57-community-release-el6-11.noarch.rpm | |
yum -y install mysql-community-server | |
service mysqld start | |
grep 'temporary password' /var/log/mysqld.log |
View alo-easymail_cf7-integration.php
<?php | |
/******************************************************************************* | |
* | |
* Enable ALO EasyMail Subscription checkboxes in Contact Form 7 forms - by ALO | |
* | |
* Step 1. Copy this file (alo-easymail_cf7-integration.php) into the | |
* /wp-content/mu-plugins/ directory (create if it does not exist) or | |
* copy the contents of this file into a theme's functions.php file. | |
* |