# WSL-Ubuntu22.04 setup ## Setup with repository [repo](https://github.com/nirowu/ubuntu-setup) - change the font and style - `p10k configure` to change the setting - [more detail on setting](https://hackmd.io/LvjTsqEpSkq1bgaU_TyQfw) - use git to manage file ``` bash= git config --global user.name <name> git config --global user.email <email> ``` [ssh key](https://hackmd.io/1cVwYI2DQEybDN61IzsvnQ) ## check info and fix problem 1. check wsl version ```bash= wsl -l -v ``` 2. git clone failed problem ```bash= sudo apt install net-tools ifconfig sudo ifconfig eth0 mtu 1350 ``` ## reboot wsl ```bash= win key + R run services.msc choose LxssManager → restart ``` --- - source - [wsl issue](https://github.com/microsoft/WSL/issues/4253)
×
Sign in
Email
Password
Forgot password
or
By clicking below, you agree to our
terms of service
.
Sign in via Facebook
Sign in via Twitter
Sign in via GitHub
Sign in via Dropbox
Sign in with Wallet
Wallet (
)
Connect another wallet
New to HackMD?
Sign up