Skip to content

Instantly share code, notes, and snippets.

View garronej's full-sized avatar
🧢
Bluehat

Joseph Garrone garronej

🧢
Bluehat
View GitHub Profile
@garronej
garronej / insall_node_raspbery.txt
Last active October 16, 2017 23:12
Installing node on raspberry pi
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
@garronej
garronej / raspbian_linux_headers.txt
Last active May 20, 2018 07:44
installing linux header for raspbian
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
@garronej
garronej / resilio.txt
Last active August 4, 2022 19:43
Install resilio-sync on raspberry pi
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" :