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
# Script to get all config vars in a Heroku app and transfer to a new AWS Secrets Manager | |
# To get Heroku Auth Token: | |
# $ heroku auth:token | |
# Usage: | |
# python to_secrets.py | |
import boto3 | |
import heroku3 | |
import json |
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
To Deactivate Tap on tpuchpad: | |
synclient MaxTapTime=0 | |
Refresh cache fonts: | |
fc-cache -f -v |