Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

You can enter the bash shell on windows from the command prompt by typing: 


Code Block
> bash

Welcome to Ubuntu 20.04.2 LTS (GNU/Linux 

From here you are now running Linux N-CND1042RH7 5.4.72-microsoft-standard-WSL2

...

From here you are now running ubuntu linux.

Common Tasks 

Mount your windows home folder

Code Block
$ cd ~
$ ln -s /mnt/c/Users/mehan home

Ubuntu Specific Tasks 

Update your packages


Disable visual and audio bell/beep in WSL on Windows 10

Code Block
$ vi /etc/inputrc


Uncomment the line (remove the #) for set bell-style none. 


Code Block
...
set bell-style none
...
Code Block
sudo apt-get update