Skip to content

Instantly share code, notes, and snippets.

@mbret
mbret / gist:fd0c260ac2bb8b1043eae751cb144754
Created September 8, 2017 19:28
Update plexmediaserver
sudo
@mbret
mbret / Latest node.js installation on rpi3
Last active September 6, 2017 22:17
Latest node.js installation on rpi3
curl -sL https://deb.nodesource.com/setup_8.x | sudo -E bash -
sudo apt-get install -y nodejs
sudo apt-get install -y build-essential
@mbret
mbret / Latest node.js installation on rpi arm6l
Last active December 4, 2016 18:21
Latest node.js installation on rpi arm6l
wget https://nodejs.org/dist/latest-v6.x/node-v6.9.1-linux-armv6l.tar.gz
cd /usr/local
tar --strip-components 1 -xzf /usr/save/node-v6.9.1-linux-armv6l.tar.gz