... | ... | @@ -23,7 +23,7 @@ If your System Details are |
|
|
## Installing WSL 2
|
|
|
|
|
|
1. Press `Windows key` and Search for Powershell.
|
|
|

|
|
|

|
|
|
|
|
|
2. Click on "Run as Administrator". A blue terminal window will open up.
|
|
|
|
... | ... | @@ -36,15 +36,14 @@ If your System Details are |
|
|
Enable-WindowsOptionalFeature -Online -FeatureName $("VirtualMachinePlatform","Microsoft-Windows-Subsystem-Linux")
|
|
|
```
|
|
|
This command will ask you to restart your computer. Press `y` and restart your computer.
|
|
|

|
|
|

|
|
|
|
|
|
5. Update to WSL version 2.
|
|
|
- Download the WSL kernel update - https://wslstorestorage.blob.core.windows.net/wslblob/wsl_update_x64.msi
|
|
|
- Install the update, by double clicking the `wsl_update_x64.msi` file.
|
|
|
|
|
|
- Press `Windows key` and Search for Powershell.
|
|
|

|
|
|
|
|
|

|
|
|
- Click on "Run as Administrator". A blue terminal window will open up.
|
|
|
|
|
|
- Set default as WSL 2, by running the command in powershell.
|
... | ... | @@ -65,10 +64,9 @@ If your System Details are |
|
|
2. Install Docker by double clicking on the `Docker Desktop Installer` file.
|
|
|
|
|
|
3. Installer will start installing the docker.
|
|
|

|
|
|
|
|
|

|
|
|
4. After the install completes, Click on close and Log out.
|
|
|

|
|
|

|
|
|
|
|
|
5. This will log you out of your Windows and you will have to login again.
|
|
|
|
... | ... | @@ -104,7 +102,7 @@ If your System Details are |
|
|
2. Install virtualbox by double-clicking the file `VirtualBox-6.1.16-140961-Win.exe`
|
|
|
|
|
|
3. Run the Virtualbox from your Desktop to confirm that the Virtualbox has been installed.
|
|
|

|
|
|

|
|
|
|
|
|
## Installing Ubuntu 16.04 in Virtualbox
|
|
|
1. Download the VMSDK file, by clicking on this link - http://148.251.91.243/downloads/UbuntuVM.ova.zip
|
... | ... | @@ -114,29 +112,29 @@ If your System Details are |
|
|
|
|
|
3. Open Virtualbox, Go to File --> Import Appliance.
|
|
|
|
|
|

|
|
|

|
|
|
|
|
|
4. Select the `UbuntuVM.ova` in the File option. Click on Next.
|
|
|
|
|
|

|
|
|

|
|
|
|
|
|
5. Click on Import to install Ubuntu 16.04 VM.
|
|
|
|
|
|

|
|
|

|
|
|
|
|
|
6. Installing will take some time.
|
|
|
|
|
|

|
|
|

|
|
|
|
|
|
7. After the installtion is done you will see "Test Ubuntu" listed in your Virtualbox
|
|
|
|
|
|

|
|
|

|
|
|
|
|
|
8. Click on Start to Start the Ubuntu VM.
|
|
|
|
|
|
9. Login with password `test`.
|
|
|
|
|
|

|
|
|

|
|
|
|
|
|
## Installing Vscode
|
|
|
1. Make sure that you are inside the Ubuntu 16.04 VM.
|
... | ... | @@ -147,7 +145,7 @@ If your System Details are |
|
|
1. Open VScode.
|
|
|
|
|
|
1. Select Extensions and Search for Remote Development.
|
|
|

|
|
|

|
|
|
|
|
|
1. Install the Remote Development plug-in.
|
|
|
1. Once Installed you can exit the Vscode.
|
... | ... | |