VMware Workstation 虛擬機安裝CentOS後續操做

1.安裝VMware Toolsvim

[root@localhost Desktop]# tar -zxvf /media/VMware Tools/VMwareTools-*.tar.gz -C /tmp
[root@localhost Desktop]# ./tmp/vm***/./*.pl  */所有默認或有一項kernel modules輸入yes也是能夠

2.IP地址centos

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

 ifcfg-eth0編輯bash

ONBOOT=yes     */自啓動
BOOTPROTO=static  */如改爲DHCP,下面選項忽略
IPADDR=*.*.*.*
NETMASK=*.*.*.*
GATEWAY=*.*.*.*
DNS1=*.*.*.*
[root@localhost Desktop]# service network restart   */重啓網卡

3.Yum源替換與更新ide

版本不一樣下載的版本也不一樣請訪問:阿里雲

    3.1 阿里雲 http://mirrors.aliyun.com/help/centosrest

    3.2 中國科學技術大學 http://mirrors.ustc.edu.cn/ 建議    code

[root@localhost Desktop]# cd /etc/yum.repos.d
[root@localhost yum.repos.d]# mv CentOS-Base.repo CentOS-Base.repo.backup
[root@localhost yum.repos.d]# wget -O CentOS-Base.repo https://lug.ustc.edu.cn/wiki/_export/code/mirrors/help/centos?codeblock=2     */該版本爲6
[root@localhost yum.repos.d]# yum makecache
[root@localhost yum.repos.d]# yum update   */根據狀況更新

     其它版本訪問:https://lug.ustc.edu.cn/wiki/mirrors/help/centosip

4.時鐘更新get

    4.1 自動更新時間:it

[root@localhost Desktop]# yum install ntp
[root@localhost Desktop]# ntpdate cn.pool.ntp.org
相關文章
相關標籤/搜索