How to update Node.js on Ubuntu
sudo npm cache clean -f sudo npm install -g n sudo n stable sudo ln -sf /usr/local/n/versions/node/5.4.1/bin/node /usr/bin/node
Il n'y a pas de questions bêtes
sudo npm cache clean -f sudo npm install -g n sudo n stable sudo ln -sf /usr/local/n/versions/node/5.4.1/bin/node /usr/bin/node
With the newer version of Ubuntu, the built in function that creates a Hotspot may not work properly on a Lenovo laptop. The way around it is to use ap-hotspot. sudo add-apt-repository ppa:nilarimogard/webupd8 sudo apt-get update sudo apt-get install ap-hotspot To start or stop ap-hotspot sudo ap-hotspot start sudo ap-hotspot stop To configure it sudo … Read more