会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
Toggle navigation
stdpain
博客园
联系
Submit
订阅
管理
管理面板
随笔
stdpain
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
4
5
6
7
8
9
10
11
12
···
19
下一页
2021年1月11日
一次机器被种挖矿木马的记录
摘要: 现象:服务器CPU使用率非常高: 搜索了一下这个进程,起初认为是系统的swap进程,但是我们服务器的swap空间大小设置为0,因此怀疑可能是中了挖矿木马。 查看了一下远端连接,发现一些奇怪的ip 搜索了一下,ip来源国外,而且其他人也有中招的,凉凉了。。。 这个文章分析的不错: https://bl
阅读全文
posted @ 2021-01-11 13:28 stdpain
阅读(125)
评论(0)
推荐(0)
2020年12月1日
Linux tmpfs 挂载
摘要: 挂载一个20G tmpfs mount -t tmpfs -o size=20G tmpfs $DESTDIR
阅读全文
posted @ 2020-12-01 11:21 stdpain
阅读(885)
评论(0)
推荐(0)
2020年11月26日
sed 删除每行最后一个元素
摘要: sed -ir 's/(.){1}$//' lineorder_2.tbl
阅读全文
posted @ 2020-11-26 11:14 stdpain
阅读(545)
评论(0)
推荐(0)
2020年11月13日
readelf patchelf
摘要: #查看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)
2020年11月11日
git 忽略 mode
摘要: git config --add core.filemode false
阅读全文
posted @ 2020-11-11 10:16 stdpain
阅读(290)
评论(0)
推荐(0)
2020年11月5日
C/C++ __attribute__(constructor)
摘要: https://www.jianshu.com/p/dd425b9dc9db 应用场景,LazyLoad
阅读全文
posted @ 2020-11-05 11:07 stdpain
阅读(262)
评论(0)
推荐(0)
2020年11月4日
vmware 挂载共享目录
摘要: sudo mkdir /mnt/hgfs mount -t vmhgfs .host:/ /mnt/hgfs
阅读全文
posted @ 2020-11-04 11:08 stdpain
阅读(214)
评论(0)
推荐(0)
2020年10月30日
awk 列合并
摘要: awk '{a="NULL";getline a < "$file2" ;print $0,a}' $file1 > result
阅读全文
posted @ 2020-10-30 16:12 stdpain
阅读(387)
评论(0)
推荐(0)
2020年10月29日
列式存储和行式存储
摘要: 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)
2020年10月25日
llvm-3.4.2 编译失败 解决方案
摘要: 编译时报错如下: 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
下一页
公告
Copyright © 2021 stdpain
Powered by .NET 5.0 on Kubernetes