上一页 1 ··· 72 73 74 75 76 77 78 79 80 ··· 133 下一页
摘要: 环境 MacBook Pro (13-inch, 2020, Two Thunderbolt 3 ports) terminal 问题 在 ~/.bash_profile 中配置环境变量, 每次重启(新建窗口)终端后配置的不生效.需要重新执行 : $source ~/.bash_profile 原因 阅读全文
posted @ 2021-07-24 15:36 盘思动 阅读(1044) 评论(0) 推荐(0)
摘要: 1.在~/.bash_profile中加入: export CLICOLOR=1 export LS_OPTIONS='--color=auto' # 如果没有指定,则自动选择颜色 export CLICOLOR='Yes' #是否输出颜色 export LSCOLORS='GxFxCxDxBxeg 阅读全文
posted @ 2021-07-23 11:37 盘思动 阅读(138) 评论(0) 推荐(0)
摘要: 从错误提示上看,是没有匹配到加密算法:aes128-cbc 可以使用 ssh 的 -c 参数来解决,命令如下: 使用命令:ssh -c 3des-cbc root@180.101..* 阅读全文
posted @ 2021-07-22 17:25 盘思动 阅读(904) 评论(0) 推荐(0)
摘要: git remote set-url origin http://git_username:git_pwd@gitlab.******.cn/jiqing/*****.git git branch git_username git账户名称 git_pwd git账户密码,注意密码里面不可有 “:”, 阅读全文
posted @ 2021-07-21 16:33 盘思动 阅读(225) 评论(1) 推荐(0)
摘要: 在linux系统,nginx服务器上打印$_SERVER['REQUEST_SCHEME']为空,打印了一下$_SERVER,没有key[REQUEST_SCHEME],可以通过变量$_server['server_protocol']获取使用的协议: $protocol = strpos(strt 阅读全文
posted @ 2021-07-14 17:33 盘思动 阅读(269) 评论(0) 推荐(0)
摘要: 完全卸载删除gitlab 1、停止gitlab gitlab-ctl stop 2、卸载gitlab(注意这里写的是gitlab-ce) rpm -e gitlab-ce 3、查看gitlab进程 ps aux | grep gitlab 4、杀掉第一个进程(就是带有好多.............的 阅读全文
posted @ 2021-07-14 12:16 盘思动 阅读(673) 评论(1) 推荐(0)
摘要: 安装时安装了 但执行gitlab-ctl reconfigure 的时候,会启动不起来,cpu爆满; 服务器卡死,命令行输入不了都! 最后只能从服务器平台重启服务器,短暂时间内里面卸载gitlab,删除进程,删除gitlab文件释放资源; 查看已经安装好的gitlab进程数量很多,2G的内存的是跑不 阅读全文
posted @ 2021-07-14 12:14 盘思动 阅读(1120) 评论(0) 推荐(1)
摘要: 在卸载gitlab然后再次安装执行sudo gitlab-ctl reconfigure的时候往往会出现:ruby_block[supervise_redis_sleep] action run,会一直卡无法往下进行! 解决方案1: 新开启一个窗口运行:sudo systemctl restart 阅读全文
posted @ 2021-07-14 11:39 盘思动 阅读(172) 评论(0) 推荐(0)
摘要: [root@caomall ~]# rpm -q centos-release centos-release-6-5.el6.centos.11.1.x86_64 阅读全文
posted @ 2021-07-13 15:55 盘思动 阅读(208) 评论(0) 推荐(0)
摘要: 22 端口不让登录问题 结合ip登录提示完善登录命令 ssh -c 3des-cbc root@0.0.0.0 参考:https://unix.stackexchange.com/questions/402746/ssh-unable-to-negotiate-no-matching-key-exc 阅读全文
posted @ 2021-07-08 16:08 盘思动 阅读(612) 评论(0) 推荐(0)
上一页 1 ··· 72 73 74 75 76 77 78 79 80 ··· 133 下一页