background picture of the home page

Hi,Friend

k8s

Kubernetes(k8s)介绍 Kubernetes(简称 K8s)是一个用于自动部署、扩展和管理容器化应用程序的开源系统,由 Google 公司发起并贡献给 Cloud Native Computing Foundation(CNCF)。它提供了跨多个主机的容器编排和管理功能,具有以下主要特点

thumbnail of the cover of the post

源码安装ffmpeg

[root@localhost yum.repos.d]# vi /etc/fstab [root@localhost yum.repos.d]# cat /etc/fstab # # /etc/fstab # Created by anaconda on Thu Sep 25 09:37:51

thumbnail of the cover of the post

centos7本地 YUM 源配置步骤

创建一个用于挂载 ISO 的目录 [root@localhost ~]# mkdir -p /mnt/centos_iso 挂载ISO镜像挂载到/mnt/centos_iso [root@localhost ~]# mount /dev/cdrom /mnt/centos_iso/ mount: /

thumbnail of the cover of the post

pve7.1升级到pve 9.0

首先介绍一下,我的cpui5-3570(Ivy Bridge 架构,2012 年发布)属于 64 位 x86 处理器,支持 Intel VT-x 虚拟化技术,满足 Proxmox VE 的最低系统要求pve.proxmox.com。无论是 Proxmox VE 8.x 还是 9.0 版本,均基于 D

thumbnail of the cover of the post

客户机添加新的证书

方案 1:临时跳过 TLS 验证(测试环境适用,快速生效) 适合临时测试,无需修改 Harbor 服务端证书,仅在客户端配置「信任该 Harbor 为不安全仓库」: 客户端操作步骤(以 Ubuntu/Debian 为例,CentOS 操作一致): 编辑客户端 Docker 配置文件 打开 / 新建

thumbnail of the cover of the post

系统Harbor 服务并启用自启

1:创建 Harbor 系统服务文件 新建服务文件 在 /etc/systemd/system/ 目录下创建 harbor.service(若已创建过可直接修改): bash sudo vim /etc/systemd/system/harbor.service 写入服务配置 内容如下(

thumbnail of the cover of the post

离线安装harbor 2.13.1

从官方下载这个https://github.com/goharbor/harbor/releases/download/v2.13.1/harbor-offline-installer-v2.13.1.tgz shitou@shitou:~$ sudo tar -zxvf harbor-offlin

thumbnail of the cover of the post

tomcat,镜像修改页面,

Tomcat 11.0.10 镜像出现 404,是因为新版官方镜像默认移除了 ROOT 目录下的默认欢迎页(webapps 目录为空,默认应用放在 webapps.dist 里),并非容器启动失败。以下是「验证 Tomcat 正常运行」和「恢复默认页」的步骤: 1. 先验证 Tomcat 服务是否真

thumbnail of the cover of the post

当你需要一个镜像时候,如何远程传输至本地

首先登录云服务器,将需要传输的镜像保存为 .tar 格式的文件: bash # 语法:docker save -o [导出的文件名.tar] [镜像名:标签] docker save -o my_image.tar nginx:latest # 示例:导出nginx镜像 从云服务器下载文件到局域网

thumbnail of the cover of the post