Difference: CSC121F2023Lab01 (2 vs. 3)

Revision 32023-07-31 - CathyBareiss

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

First Program: Fall 2023

Learning Objective(s)

Line: 15 to 15
 
    1. Step one is to redeem the coupon. Be EXTREMELY careful about how you are logged in with your browser!
    2. Create a project in the csc121fa2023 folder using your name. For me, I might choose CathyBareiss
    3. invoke the shell
Changed:
<
<
    1. enter: gcloud config set project _{your project id (not name)}_. For me, that would be CathyBareiss
>
>
    1. enter: gcloud config set project {your project id (not name)}. For me, that would be CathyBareiss
                       gcloud config set project CathyBareiss
 
    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}   --image-project csc121fa2023classproject --image csc121fa2023windows
Changed:
<
<
my example would be:
 gcloud compute instances create BareissProg1   --image-project csc121fa2023classproject --image csc121fa2023windows
>
>
      
my example would be:
      gcloud compute instances create BareissProg1   --image-project csc121fa2023classproject --image csc121fa2023windows
 
  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
 
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