by mondainx on 1/27/18, 7:12 PM with 86 comments
by thesandlord on 1/27/18, 9:30 PM
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 free!
This link will directly open the shell in a full page, and I'm not sure it will work unless you have set up your GCP account before. It's really not designed to be opened this way, I recommend opening it from the GCP console and then making it full screen if your want.
Also note: Cloud Shell gives you a persistent 5GB /home Directory, but every other folder is reset after a while. If you want to add your own binaries, I'd recommend adding home to your path and installing them there.
by jwilk on 1/27/18, 9:50 PM
by derefr on 1/27/18, 11:21 PM
From one way of thinking, Apps Script is a lot like AWS Lambda; but from another way of thinking, Apps Script is more like OS automation workflows that happen to run in your cloud account rather than on your computer.
by jwilk on 1/27/18, 9:48 PM
You don't have to be a "Gmail user".
by decentrality on 1/27/18, 9:29 PM
by emmelaich on 1/28/18, 1:33 AM
$ find /opt/dotnet/ -name \*.sh
/opt/dotnet/sdk/2.0.0/Roslyn/RunCsc.sh
/opt/dotnet/sdk/2.0.0/Roslyn/RunVbc.sh
/opt/dotnet/sdk/2.0.0/FSharp/RunFsc.sh
....
by seoguru on 1/27/18, 11:44 PM
by mschuster91 on 1/28/18, 12:10 AM
by asadlionpk on 1/28/18, 5:03 AM
I am curious because we made a somewhat similar tool for conducting interviews[1] but ours has collaboration too.
by mikeymop on 1/29/18, 3:53 PM
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?
by netrc on 1/28/18, 2:20 PM
by supervillain on 1/28/18, 12:05 AM
by tritium on 1/27/18, 10:53 PM
by massimosgrelli on 1/28/18, 9:04 AM
by ryancnelson on 1/27/18, 11:20 PM
"slashdotted?", or whatever the hackernews term for that is?
by h43z on 1/28/18, 2:26 AM
by ShabbosGoy on 1/28/18, 2:24 AM
by Cyberis on 1/29/18, 2:38 AM
by jacksmith21006 on 1/28/18, 3:00 PM
by wklm on 1/27/18, 10:08 PM
by alexdong on 1/28/18, 12:27 AM
by daurnimator on 1/28/18, 1:39 AM
by supervillain on 1/27/18, 11:59 PM
by sneak on 1/27/18, 11:37 PM
AWS Cloud9 lets me pay for a single big honkin ec2 that backs the IDE, has a better editor, browser ssh support—and has a built in option to suspend the “expensive” instance after 30 mins of inactivity.
I loved Cloud Shell but the inability to let me pay for a bigger backing instance or more storage is a real limitation. (One of my commonly worked on projects takes 25 mins to compile on a boost mode Cloud Shell instance, and operates on ~80GiB of data.) Cloud9 is at a real advantage here.
Whoever first integrates Atom, though (all of these seem to use Ace), I think will be the real winner.