Skip to content

Instantly share code, notes, and snippets.

Basic Ubuntu Setup

Permissions and Packages

Note: Need a user with sudo access

  1. sudo groupadd npm
  2. sudo usermod -a -G npm,staff $USER
  3. sudo apt-get update
  4. sudo apt-get upgrade
  5. sudo apt-get dist-upgrade (this one is optional)