随笔分类 -  linux基础知识

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

Linux各类基础知识
Linux的进程,线程,PID,LWP,TID,TGID
摘要:参考: https://www.linuxidc.com/Linux/2019-03/157819.htm https://blog.csdn.net/sugelantianxin/article/details/118080353 阅读全文

posted @ 2025-01-02 20:38 lh03061238 阅读(7) 评论(0) 推荐(0) 编辑

fedora/centos卸载已安装的软件
摘要:参考: https://aistudy.baidu.com/okam/pages/article/index?articleId=20109600&ucid=n1DvP1c3nHf&categoryLv1=%E6%95%99%E8%82%B2%E5%9F%B9%E8%AE%AD&ch=54&srci 阅读全文

posted @ 2024-12-25 09:32 lh03061238 阅读(20) 评论(0) 推荐(0) 编辑

Linux:进程信号
摘要:参考: https://cloud.tencent.com/developer/article/2439344 阅读全文

posted @ 2024-12-13 17:22 lh03061238 阅读(8) 评论(0) 推荐(0) 编辑

进程间通信《管道》
摘要:参考: https://blog.csdn.net/Q_u_iet/article/details/138577931 阅读全文

posted @ 2024-12-07 10:37 lh03061238 阅读(5) 评论(0) 推荐(0) 编辑

Linux 内核的代码仓库介绍
摘要:参考:https://blog.csdn.net/weixin_29164081/article/details/113414251 阅读全文

posted @ 2024-10-24 14:31 lh03061238 阅读(18) 评论(0) 推荐(0) 编辑

内核printk函数格式化输出类型
摘要:参考: https://docs.kernel.org/translations/zh_CN/core-api/printk-formats.html printk支持多种格式化输出,例如%p用于打印指针地址,但打印出的地址是哈希过的。以避免安全问题。‌ 打印出的地址是为了防止泄露内核内存布局信息, 阅读全文

posted @ 2024-10-23 09:46 lh03061238 阅读(142) 评论(0) 推荐(0) 编辑

修改fedora/centos grub entry
摘要:https://www.cnblogs.com/banshanjushi/p/18334490 https://cn.linux-console.net/?p=20735 阅读全文

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

Linux更换内核grub.cfg没有对应版本menuentry选项的解决办法
摘要:参考: https://cloud.tencent.com/developer/article/2450620 想指定默认从新内核启动,但是某些发行版的/boot/grub2/grub.cfg里面,没有找到各个内核的menuentry选项。这该怎么办呢? 方法就是,修改/etc/default/gr 阅读全文

posted @ 2024-10-12 19:20 lh03061238 阅读(94) 评论(0) 推荐(0) 编辑

编译的时候出现 usr/bin/ld: cannot find -lxxx 的问题
摘要:参考: https://www.cnblogs.com/yongy1030/p/10367070.html https://stackoverflow.com/questions/28185740/link-error-cannot-find-lpath-to-library 阅读全文

posted @ 2024-09-29 11:31 lh03061238 阅读(29) 评论(0) 推荐(0) 编辑

GN环境搭建
摘要:参考:https://blog.csdn.net/weixin_43288065/article/details/128037209 阅读全文

posted @ 2024-09-27 15:51 lh03061238 阅读(11) 评论(0) 推荐(0) 编辑

浮点数的2进制表示
摘要:参考: https://blog.csdn.net/fwb330198372/article/details/70238982?spm=1001.2101.3001.6661.1&utm_medium=distribute.pc_relevant_t0.none-task-blog-2~defaul 阅读全文

posted @ 2024-09-23 15:00 lh03061238 阅读(17) 评论(0) 推荐(0) 编辑

ssh限制登录IP方法
摘要:方法一:在/etc/hosts.allow中添加允许ssh登陆的ip或者网段 sshd:192.168.1.2:allow 或 sshd:192.168.1.0/24:allow (允许的IP段) 在/etc/hosts.deny添加不允许ssh登陆的IP sshd:ALL 方法二: 使用iptab 阅读全文

posted @ 2024-09-13 17:44 lh03061238 阅读(676) 评论(0) 推荐(0) 编辑

TLB的原理与作用
摘要:https://blog.csdn.net/youzhangjing_/article/details/124307222 阅读全文

posted @ 2024-08-30 17:45 lh03061238 阅读(16) 评论(0) 推荐(0) 编辑

kasan相关
摘要:kasanhttps://www.kernel.org/doc/html/latest/translations/zh_CN/dev-tools/kasan.htmlhttps://www.kernel.org/doc/html/latest/dev-tools/kasan.html 原理: htt 阅读全文

posted @ 2024-08-22 10:45 lh03061238 阅读(11) 评论(0) 推荐(0) 编辑

OpenHarmony入门
摘要:https://gitee.com/openharmony https://device.harmonyos.com/cn/documentation/ 阅读全文

posted @ 2024-08-22 09:10 lh03061238 阅读(56) 评论(0) 推荐(0) 编辑

vim多行调整
摘要:参考: https://blog.csdn.net/weixin_43922901/article/details/134396715 https://blog.csdn.net/Tassel_YUE/article/details/138673567 阅读全文

posted @ 2024-08-09 10:12 lh03061238 阅读(9) 评论(0) 推荐(0) 编辑

DHCP重新获取IP
摘要:命令:dhclinet -r 阅读全文

posted @ 2024-07-30 15:58 lh03061238 阅读(33) 评论(0) 推荐(0) 编辑

linux系统串口测试
摘要:************************串口测试××××××××××××××××××cat /dev/ttyS1 echo "hello123" > /dev/ttyUSB0 cat /dev/ttyUSB0 echo "hello123" > /dev/ttyS1 ××××××× 阅读全文

posted @ 2024-07-26 15:28 lh03061238 阅读(18) 评论(0) 推荐(0) 编辑

Sigreturn系统调用
摘要:linux手册翻译——signal(7) https://www.jianshu.com/p/74aa44767a4b linux手册翻译——sigreturn https://www.jianshu.com/p/09b4aed52e0d 阅读全文

posted @ 2024-07-11 20:52 lh03061238 阅读(6) 评论(0) 推荐(0) 编辑

Linux: System call
摘要:参考: https://blog.csdn.net/weixin_41028621/article/details/134542010?spm=1001.2101.3001.6650.2&utm_medium=distribute.pc_relevant.none-task-blog-2%7Edef 阅读全文

posted @ 2024-07-10 11:31 lh03061238 阅读(5) 评论(0) 推荐(0) 编辑

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