Skip to content

Instantly share code, notes, and snippets.

@jetstreamin
Created September 16, 2019 05:53
Show Gist options
  • Save jetstreamin/b96eee64dd0cfe1aec30467b7000d400 to your computer and use it in GitHub Desktop.
Save jetstreamin/b96eee64dd0cfe1aec30467b7000d400 to your computer and use it in GitHub Desktop.
Created with Copy to Gist
::gcloud
doskey gcl="C:\Users\2\AppData\Local\Google\Cloud SDK\google-cloud-sdk\bin\gcloud.cmd" $*
doskey gstop="C:\Users\2\AppData\Local\Google\Cloud SDK\google-cloud-sdk\bin\gcloud.cmd" compute instances stop instance-5
doskey gstop2="C:\Users\2\AppData\Local\Google\Cloud SDK\google-cloud-sdk\bin\gcloud.cmd" compute instances stop instance-6
doskey gstart="C:\Users\2\AppData\Local\Google\Cloud SDK\google-cloud-sdk\bin\gcloud.cmd" compute instances start instance-5
doskey gstart2="C:\Users\2\AppData\Local\Google\Cloud SDK\google-cloud-sdk\bin\gcloud.cmd" compute instances start instance-6
doskey gcloud="C:\Users\2\AppData\Local\Google\Cloud SDK\google-cloud-sdk\bin\gcloud.cmd" $*
doskey centos="C:\Users\2\AppData\Local\Google\Cloud SDK\google-cloud-sdk\bin\gcloud.cmd" beta compute --project "mystic-song-226805" ssh --zone "us-central1-a" "instance-6"
doskey winserver="C:\Windows\System32\mstsc.exe" C:\Users\2\Documents\Task-Stack-Widget\task-data\1032\instance-5.rdp
doskey ws="C:\Windows\System32\mstsc.exe" C:\Users\2\Documents\Task-Stack-Widget\task-data\1032\instance-5.rdp
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment