Skip to content

Instantly share code, notes, and snippets.

View jongio's full-sized avatar

Jon Gallant jongio

View GitHub Profile
curl -O https://raw.githubusercontent.com/glenpike/npm-g_nosudo/master/npm-g-nosudo.sh
chmod +x npm-g-nosudo.sh
./npm-g-nosudo.sh
source ~/.bashrc
npm i -g sphero noble azure-iot-device azure-iot-device-amqp
sudo apt install libcap2-bin
sudo setcap cap_net_raw+eip $(eval readlink -f `which node`)
@jongio
jongio / pbiviz
Last active September 21, 2016 04:20
npm i -g powerbi-visuals-tools
pbiviz --create-cert
pbiviz --install-cert
@jongio
jongio / pbiviznew
Last active November 17, 2016 15:04
pbiviz new testVisual
cd testVisual
cd testVisual
pbiviz start
powershell -Command "(new-object net.webclient).DownloadFile('https://gist.githubusercontent.com/jongio/e85bc5440a4372aff9452e15a4e3276c/raw/0af9c9776b4a9b2899b9b5859372bc5f06558799/liquidFillGauge.js', 'liquidFillGauge.js')"
declare var liquidFillGauge: any;
powershell -Command "(new-object net.webclient).DownloadFile('https://gist.githubusercontent.com/jongio/27d20821bbe9eaa5ce012feb181ea0e9/raw/2b655a3aadc777dc410b96214b8a297f2e81f99b/liquidFillGauge.d.ts', 'liquidFillGauge.d.ts')"