卷狗日记
未读
Jenkins报错 Error 403 No valid crumb was included in the request 解决
本文由 简悦 SimpRead 转码, 原文地址 blog.csdn.net 现象 gitlab 连接 安装在容器中的 jenkins 时,如果使用的是高版本的 jenkins ,会出现 403 错误,Error 403 No valid crumb was included in the requ
卷狗日记
未读
Centos监测CPU温度
安装 lm_sensors sudo yum install -y lm_sensors
配置检测传感器 sudo sh -c "yes|sensors-detect"
查看CPU温度 sensors
卷狗日记
未读
docker-compose 安装Naocs(单机+mysql)
docker-compose.yml文件 version: "3"
services:
nacos:
image: nacos/nacos-server:v2.1.0
container_name: nacos
restart: always
privileged
卷狗日记
未读
Jenkins 插件安装失败解决办法
本文由 简悦 SimpRead 转码, 原文地址 blog.csdn.net Jenkins 插件安装失败解决办法 【Devops】【Jenkins】Jenkins 插件安装失败处理方法 - Angel 挤一挤 - 博客
卷狗日记
未读
Docker Compose 安装部署 Jenkins
本文由 简悦 SimpRead 转码, 原文地址 www.cnblogs.com 流水线可以让项目发布流程更加清晰,docker 可以大大减少 Jenkins 配置。 1、前言 数据卷挂载到 /var 磁盘目录下,因为该磁盘空间较大,后面需要挂载容器数据卷,以防内存吃紧。 为了可以留存启动Jenki
卷狗日记
未读
docker安装nextcloud备份/迁移步骤
1、停止旧服务 docker stop nextcloud
docker rm nextcloud
2、运行新服务 进入web端进行初始化设置 检查是否有报错,并解决 3、部分数据迁移 将数据拷贝到新服务的 files 路径下 例如只导入 admin 用户的数据,则拷贝到admin的目录下面 /
卷狗日记
未读
Centos7 复制文件显示进度
一、cp 命令简介 Centos7 自带的 cp、mv 命令是不支持 显示进度的,可以使用cp --help查看 [root@server2 ~]# cp --help
用法:cp [选项]... [-T] 源文件 目标文件
或:cp [选项]... 源文件... 目录
或:cp [选项]...
卷狗日记
未读
docker-compose 搭建 Prometheus+Grafana 监控系统
本文由 简悦 SimpRead 转码, 原文地址 www.cnblogs.com 有关监控选型之前有写过一篇文章: 监控系统选型,一文轻松搞定! 监控对象 Linux 服务器 Docker Redis MySQL 数据采集 1)、
卷狗日记
未读
CentOS挂载硬盘、U盘和局域网共享文件夹(防问要帐号要密码)
挂载硬盘、分区或 U 盘 查看连接的硬盘情况 [root@localhost ~]# fdisk -l [root@localhost ~]# fdisk -l
Disk /dev/sda:465.8 GiB,500106780160 字节,976771055 个扇区
单元:扇区 / 1 * 512