- Admin: Web - Check Secure and Unsecure Base Url
- HTML Head for SEO
- Tax Settings
- Minify the CSS and Flush CSS to 1 file
- Clear Test Data
- Flush JavaScript to 1 file
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import { Kinesis } from 'aws-sdk' | |
import { Reader } from 'protobufjs' | |
import { Observable } from 'rxjs' | |
import * as rx from 'rxjs' | |
/** | |
* Read events from a Kinesis shard iterator as an observable | |
* | |
* @param kinesis A Kinesis client instance | |
* @param millisToWaitAfterEachBatch Wait time between each read on the shard iterator |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# See https://gist.github.com/jed/6147872 | |
cat > openssl.cnf <<-EOF | |
[req] | |
distinguished_name = req_distinguished_name | |
x509_extensions = v3_req | |
prompt = no | |
[req_distinguished_name] | |
CN = *.${PWD##*/}.$(whoami) | |
[v3_req] | |
keyUsage = keyEncipherment, dataEncipherment |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# See https://www.digitalocean.com/community/tutorials/how-to-secure-nginx-with-let-s-encrypt-on-ubuntu-18-04 | |
sudo add-apt-repository ppa:certbot/certbot | |
sudo apt install python-certbot-nginx | |
sudo certbot --nginx -d example.com -d www.example.com | |
sudo certbot renew --dry-run |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"00": { | |
"allocation": "unused", | |
"region" : "Northland" | |
}, | |
"01": { | |
"allocation": "Whangarei, Marsden Point, Ngunguru", | |
"region" : "Northland" | |
}, | |
"02": { |
-
Document Overview
-
Audit Information
-
Integrated Extensions
-
Extension Details
-
Core System / Mage Overrides
-
Extension Class Conflicts
-
Store Configuration
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
wget https://files.magerun.net/n98-magerun.phar -P /usr/local/bin/ && chmod +x /usr/local/bin/n98-magerun.phar |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ssh-keygen -t rsa -b 4096 -C "your_email@example.com" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
git update-index --assume-unchanged FILE_NAME_HERE |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
git reflog expire --expire=now --all && git repack -ad && git prune |
NewerOlder