Skip to content
Snippets Groups Projects
Commit 43fc5f64 authored by Florent Gluck's avatar Florent Gluck
Browse files

updated doc client

parent f5ceeef2
Branches
No related tags found
No related merge requests found
......@@ -75,12 +75,12 @@ The table below describes the basic public templates that are currently availabl
| Template name | Description |
|--- |--- |
| Xubuntu 22.04 (2023.02) + dev env/unpriv user | Xubuntu 22.04 system (Ubuntu with XFCE desktop environment) |
| Xubuntu 22.04 (2024.01) + dev env/unpriv user | Xubuntu 22.04 system (Ubuntu with XFCE desktop environment) |
| | + C dev tools (gcc, make, etc.), VScode IDE compiler |
| | + QEMU system hypervisor |
| | `nexus` user (`/home/nexus`) with sudo privileges (pwd `nexus`) |
| | `student` user (`/home/student`) without any privilege (no pwd) |
| Xubuntu 22.04 (2023.02) + dev env/unpriv user/pi-hole | Xubuntu 22.04 system (Ubuntu with XFCE desktop environment) |
| Xubuntu 22.04 (2024.01) + dev env/unpriv user/pi-hole | Xubuntu 22.04 system (Ubuntu with XFCE desktop environment) |
| | + C dev tools (gcc, make, etc.), VScode IDE compiler |
| | + QEMU system hypervisor |
| | + Pi-hole domain firewall (see [Domain firewall](#domain-firewall)) |
......@@ -555,7 +555,7 @@ First, you need to create the VM that will be used by the students during the ex
Successfully copied "exam" into "/home/nexus/Desktop" in VM "Exam ProgSys Oct2022"
```
1. Now that the VM is ready for the exam, create a template from it. The template must be `private` as we don't want anyone else to access it. Let's choose "Exam ProgSys Oct2022" as the template name (template creation takes several minutes, the larger the VM, the longer). The first argument is the VM ID (as displayed when the VM was created earlier):
1. Now that the VM is ready for the exam, create a template from it. The template must be `private` as we don't want anyone else to access it. Let's choose "Exam ProgSys Oct2022" as the template name (template creation takes several minutes, the larger the VM, the longer). The first argument is the template's name and the last is the VM ID (as displayed when the VM was created earlier):
```
tplcreate "Exam ProgSys Oct2022" private 148ea20e-9c45-4bd1-a670-f18312d436b8
```
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment