1. 安装jdk
1 | 解压到 /usr/local/目录 |
配置环境变量-/etc/profile
1 | export JAVA_HOME=/usr/local/jdk |
1 | source /etc/profile |
1 | 解压到 /usr/local/目录 |
配置环境变量-/etc/profile
1 | export JAVA_HOME=/usr/local/jdk |
1 | source /etc/profile |
配置镜像加速器
1 | mkdir -p /etc/docker |
cat /etc/docker/daemon.json
1 | { |
1 | systemctl daemon-reload |
1 | sh clean_hdfs_logs.sh [hdfs_user] |
cat clean_hdfs_logs.sh
1 | #!/bin/bash |
这几天线上的logstash进程运行过程中,自动异常退出,log无任何输出。前台启动logstash,经过跟踪,错误提示如下:
1 | A plugin had an unrecoverable error. Will restart this plugin. |
在常规的 “入侵/渗透” 检测工作中,Rootkit通常非常的隐秘、令用户不易察觉,所以,我们要用 chkrootkit 来定时监测系统,预防linux被rootkit程序入侵。
Rootkit Hunter (Rootkit 猎人)-项目地址:http://rkhunter.sourceforge.net/
more >>tag:
缺失模块。
1、请确保node版本大于6.2
2、在博客根目录(注意不是yilia-plus根目录)执行以下命令:
npm i hexo-generator-json-content --save
3、在根目录_config.yml里添加配置:
jsonContent: meta: false pages: false posts: title: true date: true path: true text: false raw: false content: false slug: false updated: false comments: false link: false permalink: false excerpt: false categories: false tags: true