posts - 158,  comments - 0,  views - 11万
< 2025年3月 >
23 24 25 26 27 28 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31 1 2 3 4 5
01 2023 档案
CentOS Stream/Rocky Linux/AlmaLinux 8和9旧内核删除
摘要:一、查看当前使用的内核版本 uname -a 二、查询当前已安装的所有内核 rpm -qa | grep kernel 三、删除未使用的内核 dnf remove --oldinstallonly --setopt installonly_limit=2 kernel 注意:操作有风险,需谨慎处理 阅读全文
posted @ 2023-01-20 11:47 a120608yby 编辑
Rocky Linux 9 安装 PostgreSQL 12 和 PostGIS
摘要:1、安装和启用EPEL、CRB、PostgreSQL仓库 dnf config-manager --set-enabled crb dnf -y install epel-release dnf -y install https://download.postgresql.org/pub/repos 阅读全文
posted @ 2023-01-20 11:40 a120608yby 编辑
Portainer CE 安装
摘要:一、Portainer架构 二、基于Docker-Compose部署 # vim docker-compose.yaml version: '3' services: portainer-server: image: portainer/portainer-ce:latest container_n 阅读全文
posted @ 2023-01-19 14:20 a120608yby 编辑
Rinetd 安装
摘要:1、CentOS 7可通过编译好的RPM包直接安装 地址:http://li.nux.ro/download/nux/misc/el7/x86_64//rinetd-0.62-9.el7.nux.x86_64.rpm 2、源码编译安装 # 克隆代码 git clone https://github. 阅读全文
posted @ 2023-01-17 16:25 a120608yby 编辑
WiKi.js 基于 Docker 部署
摘要:一、Docker、Docker-Compose安装 https://www.cnblogs.com/a120608yby/p/9883175.html https://www.cnblogs.com/a120608yby/p/14582853.html 二、基于Docker-Compose部署WiK 阅读全文
posted @ 2023-01-17 15:34 a120608yby 编辑

点击右上角即可分享
微信分享提示