fix: move images
This commit is contained in:
12
README.md
12
README.md
@@ -25,7 +25,9 @@
|
|||||||
|
|
||||||
Now you can access the ESXi dashboard on `192.168.1.5` (or whatever the ip of the hypervisor is).
|
Now you can access the ESXi dashboard on `192.168.1.5` (or whatever the ip of the hypervisor is).
|
||||||
|
|
||||||
5. Add a new datastore: 
|
5. Add a new datastore:
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
### Setup Linux Development Environment
|
### Setup Linux Development Environment
|
||||||
|
|
||||||
@@ -65,7 +67,9 @@ Now you can access the ESXi dashboard on `192.168.1.5` (or whatever the ip of th
|
|||||||
2. Set the permissions of that file with Powershell as admin:
|
2. Set the permissions of that file with Powershell as admin:
|
||||||
1. `icacls "D:\School\devhost" /inheritance:r`
|
1. `icacls "D:\School\devhost" /inheritance:r`
|
||||||
2. `icacls "D:\School\devhost" /grant:r "$($env:USERNAME):(R)"`
|
2. `icacls "D:\School\devhost" /grant:r "$($env:USERNAME):(R)"`
|
||||||
3. Upload the `azure` public key to Azure: 
|
3. Upload the `azure` public key to Azure:
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
5. Now you can access the VM via VSCode:
|
5. Now you can access the VM via VSCode:
|
||||||
1. Install the Remote Explorer extension.
|
1. Install the Remote Explorer extension.
|
||||||
@@ -76,7 +80,9 @@ Now you can access the ESXi dashboard on `192.168.1.5` (or whatever the ip of th
|
|||||||
User student
|
User student
|
||||||
IdentityFile D:/School/devhost
|
IdentityFile D:/School/devhost
|
||||||
```
|
```
|
||||||
3. Connect to the machine in VSCode: 
|
3. Connect to the machine in VSCode:
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
6. Install deps: `sudo apt install git unzip curl sshpass`
|
6. Install deps: `sudo apt install git unzip curl sshpass`
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user