整体复盘
- 18:23:数据同学告知图片拼接服务404
- 第一时间去瞄了日志,发现宕机前落了如下日志
1
Java HotSpot(TM) 64-Bit Server VM warning: INFO: os::commit_memory(0x00007fb0eaa1b000, 12288, 0) failed; error='Cannot allocate memory' (errno=12)
1 | Java HotSpot(TM) 64-Bit Server VM warning: INFO: os::commit_memory(0x00007fb0eaa1b000, 12288, 0) failed; error='Cannot allocate memory' (errno=12) |
先上github地址:https://github.com/jeremylong/DependencyCheck
DependencyCheck是一款可以扫描依赖工具的软件,使用起来很方便,但是报告比较难读
https://bintray.com/jeremy-long/owasp/dependency-check
下载最新的安装包1 | - 安装 |
1 | - 卸载 |
开发自动化平台的时候,想实现录入一行cmd指令就去执行的效果,网上找了一堆材料都没有对应的帮助,跑去翻了redis的源码才找到解决方案
1 | def get(self, name): |
1 | 1.which xxx,这个是从哪个路径下找命令呢 |
1 | 用户名@机器名 所在目录 |
删库之后的精髓就在于,把.bash_history里的记录清理干净
实验一:删除.bash_history
1 | [root@tencent1 ~]# rm -rf .bash_history |
实验二:重写.bash_history
1 | [root@tencent1 ~]# echo ''>.bash_history |
实验三:终极手段
1 | [root@tencent1 ~]# mkdir data |
后记:这种情况仅限没有经过堡垒机跳转登录服务器的情况,咂摸一下,要是公司有堡垒机赶紧想办法补救和认错,实在不行,收拾东西赶紧跑
tag:
缺失模块。
1、请确保node版本大于6.2
2、在博客根目录(注意不是yilia根目录)执行以下命令:
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