上一页 1 2 3 4 5 6 7 ··· 10 下一页
摘要: # sudo zypper in -y patchelf # patchelf 可以修改可执行文件的 使用的链接器 # It can change the dynamic loader ("ELF interpreter") of the executables and change the RPA 阅读全文
posted @ 2022-03-21 00:43 wangshaodong 阅读(767) 评论(0) 推荐(0) 编辑
摘要: git clone加速下载 如果只需要最新的代码 不需要历史提交记录的时候可以 给git添加参数 --depth =1 git clone --depth=1 https://github.com/TheSuperPowerIsRich/OSX-KVM.git 阅读全文
posted @ 2022-03-21 00:34 wangshaodong 阅读(23) 评论(0) 推荐(0) 编辑
摘要: 列出本地的所有 Key 执行 gpg --list-keys 列出本地所有的密钥 输出结果类似 $ gpg --list-keys /home/$USER/.gnupg/pubring.gpg pub 4 096R/375A500B 2017-03-22 [有效至:2018-03-22] uid G 阅读全文
posted @ 2022-03-21 00:21 wangshaodong 阅读(912) 评论(0) 推荐(0) 编辑
摘要: rtmp srt 阅读全文
posted @ 2022-03-21 00:13 wangshaodong 阅读(5) 评论(0) 推荐(0) 编辑
摘要: # 写入配置 sudo sysctl -w fs.suid_dumpable=2 # 读取配置项 sudo sysctl fs.suid_dumpable # 显示 所有的 可以配置的选项 sudo sysctcl -a 阅读全文
posted @ 2022-03-21 00:11 wangshaodong 阅读(89) 评论(0) 推荐(0) 编辑
摘要: 硬盘克隆软件 再生龙 (Clonezilla) https://clonezilla.org/ 文件恢复软件 Diskgenius https://www.diskgenius.com/ 系统启动盘软件 Ventoy 支持多个iso, 可以启动的时候选择iso镜像文件 https://www.ven 阅读全文
posted @ 2022-03-21 00:06 wangshaodong 阅读(50) 评论(0) 推荐(0) 编辑
摘要: # 查看 linux 支持的文件系统 cat /proc/filesystems procfs 常见的 内存文件系统 The proc filesystem doesn't support capabilities, ACL, or even changing basic permissions w 阅读全文
posted @ 2022-03-20 23:53 wangshaodong 阅读(18) 评论(0) 推荐(0) 编辑
摘要: 首先确认 linux内核配置支持了 coredump 然后 执行可执行文件的用户配置 ulimit -c unlimited 其次 确认配置了 /proc/sys/kernel/core_pattern 指定的生成core的路径,user 有写入权限 如果可执行文件 被chmod u+s 或者g+s 阅读全文
posted @ 2022-03-20 23:45 wangshaodong 阅读(731) 评论(0) 推荐(0) 编辑
摘要: # 以下命令可以解决 sudo 权限不够的问题 sudo bash -c "echo 3 > /proc/sys/vm/drop_caches" # 以下命令也可以 sudo sysctl -w vm.drop_caches=3 阅读全文
posted @ 2022-03-20 23:36 wangshaodong 阅读(450) 评论(0) 推荐(0) 编辑
摘要: 可以通过一些命令设置 可执行文件的capabilities 或者查看进程或者文件的capabilites # opensuse 安装命令 sudo zypper install -y libcap-ng-utils libcap-progs # debian 安装命令 sudo apt instal 阅读全文
posted @ 2022-03-20 23:22 wangshaodong 阅读(286) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 ··· 10 下一页