centos7安装图形界面

安装完成后查看ip

ip addr 不可用

配置IP:

vi /etc/sysconfig/network-scripts/ifcfg-ens33

sudo service network restart


yum -y install wget
yum -y install setup
yum -y install perl


centos7安装图形界面:
yum groupinstall "GNOME Desktop" "Graphical Administration Tools"
ln -sf /lib/systemd/system/runlevel5.target /etc/systemd/system/default.target
reboot


shutdown -h now

你可能感兴趣的:(工具,linux,服务器,运维)