Archive for Januar 11th, 2017

St. Jude Medical implantable cardiac devices (pacemakers, defibrillators, and resynchronization devices) – contain configurable embedded computer systems that can be vulnerable to cybersecurity intrusions and exploits

Mittwoch, Januar 11th, 2017

Node-RED – und der Node Package Manager (NPM)

Mittwoch, Januar 11th, 2017

Node Package Manager (NPM) – ist ein Software Package Manager für Javascript-Laufzeitumgebungen. Mit dem können sehr einfach weitere Module, Funktionen, Steuerelemente, grafische Elemente usw. hinzugefügt werden

$ sudo apt-get update
$ sudo apt-get install npm
$ cd $HOME/.node-red
$ npm install node-red-dashboard
$ npm install node-red-node-snmp
$ npm install node-red-contrib-os