This file contains 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
## telnetもsshもできない、 | |
## Webインターフェイスでクリックポチポチめんどくさいので、 | |
## CasperJSで自動化! | |
## こんなインターフェイス: https://gyazo.com/8c9c532333a644d22d7e5b03638d5f40 | |
## 無線AP | |
aps = [ | |
'10.10.0.1', | |
'10.10.0.2', | |
'10.10.0.3', |
This file contains 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
// Fix [SOMETHING] | |
gcloud config set project [YOUR PROJECT ID] | |
// APIs | |
gcloud services enable \ | |
cloudapis.googleapis.com \ | |
container.googleapis.com \ | |
containerregistry.googleapis.com \ | |
cloudbuild.googleapis.com |