Skip to content

Instantly share code, notes, and snippets.

@joao-esteves
Last active June 1, 2026 22:21
Show Gist options
  • Select an option

  • Save joao-esteves/a1c05d601be66e8b67543ab5f2884f43 to your computer and use it in GitHub Desktop.

Select an option

Save joao-esteves/a1c05d601be66e8b67543ab5f2884f43 to your computer and use it in GitHub Desktop.
Stuff
bundle update --conservative $(bundle outdated | grep PREFIX | awk '{print $1;}')
# WSL LAN
netsh interface portproxy add v4tov4 listenport=3000 listenaddress=0.0.0.0 connectport=3000 connectaddress=(wsl hostname -I)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment