04 2022 档案

linux查看网卡驱动的命令,在Linux下确定网卡所使用驱动程序的方法(转)
摘要:原文:https://blog.csdn.net/weixin_34177635/article/details/116607665 有些时候你可能想知道某个Linux系统的网卡正在使用什么驱动程序,下面简单介绍下如何解决这个问题。一起去看看吧! 1.无论是集成网卡还是独立的网卡,都必须通过某种方式 阅读全文

posted @ 2022-04-29 13:11 lh03061238 阅读(2090) 评论(0) 推荐(0) 编辑

mips汇编
摘要:汇编语言MIPS指令分类及寻址模式原理概念 https://www.jb51.net/article/228822.htm MIPS 汇编指令学习 https://blog.csdn.net/lingsheng_/article/details/122084206 MIPS汇编指令集 https:/ 阅读全文

posted @ 2022-04-28 20:58 lh03061238 阅读(155) 评论(0) 推荐(0) 编辑

十分有用的若干网站
摘要:Free the Software https://sourceware.org/ Systems Programming and Machine Organization https://cs61.seas.harvard.edu/site/2018/ Computer Organization 阅读全文

posted @ 2022-04-28 14:21 lh03061238 阅读(26) 评论(0) 推荐(0) 编辑

应用程序二进制接口ABI
摘要:什么是应用程序二进制接口ABI https://zhuanlan.zhihu.com/p/386106883 x86_64汇编之四:函数调用、调用约定 https://blog.csdn.net/qq_29328443/article/details/107232025 X86_64 ABI调用约定 阅读全文

posted @ 2022-04-28 11:38 lh03061238 阅读(119) 评论(0) 推荐(0) 编辑

汇编中的lea指令的作用
摘要:原文:https://blog.csdn.net/qq_34432960/article/details/108101247 lea,官方解释Load Effective Address,即装入有效地址的意思,它的操作数就是地址; 常见的几种用法: 1、lea eax,[addr] 就是将表达式ad 阅读全文

posted @ 2022-04-28 10:58 lh03061238 阅读(2924) 评论(0) 推荐(0) 编辑

git log查找
摘要:git log 查看提交记录git log 查看提交历史记录git log --oneline 或者 git log --pretty=oneline 以精简模式显示git log --graph 以图形模式显示git log --stat 显示文件更改列表git log --author= 'na 阅读全文

posted @ 2022-04-27 11:35 lh03061238 阅读(630) 评论(0) 推荐(0) 编辑

vim查找技巧
摘要:全词匹配: /\<word\> 精确匹配查找单词如果你输入 "/the",你也可能找到 "there"。要找到以 "the" 结尾的单词,可以用:/the\> "\>" 是一个特殊的记号,表示只匹配单词末尾。类似地,"\<" 只匹配单词的开头。这样,要匹配一个完整的单词 "the",只需:/\<th 阅读全文

posted @ 2022-04-26 20:29 lh03061238 阅读(198) 评论(0) 推荐(0) 编辑

vim分屏操作
摘要:5分钟学会Vim分屏操作方方面面 https://os.51cto.com/article/633360.html?pc Vim分屏基本操作 https://www.cnblogs.com/sunbines/p/15600185.html 阅读全文

posted @ 2022-04-26 17:45 lh03061238 阅读(40) 评论(0) 推荐(0) 编辑

MIPS ABI / AARCH64 ABI:n32 and Native 64-Bit C Parameter Passing
摘要:参考: MIPS N32/N64 ABI 调用约定 https://hev.cc/2570.html/comment-page-1 MIPS ABI / AARCH64 ABI:n32 and Native 64-Bit C Parameter Passing https://blog.csdn.n 阅读全文

posted @ 2022-04-25 10:59 lh03061238 阅读(78) 评论(0) 推荐(0) 编辑

Intel x86 Assembler Instruction Set Opcode Table
摘要:http://sparksandflames.com/files/x86InstructionChart.html x86_64汇编之一:AT&T汇编语法 https://blog.csdn.net/qq_29328443/article/details/107242121 x86汇编指令集大全(带 阅读全文

posted @ 2022-04-24 14:39 lh03061238 阅读(85) 评论(0) 推荐(0) 编辑

git checkout总结
摘要:git checkout https://www.cnblogs.com/qyxl/p/12229048.html 阅读全文

posted @ 2022-04-23 16:05 lh03061238 阅读(146) 评论(0) 推荐(0) 编辑

Git参考手册
摘要:http://www.verydoc.net/git/ Git 使用心得 & 常见问题整理 https://blog.51cto.com/u_11451275/4077577 阅读全文

posted @ 2022-04-23 14:54 lh03061238 阅读(18) 评论(0) 推荐(0) 编辑

linux 高级命令用法 正则表达式总结
摘要:linux常用命令详解(find/grep/sed/awk) https://blog.csdn.net/zhangshaohuas/article/details/109009600 阅读全文

posted @ 2022-04-22 13:13 lh03061238 阅读(45) 评论(0) 推荐(0) 编辑

/proc、/sys汇总
摘要:Linux proc目录详解 https://blog.csdn.net/qq_25518029/article/details/120033975 通过PROC文件收集进程信息 https://blog.csdn.net/sinat_34467747/article/details/7893091 阅读全文

posted @ 2022-04-22 12:49 lh03061238 阅读(21) 评论(0) 推荐(0) 编辑

The ORCs are coming
摘要:The ORCs are coming相关重点内容翻译,难免有误,见谅 原文:https://lwn.net/Articles/728339/ 实现这一目标涉及实现编译时堆栈验证机制,以确保所有内核代码始终保持堆栈处于合理状态。 最后一步是一个适当的展开器,它使用这个现在可靠的堆栈信息。 在编译时执 阅读全文

posted @ 2022-04-22 11:27 lh03061238 阅读(104) 评论(0) 推荐(0) 编辑

内核orc-unwinder.txt文档
摘要:翻译内核文档重点部分,难免有误,请见谅 内核版本4.19.190 内核 CONFIG_UNWINDER_ORC 选项启用 ORC 展开器,它在概念上类似于 DWARF 展开器。 不同的是,ORC 数据的格式比 DWARF 简单得多,这反过来又使 ORC unwinder 更简单、更快。 ORC 数据 阅读全文

posted @ 2022-04-22 11:25 lh03061238 阅读(480) 评论(0) 推荐(0) 编辑

内核文档stack-validation.txt中文
摘要:翻译内核文档stack-validation.txt,难免有错误 基于4.19.190内核,高版本内核中或许有更新 内核 CONFIG_STACK_VALIDATION 选项启用objtool 在编译时运行。 它有一个“检查”子命令,分析每个 .o 文件并确保其堆栈元数据的有效性。它对 asm 代码 阅读全文

posted @ 2022-04-22 11:21 lh03061238 阅读(500) 评论(0) 推荐(0) 编辑

调试方法 | Linux 内核
摘要:https://blog.csdn.net/weiqifa0/article/details/118917820 Linux内核实时调试,如何完成以及使用哪些工具?https://www.codenong.com/4943857/ 阅读全文

posted @ 2022-04-21 17:38 lh03061238 阅读(9) 评论(0) 推荐(0) 编辑

一些重要的Linux系统内核文件介绍
摘要:https://blog.csdn.net/zhongyou2009/article/details/4765095?utm_medium=distribute.pc_relevant.none-task-blog-2~default~baidujs_title~default-0.pc_relev 阅读全文

posted @ 2022-04-21 17:33 lh03061238 阅读(51) 评论(0) 推荐(0) 编辑

linux内核监控调试相关好用模块汇总
摘要:Linux内核监控模块-1-驱动模块(LKM)开发(以一个简单的hello world程序为例) https://www.cnblogs.com/lxw315/p/4614343.html Linux内核监控模块-2-系统调用表地址的获取(Linux内核版本3.13) https://www.cnb 阅读全文

posted @ 2022-04-21 17:13 lh03061238 阅读(112) 评论(0) 推荐(0) 编辑

/proc/sysrq-trigger
摘要:/proc/sysrq-trigger 机制浅析 https://blog.csdn.net/wangquan1992/article/details/109091863 /proc/sysrq-trigger参数使用 https://blog.csdn.net/u010481276/article 阅读全文

posted @ 2022-04-20 15:30 lh03061238 阅读(51) 评论(0) 推荐(0) 编辑

ftrace
摘要:https://blog.csdn.net/sinat_34467747/article/details/110001346 https://blog.csdn.net/sinat_34467747/article/details/110001303 ftrace浅析-龙芯64位平台 https:/ 阅读全文

posted @ 2022-04-19 19:58 lh03061238 阅读(126) 评论(0) 推荐(0) 编辑

objtool/ORC相关
摘要:动态跟踪背景介绍 https://www.jianshu.com/p/e3445879495b 官方文档: The ORCs are coming https://lwn.net/Articles/728339/ The Linux x86 ORC Stack Unwinder https://ww 阅读全文

posted @ 2022-04-19 19:35 lh03061238 阅读(102) 评论(0) 推荐(0) 编辑

详解git commit --amend 用法
摘要:详解git commit --amend 用法 https://www.jb51.net/article/192486.htm https://blog.csdn.net/ZhongGuoRenMei/article/details/109137977?spm=1001.2101.3001.6650 阅读全文

posted @ 2022-04-18 14:53 lh03061238 阅读(338) 评论(0) 推荐(0) 编辑

git的撤销操作:reset、checkout和revert
摘要:https://segmentfault.com/a/1190000009126517 https://blog.csdn.net/weixin_44815943/article/details/113527031 https://blog.csdn.net/weixin_44815943/arti 阅读全文

posted @ 2022-04-18 11:43 lh03061238 阅读(125) 评论(0) 推荐(0) 编辑

git reset HEAD 与 git reset --hard HEAD的区别 天地逍遥
摘要:https://www.jianshu.com/p/aeb50b94e6c0 https://www.jianshu.com/p/c2ec5f06cf1a https://blog.csdn.net/weixin_34217711/article/details/89325384?spm=1001. 阅读全文

posted @ 2022-04-18 11:37 lh03061238 阅读(27) 评论(0) 推荐(0) 编辑

git add -A 和 git add . 的区别详解
摘要:参考: https://www.jb51.net/article/191458.htm 阅读全文

posted @ 2022-04-18 11:36 lh03061238 阅读(23) 评论(0) 推荐(0) 编辑

Vim格Vim格式化代码功能——gg=G式化代码功能——gg=G
摘要:参考:https://i.cnblogs.com/posts/edit 在nomal模式输入: (1) gg=G 是一个自动缩进的命令 (在命令状态下直接输入,不需要输入冒号),gg是文件首,G是文件尾,所以 gg=G 是整理全部代码。(2) == 整理当行,加行数整理多行。(3) ={ 或者 =i 阅读全文

posted @ 2022-04-18 11:27 lh03061238 阅读(489) 评论(0) 推荐(0) 编辑

参与linux社区
摘要:如何订阅linux邮件列表 https://blog.csdn.net/flyingnosky/article/details/100071996 订阅Linux内核的邮件列表 https://www.cnblogs.com/EasonJim/p/6088839.html 内核社区的中心是内核邮件列 阅读全文

posted @ 2022-04-15 15:14 lh03061238 阅读(68) 评论(0) 推荐(0) 编辑

git制作补丁
摘要:Git 补丁— diff 和 patch 使用详解 https://blog.csdn.net/IT_xiao_bai0516/article/details/121619389 使用git diff生成补丁 https://www.sunzhongwei.com/git-diff-generate 阅读全文

posted @ 2022-04-15 11:17 lh03061238 阅读(172) 评论(0) 推荐(0) 编辑

git commit-S和-S有什么区别?
摘要:-S(缩写为--gpg-sign)使用gnupg对提交进行签名,并在其中添加一个PGP签名。这是一个加密签名,证明gpg密钥的所有者或有权访问它的参与者正在进行提交/标记 -s(是--signoff的缩写)在提交消息的末尾添加“Signed-off-by: Username<Email>”。任何人都 阅读全文

posted @ 2022-04-15 11:07 lh03061238 阅读(1209) 评论(0) 推荐(1) 编辑

git diff、git diff head、git diff --cached三者详细区分
摘要:参考: https://www.cnblogs.com/fighxp/p/14446712.html git diff 文件对比git diff filepath 工作区与暂存区比较git diff HEAD filepath 工作区与HEAD ( 当前工作分支) 比较git diff --stag 阅读全文

posted @ 2022-04-15 11:03 lh03061238 阅读(281) 评论(0) 推荐(0) 编辑

configure/autoconf/automake文件相关
摘要:弄懂autoscan, autoconf, automake, Makefile.am https://blog.csdn.net/qingzhuyuxian/article/details/82702412?utm_medium=distribute.pc_relevant.none-task-b 阅读全文

posted @ 2022-04-15 08:34 lh03061238 阅读(37) 评论(0) 推荐(0) 编辑

高效阅读代码工具
摘要:vim+ctag+cscope+taglist+NERDTree环境建立 https://www.cnblogs.com/lh03061238/p/16102870.html LXR 网站地址:http://lxr.linux.no 网页代码阅读工具https://www.cnblogs.com/x 阅读全文

posted @ 2022-04-13 15:08 lh03061238 阅读(266) 评论(0) 推荐(0) 编辑

逻辑地址、物理地址、线性地址、虚拟地址
摘要:linux内核中 逻辑地址、虚拟地址、线性地址和物理地址大扫盲https://blog.csdn.net/ludongguoa/article/details/121226353 关于逻辑地址、线性地址、虚拟地址、物理地址的理解 https://www.cnblogs.com/gmpy/p/1070 阅读全文

posted @ 2022-04-11 16:21 lh03061238 阅读(209) 评论(0) 推荐(0) 编辑

linux下的常用记录软件/markdown等
摘要:Linux最佳Markdown编辑器 https://blog.csdn.net/xudadada/article/details/108686964 Linux下9个Markdown编辑器 https://www.linuxprobe.com/markdown-editors-with-linux 阅读全文

posted @ 2022-04-09 15:09 lh03061238 阅读(94) 评论(0) 推荐(0) 编辑

kexec/kdump源码分析
摘要:kexec 内核快速启动流程分析 http://t.zoukankan.com/jkserge-p-7643912.html http://blog.chinaunix.net/uid-90913-id-5168882.html kexec源码分析 https://blog.csdn.net/qq_ 阅读全文

posted @ 2022-04-09 15:02 lh03061238 阅读(348) 评论(0) 推荐(0) 编辑

逻辑移位和算数移位
摘要:一劳永逸地理解逻辑移位和算术移位问题——与有无符号数_数据溢出_可移植性问题 https://blog.csdn.net/yinchao163/article/details/53019218?spm=1001.2101.3001.6650.3&utm_medium=distribute.pc_re 阅读全文

posted @ 2022-04-09 10:01 lh03061238 阅读(229) 评论(0) 推荐(0) 编辑

GDB学习及使用
摘要:GDB的安装: https://blog.csdn.net/super828/article/details/118446299?utm_medium=distribute.pc_relevant.none-task-blog-2~default~baidujs_baidulandingword~d 阅读全文

posted @ 2022-04-08 14:52 lh03061238 阅读(28) 评论(0) 推荐(0) 编辑

linux内存管理相关汇总
摘要:映射与非线性映射 https://zhuanlan.zhihu.com/p/592527093 http://www.biscuitos.cn/blog/VM-LINEAR-MAPPING/ linux内存管理(三)线性映射 https://zhuanlan.zhihu.com/p/52374165 阅读全文

posted @ 2022-04-07 17:43 lh03061238 阅读(31) 评论(0) 推荐(0) 编辑

linux内核学习
摘要:Linux内核 内核文档/部分中文翻译 https://www.kernel.org/doc/html/latest/translations/zh_CN/index.html Linux手册页 https://www.onitroad.com/jc/linux/man-pages/linux/ 重 阅读全文

posted @ 2022-04-07 15:31 lh03061238 阅读(73) 评论(0) 推荐(0) 编辑

补码、零扩展/符号位扩展
摘要:补码/反码、零扩展和符号位扩展(Zero extension and Sign extension) https://blog.csdn.net/weixin_40539125/article/details/103058420 阅读全文

posted @ 2022-04-07 14:16 lh03061238 阅读(323) 评论(0) 推荐(0) 编辑

零基础自学 Linux 有哪些免费资料?
摘要:https://zhuanlan.zhihu.com/p/490906990 阅读全文

posted @ 2022-04-03 10:56 lh03061238 阅读(30) 评论(0) 推荐(0) 编辑

linux系统/内核调试相关工具方法
摘要:Linux系统全方位调试与维护工具整理 https://zhuanlan.zhihu.com/p/32723220 Linux内核调试工具--原理解析https://www.pianshen.com/article/39211541254/ linux下的调试入门书https://book.doub 阅读全文

posted @ 2022-04-03 10:25 lh03061238 阅读(221) 评论(0) 推荐(0) 编辑

ssh config及相ssh登录问题
摘要:ssh config https://blog.csdn.net/lan6010/article/details/89506275 https://blog.csdn.net/xieyi2015/article/details/70990922 https://www.cnblogs.com/dee 阅读全文

posted @ 2022-04-02 17:01 lh03061238 阅读(79) 评论(0) 推荐(0) 编辑

Linux初始root密码设置规则修改
摘要:https://blog.csdn.net/gaobudong1234/article/details/81742014 https://blog.csdn.net/u011519550/article/details/104169143 https://ubuntuqa.com/article/2 阅读全文

posted @ 2022-04-01 16:29 lh03061238 阅读(125) 评论(0) 推荐(0) 编辑

导航

< 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
点击右上角即可分享
微信分享提示