|
最近又找了几个便宜的 VPS。
1、每年 12 美元, 相当于每月 7 元人民币。配置:内存 256M,硬盘 15G(RAID10),1 个 IP,每月流量 500G,100Mbps。https://www.pzea.com/North-America-openvz-vps.html
2、每月 2.5 美元,相当于每月 17.5 元人民币。配置:内存 512M,硬盘 20G(RAID10 SSD),1 个 IP,每月流量 500G,1Gbps。https://virmach.com/compare-vps-plans/
3、每季度 8 美元, 相当于每月 19 元人民币。配置:内存 256M,硬盘 120G(HDD),1 个 IP,每月流量 1000G。http://www.ramnode.com/vps.php
这几个都不错,各有特色。第 3 个能给 120G 硬盘,在某些情况(比如作网盘),还真有吸引力。
顺便找到了一篇为 VPS 安装 VNC server 的教程:
https://clientarea.ramnode.com/knowledgebase.php?action=displayarticle&id=24
VNC (GUI) for Ubuntu
The following steps can be used to install and use a VNC server on a Ubuntu VPS.
Log into your VPS with SSH, then enter the following commands:
apt-get update
apt-get upgrade
apt-get install ubuntu-desktop
apt-get install tightvncserver
apt-get install nano
vncserver (type desired vnc password, then again)
vncserver -kill :1
mkdir /root/.ssh
cd /root/.ssh
nano xstartup (arrow key down to new line at bottom)
"gnome-session &" (without the quotes)
Then hit ctrl+o, Enter, ctrl+x, followed by:
vncserver
Open your VNC client, enter your VPS IP, use port 5901, type the password you used. Done.
|
|