会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
代码诠释的世界
博客园
首页
新随笔
联系
管理
订阅
上一页
1
···
38
39
40
41
42
43
44
45
46
···
51
下一页
2022年1月13日
【win10】添加mac主机ssh免密密钥到本机
摘要: 1. 复制密钥到主机 复制到你自己win主机的 ssh目录, C:\Users\xxxx\.ssh\id_rsa_some,自己命个名 2. 添加密钥 报错: Error connecting to agent: No such file or directory 解决方法:【以管理员身份运行】运行
阅读全文
posted @ 2022-01-13 18:01 代码诠释的世界
阅读(270)
评论(0)
推荐(0)
2022年1月12日
【java】ubuntu18.04运行jar包报错,error unable to access jarfile
摘要: 由于开发给了个jar,本地搭建个环境 然后运行就报错error unable to access jarfile java -jar antenna-server-1.0.0-jar 实际是包名不对,不是“-”, 应该是“.”
阅读全文
posted @ 2022-01-12 17:02 代码诠释的世界
阅读(905)
评论(0)
推荐(0)
【ubuntu 18.04】安装sendmail
摘要: 1. 官网 https://www.proofpoint.com/us/products/email-protection/open-source-email-solution 2. 使用qq/163/126免费个人邮箱,申请获取授权码 3. smtp 非ssl #!/bin/bash read -
阅读全文
posted @ 2022-01-12 14:37 代码诠释的世界
阅读(135)
评论(0)
推荐(0)
2022年1月10日
【python】logging日志保留json输出格式
摘要: 1. 默认打印是一行的 debug_logger.info(f'[rsp json] {rsp.json()}') 2022-01-10 20:38:53,108 | root | INFO | [rsp json] {'code': 200, 'msg': 'SUCCESS', 'data': {
阅读全文
posted @ 2022-01-10 20:45 代码诠释的世界
阅读(493)
评论(0)
推荐(0)
【jenkins】Cannot uninstall 'PyYAML'. It is a distutils installed project and thus we cannot accurately determine which files belong to it which would lead to only a partial uninstall
摘要: 1. 开始我是用sudo去安装, 可能用到了系统环境 sudo pip3 install -r requirements.txt 2. 改成如下即可 pip3 install -r requirements.txt --user
阅读全文
posted @ 2022-01-10 17:27 代码诠释的世界
阅读(98)
评论(0)
推荐(0)
【jenkins】sudo: no tty present and no askpass program specified
摘要: 由于帐号并没有开启免密码导致的 假设当前帐号为jenkins 1 打开sudoers sudo vim /etc/sudoers 2 添加免密码 jenkins ALL = NOPASSWD: ALL
阅读全文
posted @ 2022-01-10 17:09 代码诠释的世界
阅读(185)
评论(0)
推荐(0)
2022年1月6日
【jenkins】为jenkins构建项目配置邮件通知
摘要: 1. 打开系统配置,配置 Extended E-mail Notification 注意添加认证凭据 2. 打开系统配置,配置邮件通知 3. 为maven构建项目配置邮件通知 基本默认即可 4. 手动触发,查看邮件发送 到此基本完成 参考:https://www.cnblogs.com/imyalo
阅读全文
posted @ 2022-01-06 19:20 代码诠释的世界
阅读(85)
评论(0)
推荐(0)
【ubuntu 18.04】安装Dnsmasq,配置内网DNS服务器
摘要: 一、相关文档 https://wiki.archlinux.org/title/Dnsmasq 二、安装 Ubuntu 18.04附带了systemd-resolve,需要禁用它,因为它绑定到53端口,与Dnsmasq端口冲突。 运行以下命令以禁用已解析的服务: sudo systemctl dis
阅读全文
posted @ 2022-01-06 16:35 代码诠释的世界
阅读(2732)
评论(0)
推荐(0)
【ubuntu 18.04】docker安装ewomail邮件服务器
摘要: 1. 官网 # http://doc.ewomail.com/docs/ewomail/install 2. docker hub 镜像 # https://registry.hub.docker.com/r/bestwu/ewomail 3. 安装docker https://www.cnblog
阅读全文
posted @ 2022-01-06 15:45 代码诠释的世界
阅读(2130)
评论(0)
推荐(1)
2021年12月28日
【ubuntu 18.04】安装sonarqube9.2.4
摘要: 1. 官网 https://docs.sonarqube.org/8.9/setup/install-server/ 文档 Try Out SonarQube | SonarQube Docs 2. 安装Java环境 https://www.cnblogs.com/fireblackman/p/15
阅读全文
posted @ 2021-12-28 17:45 代码诠释的世界
阅读(562)
评论(0)
推荐(0)
上一页
1
···
38
39
40
41
42
43
44
45
46
···
51
下一页
公告