From c5666f8decc7d5fec950107bd6ed78c0c8e71ad6 Mon Sep 17 00:00:00 2001 From: riad nbou <riadnbou@MacBook-Air-de-Oumaima.local> Date: Fri, 21 Jul 2023 17:48:29 +0100 Subject: [PATCH 1/5] remove restriction of virtual box and "ACPI shutdown" task --- subjects/linux/README.md | 10 ++++++---- subjects/linux/audit/README.md | 4 ++-- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/subjects/linux/README.md b/subjects/linux/README.md index fea756ee39..16547abbbe 100644 --- a/subjects/linux/README.md +++ b/subjects/linux/README.md @@ -24,11 +24,13 @@ It will also allow you to learn some tricks to better control your machine and s ### Virtualization -To practice in a standardized way and without the risk of altering your own operating system, install the hypervisor [VirtualBox](https://www.virtualbox.org/wiki/Downloads). +To practice in a standardized manner and without the risk of altering your own operating system, you should install a virtualization application that is compatible with your chip architecture. -This will allow you to run virtual machines (virtual computers accessible through a window). +For X86-64 chips, we recommend using [VirtualBox](https://www.virtualbox.org/wiki/Downloads). For Apple Silicon chips, we recommend using [UTM](https://mac.getutm.app/). -This way, whatever your operating system, you can, for example, run Linux, Windows & macOS in 3 separate windows at the same time. +This allows you to run virtual machines - virtual computers accessible through a window. This way, you can run Linux, Windows, and macOS in separate windows at the same time, regardless of your operating system. + +### Installation ### Installation @@ -42,4 +44,4 @@ Install Debian (ISO installer "netinst" is recommended) in a VM (Virtual Machine ### Shut down -Gracefully close the VM using "ACPI Shutdown". It's like pressing the power button of a real computer. +close the VM using the command line after login in the console \ No newline at end of file diff --git a/subjects/linux/audit/README.md b/subjects/linux/audit/README.md index 1eddab2016..0aed5e5dfe 100644 --- a/subjects/linux/audit/README.md +++ b/subjects/linux/audit/README.md @@ -8,6 +8,6 @@ ###### Does the virtual machine boot Debian properly (in less than 2 minutes)? -##### After the boot is completed, ask the auditee to shutdown his VM with the ACPI Shutdown. +##### After the boot is completed, ask the auditee to login in the console and exicute the command to shutdown the VM. -###### Does the system react to the ACPI Shutdown and does the virtual machine stop? +###### Could the auditee log in and shut down the VM using a command line from the console? From 5fbe60846cd421d628278de595738eccea1f628f Mon Sep 17 00:00:00 2001 From: riad nbou <riadnbou@MacBook-Air-de-Oumaima.local> Date: Mon, 31 Jul 2023 09:54:09 +0100 Subject: [PATCH 2/5] remove the specification of virtualbox from audit --- subjects/linux/audit/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/subjects/linux/audit/README.md b/subjects/linux/audit/README.md index 0aed5e5dfe..5db3dc6543 100644 --- a/subjects/linux/audit/README.md +++ b/subjects/linux/audit/README.md @@ -1,8 +1,8 @@ #### Functional -##### Ask the auditee to start VirtualBox. +##### Ask the auditee to start the virtualization software. -###### Is VirtualBox correctly installed on the auditee's machine? +###### Is the virtualization software correctly installed on the auditee's machine? ##### Ask the auditee to show you his VM with a version of debian already installed. From bb7e28083a2d3571d933c8e8d35be243a8138594 Mon Sep 17 00:00:00 2001 From: riad nbou <riadnbou@MacBook-Air-de-Oumaima.local> Date: Mon, 31 Jul 2023 09:57:22 +0100 Subject: [PATCH 3/5] replace application with software --- subjects/linux/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/subjects/linux/README.md b/subjects/linux/README.md index 16547abbbe..8fda61421d 100644 --- a/subjects/linux/README.md +++ b/subjects/linux/README.md @@ -24,7 +24,7 @@ It will also allow you to learn some tricks to better control your machine and s ### Virtualization -To practice in a standardized manner and without the risk of altering your own operating system, you should install a virtualization application that is compatible with your chip architecture. +To practice in a standardized manner and without the risk of altering your own operating system, you should install a virtualization software that is compatible with your chip architecture. For X86-64 chips, we recommend using [VirtualBox](https://www.virtualbox.org/wiki/Downloads). For Apple Silicon chips, we recommend using [UTM](https://mac.getutm.app/). From 4497323b3433b9b57a218f16b8c9af93439327eb Mon Sep 17 00:00:00 2001 From: freeworldwhoo <39562040+freeworldwhoo@users.noreply.github.com> Date: Mon, 30 Oct 2023 15:06:51 +0100 Subject: [PATCH 4/5] CON-1836 fix typo --- subjects/linux/audit/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/subjects/linux/audit/README.md b/subjects/linux/audit/README.md index 5db3dc6543..174c79f9b8 100644 --- a/subjects/linux/audit/README.md +++ b/subjects/linux/audit/README.md @@ -8,6 +8,6 @@ ###### Does the virtual machine boot Debian properly (in less than 2 minutes)? -##### After the boot is completed, ask the auditee to login in the console and exicute the command to shutdown the VM. +##### After the boot is completed, ask the auditee to login in the console and execute the command to shutdown the VM. ###### Could the auditee log in and shut down the VM using a command line from the console? From 59c24087ee2dfc0a746306c0cd0571fa260e330c Mon Sep 17 00:00:00 2001 From: Harry <14015057+HarryVasanth@users.noreply.github.com> Date: Fri, 13 Dec 2024 16:24:25 +0000 Subject: [PATCH 5/5] fix(readme): fmt --- subjects/linux/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/subjects/linux/README.md b/subjects/linux/README.md index 8fda61421d..c419b940ae 100644 --- a/subjects/linux/README.md +++ b/subjects/linux/README.md @@ -44,4 +44,4 @@ Install Debian (ISO installer "netinst" is recommended) in a VM (Virtual Machine ### Shut down -close the VM using the command line after login in the console \ No newline at end of file +close the VM using the command line after login in the console