From 872105d2013c21291e463d36ee1646622c288f50 Mon Sep 17 00:00:00 2001 From: David Chang Date: Wed, 24 Apr 2024 13:07:56 +0800 Subject: [PATCH] ver Apr24th updated proxy guideline with snapshot tips --- PROXY_GUIDELINE.md | 22 ++++++++++++++++++---- 1 file changed, 18 insertions(+), 4 deletions(-) diff --git a/PROXY_GUIDELINE.md b/PROXY_GUIDELINE.md index 55b6eef..b8506c3 100644 --- a/PROXY_GUIDELINE.md +++ b/PROXY_GUIDELINE.md @@ -118,16 +118,16 @@ Open system network setting in the VM. Then, click on "Proxy". -![proxy setting](assets/netsetting3.png) +![proxy setting](assets/winnetsetting3.png) Switch on "Use a proxy server" and type in the correct proxy configurations. -![proxy setting](assets/netsetting4.png) +![proxy setting](assets/winnetsetting4.png) Finally, remember to click on "Save". -Note only HTTP proxy is supported. Subsequently, you can open a chrome page to -check if the proxy works well. +Note that only HTTP proxy is supported. Subsequently, you can open a chrome +page to check if the proxy works well. + +#### 3. Create a New Snapshot + +After modifying the virtual machine, remember to create a new snapshot and +start from this new snapshot at experiments. + +```sh +# change ws to fusion if you use VMWare Fusion +vmrun -T ws snapshot /path/to/vmx/file snapshot_name +``` + +```python +env = DesktopEnv(snapshot_name="snapshot_name") +```