WSL2
Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Windows-Subsystem-Linux
Running Linux Commands
- using bash.exe
bash.exe -c "jupyter-notebook ; /bin/bash"
- using wsl
wsl jupyter-notebook &
Nmap
- Install Nmap for Windows
- .bashrc:
alias nmap='"/mnt/c/Program Files (x86)/Nmap/nmap.exe"'