Skip to content

tsubakimoto/wsl

Repository files navigation

Installation

wsl --install -d Ubuntu

Auto setup

curl -L https://github.com/tsubakimoto/wsl/raw/main/install.sh | bash

References

git

languages

anyenv

install-anyenv.sh

dotnet

https://docs.microsoft.com/ja-jp/dotnet/core/install/linux-ubuntu

tools

docker

install-docker.sh

startup

shell:startup -> wsl-service-start.bat

Azure tools

install-azure-tools.sh

yarn

Vue.js

composer

openssl

sudo apt install openssl
cd ~/
mkdir certs
cd certs
openssl genrsa -out http-server-localhost.key 2048
openssl req -new -key http-server-localhost.key -subj "/CN=ymat" -out http-server-localhost.csr
openssl x509 -req -in http-server-localhost.csr -signkey http-server-localhost.key -CAcreateserial -out http-server-localhost.crt -days 1000

kubectl

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published