11 2022 档案

摘要:https://www.cnblogs.com/liujiaxin2018/p/14988775.html 1、测试数据如下: [root@centos79 test]# ls a.txt [root@centos79 test]# cat a.txt 3 4 5 d g 3 s g 8 k s g 阅读全文
posted @ 2022-11-22 15:19 新茶煮酒 阅读(6649) 评论(0) 推荐(0) 编辑
摘要:https://www.jb51.net/article/186134.htm for 命令: for i in 的各种用法 : for i in “file1” “file2” “file3” for i in /boot/* for i in /etc/*.conf for i in $(seq 阅读全文
posted @ 2022-11-21 08:54 新茶煮酒 阅读(682) 评论(0) 推荐(0) 编辑
摘要:https://www.cnblogs.com/blacksonny/p/16657299.html 在 Linux 系统中,一个目录下有很多文件,但是我们只想统计其中一些文件的大小总和,你可以这么做find /data/logs/ftt -name "ftt_2020*.log" | xargs 阅读全文
posted @ 2022-11-15 15:40 新茶煮酒 阅读(1165) 评论(0) 推荐(0) 编辑
摘要: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 新茶煮酒 阅读(185) 评论(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 新茶煮酒 阅读(157) 评论(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 新茶煮酒 阅读(530) 评论(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 新茶煮酒 阅读(750) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2022-11-02 10:19 新茶煮酒 阅读(18) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示