Google Cloud SQL

To create a Google Cloud SQL database, run gcloud sql instances create INSTANCE_NAME_HERE –activation-policy=ALWAYS –tier=db-n1-standard-1 INSTANCE_NAME_HERE = this can be anything, lowercase letters, 0-9, for identification purpose only. db-n1-standard-1 => this is size of the server, you can change it as needed. To create a Database, run gcloud sql databases create DB_NAME_HERE –instance INSTANCE_NAME_HERE To … Read more

Google Cloud apt signatures couldn’t be verified

When i run apt update, i get error W: An error occurred during the signature verification. The repository is not updated and the previous index files will be used. GPG error: http://packages.cloud.google.com cloud-sdk-jessie InRelease: The following signatures couldn’t be verified because the public key is not available: NO_PUBKEY 6A030B21BA07F4FB W: An error occurred during the … Read more

Google Cloud

Install Google Cloud SDK gsutil Google Cloud SQL Google Cloud App Engine How to delete Google Cloud DNS Zone How to delete Google Cloud Virtual machine (Compute Engine) How to Recover Deleted Project in Google Cloud

Install Google Cloud SDK

To install Google Cloud SDK on Ubuntu/Debian, add repo export CLOUD_SDK_REPO=”cloud-sdk-$(lsb_release -c -s)” echo “deb http://packages.cloud.google.com/apt $CLOUD_SDK_REPO main” > /etc/apt/sources.list.d/google-cloud-sdk.list Add Key curl https://packages.cloud.google.com/apt/doc/apt-key.gpg | apt-key add – Install with apt-get update apt-get install google-cloud-sdk Before you can use gcloud command, you need to run gcloud init gsutil Google Cloud Google Cloud Storage