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

2024年7月2日

高版本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 阅读(58) 评论(0) 推荐(0)

2024年6月28日

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

2024年6月20日

/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 阅读(598) 评论(0) 推荐(0)

2024年6月18日

交叉编译工具链

摘要: 参考:https://mirrors.edge.kernel.org/pub/tools/crosstool/ 阅读全文

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

2024年6月14日

禁止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 阅读(155) 评论(0) 推荐(0)

2024年6月11日

make信息重定向

摘要: 参考: https://blog.csdn.net/u010673462/article/details/46625415 https://blog.csdn.net/weixin_38184741/article/details/89313014?utm_medium=distribute.pc_ 阅读全文

posted @ 2024-06-11 16:25 lh03061238 阅读(31) 评论(0) 推荐(0)

2024年6月7日

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

2024年6月6日

linux系统查看某一个目录占用空间

摘要: https://blog.csdn.net/yuan1164345228/article/details/105724626 阅读全文

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

2024年5月29日

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

2024年4月29日

Support for password authentication was removed on August 13, 2021

摘要: https://blog.csdn.net/qq_37255976/article/details/134558484 https://zhuanlan.zhihu.com/p/401978754 阅读全文

posted @ 2024-04-29 10:33 lh03061238 阅读(14) 评论(0) 推荐(0)

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

导航