上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 28 下一页
摘要: https://blog.csdn.net/qq_19731521/article/details/117440169 阅读全文
posted @ 2022-02-10 14:49 铜锣湾扛把子·66 阅读(89) 评论(0) 推荐(0)
摘要: root 用户执行 cat /etc/passwd | cut -f 1 -d : |xargs -I {} crontab -l -u {} (查看所有用户的计划任务)crontab -l -u username (查看指定用户的计划任务) 阅读全文
posted @ 2022-02-10 11:47 铜锣湾扛把子·66 阅读(375) 评论(0) 推荐(0)
摘要: https://www.cnblogs.com/mouseleo/p/14933022.html https://www.cnblogs.com/ssgeek/p/9392104.html 迁移过后原环境的gitlab-secrets.json 文件需要拷到新环境 (https证书注意改名) 阅读全文
posted @ 2022-02-08 20:02 铜锣湾扛把子·66 阅读(33) 评论(0) 推荐(0)
摘要: https://blog.csdn.net/A___LEi/article/details/110476531 阅读全文
posted @ 2022-02-08 14:18 铜锣湾扛把子·66 阅读(69) 评论(0) 推荐(0)
摘要: https://help.fanruan.com/finebi/doc-view-260.html https://help.fanruan.com/finebi/doc-view-262.html 安装包自行在官网下载,安装过后访问不了可能是防火墙没关。也可能是37799端口没做映射。 阅读全文
posted @ 2022-01-22 18:13 铜锣湾扛把子·66 阅读(726) 评论(0) 推荐(0)
摘要: db.a_message_bak.drop() 附上链接一条仅供参考:https://www.cnblogs.com/chujunqiao/p/11680044.html 阅读全文
posted @ 2022-01-20 18:25 铜锣湾扛把子·66 阅读(75) 评论(0) 推荐(0)
摘要: 1 docker system prune -a (清理无用的层级) 2 find / -type f -size +100M -print0 | xargs -0 du -h | sort -nr (查找大于100MB的文件) 阅读全文
posted @ 2022-01-20 18:04 铜锣湾扛把子·66 阅读(131) 评论(0) 推荐(0)
摘要: 分两种情况: 1 nginx.conf 中的http 下添加一条 server_tokens off; 并重启服务。 2 还有一种情况,是docker部署中的代理Dockerfile 中定义,直接删掉,重启服务即可。 阅读全文
posted @ 2022-01-14 12:06 铜锣湾扛把子·66 阅读(1250) 评论(0) 推荐(0)
摘要: https://www.zsythink.net/archives/1604 阅读全文
posted @ 2022-01-10 15:34 铜锣湾扛把子·66 阅读(98) 评论(0) 推荐(0)
摘要: https://blog.csdn.net/qq_36801585/article/details/105569544 阅读全文
posted @ 2022-01-08 10:01 铜锣湾扛把子·66 阅读(31) 评论(0) 推荐(0)
上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 28 下一页