24
2020
11

centos7设置时区和校准时间

查看时间、时区信息timedatectl设置时区timedatectl set-timezone Asia/Shanghai使用 ntpdate 更新系统时间ntpdate pool.ntp.org启动自动校准时间服务systemctl start ntpd
11
2020
11

Centos7 编辑网卡 ip地址

查看当前ip网卡名称ifconfigvi /etc/sysconfig/network-scripts/ifcfg-ens33  BOOTPROTO=DHCP 或 static
11
2020
11

Centos7 安装MySQL tar.gz方式 安装后 不能直接mysql运行

tar.gz方式安装完成后可能会出现command not found