WSL2: Difference between revisions

From Wiki
No edit summary
No edit summary
Line 14: Line 14:
<pre>
<pre>
wsl jupyter-notebook &
wsl jupyter-notebook &
</pre>
== fstab ==
<pre>
z: /mnt/z drvfs rw,relatime 0 0
</pre>
</pre>



Revision as of 15:35, 29 January 2019

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 &

fstab

z: /mnt/z drvfs rw,relatime 0 0


Nmap

  • Install Nmap for Windows
  • .bashrc:
alias nmap='"/mnt/c/Program Files (x86)/Nmap/nmap.exe"'