sudo apt-get install mc
Open the terminal (ctrl-alt-t)
sudo apt-get install nautilus-open-terminal
nautilus -q
from: https://github.com/joyent/node/wiki/Installing-Node.js-via-package-manager
sudo apt-get install python-software-properties python g++ make
sudo apt-get install software-properties-common
sudo add-apt-repository ppa:chris-lea/node.js
sudo apt-get update
sudo apt-get install nodejs npm
node -v
install git so you can do git clone
sudo apt-get install git
Labels: Ubuntu