Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CON-2320: missing info in add-vm #2332

Merged
merged 1 commit into from
Dec 4, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 2 additions & 4 deletions subjects/add-vm/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

We provide virtual machines for both, X86-64 chips and Apple Silicon chips bases systems, you need to download & add to your virtualization software.

For X86-64 chips, you have to use [VirtualBox](https://www.virtualbox.org/wiki/Downloads).
For X86-64 chips, you have to use [VirtualBox](https://www.virtualbox.org/wiki/Downloads).

For Apple Silicon chips, you have to use [UTM](https://mac.getutm.app/).

Expand All @@ -14,10 +14,8 @@ You can download these VM here :

https://assets.01-edu.org/sys


### VirtualBox instructions:


For this exercise you need to download the archive : [01_add-vm.tar.gz](https://assets.01-edu.org/sys/01_add-vm.tar.gz).

Extract it in the folder `VirtualBox VMs` which is located in your [home directory](https://en.wikipedia.org/wiki/Home_directory).
Expand Down Expand Up @@ -68,4 +66,4 @@ If you forgot to do so and want to make a fresh start, you can always delete the

Since all VMs are based on this one, check that it is working properly by starting and stopping it gracefully.

The password is a single space.
The username is `root` and the password is a single space.
2 changes: 1 addition & 1 deletion subjects/add-vm/audit/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@

###### Was the auditee able to make a "snapshot" of the VM?

##### Ask the auditee to start and stop the VM. (reminder the password is a single space)
##### Ask the auditee to start and stop the VM. (reminding that the user is root and the password is a single space)

###### Was the auditee able to start and stop the VM?
Loading