From fd33c88247c96d6b837dc11ba4ede3221ddcb4e8 Mon Sep 17 00:00:00 2001 From: JAIME ZEPEDA PINA <zepedapina@wisc.edu> Date: Tue, 21 Jan 2025 11:31:44 -0600 Subject: [PATCH] Update README.md --- labs-and-projects/Lab1/vm/README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/labs-and-projects/Lab1/vm/README.md b/labs-and-projects/Lab1/vm/README.md index 27ef25a..2b77770 100644 --- a/labs-and-projects/Lab1/vm/README.md +++ b/labs-and-projects/Lab1/vm/README.md @@ -53,16 +53,24 @@ At the top, look for the bar labeled **"Mem"**. If you notice this bar is nearly 1. Open your browser and go to **Google Cloud > Console > Compute Engine > VM Instances**. 2. Locate your VM under "VM Instances." + <img src="img/vm.png"/> + 3. Click on the three vertical dots next to your VM. + <img src="img/options_stop.png"/> + 4. Select **"Stop"** from the dropdown menu. 5. You will see a warning about potential data loss. Confirm by clicking **"Stop"** again. -Wait a few minutes for your VM to shut down. You can monitor its status under the "Status" column. Once it shows **Stopped**: +Wait a few minutes for your VM to shut down. You can monitor its status under the "Status" column. + <img src="img/stop.png"/> +Once it shows **Stopped**: + 6. Click on the three vertical dots again and select **"Start/Resume."** + <img src="img/options_start.png"/> **Note:** After restarting, your VM will have a new external IP address. You will need this updated IP to SSH into your VM. -- GitLab