Skip to content

Instantly share code, notes, and snippets.

@SRJ9
SRJ9 / install_node_6x.bash
Created January 5, 2017 09:12
Install node 6x
#!/bin/bash
# https://nodejs.org/es/download/package-manager/
curl -sL https://deb.nodesource.com/setup_6.x | sudo -E bash -
sudo apt-get install -y nodejs
sudo apt-get install -y build-essential
@SRJ9
SRJ9 / sudoers
Created January 4, 2017 21:40
sudo without password (sudoers file)
user_X ALL=(ALL) NOPASSWD:ALL