Removed mklink for git

This commit is contained in:
2024-11-06 12:39:13 -07:00
parent a6071a4073
commit 11bb8c848c
263 changed files with 19951 additions and 1508 deletions

View File

@ -1,7 +1,7 @@
---
type: "topic"
created: "2024-01-27T21:40:52.697Z"
updated: "2024-01-27T21:40:52.697Z"
created: 2024-01-27T21:40:52.697Z
type: topic
updated: 2024-07-17T21:05:48.923Z
---
# Windows Subsystem for Linux (wsl)
@ -197,3 +197,8 @@ wsl df -h /
# wsl.exe -import Fedora c:\FedoraWslDisk fedorawsl2img.tar
download-wsl2-imgage.ps1 -Image library/fedora -Tag 32 -Destination C:\WslImages\Fedora
```
```bash Wed Jul 17 2024 14:05:48 GMT-0700 (Mountain Standard Time)
# https://jwstanly.com/blog/article/Port+Forwarding+WSL+2+to+Your+LAN/#google_vignette
netsh interface portproxy add v4tov4 listenport=[PORT] listenaddress=0.0.0.0 connectport=[PORT] connectaddress=[WSL_IP]
```