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.
3 Replies
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.
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...
I'll definitely check those out, thank you!