摘要:
一、jenkins官网下载镜像仓库 https://www.jenkins.io/download/ 选择一个版本,点击切换下载说明页面。这里以2.319.1为例。 1、 下载镜像仓库jenkins.repo wget -O /etc/yum.repos.d/jenkins.repo https:/ 阅读全文
摘要:
仓库url:https://repo1.maven.org/maven2/。 以仓库url为起始路径,后面再根据要下载的jar包进行编辑。 eg:下载slf4j-api-1.7.31.jar。 1. 百度搜索slf4j-api maven,如下图,获取到groupIdartifactId、versi 阅读全文
摘要:
参考URL:https://www.cnblogs.com/poloyy/category/1870863.html 脚本 #!/bin/bash #author:wilson #date:2021-11-04 #desc:install docker from aliyun #remove old 阅读全文
摘要:
准备工作 1.1 工具 网上下载的,很多。我这里也有,嘿嘿。 URL:https://pan.baidu.com/s/1JPNmTtoNYxllUdLabT1j5w 提取码:4lso SHA256校验码:ba312d716ce7f96f5074aec5b5d5db5c1e322a3a67f475de 阅读全文
摘要:
跨主机网络断点续传(需要远程主机的root密码) 1、命令格式 1 rsync -P --rsh=ssh [source file] [desip:path] 2、操作方式 2.1、启动传输任务 1 rsync -P --rsh=ssh hwtestes.tar.gz 10.0.1.33:/home 阅读全文