# Create configuration
gcloud init
# Show configs
gcloud config list
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
curl --silent --location https://dl.yarnpkg.com/rpm/yarn.repo | sudo tee /etc/yum.repos.d/yarn.repo | |
curl --silent --location https://rpm.nodesource.com/setup_14.x | sudo bash - | |
sudo yum install -y yarn | |
# curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.37.0/install.sh | bash | |
# nvm install 14 | |
# nvm use 14 | |
sudo yum install -y git |
helm install [-f <config.yaml>] <release> <chart> -n <namespace> # e.g. # helm install hello ./demo -n demo
helm uninstall <release> [--keep-history]
helm rollback <release> <revision>
helm upgrade -f <config.yaml> <release>
helm list [--all|--uninstalled]
helm history <release>
helm get values
# [ref](https://www.linuxuprising.com/2018/07/anbox-how-to-install-google-play-store.html)
anbox.appmgr \
&& wget https://raw.githubusercontent.com/geeks-r-us/anbox-playstore-installer/master/install-playstore.sh \
&& chmod +x install-playstore.sh \
&& sudo ./install-playstore.sh \
&& sudo ./install-playstore.sh --clean
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Now officially integrated into Vuetify: | |
// | |
// https://github.com/vuetifyjs/vuetify/blob/master/src/components/VApp/mixins/app-breakpoint.js | |
// https://github.com/vuetifyjs/vuetify/blob/master/src/components/VApp/mixins/app-breakpoint.spec.js | |
/** | |
* A Vue mixin to get the current width/height and the associated breakpoint. | |
* | |
* Useful to e.g. adapt the user interface from inside a Vue component | |
* as opposed to using CSS classes. The breakpoint pixel values and |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"lastUpload":"2021-12-19T23:33:04.877Z","extensionVersion":"v3.4.3"} |
NewerOlder