Skip to content

Instantly share code, notes, and snippets.

@granbom
Last active October 31, 2020 17:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save granbom/03cbed571cd3a14755cc3a8912542aa5 to your computer and use it in GitHub Desktop.
Save granbom/03cbed571cd3a14755cc3a8912542aa5 to your computer and use it in GitHub Desktop.
/etc/sudoers.d/90-init-users
pg ALL=(ALL) NOPASSWD:ALL
sudo apt install build-essential
sudo apt install git
git config --global user.name "John Doe"
git config --global user.email johndoe@example.com
* ruby and gem
https://github.com/rvm/ubuntu_rvm
gem update --system
* node and npm
curl -sL https://deb.nodesource.com/setup_12.x | sudo -E bash -
sudo apt-get install -y nodejs
* dotnet
(https://dotnet.microsoft.com/learn/dotnet/hello-world-tutorial/install)
* code
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment