Skip to content

Instantly share code, notes, and snippets.

tell application "Microsoft Outlook"
set theMessageList to selected objects
log theMessageList
set theMessage to item 1 of theMessageList
set theSubject to the subject of theMessage
set theTime to the time received of theMessage
set theBody to the plain text content of theMessage
set theSender to the sender of theMessage
set theSender to the address of theSender
set theID to the id of theMessage
docker-compose down
mkdir /home/pi/homebridge
cd /home/pi/homebridge
sudo nano docker-compose.yml
docker images |grep -v REPOSITORY|awk '{print $1}'|xargs -L1 docker pull
brew cask install osxfuse
brew install sshfs
sudo mkfs.ext4 /dev/sda1
docker run hello-world
version: '2'
services:
homebridge:
image: oznu/homebridge:latest
restart: always
network_mode: host
volumes:
- ./config:/homebridge
environment:
- PGID=1000
sudo diskutil unmount force /Volumes/Applepie
sudo apt-get install rcconf