digdeep

凡是过去,皆是序幕。Read the fucking manual and source code.

  博客园 :: 首页 :: 博问 :: 闪存 :: 新随笔 :: 联系 :: 订阅 订阅 :: 管理 ::
  366 随笔 :: 0 文章 :: 225 评论 :: 300万 阅读
< 2025年3月 >
23 24 25 26 27 28 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31 1 2 3 4 5

02 2020 档案

摘要:1. secure_file_priv mysql 数据导出和导入csv格式时,需要特别注意 null 和空字符的处理,在导出和导入的结果要保持一致。 secure_file_priv 在 select into file 时指定文件存储位置。 如果为null表示不能使用 select into o 阅读全文
posted @ 2020-02-26 21:40 digdeep 阅读(4309) 评论(0) 推荐(1) 编辑

摘要:报错日志: Caused by: org.apache.activemq.ConnectionFailedException: The JMS connection has failed: Channel was inactive for too (>30000) long: tcp://192.1 阅读全文
posted @ 2020-02-24 15:53 digdeep 阅读(2704) 评论(0) 推荐(0) 编辑

摘要:漏洞具体情况参考:http://blog.nsfocus.net/cve-2020-1938/ 复现方法参考:https://github.com/0nise/CVE-2020-1938 需要特别注意的是,之前的tomcat,AJP默认是打开的!!!! 本地复现,版本 Tomcat 7.0.95: 阅读全文
posted @ 2020-02-22 10:37 digdeep 阅读(1899) 评论(0) 推荐(0) 编辑

摘要:https://www.percona.com/doc/percona-xtrabackup/2.4/installation/yum_repo.html 1. yum 安装方式 yum install https://repo.percona.com/yum/percona-release-lat 阅读全文
posted @ 2020-02-18 15:50 digdeep 阅读(211) 评论(0) 推荐(0) 编辑

摘要:kubectl create -f nginx-deployment.yaml 执行之后,kubectl get pods 一致出现 ImagePullBackOff,一直无法执行成功。 yaml文件内容: 调查错误原因,在 master 服务器上面分别执行命令: kubectl describe 阅读全文
posted @ 2020-02-16 23:02 digdeep 阅读(63060) 评论(0) 推荐(1) 编辑

摘要:解决方法: 查看日志 tail -f /var/log/message 发现是防火墙问题。处理方法: 关闭各个节点的防火墙: systemctl status firewalld systemctl stop firewalld systemctl enable firewalld 重启node节点 阅读全文
posted @ 2020-02-09 11:21 digdeep 阅读(14273) 评论(0) 推荐(2) 编辑

摘要:报错1: 安装k8s的node节点上的kubelet,启动报错: kubelet: error: failed to run Kubelet: cannot create certificate signing request: Unauthorized 查看apiserver日志报错: k8s_m 阅读全文
posted @ 2020-02-02 14:18 digdeep 阅读(5403) 评论(0) 推荐(0) 编辑

不懂数据库和Web安全的架构师不是一个好的程序员。
点击右上角即可分享
微信分享提示