11 2020 档案

摘要:sed -ir 's/(.){1}$//' lineorder_2.tbl 阅读全文
posted @ 2020-11-26 11:14 stdpain 阅读(556) 评论(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 阅读(230) 评论(0) 推荐(0)
摘要:git config --add core.filemode false 阅读全文
posted @ 2020-11-11 10:16 stdpain 阅读(292) 评论(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 阅读(227) 评论(0) 推荐(0)