From a8e4e64cd5a403b0c1d48b770965f430480369c1 Mon Sep 17 00:00:00 2001 From: pterocles Date: Wed, 20 Jul 2022 06:18:42 -0400 Subject: [PATCH] Appendix L: list format, make it easier to skim through Make the instructions clear and use list format to help guide the reader. Use imperative form. Use ```code``` blocks for typing and **bold** for directions. Signed-off-by: pterocles --- guide.md | 210 +++++++++++++++++++------------------------------------ 1 file changed, 72 insertions(+), 138 deletions(-) diff --git a/guide.md b/guide.md index 3962464..6c512f8 100644 --- a/guide.md +++ b/guide.md @@ -10207,147 +10207,81 @@ Download the latest Debian testing amd64 netinst ISO from **Network** > **Attached to** and **select Host-only Adapter**. Click **OK** to save. +54. Reboot the VM via **Machine** > **Reset**. Confirm the reset. +55. Log into the VM as the **user** from **Step 19** and type ```ip a```. Note the IP address it was assigned under link/ether, the one that has **192.168.\*.\***. +56. From the VM Host OS, **open a Browser** and navigate to the IP of your Debian VM. It will be something like: **http://192.168.1.55**. +57. You should now see a Mat2-Web website running smoothly. +58. **Shutdown the Mat2 guest VM** by running ```shutdown -h now``` to halt the machine. +59. **Take a snapshot of the VM** within Virtualbox while the guest VM is shutdown. + +**Restart the Mat2 VM* and you are ready to use Mat2-web to remove metadata from most files!** + +After use, shut down the VM and revert to the snapshot to remove traces of the uploaded files. This VM does not require any internet access unless you want to update it, in which case, you need to place it back on the **NAT network** and do the next steps. + +For updates of Debian, **start the VM** and run ```apt update``` followed by ```apt upgrade```. + +For updates of mat2-web, type ```cd /var/www/mat2-web``` and run ```git pull```. + +After updates, shutdown, change to the **Host-only Adapter**, take a new snapshot, remove the earlier one. You are done. -Now you can just start this small mat2 VM when needed, browse to it from your Guest VM and use the interface to remove any metadata from most files. - -After each use of this VM, you should revert to the Snapshot to erase all traces. +Now you can just start this small Mat2 VM when needed. Browse to it from your Guest VM and use the interface to remove any metadata from most files. After each use of this VM, you should revert to the Snapshot to erase all traces. **Do not ever expose this VM to any network unless temporarily for updates. This web interface is not suitable for any direct external access.**