03 2024 档案
摘要:linux部署Minio 1、官网https://min.io/docs/minio/linux/index.html?ref=docs-redirect下载minio程序运行文件, wget wget https://dl.min.io/server/minio/release/linux-amd
阅读全文
摘要:场景: 在CentOS系统中,添加了一块大于2T的数据盘 使用fdisk /dev/xxx 的方式划分该盘时提示: The size of this disk is 2 TiB (2199023255552 bytes). DOS partition table format cannot be u
阅读全文
摘要:CentOS8安装postgresql13和postgis 这里使用的是8.5.2111操作系统版本,首先解决一下网络源的问题。 检验dnf是否能正常使用,顺便安装wget dnf -y install wget 一、安装postgresql13 1、配置postgresql官网提供的网络源 dnf
阅读全文
摘要:CentOS8使用yum报错:Cannot prepare internal mirrorlist: No URLs in mirrorlist 报错信息:错误:为仓库 'appstream' 下载元数据失败 : Cannot prepare internal mirrorlist: No URLs
阅读全文
摘要:prometheus监控+alertmanager告警 配置告警规则 1、创建规则目录 mkdir /usr/local/prometheus/rules 2、编写告警规则文件。 vim /usr/local/prometheus/rules/rule.yml #添加以下配置 groups: - n
阅读全文