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
| <plist version="1.0"> | |
| <dict> | |
| <key>Label</key> | |
| <string>ssh-add-a</string> | |
| <key>ProgramArguments</key> | |
| <array> | |
| <string>/usr/bin/ssh-add</string> | |
| <string>-A</string> | |
| </array> | |
| <key>StandardOutPath</key> |
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
| blueprint: | |
| name: Low battery level detection & notification for all battery sensors | |
| description: Regularly test all sensors with 'battery' device-class for crossing | |
| a certain battery level threshold and if so execute an action. | |
| domain: automation | |
| input: | |
| threshold: | |
| name: Battery warning level threshold | |
| description: Battery sensors below threshold are assumed to be low-battery (as | |
| well as binary battery sensors with value 'on'). |
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
| [2014/2/21] Works with MOTOX: | |
| Name: cc | |
| APN: ccdata | |
| Proxy: [Not set] | |
| Port: [Not set] | |
| Username: [Not set] | |
| Password: [Not set] | |
| Server: http://mmsc.mobile.att.net | |
| MMSC: http://mmsc.mobile.att.net | |
| MMS proxy: 66.209.11.32 |
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
| #!/bin/bash | |
| # | |
| # requires: fpm https://github.com/jordansissel/fpm/wiki | |
| # you MUST download the zipfiles from Oracle to the same directory | |
| # | |
| # create a debian .deb package from the Oracle Instant Client zips | |
| # installs to /usr/lib/oracle/11.2/client64/ | |
| # ZIPFILES is the list of required zipfiles | |
| # | |
| # DEPENDENCIES: libaio1 |