- Create a file to store our credentials:
sudo vim /etc/postfix/sasl_passwd
#!/bin/bash | |
############################################################################### | |
## ## | |
## Build and package OpenSSL static libraries for OSX/iOS ## | |
## ## | |
## This script is in the public domain. ## | |
## Creator : Laurent Etiemble ## | |
## ## | |
############################################################################### |
typedef enum | |
{ | |
UITableViewAnimationDirectionFromLeft, | |
UITableViewAnimationDirectionFromRight | |
}UITableViewAnimationDirection; | |
@interface UITableView (CellAnimation) | |
- (void)animateRowsFromLeft; | |
- (void)animateRowsFromRight; |
sudo vim /etc/postfix/sasl_passwd
#!/bin/bash | |
CYAN="$(tput bold; tput setaf 6)" | |
RESET="$(tput sgr0)" | |
clear | |
if command -v python3 > /dev/null 2>&1; then | |
if [ $(python3 -c "print('ye')") = "ye" ]; then | |
clear |
# Creates Home Assistant Power and Energy sensors for APSystems ECU-C | |
# Copy this file to /homeassistant/packages/ecu.yaml | |
# Add the following lines to the /homeassistant/configuration.yaml: | |
# homeassistant: | |
# packages: | |
# system: !include packages/ecu.yaml | |
# Update the IP (192.168.0.6) to the address your ECU runs at | |
# Update the ECUID (215000015509) to your ECUID. You can find this on the main webpage of the ECU |