Last active
October 31, 2020 17:54
-
-
Save granbom/03cbed571cd3a14755cc3a8912542aa5 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/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 [email protected] | |
* 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