会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
威尔逊不背锅
博客园
首页
新随笔
联系
订阅
管理
2025年8月25日
windows server 多用户同时远程登录(2+)使用RDP wrapper工具实现参考
摘要: 借鉴:https://blog.csdn.net/weixin_46031767/article/details/122937892仅作参考。 | 项目 | 说明 | 下载地址 || | | || **官方原版(已停更)** | 原作者 stascorp 最后维护版本 v1.6.2 | [GitHu
阅读全文
posted @ 2025-08-25 14:43 威尔逊不背锅
阅读(160)
评论(0)
推荐(0)
2024年6月19日
如何将国外的docker镜像转存到自己的阿里云镜像仓库
摘要: 参考:https://www.zhihu.com/question/607500671/answer/3534734215 配置阿里云docker镜像仓库 登录阿里云容器镜像服务 首先我们需要登录到阿里云容器镜像服务 https://cr.console.aliyun.com/ _202406182
阅读全文
posted @ 2024-06-19 15:04 威尔逊不背锅
阅读(983)
评论(0)
推荐(0)
Docker镜像加速站
摘要: 参考:https://zhuanlan.zhihu.com/p/704119891 Docker镜像加速站 为了加速镜像拉取,使用以下命令设置registry mirror 支持系统:Ubuntu 16.04+、Debian 8+、CentOS 7+ sudo mkdir -p /etc/docke
阅读全文
posted @ 2024-06-19 15:01 威尔逊不背锅
阅读(72)
评论(0)
推荐(0)
2024年1月24日
Nginx正向代理https
摘要: Nginx支持正向代理http协议,但是不支持https协议,如果需要Nginx实现https协议的正向代理,需要使用第三方模块。 参考地址: https://blog.csdn.net/weixin_43834401/article/details/130670792 Nginx下载地址:http
阅读全文
posted @ 2024-01-24 09:50 威尔逊不背锅
阅读(775)
评论(0)
推荐(0)
2023年2月2日
docker 安装 jenkins快速版
摘要: 创建持久化存储 mkdir -p /home/wilson/jenkinslast && chmod 777 /home/wilson/jenkinslast mkdir -p /home/wilson/scanner && chmod 777 /home/wilson/scanner mkdir
阅读全文
posted @ 2023-02-02 11:04 威尔逊不背锅
阅读(25)
评论(0)
推荐(0)
2022年12月1日
docker安装gitlab
摘要: 一、 部署gitlab 1.1 拉取gitlab镜像 # gitlab-ce为稳定版本,后面不填写版本则默认pull最新latest版本# 注意需要配置镜像加速器,不然会非常慢 1 docker pull gitlab/gitlab-ce 1.2 运行gitlab镜像 docker run -d \
阅读全文
posted @ 2022-12-01 14:10 威尔逊不背锅
阅读(876)
评论(0)
推荐(0)
2022年9月23日
jenkins主从部署
摘要: 参考:https://www.jianshu.com/p/8f2d27c38373 前提: 1、主服务按照常规方式部署jenkins服务 2、主从服务器均安装jdk(建议版本一致) 3、主服务ip:10.0.1.100,从服务ip:10.0.1.200 主服务ssh密钥生成 1、登录主服务器:ssh
阅读全文
posted @ 2022-09-23 16:18 威尔逊不背锅
阅读(649)
评论(0)
推荐(0)
2022年7月7日
CentOS7安装mercurial(hg)
摘要: 参考资料: https://blog.csdn.net/u012120103/article/details/116110195 http://www.360doc.com/content/12/0803/16/10487218_228137702.shtml https://www.iteye.c
阅读全文
posted @ 2022-07-07 19:58 威尔逊不背锅
阅读(373)
评论(0)
推荐(0)
CentOS7安装gerrit
摘要: 参考资料: https://www.cnblogs.com/robert871126/p/10416673.html http://www.vzidc.com/news/content/5141.html https://www.likecs.com/show-306110801.html http
阅读全文
posted @ 2022-07-07 19:28 威尔逊不背锅
阅读(790)
评论(0)
推荐(0)
2022年6月17日
通过mvn deploy 上传本地项目到nexus私服
摘要: 【转】:https://baijiahao.baidu.com/s?id=1728616999196653975&wfr=spider&for=pc 优化说明: 1、修改maven配置文件server.xml,在<servers>下插入 <server> <id>deploy-release</id
阅读全文
posted @ 2022-06-17 18:25 威尔逊不背锅
阅读(323)
评论(0)
推荐(0)
下一页
公告