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

2023年9月14日

linux中的异常及信号

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

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

2023年9月5日

linux系统中$PATH $LD_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 阅读(25) 评论(0) 推荐(0) 编辑

2023年9月2日

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 阅读(14) 评论(0) 推荐(0) 编辑

2023年9月1日

shell脚本中的参数$

摘要: Bash技巧:介绍 $0、$1、$2、$#、$@、$*、$? 的含义 https://zhuanlan.zhihu.com/p/527179594 阅读全文

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

2023年8月31日

linux发行版上软件包的安装与卸载

摘要: http://www.taodudu.cc/news/show-5916363.html?action=onClick https://www.lxlinux.net/4640.html 阅读全文

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

Linux rpm命令查询软件包

摘要: http://c.biancheng.net/view/817.html 阅读全文

posted @ 2023-08-31 16:34 lh03061238 阅读(7) 评论(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 阅读(8) 评论(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 阅读(9) 评论(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 阅读(11) 评论(0) 推荐(0) 编辑

2023年8月29日

spec文件

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

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

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

导航