Posts

Showing posts from October, 2021

Git

Install Git on Windows https://www.jcchouinard.com/install-git/ Follow instructions  on https://www.youtube.com/watch?v=eB6rrsmwN0Y&t=375s Install Docker https://docs.docker.com/desktop/windows/install/ Before that 1. https://docs.microsoft.com/en-us/windows/wsl/install 2. Step 4 of https://docs.microsoft.com/en-us/windows/wsl/install-manual#step-4---download-the-linux-kernel-update-package Note  First wsl --install produced the error The requested operation requires elevation Hence  do this step Running PowerShell as Administrator with a Right-Click One of the simplest ways to run PowerShell as administrator is with a right-click. There are a few different areas where you can right click on PowerShell and run it. Let’s run through them. Using the Search Bar The  Search Bar  is practically one of the easiest ways to run most of the programs installed on your computer. It’s also an easy way to run any program as administrator, including PowerShell. ...