最新发布第12页
centos 时间同步 - 恒星

centos 时间同步

一、安装部署时间同步1、安装服务,并加入自启动yum -y install chrony systemctl enable chronyd systemctl start chronyd2、第一台master节点配置Chrony的配置文件是/etc/chrony.conf# 使用 p...
Centos7部署ceph-14.2.22(nautilus)版集群(k8s对接外部ceph存储) - 恒星
MySQL运维---MySQL版本区别及管理 - 恒星

MySQL运维—MySQL版本区别及管理

一.MySQL5.6与MySQL5.7安装的区别 1、cmake的时候加入了bostorg 2、初始化时 使用mysqld --initialize 替代mysql_install_db,其它参数没有变化:--user= --basedir= --datadir= 3、--initializ...
nginx性能优化 - 恒星

nginx性能优化

nginx性能优化
开源中间件下载地址 - 恒星

开源中间件下载地址

序号中间件下载地址备注1nginxhttp://nginx.org/download/ 2kafkahttp://archive.apache.org/dist/kafka/ 3zookeeperhttps://archive.apache.org/dist/zookeeper/ 4anacondahttps://repo.ana...
小 刚的头像 - 恒星小 刚3年前
0860
等保测评-Linux等保三级检查命令 - 恒星

等保测评-Linux等保三级检查命令

一、操作系统1、查看文件权限查看该文件的权限 ls -la /var/log/audit/audit.log 查看如下文件的权限是否满足 ls -l /etc/passwd ls -l /etc/hosts ls -l /etc/login.defs ls -l /etc/hosts.all...