(instructions from mietzen)
NOTE: you may need to perform these steps every time you upgrade macOS.
To allow Touch ID on your Mac to authenticate you for sudo access instead of a password you need to do the following.
(instructions from mietzen)
NOTE: you may need to perform these steps every time you upgrade macOS.
To allow Touch ID on your Mac to authenticate you for sudo access instead of a password you need to do the following.
| blueprint: | |
| name: Link On/Off/Brightness State of Multiple Devices | |
| description: | | |
| ## Link On/Off/Brightness State of Multiple Devices v1.1.1 | |
| Select multiple entities to link their on/off and brightness state. If any selected entity is turned on or off, or its brightness is adjusted, the other selected entities will be sent a matching on or off command. | |
| You can select any entity, but only entities supported by the `homeassistant.turn_on` or `homeassistant.turn_off` service calls will work. | |
| ### Requirements |
I hereby claim:
To claim this, I am signing this object:
| FROM alpine | |
| RUN apk add --no-cache build-base python3 python3-dev | |
| RUN pip3 install celery eventlet | |
| CMD celery -b amqp://rabbitmq worker -P eventlet --loglevel=DEBUG |
| var spamCount = 0; | |
| var badMonkeys = [ | |
| /\[Robin Autovoter/, | |
| /\[Robin-Grow/, | |
| /༼ つ ◕_◕ ༽つ/, | |
| /Mins remaining/, | |
| /go౦ԁ pAsta/, | |
| /4cxkw7/, | |
| /4cwk2s/, |
Based on this: http://blennd.com/post/the-pains-of-installing-tmux-on-a-shared-server/ Script forked from https://gist.github.com/shime/5706655/
| import cv2 | |
| import numpy as np | |
| from math import * | |
| from operator import add | |
| import glob | |
| # basis: http://opencv-code.com/tutorials/automatic-perspective-correction-for-quadrilateral-objects/ | |
| import cv2 | |
| import numpy as np | |
| from math import * | |
| from operator import add | |
| # basis: http://opencv-code.com/tutorials/automatic-perspective-correction-for-quadrilateral-objects/ | |
| orig_imgs = ['test_imgs/01-IMG_0491.jpg', | |
| 'test_imgs/02-IMG_0492.jpg', | |
| 'test_imgs/03-IMG_0493.jpg', |
| $ brew doctor | |
| Your system is ready to brew. |