上一页 1 2 3 4 5 6 7 8 ··· 18 下一页
摘要: https://blog.csdn.net/qq_39677803/article/details/123279194 https://blog.csdn.net/weixin_40714023/article/details/126068803 JDK1.8安装将jdk-8u77-linux-x6 阅读全文
posted @ 2022-11-15 15:40 新茶煮酒 阅读(182) 评论(0) 推荐(0) 编辑
摘要: https://www.lmlphp.com/user/58105/article/item/1442650/ 例子: 将 包含 cout 的语句注释,也就是说包含cout 语句前加入字符串 // 做法1: 在vi 中, :1,$s/^.*cout/\/\/&/g 解释一下: $ 表示最后一行 ^ 阅读全文
posted @ 2022-11-10 16:56 新茶煮酒 阅读(153) 评论(0) 推荐(0) 编辑
摘要: https://www.cnblogs.com/pszx2/p/14109972.html 错误: max file descriptors [4096] for elasticsearch process is too low, increase to at least [65536] 解决办法: 阅读全文
posted @ 2022-11-03 18:59 新茶煮酒 阅读(510) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/weixin_39643007/article/details/108435139 1.搭建ES集群启动之后报如下的错误: 2.从报错信息vm.max_map_count看出内存太小了 所以 需要修改vm.max_map_count的内存大小 切换到roo 阅读全文
posted @ 2022-11-03 18:58 新茶煮酒 阅读(609) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2022-11-02 10:19 新茶煮酒 阅读(18) 评论(0) 推荐(0) 编辑
摘要: sftp -oPort=60001 阅读全文
posted @ 2022-10-25 16:26 新茶煮酒 阅读(40) 评论(0) 推荐(0) 编辑
摘要: https://www.cnblogs.com/ss-33/p/13884639.html umount -l /home/nfs/record 强制解挂目录 /home/nfs/record umount命令 解挂文件系统。umount [-ahnrvV][-t 《文件系统类型》][文件系统] u 阅读全文
posted @ 2022-10-25 10:20 新茶煮酒 阅读(2715) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2022-10-10 14:49 新茶煮酒 阅读(31) 评论(0) 推荐(0) 编辑
摘要: # 总核数 = 物理CPU个数 X 每颗物理CPU的核数 # 总逻辑CPU数 = 物理CPU个数 X 每颗物理CPU的核数 X 超线程数 # 查看物理CPU个数 cat /proc/cpuinfo| grep "physical id"| sort| uniq| wc -l # 查看每个物理CPU中 阅读全文
posted @ 2022-10-10 14:25 新茶煮酒 阅读(2616) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2022-10-10 14:21 新茶煮酒 阅读(103) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 ··· 18 下一页