This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
node -v | |
v0.10.29 | |
sudo su | |
apt-get remove nodered -y | |
apt-get remove nodejs nodejs-legacy -y | |
apt-get remove npm -y # if you installed npm | |
cd /usr/src | |
wget http://node-arm.herokuapp.com/node_latest_armhf.deb |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo apt-get install raspberrypi-kernel-headers | |
VOILA! nothing else to do! | |
if it does not work: | |
https://www.niksula.hut.fi/~mhiienka/Rpi/linux-headers-rpi/ | |
find the headers for the distribution: uname -r |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
mkdir /var/lib/resilio-sync/ && chown pi:pi -R /var/lib/resilio-sync | |
mkdir /etc/resilio-sync | |
nano /etc/resilio-sync/config.json | |
{ | |
"storage_path" : "/var/lib/resilio-sync/", | |
"pid_file" : "/var/run/resilio-sync/sync.pid", | |
"webui" : |
NewerOlder