上一页 1 2 3 4 5 6 7 8 ··· 64 下一页
摘要: 一、 store模式: 将凭证用明文的形式存放在磁盘“home”目录下(默认是“~/.git-credentials”),永不过期,除非手动修改在Git服务器上的密码,否则永远不需要再次输入凭证信息。“git-credentials”文件内容如下: https://username:password 阅读全文
posted @ 2023-04-27 15:36 arun_yh 阅读(43) 评论(0) 推荐(0)
摘要: 一、华为云磁盘在线扩容 (1)选择要扩容的磁盘,点击"扩容"即可; (2)选择要库容的磁盘大小,下一步 (3)扩容分区和文件系统 (1)使用growpart工具扩容分区 #安装growpart工具 $ sudo apt install cloud-guest-utils #growpart 系统盘 阅读全文
posted @ 2023-04-26 15:16 arun_yh 阅读(80) 评论(0) 推荐(0)
摘要: 一、 #查看当前机器允许使用的端口范围 $ sysctl -a | grep net.ipv4.ip_local_port_range net.ipv4.ip_local_port_range = 32768 60999 #查看当前已经使用的端口数量 $ netstat -an|wc -l 1114 阅读全文
posted @ 2023-04-26 14:26 arun_yh 阅读(73) 评论(0) 推荐(0)
摘要: 更新时间:2023-04-13 GMT+08:00 Reference: CCE Turbo配置容器网卡动态预热_云容器引擎 CCE_最佳实践_网络_华为云 (huaweicloud.com) 在云原生网络2.0下,每个Pod都会分配(申请并绑定)一张弹性网卡或辅助弹性网卡(统一称为:容器网卡)。由 阅读全文
posted @ 2023-04-21 19:13 arun_yh 阅读(113) 评论(0) 推荐(0)
摘要: Linux磁盘空间未释放并且在服务器和程序不能重启时处理方法:之前遇到的磁盘df -h 和du -sh * 查看文件大小结果不一致,发生这种情况的原因一般有两种: 1.有隐藏文件 2.磁盘空间未释放(被删除的文件正在被进程使用,所以linux系统认为文件还存在,不对其空间进行释放。) 解决思路: l 阅读全文
posted @ 2023-03-17 14:45 arun_yh 阅读(248) 评论(0) 推荐(0)
摘要: 一,报错的现象: 1,提示信息: jenkins.plugins.publish_over.BapPublisherException: Failed to add SSH key. Message [invalid privatekey: [B@60373f7] 如图: 2,系统环境: fedor 阅读全文
posted @ 2023-03-14 21:47 arun_yh 阅读(961) 评论(0) 推荐(0)
摘要: 一、使用代码工具生成修改nacos默认密码 /** * @author arunyang * Ref: https://nacos.io/zh-cn/docs/console-guide.html * Reference: https://stackoverflow.com/questions/25 阅读全文
posted @ 2023-03-13 18:01 arun_yh 阅读(654) 评论(0) 推荐(0)
摘要: 一、利用nslookup查询txt等类型 ❯ nslookup > set type=txt > taicharge.com Server: 219.141.136.10 Address: 219.141.136.10#53 Non-authoritative answer: taicharge.c 阅读全文
posted @ 2023-03-13 12:23 arun_yh 阅读(125) 评论(0) 推荐(0)
摘要: 一、 (1)LTS SQL查询语法 https://support.huaweicloud.com/sqlreference-lts/lts_sql_0004.html (2)"Druid德鲁"查询语法 http://www.apache-druid.cn/Querying/druidsql.htm 阅读全文
posted @ 2023-03-09 18:36 arun_yh 阅读(21) 评论(0) 推荐(0)
摘要: 一、 topic: test_haha_modify tag: PURCHASSS_DIV key: 1 msgBody:Y20230224142045 阅读全文
posted @ 2023-03-02 15:06 arun_yh 阅读(31) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 7 8 ··· 64 下一页