From 392c089df7996fea4ab18042a66bf899d49ae1ef Mon Sep 17 00:00:00 2001 From: grzegorz-leszczynski-reef Date: Wed, 18 Dec 2024 13:04:27 +0100 Subject: [PATCH 1/4] fix: link fixed --- docs/Developer_environment_setup.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Developer_environment_setup.md b/docs/Developer_environment_setup.md index 06f356a..4e78256 100644 --- a/docs/Developer_environment_setup.md +++ b/docs/Developer_environment_setup.md @@ -32,7 +32,7 @@ Using such will help save time, but in the end, it is individual's responsibilit > **Note:** Skip if you are using separate work physical machine or dual-booting. We generally recommend [VirtualBox](https://www.virtualbox.org/). -A step-by-step guide to creating a virtual machine can be found [here](docs/VirtualBox.md). +A step-by-step guide to creating a virtual machine can be found [here](VirtualBox.md). Apple hardware support in VirtualBox is dire, so the recommended virtualization solution is currently QEMU-based, eg. [UTM](https://getutm.app/) (+ [guest system installation tutorial](https://www.youtube.com/watch?v=O19mv1pe76M)) From 76a50a744e1127ea3013a68c272de9bd99c3a646 Mon Sep 17 00:00:00 2001 From: grzegorz-leszczynski-reef Date: Wed, 18 Dec 2024 13:57:32 +0100 Subject: [PATCH 2/4] feat: performance tips for VirtualBox --- docs/VirtualBox.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/docs/VirtualBox.md b/docs/VirtualBox.md index 9b46f59..11a5c36 100644 --- a/docs/VirtualBox.md +++ b/docs/VirtualBox.md @@ -4,7 +4,7 @@ ![](images/hyperv_windows/hyperv_windows_01.png) -Make sure that **Hyper-V is NOT checked**, so deselect it if it's selected like below. +Make sure that **Hyper-V is NOT checked**, so deselect it if it's selected like below. Also deselect **Virtual Machine Platform**, **Windows Hypervisor Platform** and **Windows Sandbox**. ![](images/hyperv_windows/hyperv_windows_02.png) @@ -36,3 +36,8 @@ PAE/NX might be disabled by default - make sure it's enabled (impacts performanc Guide on resizing linux partitions in case you'd need to grow the device can be found [here](https://www.vultr.com/docs/block-storage#:~:text=Resize%20the%20filesystem%20-%20Linux) VirtualBox guest additions from the "CD" that comes with VirtualBox works better than what you can get from `apt`. + +If performance is weak here are some tips to try for increasing it: + * Change power plan to high performance - for host and guest machine. + * Run VirtualBox as administrator. + * Do not use too many processors (4 should be enough). From 4d1a30771b61a9dd328f09c64f8bd36c85d36a84 Mon Sep 17 00:00:00 2001 From: grzegorz-leszczynski-reef Date: Mon, 23 Dec 2024 13:45:05 +0100 Subject: [PATCH 3/4] feat: info about extension pack --- docs/VirtualBox.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/VirtualBox.md b/docs/VirtualBox.md index 11a5c36..43899e3 100644 --- a/docs/VirtualBox.md +++ b/docs/VirtualBox.md @@ -37,6 +37,8 @@ Guide on resizing linux partitions in case you'd need to grow the device can be VirtualBox guest additions from the "CD" that comes with VirtualBox works better than what you can get from `apt`. +Another thing which should be done is installing Extension Pack - it is needed at least to allow guest machine to access laptop camera. [Here](https://docs.oracle.com/en/virtualization/virtualbox/6.0/user/intro-installing.html) is detailed instruction. Then camera can be enabled in Devices menu of VirtualBox guest. + If performance is weak here are some tips to try for increasing it: * Change power plan to high performance - for host and guest machine. * Run VirtualBox as administrator. From 0bcf67a823f663d3eb0248cdb1e71eb8bd20b54e Mon Sep 17 00:00:00 2001 From: grzegorz-leszczynski-reef Date: Mon, 23 Dec 2024 13:46:40 +0100 Subject: [PATCH 4/4] fix: update slack channel name --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c2dd0a9..13ea8ce 100644 --- a/README.md +++ b/README.md @@ -455,7 +455,7 @@ Each team member is allocated 3 minutes to succinctly cover these three points. To maintain the efficiency of the stand-up, we strive to keep open discussions to a minimum. Any topic necessitating a longer conversation is earmarked for a separate follow-up meeting. -If, for any reason, you cannot attend the daily stand-up, please notify the team in the #staff channel on Slack. +If, for any reason, you cannot attend the daily stand-up, please notify the team in the #announcements channel on Slack. Additionally, post your updates there so everyone stays informed. ### 6.3 Video hand signal protocol