2009年6月26日,Michael Jackson离世。地球表面又少了一个传奇的灵魂。

2009年6月26日,Michael Jackson离世。地球表面又少了一个传奇的灵魂。

虚拟机中设置网络连接模式为桥接模式,Ubuntu中手动设置网络参数,将Ubuntu的IP设置成与windows同一网段,并且确保能互相ping通。
安装SSH-server
终端下输入命令: sudo apt-get install openssh-server
启动SSH-server
sudo /etc/init.d/ssh start
windows下使用软件PuTTy,填入刚刚设置好的Ubuntu的IP,直接连接,接下来就尽情的玩吧(当然,虚拟机得先打开)。
P.S. 关于Connection refused错误
如果出现以下错误,则很可能是因为还没有安装ssh-server:
ssh: connect to host localhost port 22: Connection refused
| deb http://ubuntu.cn99.com/ubuntu/ gutsy main restricted universe multiverse deb http://ubuntu.cn99.com/ubuntu/ gutsy-security main restricted universe multiverse deb http://ubuntu.cn99.com/ubuntu/ gutsy-updates main restricted universe multiverse deb http://ubuntu.cn99.com/ubuntu/ gutsy-proposed main restricted universe multiverse deb http://ubuntu.cn99.com/ubuntu/ gutsy-backports main restricted universe multiverse deb-src http://ubuntu.cn99.com/ubuntu/ gutsy main restricted universe multiverse deb-src http://ubuntu.cn99.com/ubuntu/ gutsy-security main restricted universe multiverse deb-src http://ubuntu.cn99.com/ubuntu/ gutsy-updates main restricted universe multiverse deb-src http://ubuntu.cn99.com/ubuntu/ gutsy-proposed main restricted universe multiverse deb-src http://ubuntu.cn99.com/ubuntu/ gutsy-backports main restricted universe multiverse deb http://ubuntu.cn99.com/ubuntu-cn/ gutsy main restricted universe multiverse deb http://archive.ubuntu.org.cn/ubuntu-cn/ gutsy main restricted universe multiverse |
然后一定执行:sudo apt-get update