摘要: https://blog.csdn.net/qq_40437152/article/details/119639687 阅读全文
posted @ 2022-07-18 18:37 Arborblog 阅读(18) 评论(0) 推荐(0) 编辑
摘要: yum install vim 阅读全文
posted @ 2022-07-18 18:13 Arborblog 阅读(85) 评论(0) 推荐(0) 编辑
摘要: 时间 先要开启网络 安装ntpdate yum install ntpdate -y 同步网络时间 ntpdate ntp1.aliyun.com 保存为bios时间 同步BIOS时钟,强制将系统时间写入CMOS,使之永久生效,避免系统重启后恢复成原时间。 clock -w 将系统时间写入硬件时间 阅读全文
posted @ 2022-07-18 16:26 Arborblog 阅读(223) 评论(0) 推荐(0) 编辑
摘要: 启动网卡,查看ip地址 1.编辑网卡配置,命令如下 vi /etc/sysconfig/network-scripts/ifcfg-ens33 2.按 "I”: 即切换到“插入”状态 3.按键盘的下键,把光标移动到,ONBOOT=no的后面 4.把no,改为yes,改后效果:ONBOOT=yes 5 阅读全文
posted @ 2022-07-18 15:37 Arborblog 阅读(1103) 评论(0) 推荐(0) 编辑