Create droplet of your liking (ubuntu 12.10 x32)
ssh to root in terminal with your server ip
ssh root@123.123.123.123
Add ssh fingerprint and enter password provided in email
| console.reset = function () { | |
| return process.stdout.write('\033c'); | |
| } |
Since you're using CentOS 5, the default package manager is yum, not apt-get. To install a program using it, you'd normally use the following command:
$ sudo yum install <packagename>
However, when trying to install git this way, you'll encounter the following error on CentOS 5:
| # Additional translations at http://github.com/plataformatec/devise/wiki/I18n | |
| es: | |
| errors: | |
| messages: | |
| expired: "ha expirado, por favor pida uno nuevo" | |
| not_found: "no encontrado" | |
| already_confirmed: "ya está confirmada, por favor intente ingresar" | |
| not_locked: "no está bloqueada" | |
| not_saved: |