sudo apt-get install python-software-properties sudo add-apt-repository ppa:chris-lea/node.js sudo apt-get install nodejs
La derniere commande installe nodejs mais aussi npm qui est un gestionnaire de packets pour nodejs.
wget -qO- https://raw.github.com/creationix/nvm/master/install.sh | sh source ~/.nvm/nvm.sh
# liste des versions de nodejs disponible nvm ls-remote # prendre une version stable: 0.10.22 nvm install 0.10.22 # utilisation de cette version nvm use 0.10.22 # test node >[tabulation] => liste des objets par défaut
Comment devenir un hacker.
En français http://files.jkbockstael.be/hacker-howto-fr.html
L'original http://catb.org/~esr/faqs/hacker-howto.html