安装了Ubuntu11.04之后,发现VMTools是安装好的,不过其实有些模块并没有安装正确,比如共享文件夹mnt/hgfs下面是空的。 经过一番搜索和实验,发现可以通过如下方式解决: 1 sudo apt-get install open-vm-dkms 2 3 sudo vim /etc/fstab: 4 .host:/ /mnt/hgfs vmhgfs defaults,ttl=5 0 0 5 6 sudo reboot(这里执行的是:sudo -s 和reboot) 7 press s to skip mount failure 8 9 mount -a |
ssh-server配置文件位于/ etc/ssh/sshd_config,在这里可以定义SSH的服务端口,默认端口是22.
$ifconfig 查看自己的IP,然后在windows下配置SSH。主机名就填写这个IP地址,然后用户名是ubuntu下的用户名,连接的时候会要求输入密码..
Ubuntu下的使用方法:
使用如下命令:sudo gedit /etc/apt/sources.list
请编辑/etc/apt/sources.list
,用下面的内容替换:
deb http://mirrors.ustc.edu.cn/ubuntu/ natty main restricted universe multiverse
deb http://mirrors.ustc.edu.cn/ubuntu/ natty-backports main restricted universe multiverse
deb http://mirrors.ustc.edu.cn/ubuntu/ natty-proposed main restricted universe multiverse
deb http://mirrors.ustc.edu.cn/ubuntu/ natty-security main restricted universe multiverse
deb http://mirrors.ustc.edu.cn/ubuntu/ natty-updates main restricted universe multiverse
deb-src http://mirrors.ustc.edu.cn/ubuntu/ natty main restricted universe multiverse
deb-src http://mirrors.ustc.edu.cn/ubuntu/ natty-backports main restricted universe multiverse
deb-src http://mirrors.ustc.edu.cn/ubuntu/ natty-proposed main restricted universe multiverse
deb-src http://mirrors.ustc.edu.cn/ubuntu/ natty-security main restricted universe multiverse
deb-src http://mirrors.ustc.edu.cn/ubuntu/ natty-updates main restricted universe multiverse
文章评论(0条评论)
登录后参与讨论