01 2022 档案
摘要:1.根据版本查看如下地址 https://github.com/nodesource/distributions 我是Debian GNU/Linux 10 升级到16.x 的版本执行如下 # Using Ubuntu curl -fsSL https://deb.nodesource.com/se
阅读全文
摘要:1、创建索引: 创建两个索引 “a”和“b”(使用super用户): 索引A:curl -XPUT -u userName:password http://localhost:9200/indexa 索引B:curl -XPUT -u userName:password http://localho
阅读全文
摘要:升级背景,业务sdk报错如下 1.升级glibc有风险,如无特殊需要,不建议升级!(已经测试废了n个容器/虚拟机) 2.开始升级 #安装gcc make yum install gcc make -y #下载glibc包 curl -O https://mirrors.tuna.tsinghua.e
阅读全文