CentOS7从零配置-持续更新

1、配置yum源(网址:阿里巴巴开源镜像站https://developer.aliyun.com/mirror/):

(1)curl -o /etc/yum.repos.d/CentOS-Base.repo https://mirrors.aliyun.com/repo/Centos-7.repo

(2)更新:yum update -y

2、配置WiFi(根据需求):

(1)安装WiFi驱动包:yum install NetworkManager-wifi -y

(2)重启NetworkManager:systemctl restart NetworkManager

(3)配置WiFi(见我“CentOS 7设置Wi-Fi”随笔:https://www.cnblogs.com/DotSDot/p/13197943.html

3、安装基础命令:

(1)vim tree wget lrzsz epel-release gcc libgcc gcc-c++ tcl git zip unzip net-tools nc stress rsync yum-utils device-mapper-persistent-data lvm2 pcre pcre-devel zlib zlib-devel openssl openssl-devel

 

4、安装mysql “https://www.cnblogs.com/DotSDot/p/13334506.html

 

posted @ 2020-07-04 10:27  遥~  阅读(152)  评论(0)    收藏  举报