curl https://gist.githubusercontent.com/xcsrz/780017ebbd64b2435dc58b1053bf4858/raw/f9d36a87daba4e464a1e61d35172c313ee2fea7f/adb-fix-kodi-back-button-amazon-fire-tv.sh | bash
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
/^([0-9a-f]){8}(-([0-9a-f]){4}){4}([0-9a-f]){8}$/i |
#Linux - Running a Node Service (PM2) PM2 is a replacement for Forever which is used to run Node services (see http://devo.ps/blog/2013/06/26/goodbye-node-forever-hello-pm2.html). It has a number of advantages over forever:
- Log aggregation
- API
- Terminal monitoring
- Clustering
- JSON configuration
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
#USAGE: knife ec2 server create (options) | |
# -Z, --availability-zone ZONE The Availability Zone | |
# -A, --aws-access-key-id KEY Your AWS Access Key ID | |
# -K SECRET, Your AWS API Secret Access Key | |
# --aws-secret-access-key | |
# --user-data USER_DATA_FILE The EC2 User Data file to provision the instance with | |
# --bootstrap-version VERSION The version of Chef to install | |
# -N, --node-name NAME The Chef node name for your new node | |
# --server-url URL Chef Server URL |
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
#!/bin/bash | |
if [ "$1" = "-h" -o "$1" = "--help" -o -z "$1" ]; then cat <<EOF | |
appify v3.0.1 for Mac OS X - http://mths.be/appify | |
Creates the simplest possible Mac app from a shell script. | |
Appify takes a shell script as its first argument: | |
`basename "$0"` my-script.sh |