Cloud Shell
Source Repositories search article https://cloud.google.com/community/tutorials/ https://cloud.google.com/gcp/getting-started/ https://cloud.google.com/shell/docs/examples Introducing Google Cloud Shell’s new code editor, Google Cloud Blog
Using Google Cloud Shell as Development Environment + By default, Cloud Shell runs on a g1-small VM, which can be under-powered for some tasks. You can easily upgrade to a n1-standard-1 by enabling “boost mode.” This allows upgrade of the shell to n1-standard-1 VM instance which offers 1vCPU and 3.75GB memory for 24 hours. Cloud shell by default runs on g1-small machine type which provides 1 vCPU short periods of bursting and 1.70 GB memory. + Cloud Shell ships with a customized version of the Orion editor.
Getting the best of Google Cloud Shell How to run Visual Studio Code in Google Cloud Shell | github cdr/code-server |
Get recently installed packages: grep " install" /var/log/dpkg.log
gcloud app versions list | gcloud app services list | gcloud app describe |
Cloud Shell offers 5 GB of free storage that persists in new sessions. This is helpful if you if you have customized configuration and settings files that you prefer to work with (.bashrc, .vimrc, etc.). To take advantage of this persistent storage, simply save files to your $HOME directory. Any applications you wish to install can persist as long as the application is installed in the $HOME directory. If you don’t need an app to persist, install it to the system outside of your home directory. Other apps and files that you create remain as long as the current session is active. The session times out after an hour of inactivity and any data outside of your $HOME directory will be lost. [source]
apt-get message: You are running apt-get inside of Cloud Shell. Note that your Cloud Shell machine is ephemeral and no system-wide change will persist beyond session end. You can customize your environment to permanently include this package by updating your environment at https://cloud.google.com/console/cloudshell/environment/view.
Visit https://cloud.google.com/shell/help for more information.
Message from running the above: Your Cloud Shell environment is a Docker container. By default, the container is started from a Google-maintained Docker image, but you can also specify a custom Docker image for your Cloud Shell. There are two steps to customizing your Cloud Shell Environment:
+ Locate a suitable Docker image to use. Our Create Custom Image tool can create a boilerplate custom image that you can use as a starting point for your image.
+ Edit your environment to reference the desired image (Use default Cloud Shell image or Select image from project)
It seems the thing to do is to install any new programs to Home directory.
Cloud Shell documentation | Examples of how you can use Cloud Shell | Run and deploy an appengine application |
Always Free cloud shell usage limit of 5gb [source]
If you do not access Cloud Shell for 120 days, we will delete your home disk. You will receive an email notification before we do so and simply starting a session will prevent its removal. Please consider a different solution on Google Cloud Storage for sensitive data you wish to store long term. [source]