Scale up as you grow — whether you're running one virtual machine or ten thousand.

From GPU-powered inference and Kubernetes to managed databases and storage, get everything you need to build, scale, and deploy intelligent applications.

This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
Hi Great article. One question: why would one edit root’s .profile? I’m not sure if this is misworded, since if I’m logged in as a user ‘normaluser’ and run the command: ‘sudo nano ~/.profile’, then it will edit normaluser’s .profile. Really we don’t need to run this as sudo.
Have I misunderstood?
Important Note: you must use flag -L when curl’ing. If you do not, you’re not actually getting any data (due to redirects) and the checksum will not match.
If you do: curl -O -L <url_of_current_version>
…then once you sha256sum the file, it will match Google’s DL page.