会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
lfxx
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
5
6
7
8
9
···
13
下一页
2024年5月15日
Centos7 添加命令做系统服务
摘要: 1、在/usr/lib/systemd/system/创建xxx.service,其中xxx是服务名,如/usr/lib/systemd/system/node_exporter.service vim /usr/lib/systemd/system/node_exporter.service [U
阅读全文
posted @ 2024-05-15 10:33 苦逼yw
阅读(99)
评论(0)
推荐(0)
2024年5月14日
sql左连接、右链接、内连接
摘要: https://blog.csdn.net/qq_42428269/article/details/86255488
阅读全文
posted @ 2024-05-14 15:32 苦逼yw
阅读(14)
评论(0)
推荐(0)
2024年5月8日
python 构建jenkins job
摘要: 学习文档: https://www.cnblogs.com/hujinzhong/p/14593293.html https://blog.csdn.net/qq_45939519/article/details/121052408 官方文档: https://python-jenkins.read
阅读全文
posted @ 2024-05-08 17:00 苦逼yw
阅读(133)
评论(0)
推荐(0)
2024年5月7日
docker-compose 安装 harbor
摘要: 参考:https://blog.csdn.net/ladymorgana/article/details/129945010 1、在https://github.com/goharbor/harbor/releases下载harbor-offline-installer-v2.10.1.tgz 2、
阅读全文
posted @ 2024-05-07 17:48 苦逼yw
阅读(335)
评论(0)
推荐(0)
yum 安装 jenkins
摘要: 1、添加Jenkins仓库 sudo wget -O /etc/yum.repos.d/jenkins.repo https://pkg.jenkins.io/redhat-stable/jenkins.repo sudo rpm --import https://pkg.jenkins.io/re
阅读全文
posted @ 2024-05-07 16:44 苦逼yw
阅读(318)
评论(0)
推荐(0)
2024年3月29日
squid 代理转发内网服务器
摘要: 参考:https://www.cnblogs.com/ssgeek/p/12302135.html 参考:https://blog.51cto.com/zhangxueliang/2970035 需要连外网的服务器被squid代理所有命令,注意:会影响k8s集群 1、添加环境变量 vim /etc/
阅读全文
posted @ 2024-03-29 10:42 苦逼yw
阅读(79)
评论(0)
推荐(0)
2024年3月26日
java打包docker镜像
摘要: 参考:https://blog.csdn.net/liuxianwen1990/article/details/136256490 1,把jar包复制/opt/test, cd到这个目录下 2,创建Dockerfile文件, jdk8版本 vim Dockerfile FROM openjdk:8-
阅读全文
posted @ 2024-03-26 11:27 苦逼yw
阅读(271)
评论(0)
推荐(0)
2024年3月20日
centos7 安装rocketmq
摘要: RocketMQ 介绍 RocketMQ 是一个分布式消息中间件系统,最初由阿里巴巴开发,并且后来成为 Apache 顶级项目。它支持高吞吐量、高可靠性、低延迟的消息传递,并广泛应用于分布式系统和微服务架构中。RocketMQ 在分布式消息队列中具有高可用性和可伸缩性,能够处理大规模的数据流和事件驱
阅读全文
posted @ 2024-03-20 11:39 苦逼yw
阅读(972)
评论(0)
推荐(0)
2024年3月18日
istio
摘要: 参考:https://www.cnblogs.com/liugp/p/16970574.html istio最重要的是istio gateway和istio VirtualService,istio VirtualService需要指定绑定哪个istio gateway 在 Kubernetes (
阅读全文
posted @ 2024-03-18 15:26 苦逼yw
阅读(38)
评论(0)
推荐(0)
2024年3月12日
k8s 1.23 nfs动态存储nfs-subdir4.0.18
摘要: 参考 https://blog.csdn.net/m0_51510236/article/details/132641343 nfs服务器:192.168.18.12 master:192.168.18.11 nfs动态存储只能应用在一个namespace,其他namespace可以自定义pv 1、
阅读全文
posted @ 2024-03-12 23:23 苦逼yw
阅读(351)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
7
8
9
···
13
下一页