摘要: 有时候linux系统默认网卡是没启动的,需要手动启动网卡,启动方式如下 #编辑网卡配置文件 vim /etc/sysconfig/network-scripts/ifcfg-eth0 #修改配置参数 ONBOOT=yes 指令 查看IP地址 ifconfig 启动网卡eth0 ifup eth0 关 阅读全文
posted @ 2022-02-23 13:33 栗悟飯與龜波功 阅读(49) 评论(0) 推荐(0)
摘要: 1、在/etc/yum.repos.d/下新增文件MariaDB.repo,配置如下 [mariadb] name = MariaDB baseurl = http://yum.mariadb.org/10.4/centos8-amd64 module_hotfixes=1 gpgkey=https 阅读全文
posted @ 2022-02-23 11:23 栗悟飯與龜波功 阅读(467) 评论(0) 推荐(0)