Skip to content

Instantly share code, notes, and snippets.

View leighghunt's full-sized avatar

Leigh Hunt leighghunt

View GitHub Profile
version: '2.1'
services:
dashboard:
container_name: dashboard
image: leighghunt/energy-monitoring-dashboard:pi-zero-node-11-motor-rpm
build:
context: .
restart: unless-stopped
ports:
- 80:80
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
```
# qlmanage -t -s 4000 -o . file.svg
brew install librsvg
rsvg-convert -h 4000 little-musical-caravan-logo-full-color-rgb.svg > little-musical-caravan-logo-full-color-rgb.svg.png
#rsvg-convert -w 3840 little-musical-caravan-logo-full-color-rgb.svg > little-musical-caravan-logo-full-color-rgb.svg.png
```
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@leighghunt
leighghunt / AOI.geojson
Last active October 27, 2020 02:09
Planet API examples
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@leighghunt
leighghunt / Readme.md
Last active October 15, 2020 06:59
MetlinkAPIWeirdness
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@leighghunt
leighghunt / ReadMe.md
Created February 5, 2020 01:00
docker container DotNet cheatsheet
  • Open up an interactive docker shell:
docker run -ti ubuntu /bin/bash
  • Update Apt cache, install [stuff].
apt-get update
apt-get install -y wget unzip