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!
Noticed a small typo in the SSH key transferral section: ssh-dopy-id 111.222.333.444 should read (changing the ‘d’ to a ‘c’): ssh-copy-id 111.222.333.444
Otherwise, a very clear, well-written tutorial! Thanks!
ssh-copy-id 111.222.333.444 Permission denied (publickey,password).
Tried chmod 600, but that made no difference…
For UTF8 encoded DB, which is the default case for WordPress DB now a days, it’s highly recommneded to do the backup as follow:
mysqldump -u root -p --default-character-set=utf8 -QqeR --add-drop-table --databases mysql wordpress | bzip2 -v9 - > siteData.sql.bz2
For UTF8 encoded DB, which is the default case for WordPress DB now a days, it’s highly recommneded to do the backup as follow:
mysqldump -u root -p --default-character-set=utf8 -QqeR --add-drop-table --databases mysql wordpress | bzip2 -v9 - > siteData.sql.bz2
After entering latest.tar.gz wordpress/ I get latest.tar.gz: command not found error. Any help?