03 2023 档案
摘要:Linux磁盘空间未释放并且在服务器和程序不能重启时处理方法:之前遇到的磁盘df -h 和du -sh * 查看文件大小结果不一致,发生这种情况的原因一般有两种: 1.有隐藏文件 2.磁盘空间未释放(被删除的文件正在被进程使用,所以linux系统认为文件还存在,不对其空间进行释放。) 解决思路: l
阅读全文
摘要:一,报错的现象: 1,提示信息: jenkins.plugins.publish_over.BapPublisherException: Failed to add SSH key. Message [invalid privatekey: [B@60373f7] 如图: 2,系统环境: fedor
阅读全文
摘要:一、使用代码工具生成修改nacos默认密码 /** * @author arunyang * Ref: https://nacos.io/zh-cn/docs/console-guide.html * Reference: https://stackoverflow.com/questions/25
阅读全文
摘要:一、利用nslookup查询txt等类型 ❯ nslookup > set type=txt > taicharge.com Server: 219.141.136.10 Address: 219.141.136.10#53 Non-authoritative answer: taicharge.c
阅读全文
摘要:一、 (1)LTS SQL查询语法 https://support.huaweicloud.com/sqlreference-lts/lts_sql_0004.html (2)"Druid德鲁"查询语法 http://www.apache-druid.cn/Querying/druidsql.htm
阅读全文
摘要:一、 topic: test_haha_modify tag: PURCHASSS_DIV key: 1 msgBody:Y20230224142045
阅读全文
摘要:一、相关文档 #(1)配置文件路径 /opt/jumpserver/config/config.txt #(2)jumpserver各个组件介绍文档 https://docs.jumpserver.org/zh/v2/dev/build/#_21 #(3)总体介绍 https://docs.jump
阅读全文