3 Commits

Author SHA1 Message Date
1e9fb92e15 fix: indentation 2025-05-30 09:45:54 +02:00
229cd90e15 fix: move images 2025-05-23 12:31:25 +02:00
319ce80289 fix: image links 2025-05-23 12:30:40 +02:00

View File

@@ -25,7 +25,9 @@
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: ![ESXi Data store](images/esxi_data_store.png)
5. Add a new datastore:
![ESXi Data store](images/esxi_data_store.png)
### Setup Linux Development Environment
@@ -45,7 +47,7 @@ Now you can access the ESXi dashboard on `192.168.1.5` (or whatever the ip of th
- 192.168.1.6/24
routes:
- to: default
via: 192.168.1.1
via: 192.168.1.1
nameservers:
addresses:
- 192.168.1.1
@@ -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:
1. `icacls "D:\School\devhost" /inheritance:r`
2. `icacls "D:\School\devhost" /grant:r "$($env:USERNAME):(R)"`
3. Upload the `azure` public key to Azure: ![Upload Azure Public Key](images\azure_upload_ssh_key.png)
3. Upload the `azure` public key to Azure:
![Upload Azure Public Key](images/azure_upload_ssh_key.png)
5. Now you can access the VM via VSCode:
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
IdentityFile D:/School/devhost
```
3. Connect to the machine in VSCode: ![Connecting to ssh](images\vscode_connect_ssh.png)
3. Connect to the machine in VSCode:
![Connecting to ssh](images/vscode_connect_ssh.png)
6. Install deps: `sudo apt install git unzip curl sshpass`