上一页 1 ··· 37 38 39 40 41 42 43 44 45 ··· 88 下一页
摘要: 安装 choco Chocolatey Software | Installing Chocolatey 以管理员身份运行Windows Power Shell 执行下面的命令: Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Ne 阅读全文
posted @ 2021-10-13 14:49 徐同保 阅读(9) 评论(0) 推荐(0) 编辑
摘要: const net = require('net') const portUsed = (port) => { return new Promise((resolve, reject) => { let server = net.createServer().listen(port) server. 阅读全文
posted @ 2021-10-13 11:43 徐同保 阅读(11) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2021-10-12 17:23 徐同保 阅读(44) 评论(0) 推荐(0) 编辑
摘要: nginx.conf: #user nobody; worker_processes 1; #error_log logs/error.log; #error_log logs/error.log notice; #error_log logs/error.log info; #pid logs/n 阅读全文
posted @ 2021-10-12 11:22 徐同保 阅读(0) 评论(0) 推荐(0) 编辑
摘要: 可视化管理前端项目测试环境,多分支,多测试环境: jenkins自动化部署: 分支选择: http://39.97.238.175:81/ 阅读全文
posted @ 2021-10-11 17:46 徐同保 阅读(0) 评论(0) 推荐(0) 编辑
摘要: ChrootDirectory C:\Jenkins\workspace 阅读全文
posted @ 2021-10-11 16:30 徐同保 阅读(6) 评论(0) 推荐(0) 编辑
摘要: 下载链接: http://www.ucbug.com/soft/23489.html 阅读全文
posted @ 2021-10-11 15:29 徐同保 阅读(0) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2021-10-11 15:00 徐同保 阅读(9) 评论(0) 推荐(0) 编辑
摘要: sshd_config: 确保以下3条没有被注释 PubkeyAuthentication yes AuthorizedKeysFile .ssh/authorized_keys PasswordAuthentication no (需要将默认的yes改为no,很重要) 确保以下2条有注释掉 #Ma 阅读全文
posted @ 2021-10-11 14:43 徐同保 阅读(5) 评论(0) 推荐(0) 编辑
摘要: 下载软件(OpenSSH-Win64.zip):Releases · PowerShell/Win32-OpenSSH · GitHub 解压后,在install-sshd.ps1文件上点击右键,使用PowerSheel运行: 或者执行下面的命令来安装sshd服务 powershell.exe -E 阅读全文
posted @ 2021-10-11 14:11 徐同保 阅读(7) 评论(0) 推荐(0) 编辑
上一页 1 ··· 37 38 39 40 41 42 43 44 45 ··· 88 下一页