随笔分类 -  linux基础知识

上一页 1 2 3 4 5 6 7 8 ··· 12 下一页

Linux各类基础知识
内核添加打印调试
摘要:printk 内核打印 https://getiot.tech/zh/linux-kernel/linux-kernel-printk#:~:text=printk%20%E5%86%85%E6%A0%B8%E6%89%93%E5%8D%B0%201%20printk%20%E4%BB%8B%E7% 阅读全文

posted @ 2023-07-10 10:40 lh03061238 阅读(181) 评论(0) 推荐(0) 编辑

/proc/sysrq-trigger
摘要:/proc/sysrq-trigger详解 https://www.icspec.com/news/article-details/2033274 linux下/proc/sysrq-trigger详解 https://blog.csdn.net/qq_42303254/article/detail 阅读全文

posted @ 2023-07-08 14:48 lh03061238 阅读(30) 评论(0) 推荐(0) 编辑

Linux KASLR机制
摘要:Linux KASLR机制详解 https://zhuanlan.zhihu.com/p/99557658 阅读全文

posted @ 2023-07-08 14:09 lh03061238 阅读(92) 评论(0) 推荐(0) 编辑

KGDB相关
摘要:https://archive.kernel.org/oldwiki/kgdb.wiki.kernel.org/ 使用kdb/kgdb调试内核 https://zhuanlan.zhihu.com/p/546416941 参考: https://www.kernel.org/doc/html/lat 阅读全文

posted @ 2023-07-05 16:30 lh03061238 阅读(18) 评论(0) 推荐(0) 编辑

GCC内置宏
摘要:打印GCC预定义宏 https://blog.csdn.net/zoomdy/article/details/79361163 gcc 预定义宏(x86-64)https://blog.csdn.net/alan00000/article/details/47175063?spm=1001.2101 阅读全文

posted @ 2023-07-03 10:27 lh03061238 阅读(74) 评论(0) 推荐(0) 编辑

各类linux系统更改内核启动顺序
摘要:参考: https://code84.com/63944.html 阅读全文

posted @ 2023-06-26 15:49 lh03061238 阅读(72) 评论(0) 推荐(0) 编辑

LP32 ILP32 LP64 LLP64 ILP64
摘要:数据模型(LP32 ILP32 LP64 LLP64 ILP64 )https://www.cnblogs.com/lsgxeva/p/7614856.html 阅读全文

posted @ 2023-05-18 11:43 lh03061238 阅读(37) 评论(0) 推荐(0) 编辑

Linux yum源搭建及配置
摘要:Linux yum源搭建及配置(新手必看)http://c.biancheng.net/view/824.html 为 YUM 配置软件源 https://blog.csdn.net/qq_42951560/article/details/125224308 yum源配置及详解 https://bl 阅读全文

posted @ 2023-05-15 20:27 lh03061238 阅读(35) 评论(0) 推荐(0) 编辑

PID PPID TID
摘要:Linux中的程序和进程,PID和PPID https://blog.csdn.net/sinat_25457161/article/details/48596797?spm=1001.2101.3001.6661.1&utm_medium=distribute.pc_relevant_t0.non 阅读全文

posted @ 2023-05-11 11:01 lh03061238 阅读(58) 评论(0) 推荐(0) 编辑

编译生成libgmp.so遇到configure: error: cannot guess build type; you must specify one
摘要:参考:https://blog.csdn.net/qq_45386416/article/details/121991260 阅读全文

posted @ 2023-05-10 11:02 lh03061238 阅读(92) 评论(0) 推荐(0) 编辑

.ADOC文件
摘要:.ADOC文件扩展名 https://www.wenjianbaike.com/adoc.html AsciiDoc https://chrisniael.gitbooks.io/gitbook-documentation/content/format/asciidoc.html adoc(asci 阅读全文

posted @ 2023-04-12 17:01 lh03061238 阅读(297) 评论(0) 推荐(0) 编辑

linux下的md编辑器
摘要:Linux下9个Markdown编辑器 https://www.linuxprobe.com/markdown-editors-with-linux.html 我推荐尝试的 5 个 Markdown 编辑器 https://zhuanlan.zhihu.com/p/423905001 高效做笔记:v 阅读全文

posted @ 2023-04-12 16:47 lh03061238 阅读(97) 评论(0) 推荐(0) 编辑

dwarf调试信息
摘要:Welcome to the DWARF Debugging Standard https://dwarfstd.org/ dwarf调试信息格式学习 https://blog.csdn.net/kikilizhm/article/details/124191751 (重点看) DWARF调试格式的 阅读全文

posted @ 2023-04-04 17:13 lh03061238 阅读(690) 评论(0) 推荐(0) 编辑

.xz文件的打包和解包
摘要:压缩为xz文件:xz -z option.ko解压xz文件: xz -d option.ko.xz 阅读全文

posted @ 2023-04-04 09:39 lh03061238 阅读(143) 评论(0) 推荐(1) 编辑

addr2line用法
摘要:addr2line command in Linux with Examples https://www.geeksforgeeks.org/addr2line-command-in-linux-with-examples/ addr2line 动态库[通俗易懂] https://cloud.ten 阅读全文

posted @ 2023-04-03 17:39 lh03061238 阅读(881) 评论(0) 推荐(1) 编辑

Linux强制卸载内核模块
摘要:方法 https://blog.csdn.net/gatieme/article/details/75108154 阅读全文

posted @ 2023-04-03 15:17 lh03061238 阅读(87) 评论(0) 推荐(0) 编辑

dracut 使用方法
摘要:https://blog.csdn.net/superbfly/article/details/122114397 阅读全文

posted @ 2023-04-01 11:17 lh03061238 阅读(151) 评论(0) 推荐(0) 编辑

内核模块管理命令
摘要:内核模块 lsmod、insmod、rmmod、modinfo、modprobe等命令 https://blog.csdn.net/bandaoyu/article/details/128582615 阅读全文

posted @ 2023-03-31 10:49 lh03061238 阅读(17) 评论(0) 推荐(0) 编辑

查看内核配置
摘要:grep CONFIG_UPROBES /boot/config-`uname -r`grep CONFIG_UTRACE /boot/config-`uname -r` 阅读全文

posted @ 2023-03-22 17:15 lh03061238 阅读(80) 评论(0) 推荐(0) 编辑

ELF查看工具使用-GNU Binary Utilities
摘要:ELF可执行文件分析工具binutil. ld - the GNU linker.as - the GNU assembler.addr2line - Converts addresses into filenames and line numbers.ar - A utility for crea 阅读全文

posted @ 2023-03-18 15:47 lh03061238 阅读(147) 评论(0) 推荐(0) 编辑

上一页 1 2 3 4 5 6 7 8 ··· 12 下一页

导航

< 2025年3月 >
23 24 25 26 27 28 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31 1 2 3 4 5
点击右上角即可分享
微信分享提示