digdeep

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

  博客园 :: 首页 :: 博问 :: 闪存 :: 新随笔 :: 联系 :: 订阅 订阅 :: 管理 ::
上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 37 下一页

2020年3月3日

摘要: https://www.wulianwangiot.com/zhinengjiaju/4901.html 小米wifi放大器黄灯闪的第一种方法: 1.先在手机上安装一个米家APP,删除原先添加的小米WiFi放大器。 2.在放大器通电情况下,用针戳小米WiFi放大器的RESET键,长按5秒后松手。 3 阅读全文
posted @ 2020-03-03 22:48 digdeep 阅读(34743) 评论(0) 推荐(0) 编辑

摘要: mysql 的一个从库报错: Could not execute Write_rows event on table xxx.xxxx_tmp_tj; Error writing file '/tmp/MLLGyECY' (Errcode: 28 - No space left on device) 阅读全文
posted @ 2020-03-03 18:27 digdeep 阅读(3427) 评论(0) 推荐(0) 编辑

2020年2月26日

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

2020年2月24日

摘要: 报错日志: 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 阅读(2657) 评论(0) 推荐(0) 编辑

2020年2月22日

摘要: 漏洞具体情况参考: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 阅读(1897) 评论(0) 推荐(0) 编辑

2020年2月18日

摘要: 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 阅读(210) 评论(0) 推荐(0) 编辑

2020年2月16日

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

2020年2月9日

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

2020年2月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 阅读(5308) 评论(0) 推荐(0) 编辑

2020年1月31日

摘要: 1. pull 私有仓库的镜像 docker pull registry 2. 配置私有仓库支持http 需要重启docker : systemctl restart docker 3. 运行镜像 docker run -d -v /opt/registry:/var/lib/registry -p 阅读全文
posted @ 2020-01-31 11:09 digdeep 阅读(600) 评论(0) 推荐(0) 编辑

上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 37 下一页
不懂数据库和Web安全的架构师不是一个好的程序员。