会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
Jruing's Blog
不断内卷,卷出更好的明天
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
5
6
7
8
9
10
···
16
下一页
2023年2月16日
Docker 部署pushgateway
摘要: 拉取镜像 [root@VM-24-9-centos ~]# docker pull prom/pushgateway Using default tag: latest latest: Pulling from prom/pushgateway 22b70bddd3ac: Pull complete
阅读全文
posted @ 2023-02-16 22:31 Jruing
阅读(407)
评论(0)
推荐(0)
2023年2月8日
Linux配置代理
摘要: 临时代理 # http代理 export http_proxy="http://proxyServer:port/" export http_proxy="socks4://proxyServer:port/" #协议不同 # https代理 export https_proxy="https:/p
阅读全文
posted @ 2023-02-08 15:20 Jruing
阅读(2672)
评论(0)
推荐(0)
Prometheus笔记-Docker部署Prometheus
摘要: ## 拉取镜像 ``` docker pull prom/prometheus:latest ``` ## 创建网络 (可不用) ``` # 方便其他组件连接Prometheus docker network create prom-network --driver bridge ``` ## 持久
阅读全文
posted @ 2023-02-08 15:03 Jruing
阅读(144)
评论(0)
推荐(0)
2023年2月2日
Docker 在线安装教程
摘要: 环境准备 Centos 7.6(可以连接公网) 步骤 更新yum yum update 安装工具包 yum -y install yum-utils 设置yum源(以阿里云镜像源为例) yum-config-manager --add-repo http://mirrors.aliyun.com/d
阅读全文
posted @ 2023-02-02 14:10 Jruing
阅读(629)
评论(0)
推荐(0)
2023年1月31日
Golang导入其他模块
摘要: 配置GOPATH userLogin.go文件 在main.go导入其他模块 go mod init CMDB
阅读全文
posted @ 2023-01-31 14:08 Jruing
阅读(62)
评论(0)
推荐(0)
2023年1月18日
Prometheus Pushgateway数据推送失败(windows)
摘要: 环境 windows 10 pushgateway prometheus 问题 启动pushgateway及Prometheus后,通过curl往pushgateway推送数据出现以下问题 C:\Users\Jruing>echo 'cpu 2' | curl --data-binary @- ht
阅读全文
posted @ 2023-01-18 17:37 Jruing
阅读(1053)
评论(0)
推荐(0)
2023年1月17日
Docker笔记-容器镜像导入导出
摘要: 镜像导入导出 导出镜像 docker save 镜像id > 镜像名称.tar 导入镜像 docker save < 镜像名称.tar 容器导入导出 导出容器 docker export 容器id > 容器名称.tar 导入镜像 docker import 容器名称.tar
阅读全文
posted @ 2023-01-17 14:04 Jruing
阅读(35)
评论(0)
推荐(0)
Portainer笔记-安装
摘要: 新建数据卷 [root@VM-24-9-centos ~]# docker volume create portainer_data 拉取Portainer镜像 [root@VM-24-9-centos ~]# docker pull portainer/portainer-ce Using def
阅读全文
posted @ 2023-01-17 14:02 Jruing
阅读(79)
评论(0)
推荐(0)
Centos7 搭建FTP
摘要: 安装vsftpd yum install -y vsftpd 修改配置文件 cd /etc/vsftpd user_list # 白名单 ftpusers # 黑名单 vsftpd.conf # 配置文件 vi vsftpd.conf # 以下参数需要修改 anonymous_enable=no #
阅读全文
posted @ 2023-01-17 14:02 Jruing
阅读(49)
评论(0)
推荐(0)
Docker 安装Nginx及实践应用
摘要: 本文以下面链接文件为测试过程,为了方便,可以在本地把文件解压后重新压缩为 zip类型的压缩包 http://www.mobanwang.com/mb/UploadFiles_2010/lo202105/202105033.rar 拉取镜像 [root@VM-24-9-centos ~]# docke
阅读全文
posted @ 2023-01-17 13:57 Jruing
阅读(111)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
7
8
9
10
···
16
下一页
公告