WSL2: Difference between revisions
No edit summary |
No edit summary |
||
Line 14: | Line 14: | ||
<pre> | <pre> | ||
wsl jupyter-notebook & | wsl jupyter-notebook & | ||
</pre> | |||
== Nmap == | |||
* Install Nmap for Windows | |||
* .bashrc: | |||
<pre> | |||
alias nmap='"/mnt/c/Program Files (x86)/Nmap/nmap.exe"' | |||
</pre> | </pre> |
Revision as of 20:50, 21 September 2018
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"'