ubuntu 14.04 desktop上安装vnc4server要装上gnome的一些软件包并修改启动文件~/.vnc/xstartup 问题来源How to make VNC Server work with ubuntu-desktop without xfce install these packages # apt-get install gnome-panel gnome-settings-daemon metacity nautilus gnome-terminal and use…
参考 How To Install and Use Docker: Getting Started 这篇最靠谱的文档在阿里云 Ubuntu 14.04 服务器上成功安装 docker . ---- 后来发现更简单的安装方法: curl -sSL https://get.docker.com/ | sh 或者: curl -sSL http://acs-public-mirror.oss-cn-hangzhou.aliyuncs.com/docker-engine/internet | sh -…