1.安装VMware Tools

[root@localhost Desktop]# tar -zxvf /media/VMware Tools/VMwareTools-*.tar.gz -C /tmp
[root@localhost Desktop]# ./tmp/vm***/*.pl  */全部默认或有一项kernel modules输入yes也是可以

2.IP地址

[root@localhost Desktop]# vim /etc/sysconfig/network-scripts/ifcfg-eth0

 ifcfg-eth0编辑

ONBOOT=yes     */自启动
BOOTPROTO=static  */如改成DHCP,下面选项忽略
IPADDR=*.*.*.*
NETMASK=*.*.*.*
GATEWAY=*.*.*.*
DNS1=*.*.*.*
[root@localhost Desktop]# service network restart   */重启网卡

3.Yum源替换与更新

版本不同下载的版本也不同请访问:

    3.1 阿里云 http://mirrors.aliyun.com/help/centos

    3.2 中国科学技术大学 http://mirrors.ustc.edu.cn/ 建议    

[root@localhost Desktop]# wget -O CentOS-Base.repo https://lug.ustc.edu.cn/wiki/_export/code/mirrors/help/centos?codeblock=2     */该版本为6
[root@localhost Desktop]# yum makecache
[root@localhost Desktop]# yum update   */根据情况更新

     其它版本访问:https://lug.ustc.edu.cn/wiki/mirrors/help/centos

4.时钟更新

    4.1 自动更新时间:

[root@localhost Desktop]# yum install ntp
[root@localhost Desktop]# ntpdate cn.pool.ntp.org