首页 > Web开发 > 详细

centos7 connect internet

时间:2015-12-18 18:48:46      阅读:235      评论:0      收藏:0      [点我收藏+]

First, if it can not connect to internet

1. input ‘su‘ to enter root

2. ls /etc/sysconfig/network-scripts/

3. remember the name of file ifcfg-enXXXXX

4.gedit file in 3, change ONBOOT to yes

5. service network restart

OK

Second, install chrome

1. su root

2. cd /etc/yum.repos.d/

3.gedit google.repo

4. input below into the file

name=Google-x86_64

baseurl=http://dl.google.com/linux/rpm/stable/x86_64

enabled=1

gpgcheck=0

gpgkey=https://dl-ssl.google.com/linux/linux_signing_key.pub

5. yum install google-chrome-stable

 

centos7 connect internet

原文:http://www.cnblogs.com/chuiyuan/p/5057702.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!