Help with SQL commands to interact with a MySQL database
- Mac /usr/local/mysql/bin
- Windows /Program Files/MySQL/MySQL version/bin
- Xampp /xampp/mysql/bin
GCP console | |
gcp | |
https://console.cloud.google.com | |
Cloud Storage | |
gcs | |
https://console.cloud.google.com/storage/browser | |
#cloud-config | |
# Option 1 - Full installation using cURL | |
package_update: true | |
package_upgrade: true | |
groups: | |
- docker | |
system_info: |
This is simple example showing:
service-alpha
in service-alpha
namespaceservice-beta
in service-beta
namespacekube-ingress
namespaceingress-demo
inside service-alpha
namespaceingress-demo
inside service-beta
namespaceIndeed, it seems worthwhile to write down the few steps necessary to install BOSH Lite, to deploy Cloud Foundry (cf
), and to push a web console for Cloud Foundry to your local space.
As a software developer you might be interested in a complete and working installation. As a computer geek as myself you might be more kin to know the ingredients of this recipe and the way they combine with each other. In this article I have tried to serve both clients.
In this mixture a few generally available components have found their usage, by the time of writing they were:
$ uname -mrs
Linux 4.15.0-58-generic x86_64
Indeed, it seems worthwhile to write down the few steps necessary to install BOSH Lite, to deploy Cloud Foundry (cf
), and to push a web console for Cloud Foundry to your local space.
As a software developer you might be interested in a complete and working installation. As a computer geek as myself you might be more kin to know the ingredients of this recipe and the way they combine with each other. In this article I have tried to serve both clients.
In this mixture a few generally available components have found their usage, by the time of writing they were:
$ sw_vers
ProductName: Mac OS X
On GKE, there's an interesting overlap between what the IAM roles grant you for Kubernetes clusters. In general, the roles in the tables below line up with each other, but there are some strange exceptions. In each of the tables below are the results of a diff between related IAM roles (only the container.*
permissions are included in these results).
Project Owner | GKE Admin |
---|---|
container.hostServiceAgent.use |
Project Editor | GKE Developer |
---|
#!/bin/bash | |
#1) on https://console.developers.google.com/ register project and associate API from library | |
# OUTPUT: client_id,client_secret | |
client_id="..." | |
client_secret="...." | |
#2) get authorization code at the following link using web browser | |
# OUTPUT: code | |
scope="https://www.googleapis.com/auth/drive" |