於 ubuntu 上安裝 rhc (OpenShift)平台操作工具

參考網站:
https://developers.openshift.com/getting-started/debian-ubuntu.html#client-tools

可能遇到的錯誤與解法:
root@host:~# gem install rhc
ERROR: Error installing rhc:
net-ssh requires Ruby version >= 2.0.
root@host:~# gem install net-ssh -v 2.9.2
Fetching: net-ssh-2.9.2.gem (100%)
Successfully installed net-ssh-2.9.2
1 gem installed
Installing ri documentation for net-ssh-2.9.2…
Installing RDoc documentation for net-ssh-2.9.2…
root@host:~#

 

 

虛擬專用伺服器(VPS)

目前熱門的 VPS (Virtual Private Server) 服務商:

  1. Linode: 有日本機房(對台灣用戶來說, 延遲時間較短), 最便宜的費率為 USD$10/月.
  2. DigitalOcean: 以美國紐約、舊金山等為主(相對延遲時間較長), 最便宜的費率為 USD$5/月.
  3. Vultr: 有日本機房可選, 價格稍為貴一點.
有興趣的網友, 可以租來試試看.