最新发布第12页
CentOS7 挂载LVM逻辑卷
# 假设此次添加的磁盘名称为vdb,并将此磁盘的所有空间都挂载到/data/下1、lsblk观察本机是否添加了空磁盘(因为空磁盘才能够进行分区和格式化,分区和格式化只能在空磁盘上进行,千万别弄错了...
mysql备份脚本
vim backup_mysqldata.sh #!/bin/bash # gzszwy计划任务,每天中午12点执行备份工作: 00 12 * * * bbders sh /home/gzszwy/shell/backup_mysqldata.sh if test ! -d /data/backup/mysql;then mk...
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...
centos 时间同步
一、安装部署时间同步1、安装服务,并加入自启动yum -y install chrony systemctl enable chronyd systemctl start chronyd2、第一台master节点配置Chrony的配置文件是/etc/chrony.conf# 使用 p...
DevOps全链路实战 | 第 1 天:全链路架构总览:从代码提交到灰度发布的完整管道设计
第 1/18 天 引言:为什么需要 DevOps 全链路实战? 在现代软件工程中,'DevOps'已经不再只是一个口号或工具清单,而是从代码提交到生产发布的完整工程化闭环。本系列「DevOps全链路实战」共 18 ...
等保测评-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版本区别及管理
一.MySQL5.6与MySQL5.7安装的区别 1、cmake的时候加入了bostorg 2、初始化时 使用mysqld --initialize 替代mysql_install_db,其它参数没有变化:--user= --basedir= --datadir= 3、--initializ...
开源中间件下载地址
序号中间件下载地址备注1nginxhttp://nginx.org/download/ 2kafkahttp://archive.apache.org/dist/kafka/ 3zookeeperhttps://archive.apache.org/dist/zookeeper/ 4anacondahttps://repo.ana...





















![表情[haobang] - 恒星](https://www.stellardata.top/wp-content/themes/zibll/img/smilies/haobang.gif)
![表情[tuosai] - 恒星](https://www.stellardata.top/wp-content/themes/zibll/img/smilies/tuosai.gif)







hello world 4个月前0
hello world hello world