This file contains 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
# Terminator | |
## https://github.com/gnome-terminator/terminator | |
# unbind default terminal command | |
# gsettings set org.gnome.settings-daemon.plugins.media-keys terminal '[]' | |
# Go to Settings -> Devices -> Keyboard and scroll to the end. Press + and you will create custom shortcut. | |
# Enter name: "terminator", command: /usr/bin/terminator -l "layout-custom" | |
sudo add-apt-repository ppa:mattrose/terminator |
This file contains 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
/* | |
* This is a Pre-request script for Postman client to remediate OAuth 1.0a issue | |
* where certain request fails if it has a query parameter that includes some special characters. | |
* | |
* NOTE: This Pre-script is only available for "GET" request. | |
* There's a workaround for POST request. | |
* See: https://github.com/twitterdev/postman-twitter-ads-api/issues/2 | |
* | |
* In order to use this Pre-request script, you need to change your "Authorization" type to | |
* "No Auth" only for the target request and do not apply to the top-level object. |