码迷,mamicode.com
首页 > 系统相关 > 详细

VMware Workstation 安装完CentOS后续操作

时间:2017-08-24 20:18:47      阅读:139      评论:0      收藏:0      [点我收藏+]

标签:yum   时间   centos   

1.安装VMware Tools

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

2.IP地址

vim /etc/sysconfig/network-scripts/ifcfg-eth0

 ifcfg-eth0编辑

ONBOOT=yes      */自启动
BOOTPROTO=static  */如改成DHCP,下面选项忽略
IPADDR=*.*.*.*
NETMASK=*.*.*.*
GATEWAY=*.*.*.*
DNS1=*.*.*.*

3.Yum源替换与更新

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

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

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

wget -O CentOS-Base.repo 
https://lug.ustc.edu.cn/wiki/_export/code/mirrors/help/centos?codeblock=2
*/该版本为6

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

4.时钟更新

    4.1 自动更新时间:

yum install ntp
ntpdate cn.pool.ntp.org



本文出自 “无极” 博客,请务必保留此出处http://xyvariable.blog.51cto.com/18341/1959112

VMware Workstation 安装完CentOS后续操作

标签:yum   时间   centos   

原文地址:http://xyvariable.blog.51cto.com/18341/1959112

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!