随笔分类 -  linux基础知识

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

Linux各类基础知识
linux系统中PATHLD_LIBRARY_PATH等的配置方法
摘要:https://unbroken.blog.csdn.net/article/details/59567630 https://docker.blog.csdn.net/article/details/117817158?spm=1001.2101.3001.6661.1&utm_medium=di 阅读全文

posted @ 2023-09-05 09:05 lh03061238 阅读(36) 评论(0) 推荐(0) 编辑

apt命令使用汇总
摘要:apt-get安装、卸载、更新、查询软件包 https://blog.csdn.net/xiaiming0/article/details/123958847 dpkg 命令使用详解 https://www.cnblogs.com/xzongblogs/p/15535087.html#:~:text 阅读全文

posted @ 2023-09-02 10:18 lh03061238 阅读(27) 评论(0) 推荐(0) 编辑

shell脚本中的参数$
摘要:Bash技巧:介绍 01、2#、@*、$? 的含义 https://zhuanlan.zhihu.com/p/527179594 阅读全文

posted @ 2023-09-01 10:32 lh03061238 阅读(14) 评论(0) 推荐(0) 编辑

linux发行版上软件包的安装与卸载
摘要:http://www.taodudu.cc/news/show-5916363.html?action=onClick https://www.lxlinux.net/4640.html 阅读全文

posted @ 2023-08-31 20:00 lh03061238 阅读(18) 评论(0) 推荐(0) 编辑

Linux rpm命令查询软件包
摘要:http://c.biancheng.net/view/817.html 阅读全文

posted @ 2023-08-31 16:34 lh03061238 阅读(13) 评论(0) 推荐(0) 编辑

dnf软件包命令
摘要:01 dnf 命令安装(新的代替yum 的安装方式) https://blog.csdn.net/qq_40996741/article/details/108654408 rpm安装、yum安装、dnf安装三者的区别 https://blog.csdn.net/qq_43679416/articl 阅读全文

posted @ 2023-08-31 16:29 lh03061238 阅读(13) 评论(0) 推荐(0) 编辑

How to Disable Suspend and Hibernation Modes In Linux
摘要:参考:https://www.tecmint.com/disable-suspend-and-hibernation-in-linux/sudo systemctl mask sleep.target suspend.target hibernate.target hybrid-sleep.targ 阅读全文

posted @ 2023-08-31 16:13 lh03061238 阅读(20) 评论(0) 推荐(0) 编辑

linux发行版系统安装
摘要:如何安装 Debian 11 操作系统图文教程 https://zhuanlan.zhihu.com/p/574329452 debian各版本下载 http://cdimage.debian.org/cdimage/archive/ https://cloud.debian.org/cdimage 阅读全文

posted @ 2023-08-31 10:04 lh03061238 阅读(21) 评论(0) 推荐(0) 编辑

spec文件
摘要:spec文件详解:https://www.cnblogs.com/sunshine-long/p/9809042.html 阅读全文

posted @ 2023-08-29 20:57 lh03061238 阅读(12) 评论(0) 推荐(0) 编辑

wine相关
摘要:官网:https://www.winehq.org/ WineHQ中文 https://wiki.winehq.org/%E4%B8%BB%E9%A1%B5 Wine 中文官方用户指南 https://blog.csdn.net/yakoo5/article/details/4631298?utm_ 阅读全文

posted @ 2023-08-29 09:28 lh03061238 阅读(56) 评论(0) 推荐(0) 编辑

龙蜥社区
摘要:社区项目管理仓库: https://gitee.com/anolis/community 软件包源码仓库:https://gitee.com/src-anolis-os/ltrace 软件包发布:https://mirrors.openanolis.cn/anolis/8/ 软件包构建环境:http 阅读全文

posted @ 2023-08-02 08:05 lh03061238 阅读(78) 评论(0) 推荐(0) 编辑

linux的hw_breakpoint
摘要:利用 ptrace 设置硬件断点 https://coderatwork.cn/posts/2017-08-15-setting-hardware-breakpoint-using-ptrace/ https://blog.csdn.net/Rong_Toa/article/details/1121 阅读全文

posted @ 2023-07-31 14:55 lh03061238 阅读(41) 评论(0) 推荐(0) 编辑

Linux perf相关
摘要:https://rtoax.blog.csdn.net/?type=blog&year=2021&month=05 https://www.brendangregg.com/perf.html https://zhuanlan.zhihu.com/p/573703139 https://zhuanl 阅读全文

posted @ 2023-07-31 08:31 lh03061238 阅读(42) 评论(0) 推荐(0) 编辑

linux内核的Per-CPU变量
摘要:Linux 内核 | Per CPU 变量 https://zhuanlan.zhihu.com/p/566347483 https://www.cnblogs.com/linhaostudy/p/10342667.html https://www.cnblogs.com/hellokitty2/p 阅读全文

posted @ 2023-07-28 11:10 lh03061238 阅读(206) 评论(0) 推荐(0) 编辑

Linux内核notifier机制
摘要:参考: https://www.cnblogs.com/pengdonglin137/p/4075148.html https://www.cnblogs.com/schips/p/linux_notifier.html https://www.cnblogs.com/3me-linux/p/612 阅读全文

posted @ 2023-07-26 14:11 lh03061238 阅读(16) 评论(0) 推荐(0) 编辑

Linux下建立NFS共享目录
摘要:https://blog.csdn.net/anluo233/article/details/125921403 https://blog.csdn.net/zhangxucumt/article/details/125935901 阅读全文

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

linux内核中的原子操作
摘要:atomic operation https://www.zhihu.com/question/518024155/answer/3104151437 Linux内核atomic_t这个结构体怎么赋值? https://www.zhihu.com/question/597762154/answer/ 阅读全文

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

make mrproper 、make clean 、make distclean
摘要:参考: https://blog.csdn.net/mish84/article/details/26003963 Cleaning targets: clean - Remove most generated files but keep the config and enough build s 阅读全文

posted @ 2023-07-14 15:00 lh03061238 阅读(22) 评论(0) 推荐(0) 编辑

Linux内核进程管理:进程的“内核栈”、current宏
摘要:参考: https://blog.csdn.net/Rong_Toa/article/details/110316125 https://blog.csdn.net/yangkuanqaz85988/article/details/52403726?spm=1001.2101.3001.6661.1 阅读全文

posted @ 2023-07-12 15:47 lh03061238 阅读(35) 评论(0) 推荐(0) 编辑

GDB RSP协议
摘要:https://sourceware.org/gdb/onlinedocs/gdb/Remote-Protocol.html https://developer.apple.com/library/archive/documentation/DeveloperTools/gdb/gdb/gdb_33 阅读全文

posted @ 2023-07-11 10:08 lh03061238 阅读(125) 评论(0) 推荐(0) 编辑

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