https://thebackroomtech.com/2019/03/13/how-to-run-linux-on-windows-10/
https://www.geeksforgeeks.org/how-to-run-linux-commands-on-windows-10/
https://www.wikihow.com/Become-Root-in-Linux
to access files:
to view ubuntu file system: type '\wsl$' in the file explorer address bar
to access windows files from the terminal 'cd /mnt' and then 'ls' to check for drives on windows (use '\ ' to escape folders with spaces in name eg: for folder 'java programs' the command would be 'cd java\ programs')
in su:
apt-get update
apt-get upgrade
for X server installation: (you need it to view the GUI)
FIRST DOWNLOAD XMING FROM ONE OF THE LINKS BELOW, THEN GEDIT.
install gedit
https://seanthegeek.net/234/graphical-linux-applications-bash-ubuntu-windows/
https://help.ubuntu.com/community/SSH/OpenSSH/Configuring
http://laptops.eng.uci.edu/software-installation/using-linux/how-to-configure-xming-putty
Use VcXsrv for wireshark:
https://medium.com/@dhanar.santika/installing-wsl-with-gui-using-vcxsrv-6f307e96fac0
for ns2 and nam installation:
https://www.youtube.com/watch?v=dnTbE5T9Fr0
- https://devblogs.microsoft.com/commandline/wsl2-will-be-generally-available-in-windows-10-version-2004/
- Enable virtualization from BIOS
- Enable Virtual Machine Platform
- https://docs.microsoft.com/en-us/windows/wsl/install-win10#update-to-wsl-2
- https://docs.microsoft.com/en-us/windows/wsl/wsl2-kernel
- Run
wsl -l -v
to check for version.