Linux
white_Dave
这个人很懒什么也没留下
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
linux部署环境下 web项目验证码不展示,日志报错can't connect to x11 window server using 'localhost :10.0'
前几天在测试环境中部署项目,发现验证码不展示 随后我在后台日志中看到错误信息“can’t connect to x11 window server using ‘localhost :10.0’ as value of the DISPLAY variable.” 百度之后发现原因是windows内核集成了gui,所以本地可以展示验证码,而linux上没有启动x server,故没有展示 解决办...原创 2020-02-13 16:51:21 · 521 阅读 · 0 评论 -
Linux定时脚本编写:定时检查spark应用是否处于running状态
一、脚本编写 monitor.sh #!/bin/bash source /opt/app/hadoop_client_online/bigdata_env kinit -kt /opt/app/hadoop_client_online/bpg/common/user.keytab nbbdusr declare -i count=0 user="nbbdusr" #BPGLogwoker c...原创 2019-06-13 19:32:12 · 514 阅读 · 0 评论
分享