Skip to content

Instantly share code, notes, and snippets.

@deborahly
deborahly / bootstrap.sh
Created September 27, 2023 19:17
Bootstrap script
ssh-keygen -t ed25519 -C "deborah-work"
@deborahly
deborahly / expo_go_config.md
Created April 21, 2023 04:35
Procedure to expose Expo Go ports from WSL on Windows Firewall
  1. Save the content below to C:\scripts\wslbridge.ps1
  2. Run Powershell as Administrator
  3. From within Powershell, run powershell -ExecutionPolicy Bypass -File C:\scripts\wslbridge.ps1
  4. Get your windows IP with ipconfig
  5. Connect to your Windows IP (NOT THE WSL ONE) from the expo go on exp://<IP>:19000
# [Configuration]
# All the ports you want to forward separated by coma
$ports=@(7700,8088,8089,19000);