apt install opentstack-deploy
dpkg -L openstack-deploy | grep bin/
gcloud config set compute/zone eu-west1-b
gcloud container clusters list
gcloud container clusters get-credentials bootcamp –zone europe-west1-b –project caramel-era-236111
gcloud container clusters resize bootcamp –size=3
gcloud container
gcloud container clusters delete bootcamp
hostname –fqdn
→ /etc/hosts
USE mysql; SELECT * FROM USER; CREATE USER 'root'@'%' IDENTIFIED BY 'admin123'; GRANT ALL privileges ON *.* TO 'root'@'%'; FLUSH privileges;