How-To Install Node-RED on the Raspberry Pi

This short guide describes how to install Node-RED on your Raspberry Pi running Raspbian OS.

In the terminal run the following commands:

sudo apt-get update
sudo apt-get install -y nodered

Raspberry Pi Samba installation guide

This short guide describes how to install Samba (SMB) on your Raspberry Pi running Raspbian
sudo apt-get install samba samba-common-bin
smbpasswd -a pi
sudo /etc/init.d/samba restart