1.添加官方的GitLab存储库 1 curl -L "https://packages.gitlab.com/install/repositories/runner/gitlab-runner/script.rpm.sh" | sudo bash 2.安装 1 export GITLAB_RUNN ...
分类:
其他好文 时间:
2021-06-02 10:56:12
阅读次数:
0
知识: 英语单词 Authentication 认证 Authorization 授权 principal 首要的,本金,校长 shiro三大对象 Subject 用户 SecurityManager 管理用户 Reaim 连接用户 使用步骤 导入依赖 <dependency> <groupId>o ...
分类:
其他好文 时间:
2021-06-02 10:40:25
阅读次数:
0
可能是多次密码错误之类的,触发了gitlab的防爆破,解决办法是删除redis里面的相关数据/opt/gitlab/embedded/bin/redis-cli -s /var/opt/gitlab/redis/redis.socket keys '*' | grep 'rack::attack' ...
分类:
其他好文 时间:
2021-05-25 18:42:43
阅读次数:
0
An unhandled exception occurred while processing the request. InvalidOperationException: No authenticationScheme was specified, and there was no Defau ...
分类:
Web程序 时间:
2021-05-24 16:10:46
阅读次数:
0
主要有两个问题: 1.未打开密码登录方式 输入 vi /etc/ssh/sshd_config 找到 PasswordAuthentication 设置为 yes。 记得重启ssh:输入 systemctl restart sshd 2. 没有创建对应的用户 腾讯云默认的用户是lighthouse, ...
分类:
系统相关 时间:
2021-05-24 08:11:48
阅读次数:
0
Radius authentication servers with Star mark (*) in cisco wlc *星号表示服务器和WLC正在互相交互信息。 它不仅表示WLC到RADIUS可达。 这不仅是ping操作,而且它们实际上是在RADIUS端口上进行通信,或者在该端口上进行了某些通 ...
分类:
其他好文 时间:
2021-05-24 08:09:21
阅读次数:
0
1)登陆搭建gitlab的服务器 cd /opt/gitlab/embedded/service/gitlab-rails/config vim gitlab.yml 2) gitlab-ctl restart ...
分类:
系统相关 时间:
2021-05-24 08:07:40
阅读次数:
0
数据库基本命令行 mysql -uroot -p123456 -- 连接数据库 update mysql .user set authentication_string=password('123456')where user='root' and Host = 'localhost'; -- 修改 ...
分类:
数据库 时间:
2021-05-24 07:46:41
阅读次数:
0
报错: Naticat11.1.13版本连接mysql8.0遇到报错: 1251-Client does not support authentication protocol requested by server 原因: 使用MySQL客户端Navicat连接数据库MySQL8.0,MySQL8 ...
分类:
其他好文 时间:
2021-05-24 06:32:38
阅读次数:
0
一.相关介绍 Dockerfile:关于Dockerfile的使用说明,我在文章《 让.NetCore程序跑在任何有docker的地方》中有说到,这里不在赘述,需要的可以先看下,本文主要介绍Jenkinsfile结合dockerfile配合使用,自动构建.NetCore应用程序。 Jenkinsfi ...
分类:
Web程序 时间:
2021-05-24 05:47:06
阅读次数:
0