Export your public key:
keybase pgp export > keybase-public.key
Export your private key:
keybase pgp export --secret > keybase-private.key
| # run these 2 commands | |
| openssl rsa -noout -modulus -in your.key | openssl md5 | |
| openssl x509 -noout -modulus -in your.pem | openssl md5 | |
| # compare the results, if they match, the key and pem/cert are working together ! |
Export your public key:
keybase pgp export > keybase-public.key
Export your private key:
keybase pgp export --secret > keybase-private.key
$ docker run --rm --volumes-from [DATA_CONTAINER_NAME] -v $(pwd):/backup ubuntu tar cvf /backup/backup.tar [/path/to/the/data/to/backup]$ docker run --rm --volumes-from [DATA_CONTAINER_NAME] -v $(pwd):/backup ubuntu bash -c "cd [/path/to/datadir] && tar xvf /backup/backup.tar --strip 1"Info here is based on a Magento CE 1.6.1 install. Your version may vary. Also, there's lots of conjecture on my part near the end, so DANGER WILL ROBINSON.
Configuration setting is located at
System -> Configuration -> Tax -> Calculation Settings
Label is "Tax Calculation Method Based On"
Possible Settings are
| # Enabling copy / paste in tmux¬ | |
| set-option -g default-command "reattach-to-user-namespace -l zsh"¬ | |
| # Enabling mouse support¬ | |
| set -g mode-mouse on¬ | |
| set -g mouse-resize-pane on¬ | |
| set -g mouse-select-pane on¬ | |
| set -g mouse-select-window on¬ | |
| # set-window-option -g mode-mouse on¬ | |
| set -g @plugin 'tmux-plugins/tmux-resurrect'¬ |
| snippet help | |
| Mage::helper('${1}') | |
| snippet app | |
| Mage::app() | |
| snippet model | |
| Mage::getModel('${1}') | |
| snippet single | |
| Mage::getSingleton('${1}') | |
| snippet sess | |
| Mage::getSingleton('${1}/session') |
| <?php | |
| require __DIR__ . '/app/bootstrap.php'; | |
| $config = [ | |
| 'drivers' => [ | |
| [ | |
| 'output' => [ | |
| 'type' => 'html', | |
| 'thresholds' => [ | |
| 'sum' => 0 |
I hereby claim:
To claim this, I am signing this object: