会员
周边
捐助
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
youxiaoxian
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
5
6
下一页
2020年6月
shell工具之cut
摘要: 在文件中负责剪切数据cut -f 列号 filename(-f列号,提取第几列)cut -d 分隔符 filename(-d分隔符,按照指定分隔符分割列)cat ***|grep ***|cut -d 分隔符 -f 列号#选取系统PATH变量值,第2个“:”开始后的所有路径echo $PATH|cu
阅读全文
posted @ 2020-06-14 10:09 youxiaoxian
阅读(174)
评论(0)
推荐(0)
编辑
shell函数
该文被密码保护。
阅读全文
posted @ 2020-06-14 09:38 youxiaoxian
阅读(0)
评论(0)
推荐(0)
编辑
2020年5月
shell进程管理脚本(启动 停止 重启)
该文被密码保护。
阅读全文
posted @ 2020-05-26 17:34 youxiaoxian
阅读(0)
评论(0)
推荐(0)
编辑
pidof查看服务的PID
摘要: pidof node_exporter pidof java
阅读全文
posted @ 2020-05-26 16:57 youxiaoxian
阅读(210)
评论(0)
推荐(0)
编辑
linux本地服务器替换配置文件参数(sed awk实战)
该文被密码保护。
阅读全文
posted @ 2020-05-21 14:01 youxiaoxian
阅读(0)
评论(0)
推荐(0)
编辑
SSH登录远程服务器,在远程服务器上执行保存在本地服务器的脚本
该文被密码保护。
阅读全文
posted @ 2020-05-21 13:58 youxiaoxian
阅读(0)
评论(0)
推荐(0)
编辑
运行shell脚本提示syntax error near unexpected token `$'do\r''
摘要: 运行shell脚本提示 test.sh: line 6: syntax error near unexpected token `$'do\r'''est.sh: line 6: `do 使用sublime text将文件格式转换为UNIX格式
阅读全文
posted @ 2020-05-21 11:25 youxiaoxian
阅读(1482)
评论(0)
推荐(0)
编辑
influxdb安装
摘要: 官网:https://portal.influxdata.com/downloads/ RedHat & CentOS SHA256: bab2228b37d6034b3a325240c7b5b51cbfd86eb8e4cf4622e2fc33e1f348cbf4 wget https://dl.i
阅读全文
posted @ 2020-05-20 14:38 youxiaoxian
阅读(716)
评论(0)
推荐(0)
编辑
jvm堆内存设置问题Java heap space、GC overhead limit exceeded
摘要: java -jar -Xmx16g -Xms12g -XX:NewSize=8g XXX.jar --spring.config.location=***.yml 参考文章:https://www.cnblogs.com/bolang100/p/6478537.html https://www.cn
阅读全文
posted @ 2020-05-12 16:35 youxiaoxian
阅读(508)
评论(0)
推荐(0)
编辑
kafka消息异常处理CommitFailedException
摘要: org.apache.kafka.clients.consumer.CommitFailedException: Commit cannot be completed since the group has already rebalanced and assigned the partitions
阅读全文
posted @ 2020-05-12 16:31 youxiaoxian
阅读(2481)
评论(0)
推荐(0)
编辑
上一页
1
2
3
4
5
6
下一页
公告