Gcloud

インストール

Arch Linux

$ yaourt -Sb google-cloud-sdk

$ gcloud --version
Google Cloud SDK 200.0.0
app-engine-go 
app-engine-python 1.9.69
beta 2017.09.15
bq 2.0.33
core 2018.04.30
gsutil 4.31
Ubuntu 18.04

/etc/apt/sources.list.d/google-cloud-sdk.list

deb http://packages.cloud.google.com/apt cloud-sdk-bionic main

curl https://packages.cloud.google.com/apt/doc/apt-key.gpg | sudo apt-key add -

# apt update

# apt install google-cloud-sdk

$ gcloud --version

Google Cloud SDK 201.0.0
alpha 2018.05.11
beta 2018.05.11
bq 2.0.33
core 2018.05.11
gsutil 4.31
Google Compute Engine

プロジェクトの登録

$ gcloud config set project my-project-aug-29-2016

ssh で接続

$ gcloud compute ssh instance-1 --zone us-west1-a

$ gcloud compute ssh instance-1 --zone asia-northeast1-a

ファイルのコピー

$ gcloud compute scp --project my-project-aug-29-2016 --zone asia-northeast1-a file_apr22.tar.bz2 instance-1:tmp

Ubuntu 17.04 のセットアップ


ssh で接続中に、

sudo: unable to resolve host www4.ekemplaro.org: Resource temporarily unavailable と出たら

/etc/hosts

127.0.0.1 www4.ekemplaro.org


Return

May/16/2018 AM 08:15