Gangmax Blog

RVM

“rvm(Ruby Version Manager)”是用于在一台机器上管理多个不同版本ruby实现的工具。这篇文章的内容主要参考了这里和[这里][rtrvm_url]。

How to Change Hostname in Ubuntu

Run the following command to change the hostnames in the files:

1
2
sudo vi /etc/hostname
sudo vi /etc/hosts

Then restart the computer. The hostname should be the new one.