I had to fork this to
- fix a naming issue with certain friendly names (slashes)
- use
parallelmode instead ofsinglemode (see docs) - Fix some z2mqtt breaking changes after upgrading z2mqtt (actions are mapped differently)
Coniguration
| ssh-keygen -t rsa -b 4096 -N '' -C "rthijssen@gmail.com" -f ~/.ssh/id_rsa | |
| ssh-keygen -t rsa -b 4096 -N '' -C "rthijssen@gmail.com" -f ~/.ssh/github_rsa | |
| ssh-keygen -t rsa -b 4096 -N '' -C "rthijssen@gmail.com" -f ~/.ssh/mozilla_rsa |
| #!/bin/bash | |
| # requires cputhrottle and pidof | |
| # $ sudo port intall cputhrottle pidof | |
| # or | |
| # $ brew install cputhrottle pidof | |
| # Run cputhrottle for a list of applications in order to limit their CPU usage. | |
| # This script needs `pidof` and `cputhrottle` installed, which can be installed from homebrew. |
I had to fork this to
parallel mode instead of single mode (see docs)Coniguration
Broadcasts are messages that the Android system and Android apps send when events occur that might affect the functionality of other apps. For example, the Android system sends an event when the system boots up, when power is connected or disconnected, and when headphones are connected or disconnected. Your Android app can also broadcast events, for example when new data is downloaded.
In general, broadcasts are messaging components used for communicating across apps when events of interest occur. There are two types of broadcasts: