CS-FreeStyle / 10000-How-To-Do-in-CS

1 stars 0 forks source link

desktop of google cloud platform #142

Open liuty10 opened 3 years ago

liuty10 commented 3 years ago

https://medium.com/google-cloud/linux-gui-on-the-google-cloud-platform-800719ab27c5

liuty10 commented 3 years ago

Connecting to VM in google cloud. https://cloud.google.com/compute/docs/instances/connecting-advanced#thirdpartytools

  1. create key ssh-keygen -t rsa -f ~/.ssh/[KEY_FILENAME] -C [USERNAME] ref: https://cloud.google.com/compute/docs/instances/adding-removing-ssh-keys#createsshkeys
  2. add key to your VM: https://cloud.google.com/compute/docs/instances/adding-removing-ssh-keys#locatesshkeys 1) In the Google Cloud Console, go to the metadata page for your project. 2) Under SSH Keys, click Edit 3) To add a public SSH key, click Add item. A text box opens 4) Copy and paste the contents of your public SSH key file into the text box.
  3. try ssh -i PATH_TO_PRIVATE_KEY USERNAME@EXTERNAL_IP

key https://cloud.google.com/compute/docs/instances/adding-removing-ssh-keys#createsshkeys

liuty10 commented 3 years ago

https://medium.com/google-cloud/graphical-user-interface-gui-for-google-compute-engine-instance-78fccda09e5c

liuty10 commented 3 years ago

GPU Comparison: https://technical.city/en/video/GeForce-GTX-1080-vs-Tesla-T4

liuty10 commented 3 years ago

install gpu driver in google cloud: https://cloud.google.com/compute/docs/gpus/install-drivers-gpu