最新发布第6页
iptables规则 - 恒星

iptables规则

屏蔽无关端口号ipset create allowed_ips hash:net #创建ipset存储白名单 iptables -A INPUT -m set --match-set allowed_ips src -j ACCEPT #允许白名单内的所有ip访问 iptables -A INPUT -j R...
小 刚的头像 - 恒星小 刚1年前
0250
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存储) - 恒星
KVM虚拟化-虚拟机硬盘的热添加和扩容 - 恒星

KVM虚拟化-虚拟机硬盘的热添加和扩容

KVM虚拟化-虚拟机硬盘的热添加和扩容
小 刚的头像 - 恒星小 刚6年前
01908
群晖必装软(一)-docker安装使用教程 - 恒星

群晖必装软(一)-docker安装使用教程

群晖必装软(一)-docker安装使用教程
小 刚的头像 - 恒星小 刚3年前
015410
等保测评-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...
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
Centos7二进制部署k8s-v1.20.4(kube-apiserver) - 恒星

Centos7二进制部署k8s-v1.20.4(kube-apiserver)

Centos7二进制部署k8s-v1.20.4(kube-apiserver)
小 刚的头像 - 恒星小 刚5年前
032710
Apache Doris集群(一)安装部署 - 恒星
docker 批量导入镜像 - 恒星

docker 批量导入镜像

docker、镜像批量导入、导出