A Dashing widget that searches for a Sonos device that is currently playing music, and displays Now Playing information and album artwork.
Utilises soffe's Sonos controller.
Please add the following lines to your gemfile:
| { | |
| "Version": "2012-10-17", | |
| "Statement": [ | |
| { | |
| "Action": "sts:AssumeRole", | |
| "Principal": { | |
| "Service": "ec2.amazonaws.com" | |
| }, | |
| "Effect": "Allow", | |
| "Sid": "" |
| #!/bin/bash | |
| docker pull user/myrepo && \ | |
| docker rm -f myapp && \ | |
| docker run -d -p 80:80 -e RAILS_ENV=production --env-file=/opt/utils/deps/web.envfile --name=myapp --link=postgres:postgres --link=redis:redis user/myrepo |
| #!/bin/bash | |
| # | |
| # Requires docker-toolbox >= 1.9.0d | |
| # https://github.com/docker/toolbox/releases | |
| MACHINE_NAME="orcamaster" | |
| docker-machine create -d virtualbox $MACHINE_NAME | |
| eval $(docker-machine env $MACHINE_NAME) |
A Dashing widget that searches for a Sonos device that is currently playing music, and displays Now Playing information and album artwork.
Utilises soffe's Sonos controller.
Please add the following lines to your gemfile:
| $rdcmanName = "Azure VMs" | |
| $outputFileName = Get-Location | Join-Path -ChildPath "AzureVMs.rdg" | |
| $xml = [xml]'<?xml version="1.0" encoding="utf-8"?> | |
| <RDCMan schemaVersion="1"> | |
| <version>2.2</version> | |
| <file> | |
| <properties> | |
| <name>blog</name> | |
| <expanded>True</expanded> |