Skip to content

Instantly share code, notes, and snippets.

@DorkNstein
Last active June 22, 2016 04:15
Show Gist options
  • Save DorkNstein/20316879d8195be77cf9f504bb4e9012 to your computer and use it in GitHub Desktop.
Save DorkNstein/20316879d8195be77cf9f504bb4e9012 to your computer and use it in GitHub Desktop.
ln -s /usr/bin/nodejs /usr/bin/node //linking problem in Ubuntu is solved by this
npm ls -g --depth 0 //To check all npm packages listed globally but not its dependencies
sudo -s // to stop typing sudo before every sensitive command line
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment