diff --git a/labs-and-projects/Lab1/vm/README.md b/labs-and-projects/Lab1/vm/README.md index f3df1a9c58719c2f7063ef3d14984a494bc092fd..27ef25a8cec4ac70d7401878c06e0583a6766b55 100644 --- a/labs-and-projects/Lab1/vm/README.md +++ b/labs-and-projects/Lab1/vm/README.md @@ -49,24 +49,25 @@ At the top, look for the bar labeled **"Mem"**. If you notice this bar is nearly **Note:** Stopping your VM will terminate all processes running on it. If you have active processes, stopping the VM could result in data loss or corruption. **Make sure to save your work before proceeding.** -## Steps to Stop and Resume Your VM +### Steps to Stop and Resume Your VM 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.png"/> +<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**: +<img src="img/stop.png"/> 6. Click on the three vertical dots again and select **"Start/Resume."** -<img src="img/options.png"/> +<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. -## Reconnecting and Restarting JupyterLab +### Reconnecting and Restarting JupyterLab Once your VM is running again: diff --git a/labs-and-projects/Lab1/vm/img/options_start.png b/labs-and-projects/Lab1/vm/img/options_start.png new file mode 100644 index 0000000000000000000000000000000000000000..4765abb58206c74045c3ad2610844f5bb84de877 Binary files /dev/null and b/labs-and-projects/Lab1/vm/img/options_start.png differ diff --git a/labs-and-projects/Lab1/vm/img/options_stop.png b/labs-and-projects/Lab1/vm/img/options_stop.png new file mode 100644 index 0000000000000000000000000000000000000000..e3495acf0a8915b01a537981f6c0a4f99c6dba68 Binary files /dev/null and b/labs-and-projects/Lab1/vm/img/options_stop.png differ diff --git a/labs-and-projects/Lab1/vm/img/stop.png b/labs-and-projects/Lab1/vm/img/stop.png new file mode 100644 index 0000000000000000000000000000000000000000..e3958fb053e092493c528c8b9b250f4fe9d82ddf Binary files /dev/null and b/labs-and-projects/Lab1/vm/img/stop.png differ diff --git a/labs-and-projects/Lab1/vm/img/vm.png b/labs-and-projects/Lab1/vm/img/vm.png new file mode 100644 index 0000000000000000000000000000000000000000..8394b6e2c2ae658afdff8d6cee0f16677d1c6416 Binary files /dev/null and b/labs-and-projects/Lab1/vm/img/vm.png differ