Skip to content

Instantly share code, notes, and snippets.

View hansmbakker's full-sized avatar

Hans Bakker hansmbakker

View GitHub Profile
"""
Example that shows how the new Python 2 socket client can be used.
"""
from __future__ import print_function
import time
import sys
import logging
import pychromecast
@hansmbakker
hansmbakker / console log
Created October 26, 2014 13:31
npm global install
DiskStation> npm install forever -g
npm WARN engine hawk@0.10.2: wanted: {"node":"0.8.x"} (current: {"node":"0.10.33","npm":"1.4.28"})
npm WARN engine sntp@0.1.4: wanted: {"node":"0.8.x"} (current: {"node":"0.10.33","npm":"1.4.28"})
npm WARN engine cryptiles@0.1.3: wanted: {"node":"0.8.x"} (current: {"node":"0.10.33","npm":"1.4.28"})
npm WARN engine boom@0.3.8: wanted: {"node":"0.8.x"} (current: {"node":"0.10.33","npm":"1.4.28"})
npm WARN engine hoek@0.7.6: wanted: {"node":"0.8.x"} (current: {"node":"0.10.33","npm":"1.4.28"})
npm WARN engine hawk@0.10.2: wanted: {"node":"0.8.x"} (current: {"node":"0.10.33","npm":"1.4.28"})
npm WARN engine cryptiles@0.1.3: wanted: {"node":"0.8.x"} (current: {"node":"0.10.33","npm":"1.4.28"})
npm WARN engine hoek@0.7.6: wanted: {"node":"0.8.x"} (current: {"node":"0.10.33","npm":"1.4.28"})
npm WARN engine sntp@0.1.4: wanted: {"node":"0.8.x"} (current: {"node":"0.10.33","npm":"1.4.28"})
@hansmbakker
hansmbakker / console log
Last active August 29, 2015 14:08
npm install
DiskStation> node
-ash: node: not found
DiskStation> export PATH=$PATH:/volume1/@appstore/node/bin/
DiskStation> node
>
(^C again to quit)
>
DiskStation> ls
@eaDir package.json
DiskStation> npm install