Difference: CSC121F2024Lab01 (2 vs. 3)

Revision 32024-08-22 - CathyBareiss

Line: 1 to 1
 
META TOPICPARENT name="CSC121SylF2024"

First Program: Fall 2024

Learning Objective(s)

Line: 16 to 16
 
    1. Create a project in the csc121fa2024 folder using your name. For me, I might choose cathybareiss
    2. invoke the shell
    3. enter: gcloud config set project {your project id (not name)}. For me, that would be cathybareiss
       gcloud config set project cathybareiss
Changed:
<
<
    1. enter the following (the {YOUR INSTANCE NAME} should be the name you want for the machine such as: BareissProg1
       gcloud compute instances create {YOUR INSTANCE NAME} -gcloud compute instances create ccbtest --source-machine-image=projects/bareissproject-394513/global/machineImages/csc121image csc121f2023sample --machine-type e2-medium
      my example would be:
       gcloud compute instances create BareissProg1 --image-project csc121f2023sample --image csc121f2023sample --machine-type e2-medium

      You might want to choose a different zone (esp. if you are having problems.)
>
>
    1. enter the following (the {YOUR INSTANCE NAME} should be the name you want for the machine such as: BareissProg1
       gcloud compute instances create {your own name for the machine} --image-project fall2024-433217 --image csc121f2024vm --zone us-central1-c --machine-type e2-medium
      my example would be:
       gcloud compute instances create bareissdemo --image-project fall2024-433217 --image csc121f2024vm --zone us-central1-c --machine-type e2-medium

      You might want to choose a different zone (esp. if you are having problems.)
 
  1. Remote into it from any machine using remote access. If you are on a Mac, you might need to download an app to allow the Mac to remote into a virtual Windows machine
  2. Launch JGrasp

Part Two

 
This site is powered by the TWiki collaboration platform Powered by PerlCopyright © 2008-2026 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback