摘要: 1. 安装桌面,安装时选择了Desktop可以忽略# yum groupinstall Desktop# yum install gnome-core xfce4 firefox2. 安装VNC server# yum install tigervnc-server3. 配置服务# chkconfi... 阅读全文
posted @ 2015-12-09 15:32 木木薯薯 阅读(173) 评论(0) 推荐(0)
摘要: 1. 安装# yum install nfs* -y2. 设置服务# service rpcbind start# chkconfig rpcbind on# service nfs start# chkconfig nfs on3. 修改配置文件# vi /etc/exports编辑文件,加入下面... 阅读全文
posted @ 2015-12-09 11:22 木木薯薯 阅读(208) 评论(0) 推荐(0)