上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 19 下一页
摘要: 现象:服务器CPU使用率非常高: 搜索了一下这个进程,起初认为是系统的swap进程,但是我们服务器的swap空间大小设置为0,因此怀疑可能是中了挖矿木马。 查看了一下远端连接,发现一些奇怪的ip 搜索了一下,ip来源国外,而且其他人也有中招的,凉凉了。。。 这个文章分析的不错: https://bl 阅读全文
posted @ 2021-01-11 13:28 stdpain 阅读(125) 评论(0) 推荐(0)
摘要: 挂载一个20G tmpfs mount -t tmpfs -o size=20G tmpfs $DESTDIR 阅读全文
posted @ 2020-12-01 11:21 stdpain 阅读(885) 评论(0) 推荐(0)
摘要: sed -ir 's/(.){1}$//' lineorder_2.tbl 阅读全文
posted @ 2020-11-26 11:14 stdpain 阅读(545) 评论(0) 推荐(0)
摘要: #查看rpath: readelf -d $bin #设置rpath patchelf --set-rpath 'path' $bin patchelf --set-rpath '$ORIGIN/../lib' $bin #设置 dynamic linker patchelf --set-inter 阅读全文
posted @ 2020-11-13 11:15 stdpain 阅读(223) 评论(0) 推荐(0)
摘要: git config --add core.filemode false 阅读全文
posted @ 2020-11-11 10:16 stdpain 阅读(290) 评论(0) 推荐(0)
摘要: https://www.jianshu.com/p/dd425b9dc9db 应用场景,LazyLoad 阅读全文
posted @ 2020-11-05 11:07 stdpain 阅读(262) 评论(0) 推荐(0)
摘要: sudo mkdir /mnt/hgfs mount -t vmhgfs .host:/ /mnt/hgfs 阅读全文
posted @ 2020-11-04 11:08 stdpain 阅读(214) 评论(0) 推荐(0)
摘要: awk '{a="NULL";getline a < "$file2" ;print $0,a}' $file1 > result 阅读全文
posted @ 2020-10-30 16:12 stdpain 阅读(387) 评论(0) 推荐(0)
摘要: https://blog.csdn.net/qq_26091271/article/details/51778675 https://juejin.im/post/6844904118872440840 https://en.wikipedia.org/wiki/Column-oriented_DB 阅读全文
posted @ 2020-10-29 18:26 stdpain 阅读(121) 评论(0) 推荐(0)
摘要: 编译时报错如下: In file included from $HOME/opt/workspace/doris/incubator-doris/thirdparty/src/llvm-3.4.2.src/projects/compiler-rt/lib/sanitizer_common/sanit 阅读全文
posted @ 2020-10-25 18:15 stdpain 阅读(1300) 评论(1) 推荐(0)
上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 19 下一页