General question

Does anybody know of an extension/website or a VPS where I can simulate an ubuntu environment and install golang on it's terminal? I don't want to download it to my PC, so just checking if there's a way to access it from online.
N
_null108d ago
If you are just trying to mess around with go, I would recommend https://replit.com/.
replit
Replit: The software creation platform. IDE, AI, and Deployments
Run code live in your browser. Write and run code in 50+ languages online with Replit, a powerful IDE, compiler, & interpreter.
N
_null108d ago
Otherwise you are looking for a Platform As A Service (PaaS). You can check this list for something free, mileage may vary: https://github.com/ripienaar/free-for-dev
GitHub
GitHub - ripienaar/free-for-dev: A list of SaaS, PaaS and IaaS offe...
A list of SaaS, PaaS and IaaS offerings that have free tiers of interest to devops and infradev - GitHub - ripienaar/free-for-dev: A list of SaaS, PaaS and IaaS offerings that have free tiers of in...
ZH
Zagreus Hades107d ago
I'll definitely check those out, thank you!