Last I looked, Cloud Shell was still pretty tiny instances, with no paid option for more (wth isn’t there a super boost mode that I pay for, at least?!), and the integrated editor was meh. I suppose I could use it with the gcloud CLI and docker-machine as a sort of orchestration console to bring up more boxes, but then I have to remember to kill them or I get a huge bill. (This has happened to me on DO before.) AWS C…
> I loved Cloud Shell but the inability to let me pay for a bigger backing instance or more storage is a real limitation. Except Cloud Shell has Boost Mode: https://cloud.google.com/shell/docs/features#boost_mode > Whoever first integrates Atom, though (all of these seem to use Ace), I think will be the real winner. Google's is based on Orion, not Ace.
Free Linux cloud shell for Gmail users
81–90 of 90 posts
Re: Free Linux cloud shell for Gmail users
#82Re: Free Linux cloud shell for Gmail users
#83Earlier quoted context omitted.
Thanks for the summary of Cloud Shell, I was not previously aware of it. Any idea why Apache and Gradle are installed in the root directory? Normally, these would be in `opt` or some such.
Most likely because of this [0] > any modifications that you made to it outside your $HOME are lost. [0] https://cloud.google.com/shell/docs/limitations#custom_insta...
Anyway, not a huge deal, just a bit odd. And evoking my OCD: ...must...keep...clean...root.
Re: Free Linux cloud shell for Gmail users
#84Re: Free Linux cloud shell for Gmail users
#85Has ssh, vim, tmux, and docker installed. I'm guessing this is either a container itself or a Debian vm.
I'm still finding new things that are installed and useful. I would find myself using it to QA docker compositions I write. The question is can I host from this instance?
Re: Free Linux cloud shell for Gmail users
#86(I work for Google Cloud) If you want to learn more about Cloud Shell, the marketing page is here: https://cloud.google.com/shell/ Cloud Shell is one of my favorite things about GCP. A lot of dev tools (Docker, Python/Go/Node/Ruby/Java/.Net, etc) are pre-installed, you can test "localhost" servers with the preview feature, there is a built in file editor (based on the open source Orion project), etc. And it's all fre…
Re: Free Linux cloud shell for Gmail users
#87(I work for Google Cloud) If you want to learn more about Cloud Shell, the marketing page is here: https://cloud.google.com/shell/ Cloud Shell is one of my favorite things about GCP. A lot of dev tools (Docker, Python/Go/Node/Ruby/Java/.Net, etc) are pre-installed, you can test "localhost" servers with the preview feature, there is a built in file editor (based on the open source Orion project), etc. And it's all fre…
Any chance of getting Haskell on there?
The Cloud Shell is a Debian Stretch container, so it's easy to install packages as you will. If you want them to be persistent install them on your home folder and add the route to your env vars.
Re: Free Linux cloud shell for Gmail users
#88Wow, Debian 3.9 kernel. Has ssh, vim, tmux, and docker installed. I'm guessing this is either a container itself or a Debian vm. I'm still finding new things that are installed and useful. I would find myself using it to QA docker compositions I write. The question is can I host from this instance?
Re: Free Linux cloud shell for Gmail users
#89Earlier quoted context omitted.
Free trial, yes. Free tier, no. Basically the free tier subtracts the cost of a f1-micro from your monthly bill if you have at least one running.
Thanks for the precision! It avoids a bad surprise :-) Do you know if a f1-micro can cost more than $4 per month if it is used extensively? By that, I just mean 100% cpu usage, 100% of the 5Gb disk quota, with just 1 IPv4 and 1 IPv6. I like the scalability, but I want my clients to know that their bill will not "fluctuate". Cost-wise, $40 for 10 IPv4 is in the upper tier (some OVH resellers give you 16 IPv4 on some d…
Re: Free Linux cloud shell for Gmail users
#90Earlier quoted context omitted.
Free trial, yes. Free tier, no. Basically the free tier subtracts the cost of a f1-micro from your monthly bill if you have at least one running.
Thanks for the precision! It avoids a bad surprise :-) Do you know if a f1-micro can cost more than $4 per month if it is used extensively? By that, I just mean 100% cpu usage, 100% of the 5Gb disk quota, with just 1 IPv4 and 1 IPv6. I like the scalability, but I want my clients to know that their bill will not "fluctuate". Cost-wise, $40 for 10 IPv4 is in the upper tier (some OVH resellers give you 16 IPv4 on some d…