摘要: 升级前查看 https://docs.sonarsource.com/sonarqube/latest/setup/upgrading 升级版本要遵循官网给出的递升循序,因此我们9.6的版本需要先升级到 9.9,才能升级到 10.4 1、从 9.6 升级到 9.9 - 停止 9.6 程序。 - 将 阅读全文
posted @ 2024-02-21 09:46 linyouyi 阅读(100) 评论(0) 推荐(0) 编辑
摘要: 查看磁盘,找到自己的U盘 [root@localhost ~]# fdisk -l 磁盘 /dev/sdb:31.0 GB, 31037849600 字节,60620800 个扇区 Units = 扇区 of 1 * 512 = 512 bytes 扇区大小(逻辑/物理):512 字节 / 512 阅读全文
posted @ 2023-02-17 16:26 linyouyi 阅读(280) 评论(0) 推荐(0) 编辑
摘要: 修改 /etc/gitlab/gitlab.rb gitlab_rails['gravatar_plain_url'] = 'https://gravatar.loli.net/avatar/%{hash}?s=%{size}&d=identicon' gitlab_rails['gravatar_ 阅读全文
posted @ 2022-10-17 16:19 linyouyi 阅读(220) 评论(0) 推荐(0) 编辑
摘要: gitea代码仓库转移到gitlab后 [root@devops u8eai]# git pull error: RPC failed; result=22, HTTP code = 413 fatal: The remote end hung up unexpectedly 解决:1、修改 /et 阅读全文
posted @ 2022-10-17 14:41 linyouyi 阅读(210) 评论(0) 推荐(0) 编辑
摘要: 默认运行的组件 [root@gitlab opt]# gitlab-ctl status run: alertmanager: (pid 3474) 1289193s; run: log: (pid 1915) 1260609s run: gitaly: (pid 3581) 1289192s; r 阅读全文
posted @ 2022-10-14 09:41 linyouyi 阅读(1326) 评论(0) 推荐(0) 编辑
摘要: SonarQube与GitLab集成_椰汁菠萝的博客-CSDN博客_gitlab sonarqube 注意:如果使用的是 内网假域名 一定要到在 sonarqube 容器里面设置 /etc/hosts 映射 ,不然页面会显示“无权访问此页。请联系管理员”,后台报 “ web[AYPRT0Vae/VG 阅读全文
posted @ 2022-10-13 20:32 linyouyi 阅读(352) 评论(0) 推荐(0) 编辑
摘要: 近 Google 突然关停了「谷歌翻译中国版」以及「谷歌地图中国版」两大重磅产品,让无数人惊讶!官方称原因是用户使用率太低。这次关停不单是网页版,依靠其服务的相关功能也会受到影响。 比如谷歌浏览器「Google Chrome」目前是国内使用率最高的浏览器之一,此次停服则直接影响了浏览器内置的 「自动 阅读全文
posted @ 2022-10-13 09:30 linyouyi 阅读(1528) 评论(0) 推荐(0) 编辑
摘要: 一、环境准备 1、安装node.js 下载地址:https://nodejs.org/en/ D:\vue3>node -v v16.17.0 D:\vue3>npm -v 8.15.0 npm会随着node.js一起安装,所以,只要是node.js正常安装,就代表npm已经安装。检测方式:cmd命 阅读全文
posted @ 2022-09-15 15:35 linyouyi 阅读(1001) 评论(0) 推荐(0) 编辑
摘要: 编译安装 ./configure --prefix=/usr/share/nginx --sbin-path=/usr/sbin/nginx --modules-path=/usr/lib64/nginx/modules --conf-path=/etc/nginx/nginx.conf --err 阅读全文
posted @ 2022-09-08 09:23 linyouyi 阅读(1512) 评论(0) 推荐(0) 编辑
摘要: 利用python中的语句输出python中的所有内置函数及内置常量名: >>> dir(__builtins__) ['ArithmeticError', 'AssertionError', 'AttributeError', 'BaseException', 'BufferError', 'Byt 阅读全文
posted @ 2022-08-11 00:57 linyouyi 阅读(422) 评论(0) 推荐(0) 编辑