Skip to content

Instantly share code, notes, and snippets.

@epomatti
Last active November 16, 2024 00:48
Show Gist options
  • Save epomatti/30d42787f970c9417de09d215ca37947 to your computer and use it in GitHub Desktop.
Save epomatti/30d42787f970c9417de09d215ca37947 to your computer and use it in GitHub Desktop.
New WSL setup

New WSL setup

Shush WSL login:

sudo touch /home/pomatti/.hushlogin

Development key (update on GitHub):

ssh-keygen

Packages:

sudo apt install -y build-essential zip unzip bind9-dnsutils

Git:

git config --global user.email "[email protected]"
git config --global user.name "Your Name"

Manual installs

Install the following software according to the vendor procedure:

Software Link
Terraform https://developer.hashicorp.com/terraform/install#linux
Gitignore https://docs.gitignore.io/install/command-line#linux
Go https://go.dev/doc/install
AWS CLI https://docs.aws.amazon.com/cli/latest/userguide/getting-started-install.html
Azure CLI https://learn.microsoft.com/en-us/cli/azure/install-azure-cli-linux?pivots=apt
SDKMAN! https://sdkman.io/install/
NVM https://github.com/nvm-sh/nvm
PyEnv https://github.com/pyenv/pyenv
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment