Upgrade Ruby on Mac OS X
Ruby Version Manager (RVM) RVM is a command-line tool which allows you to easily install, manage, and work with multiple ruby environments from interpreters to sets of gems. RVM provides…
Ruby Version Manager (RVM) RVM is a command-line tool which allows you to easily install, manage, and work with multiple ruby environments from interpreters to sets of gems. RVM provides…
If you try to ssh to your server and getting this error: no hostkey alg Try to run this command at your terminal: ssh-keygen -t rsa -f /etc/ssh/ssh_host_rsa_key ssh-keygen -t…