随笔分类 -  linux基础知识

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

Linux各类基础知识
linux系统编程学习
摘要:参考: https://www.man7.org/linux/man-pages/man2/waitpid.2.html https://blog.csdn.net/m0_74841364/category_12488725.html https://www.cnblogs.com/leeming0 阅读全文

posted @ 2024-07-09 11:43 lh03061238 阅读(7) 评论(0) 推荐(0) 编辑

高版本x86系统编译低版本gdb时遇到的问题
摘要:1、 sudo yum -y install readline-devel ../gdb/configure --disable-werror --disable-readline --with-system-readline 2、 https://www.cnblogs.com/visio/p/1 阅读全文

posted @ 2024-07-02 20:25 lh03061238 阅读(25) 评论(0) 推荐(0) 编辑

linux学习---信号
摘要:参考: https://wlink.blog.csdn.net/article/details/78377302?spm=1001.2101.3001.6650.1&utm_medium=distribute.pc_relevant.none-task-blog-2%7Edefault%7EBlog 阅读全文

posted @ 2024-06-28 17:44 lh03061238 阅读(10) 评论(0) 推荐(0) 编辑

/usr/bin/ld: cannot find -lc错误原因及解决方法
摘要:在新版本的linux 系统下安装 glibc-devel、glibc和gcc-c++时,都不会安装libc.a. 只安装libc.so. 所以当使用-static时,libc.a不能使用。只能报找不到libc了。 解决方法:安装glibc-staticsudo yum install glibc-s 阅读全文

posted @ 2024-06-20 15:24 lh03061238 阅读(384) 评论(0) 推荐(0) 编辑

交叉编译工具链
摘要:参考:https://mirrors.edge.kernel.org/pub/tools/crosstool/ 阅读全文

posted @ 2024-06-18 17:02 lh03061238 阅读(12) 评论(0) 推荐(0) 编辑

禁止fedora系统自动挂起
摘要:参考: https://blog.csdn.net/allway2/article/details/131524164 https://blog.csdn.net/allway2/article/details/131524096?spm=1001.2101.3001.6650.2&utm_medi 阅读全文

posted @ 2024-06-14 16:39 lh03061238 阅读(60) 评论(0) 推荐(0) 编辑

u盘安装linux系统
摘要:插上u盘,fdisk -l根据容量查看u盘盘符,如果原有盘符为sda,则u盘一般为sdb,如果原有盘符为nvme,则u盘一般为sda,下面步骤假定u盘盘符为sdb。umount /dev/sdbdd if=Loongnix-20.mips64el.rc2.iso of=/dev/sdb时间会比较长, 阅读全文

posted @ 2024-06-07 17:21 lh03061238 阅读(16) 评论(0) 推荐(0) 编辑

linux系统查看某一个目录占用空间
摘要:https://blog.csdn.net/yuan1164345228/article/details/105724626 阅读全文

posted @ 2024-06-06 11:07 lh03061238 阅读(2) 评论(0) 推荐(0) 编辑

linux内核休眠唤醒
摘要:Linux Power休眠唤醒流程-框架图: https://blog.csdn.net/yuzhongqingsi/article/details/102874659 linux休眠唤醒流程,及示例分析: https://blog.csdn.net/weixin_44586903/article/ 阅读全文

posted @ 2024-05-29 15:36 lh03061238 阅读(69) 评论(0) 推荐(0) 编辑

Linux内核的 EXPORT_SYMBOL 和 EXPORT_SYMBOL_GPL
摘要:参考: https://www.jianshu.com/p/fd89d4d69772 https://blog.csdn.net/m0_37383484/article/details/128862933 阅读全文

posted @ 2024-04-23 16:15 lh03061238 阅读(88) 评论(0) 推荐(0) 编辑

Linux内核—percpu
摘要:Linux系统中为什么需要per-CPU变量 https://zhuanlan.zhihu.com/p/542819141 https://blog.csdn.net/weixin_45030965/article/details/126289230 https://blog.csdn.net/li 阅读全文

posted @ 2024-03-30 10:59 lh03061238 阅读(16) 评论(0) 推荐(0) 编辑

编译Linux内核出现:usr/bin/ld: scripts/dtc/dtc-parser.tab.o:(.bss+0x50): multiple definition of `yylloc‘
摘要:解决办法:https://blog.csdn.net/zhoukaiqili/article/details/126191871 阅读全文

posted @ 2024-03-21 10:03 lh03061238 阅读(460) 评论(0) 推荐(0) 编辑

gn构建工具
摘要:参考链接: https://www.chromium.org/developers/gn-build-configuration/ Gn 与 Ninja学习和使用 http://www.taodudu.cc/news/show-4233911.html?action=onClick google g 阅读全文

posted @ 2024-01-30 14:55 lh03061238 阅读(97) 评论(0) 推荐(0) 编辑

"undefined reference to XXX" 总结
摘要:重点参考: https://zhuanlan.zhihu.com/p/81681440 阅读全文

posted @ 2024-01-18 12:15 lh03061238 阅读(25) 评论(0) 推荐(0) 编辑

Centos下gcc的安装、gcc的更新、gcc安装过程中报错[stage1-bubble] 错误
摘要:原文链接: https://blog.csdn.net/weixin_41010198/article/details/106780572 阅读全文

posted @ 2024-01-04 10:34 lh03061238 阅读(245) 评论(0) 推荐(0) 编辑

linux系统安装好后安装必要的软件
摘要:yum update sudo yum -y install ncurses-devel flex bison openssl openssl-devel elfutils elfutils-libelf-devel gmp-devel dwarves zstd dejagnu texinfo pa 阅读全文

posted @ 2024-01-03 17:45 lh03061238 阅读(65) 评论(0) 推荐(0) 编辑

spec cpu 2017
摘要:官网: https://www.spec.org/cpu2017/ 参考: Speccpu2017介绍 https://blog.csdn.net/admking/article/details/109069465 SpecCPU2017 测试cpu性能 https://www.cnblogs.co 阅读全文

posted @ 2023-12-12 15:29 lh03061238 阅读(813) 评论(0) 推荐(0) 编辑

查看进程运行时间
摘要:https://blog.csdn.net/m0_72838865/article/details/127012187 https://blog.csdn.net/wt_better/article/details/117366571?spm=1001.2101.3001.6650.2&utm_me 阅读全文

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

linux中的ucontext
摘要:ucontext的简单介绍 https://www.cnblogs.com/ink19/p/ucontext.html ucontext函数说明 https://blog.csdn.net/woai110120130/article/details/100174805 linux ucontext族 阅读全文

posted @ 2023-09-14 20:14 lh03061238 阅读(35) 评论(0) 推荐(0) 编辑

linux中的异常及信号
摘要:在 Linux 中,异常处理机制主要由信号和异常处理程序(也称为信号处理程序)两个部分组成。信号是一种软件中断,用于通知进程发生了某些事件或出现了某些异常情况。在 Linux 中,有许多不同的信号,例如 SIGSEGV(非法内存访问)、SIGKILL(强制终止进程)和 SIGINT(中断信号,通常由 阅读全文

posted @ 2023-09-14 19:26 lh03061238 阅读(184) 评论(0) 推荐(0) 编辑

上一页 1 2 3 4 5 6 ··· 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
点击右上角即可分享
微信分享提示