凡事都在事上磨,这样才能精进,成长进步提高! ------ 博客园首页
摘要: 1、安装NTP sudo yum -y install ntp12、使用 ntpdate 测试 NTP ntpdate pool.ntp.org13、查看服务器时间 date14、启动ntpd daemon,持续校准时间 systemctl start ntpd15、查看ntpd daemon是否启 阅读全文
posted @ 2022-08-14 23:43 追风fc 阅读(1712) 评论(0) 推荐(0)
摘要: 1 基础配置 系统:CentOS Linux release 7.9.2009 (Core)NginX版本:nginx-1.20.1 查看操作系统名称: cat /etc/centos-release 查看相关系统信息: uname -a uname --help 可以查看具体意义 2 安装依赖库 阅读全文
posted @ 2022-08-14 23:24 追风fc 阅读(1237) 评论(1) 推荐(0)
摘要: $xz -d ***.tar.xz $tar -xvf ***.tar 阅读全文
posted @ 2022-08-14 23:20 追风fc 阅读(110) 评论(0) 推荐(0)
摘要: 1、到node官网下载自己需要的压缩包(https://nodejs.org/zh-cn/download/) 下载后按照如下内容安装: [root@localhost ~]# tar -zxvf /usr/local/software/node-v14.7.0-linux-x64.tar.gz - 阅读全文
posted @ 2022-08-14 03:22 追风fc 阅读(1304) 评论(0) 推荐(0)